a:focus,
a:focus-visible {
  outline: none !important;
  outline-offset: 0;
  text-decoration: none !important;
}

#cookie_consent_popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  z-index: 10050;
}

#cookie_consent_popup p {
  font-size: 1em;
  width: 80%;
  color: white;
}

#cookie_consent_popup a {
  color: #9ad2ff;
}

#cookie_consent_popup #close_cookie_box {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 1em;
  color: #fff;
}

#cookie_consent_popup #ok_cookie_box {
  position: absolute;
  bottom: 15px;
  right: 10%;
  cursor: pointer;
  font-size: 1.4em;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #063868;
  color: white;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 768px) {
  #cookie_consent_popup {
    height: auto;
  }

  #cookie_consent_popup #ok_cookie_box {
    bottom: 45%;
    right: 2%;
  }
}

.contact .contact_list ul li {
  border: 0 solid;
  background-color: #f0f9fe;
}

@media (max-width: 991px) {
  .contact .contact_list ul li {
    width: 100%;
    margin: auto;
    display: block;
    float: none;
    padding: 0;
  }

  .contact .contact_list ul li:nth-child(1) {
    background: #0074bd;
  }

  .contact .contact_list ul li:nth-child(2) {
    background: #154678;
  }

  .contact .contact_list ul li:nth-child(3) {
    background: #305aa7;
  }
}

.modal-dialog-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.modal.fade.in {
  display: block;
  opacity: 1;
}

.modal-dialog {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.modal-content {
  display: inline-block;
  text-align: left;
}

.lightbox-btn {
  text-align: center;
  margin: 10px;
}

.imagepreview {
  width: 100%;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.lightbox .modal {
  z-index: 1050;
}

.language-dropdown {
  position: relative;
  display: inline-block;
  z-index: 1001;
}

.language-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 88px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "DBHelvethaicaX-Li", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  cursor: pointer;
}

.language-dropdown__caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}

.language-dropdown__menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 140px;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #063868;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.language-dropdown:hover .language-dropdown__menu,
.language-dropdown.open .language-dropdown__menu {
  display: block;
}

.language-dropdown__menu li {
  width: 100%;
  float: none;
  padding: 0;
}

.language-dropdown__menu li a {
  display: block;
  padding: 6px 14px;
  color: #fff !important;
  font-size: 1.1em !important;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
}

.language-dropdown__menu li a:hover,
.language-dropdown__menu li.active a {
  background: #0b5cab;
}

@media (max-width: 1200px) {
  .language-dropdown {
    display: none;
  }
}

#mapBg iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.home-page {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.home-slider {
  position: relative;
}

.home-slider .slick-list {
  overflow: hidden;
}

.home-slider__track {
  display: flex;
  align-items: stretch;
  transition: transform 0.35s ease;
}

.home-slider__slide {
  box-sizing: border-box;
  padding: 0 10px;
  min-width: 0;
}

.promo-card .image.featured img,
.news_u img,
.online_box img,
.award img,
.contact_list img,
.social img,
.app-con_pic img,
.banner_slider img {
  max-width: 100%;
  height: auto;
  display: block;
}

.banner_slider img {
  width: 100%;
}

.online_col .online_box {
  margin-bottom: 16px;
}

#news.home-slider .home-slider__slide {
  padding: 0 5px;
}

.news_content .news_inner .news_u,
#news.home-slider .news_u {
  float: none;
  width: 100%;
  display: block;
}

.news_content .news_inner .news_u .box,
#news .news_u .box {
  width: auto;
  margin: 0;
}

#online.home-slider .home-slider__slide {
  padding: 0 2px;
}

#navPanel .language-container {
  display: block;
  float: none;
  width: 100%;
  margin: 12px 0 20px;
  padding: 0 12px;
  border: 0;
}

#navPanel .language-container ul {
  overflow: hidden;
}

#navPanel .language-container ul li a {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  min-height: 32px;
  line-height: 1.2;
  padding: 8px 4px;
  font-size: 1em;
}

@media (max-width: 991px) {
  .promotion .box {
    width: 80%;
  }

  .news_content .news_inner .news_u,
  #news.home-slider .news_u {
    float: none;
    width: 100%;
  }

  #news.home-slider .home-slider__slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .news_content .news_inner .news_u .box,
  #news .box {
    width: 80%;
    height: auto !important;
    margin: auto;
  }

  .online .online_inner {
    width: 78%;
    margin: 20px auto;
  }

  .online .online_box {
    padding: 6px 2px;
  }

  .online .online_box img {
    width: 100%;
  }

  .online .online_box p {
    height: auto;
    min-height: 44px;
    font-size: 1.2em;
    line-height: 1.15;
    padding: 6px 0 0;
  }

  .online .slick-prev {
    left: -36px;
  }

  .online .slick-next {
    right: -36px;
  }

  .contact_list02 .Clist02 p {
    font-size: 1.5em;
    padding: 8px 48px 8px 10px;
  }

  .contact_list02 .Clist02.mail:after,
  .contact_list02 .Clist02.register_news:after {
    width: 36px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-size: contain;
  }

  .social ul {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .social ul li {
    width: 25% !important;
    max-width: none;
    margin: 0;
    padding: 4px;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .social ul li img {
    width: 56px !important;
    height: auto;
    margin: 0 auto;
  }

  .social ul li p {
    display: block;
    font-size: 0.85em;
    margin: 4px 0 0;
  }

  .app .ttl-down,
  .app_content p {
    white-space: normal !important;
  }

  .map_box .pic_map,
  #mapBg,
  #mapBg iframe {
    min-height: 265px;
  }
}

.feedback-page .tem-col3 .col-left {
  min-height: 1px;
}

@media (max-width: 991px) {
  .feedback-page .tem-col3 .col-left {
    display: none;
  }
}

.accordion li.open .submenu {
  display: block;
}

.information-form .select-wrapper {
  position: relative;
  display: inline-block;
}

.information-form .select-wrapper select.arrow-right {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.8rem;
  height: 34px;
  padding-left: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.4285;
  width: auto;
}

.information-form .select-wrapper::after {
  content: "v";
  position: absolute;
  top: 71%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1em;
  font-weight: bold;
  color: #555;
  pointer-events: none;
}

.information-form select.arrow-right::-ms-expand {
  display: none;
}

.feedback-form-msg {
  color: #c0392b;
  margin: 0 0 12px;
}

.feedback-form-msg.is-ok {
  color: #1e7e34;
}

.information-form .btn-send_m:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.information-form #message {
  resize: vertical;
}

.page-title-bar {
  position: relative;
}

.page-title-bar h2 {
  padding: 0 90px;
}

.page-back-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #063868;
  color: #fff;
  border: 0;
  padding: 4px 14px;
  cursor: pointer;
  font-size: 1.15em;
  line-height: 1.4;
}

.page-back-btn:hover {
  background: #0b5cab;
  color: #fff;
}

.staff-page .box-information .information-right {
  flex-basis: 100%;
  max-width: 100%;
}

.staff-card-result {
  margin-top: 20px;
  text-align: center;
}

.staff-card-meta {
  font-size: 1.2em;
  color: #063868;
  margin: 0 0 10px;
}

.staff-card-result img {
  max-width: 100%;
  width: 420px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .page-title-bar h2 {
    padding: 0 0 0 70px;
    text-align: left;
    font-size: 1.8em;
  }

  .staff-card-result img {
    width: 100%;
  }
}

.policy-sheet-wrap {
  margin: 20px 0 30px;
  max-width: 100%;
  min-width: 0;
}

.policy-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.policy-zoom-btn {
  background: #063868;
  color: #fff;
  border: 0;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.3;
}

.policy-zoom-btn:hover:not(:disabled) {
  background: #0b5cab;
}

.policy-zoom-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.policy-zoom-label {
  min-width: 52px;
  text-align: center;
  font-weight: 700;
  color: #063868;
}

.policy-zoom-hint {
  color: #666;
  font-size: 0.95em;
}

.policy-viewport {
  max-height: min(80vh, 920px);
  overflow: auto;
  background: #e8eef4;
  border: 1px solid #d7d7d7;
  cursor: grab;
  user-select: none;
}

.policy-viewport.is-dragging {
  cursor: grabbing;
}

.policy-photo {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.policy-photo img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.policy-insured-name {
  position: absolute;
  left: 16.8%;
  top: 23.3%;
  width: 32%;
  height: 6%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(12px, 1.55vw, 18px);
  color: #444;
  line-height: 1.2;
  word-break: break-word;
}

.staff-page .tem-col3 .col-center,
.staff-page .box-information,
.staff-page .box-information .information-right,
.staff-page .information-form {
  min-width: 0;
  max-width: 100%;
}
