/* asw */
.asw-menu {
  font-family: "Prompt" !important;
  /* position:fixed; */
  /* right:0;
     top:20px; */
  border-radius: 8px;
  border-top-right-radius: 0;
  /* box-shadow:0 0 20px #00000080; */
  opacity: 1;
  transition: all 500ms ease;
  z-index: 0;
  overflow: hidden;
  background: #f9f9f9;
  width: 400px;
  line-height: 1;
  font-size: 16px;
  height: calc(100% - 40px - 75px);
  letter-spacing: 0.015em;
  display: block;
  /* transform: translateX(100%); */
  opacity: 0.7;
 }
 .asw-menu div {
  font-family: "Noto Sans Thai", sans-serif;
 }
 .asw-menu.active {
  transform: translateX(0);
 }
 
 .asw-menu-reset span {
  transition: all 500ms ease;
 }
 .asw-menu-reset:hover span {
  transform: rotate(-360deg);
 }
 /* .asw-menu::before {
     content: '';
     position: absolute;
     background-image: url(https://www.wewebplus.com/front/template/default/assets/img/upload/brand.svg);
     background-size: 450px;
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-position-x: 0;
     filter: grayscale(1);
     transform: rotate(45deg);
 } */
 
 .asw-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
  color: var(--color-primary);
 }
 .asw-menu-header > div {
  display: flex;
 }
 .asw-menu-header div[role="button"] {
  padding: 12px;
  cursor: pointer;
 }
 .asw-menu-header div[role="button"]:hover {
  opacity: 0.8;
 }
 .asw-card {
  margin: 0 15px 30px;
 }
 .asw-card-title {
  font-size: 18px;
  padding: 15px 0;
  font-weight: 600;
  color: var(--color-dark);
 }
 .asw-menu .asw-select {
  width: 100% !important;
  padding: 10px !important;
  font-size: 16px !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  border-radius: 4px !important;
  background: #fff !important;
  border: none !important;
  border: 1px solid #dedede !important;
  min-height: 45px !important;
  max-height: 45px !important;
  height: 45px !important;
 }
 .asw-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
 }
 
 .asw-btn {
  aspect-ratio: 2/2;
  border-radius: 6px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #333;
  font-size: 16px !important;
  background: #fff;
  border: 1px solid #dedede;
  transition: all 0.3s ease;
  cursor: pointer;
  /* line-height:1.4 */
  transition: 200ms all ease;
 }
 
 .asw-btn .asw-translate {
  font-size: 14px !important;
  transition: 200ms all ease;
 }
 .asw-btn .material-icons {
  margin-bottom: 10px;
  transition: 200ms all ease;
 }
 .asw-btn:hover {
  border-color: #2351d1;
  /* box-shadow: 0 0 10px #00000030; */
 }
 
 /* .asw-btn:hover .material-icons {
     color:#0e7940;
 }
 
 .asw-btn:hover .asw-translate {
     color:#0e7940;
 } */
 
 .asw-btn.asw-selected {
  background: #2351d1;
  color: #fff;
  border-color: #2351d1;
 }
 .asw-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background:#fff; */
  padding: 12px;
  text-align: center;
  color: #fff;
  border-top: 1px solid #eee;
  background-color: #3C74B7;
  border-bottom-left-radius: 8px;
  /* display: none; */
 }
 .asw-footer > div {
   font-family: "Prompt" !important;
   font-size: 13px !important;
   color: #fff;
  text-decoration: underline;
  color: #fff;
  background: 0 0 !important;
  font-weight: 600;
 }
 .asw-minus:hover,
 .asw-plus:hover {
  opacity: 0.8;
 }
 .asw-menu-content {
  overflow: scroll;
  /* max-height:calc(100% - 80px); */
  height: auto;
  color: #333;
  padding: 15px 0 30px 0;
  /* padding-bottom: 45px; */
 }
 
 .asw-menu-content .asw-card:first-child .asw-items {
  margin-top: 20px;
 }
 
 /* width */
 .asw-menu-content::-webkit-scrollbar {
  width: 8px;
 }
 
 /* Track */
 .asw-menu-content::-webkit-scrollbar-track {
  background: #f1f1f1;
 }
 
 /* Handle */
 .asw-menu-content::-webkit-scrollbar-thumb {
  background-color: #3C74B7;
  border-radius: 4px;
 }
 
 /* Handle on hover */
 .asw-menu-content::-webkit-scrollbar-thumb:hover {
  background: #555;
 }
 
 .asw-adjust-font {
  background: #fff;
  /* box-shadow:0 0 10px #00000030; */
  box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
  padding: 20px;
  margin-bottom: 16px;
  border-radius: 5px;
 }
 .asw-adjust-font .asw-label {
  display: flex;
  justify-content: flex-start;
 }
 .asw-adjust-font > div {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  font-size: 16px;
 }
 .asw-adjust-font .asw-label div {
  font-size: 16px !important;
 }
 .asw-adjust-font div[role="button"] {
  background: #3C74B7;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
 }
 .asw-adjust-font div[role="button"] span {
  font-size: 18px;
 }
 .asw-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
 }
 /* .asw-block {
     position:fixed;
     right: 0;
     top: 150px;
     z-index:5000;
     transform: translateX(100%);
 }
 .asw-block.z-index {
     z-index:9000;
 } */
 
 .asw-btn .asw-translate {
  font-family: "Noto Sans Thai", sans-serif;
 }
 
 .asw-wrapper.active {
  transform: translateX(0);
 }
 .asw-wrapper.unactive {
  transform: translateX(100%);
 }
 
 .asw-wrapper.active .asw-menu {
  /* box-shadow: 0 0 20px #00000080; */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 36px 0px,
   rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 }
 .asw-wrapper .asw-widget {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* background: #fff;
     position: absolute;
     bottom: -70px;
     left: -140px;
     transform: translateY(-50%);
     transition: .3s;
     width: 90px;
     height: auto;
     padding: 20px;
     border-radius: 20px 0 0 20px;
     background-color: #2351d1; */
 }
 .asw-wrapper.active .asw-widget .asw-menu-btn {
  transition: all 1000ms ease;
  transform: translate(100%);
  z-index: -1;
  opacity: 0.5;
  left: -48px;
 }
 .asw-widget a.asw-menu-btn:focus {
  outline: 2px solid #2351d1 !important;
  outline-offset: 0 !important;
 }
 
 .asw-wrapper.active .asw-menu {
  opacity: 1;
 }
 
 .asw-wrapper {
  position: fixed;
  right: 0;
  /*top: 130px;*/
  top: 20%;
  z-index: 5000;
  transform: translateX(100%);
  transition: 0.3s;
 }
 
 .asw-wrapper .asw-relative {
  position: relative;
 }
 .menu-close {
  width: max-content;
  position: absolute;
  top: 15px;
  right: 12px;
  cursor: pointer;
  z-index: 99999;
 }
 
 .menu-close:hover:before {
  display: block;
 }
 
 .menu-close::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -464px;
  width: 100vh;
  height: 100vh;
  z-index: 999;
  display: none;
 }
 
 .asw-menu,
 .asw-widget {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
 }
 .asw-menu *,
 .asw-widget * {
  box-sizing: border-box;
 }
 .asw-menu-btn,
 .asw-menu-btn-mobile {
  position: absolute;
  /* bottom: 130px; */
  top: calc(50% + 20px); transform: translateY(-50%);
  left: -80px;
  width: 80px;
  height: 130px;
  transform: scale(1);
  cursor: pointer;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 20px 0 0 20px;
  background-color: #2351d1;
 }
 
 .asw-menu-btn .asw-icon-show,
 .asw-menu-btn-mobile .asw-icon-show {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
 }
 
 .asw-menu-btn .asw-txt,
 .asw-menu-btn-mobile .asw-txt {
  font-size: 13px;
  color: #fff;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
 }
 
 .asw-menu-btn-mobile {
  position: fixed;
  display: none;
 }
 
 .asw-menu-btn svg,
 .asw-menu-btn-mobile svg {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  max-width: 25px;
  max-height: 25px;
  background: 0 0 !important;
 }
 
 /* .asw-menu-btn:hover{
     transform:scale(1.1)
 } */
 
 
 
 
 /****/
 
 .asw-menu .asw-card .asw-items.content,
 .asw-items.contrast .asw-btn.asw-filter:nth-child(3),
 .asw-items.contrast .asw-btn.asw-filter:nth-child(4),
 .asw-items.contrast .asw-btn.asw-filter:nth-child(6),
 .asw-menu .asw-card:nth-child(3),
 [data-key="high-saturation"] {display: none;}
 
 .wrapper .icon img{width: 40px;height: 40px;filter: brightness(0) invert(1);}
 
 .link.asw-widget.-desktop{display: none;}
 
 @media only screen and (max-width: 1440px) {
  /* .asw-menu-btn,
  .asw-menu-btn-mobile {
   bottom: 240px;
  } */
 }
 
 /* @media only screen and (min-height: 1080px) {
   .asw-menu-btn, 
   .asw-menu-btn-mobile {bottom: 250px;}
 } */
 
 @media only screen and (max-width: 1199px) {
   .asw-menu-btn, .asw-menu-btn-mobile {left: -80px; width: 80px;padding: 8px;font-size: 13px;}
 }
 
 @media only screen and (max-width: 991px) {
   
  .bg-asw-popup {
   position: fixed;
   z-index: 1100;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #0000004d;
   transition: 0.2s;
  }
 
  .asw-items {gap: .6rem;}
 
  .asw-wrapper .menu-close::before {
   display: none !important;
  }
  .asw-menu-header {
   font-size: 16px;
  }
  .asw-menu {
   width: 100%;
   border-radius: 4px;
   border-top-right-radius: 4px;
  }
  .asw-wrapper {
   top: 100px;
   left: 0;
   transform: translateY(-125%);
   transition: 0.5s;
   margin: 0 10px;
  }
 
  .asw-wrapper.active {
   top: 50px;
   left: 0;
   transform: unset;
  }
 
  .asw-menu-content {
   height: calc(100vh - 150px);
  }
 
  .asw-btn .asw-translate,
  .asw-adjust-font > div {
   font-size: 13px !important;
  }
  .asw-card-title {
   font-size: 16px !important;
  }
 
  .asw-btn .material-icons {
   margin-bottom: 6px;
  }
  .asw-adjust-font .asw-label div {font-size: 14px;}
 
  .asw-footer > div {
   font-size: 12px !important;
  }
 
  .asw-menu-btn-mobile {
   left: 0;
     bottom: 0;
     position: relative;
     display: none;
     padding: 0;
     height: auto;
     width: max-content;
  }
 
  .asw-menu-btn-mobile svg {
   width: 24px;
   height: 24px;
   min-height: 24px;
   min-width: 24px;
   max-width: 24px;
   max-height: 24px;
  }
 
  .asw-menu-btn {
   display: block;
  }
 
  .asw-footer {
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
  }
 
  .asw-menu-btn .asw-txt,
 .asw-menu-btn-mobile .asw-txt {display: none;}
 
  .asw-menu-btn .asw-icon-show img, 
  .asw-menu-btn-mobile .asw-icon-show img {width: auto;}
  .asw-menu-btn-mobile .asw-icon-show {width: 45px; height: 45px;}
 
  .link.asw-widget.-desktop{
     display: block;
     position: fixed;
     right: 0;
     z-index: 999;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     top: auto;
     bottom: 100px;
     width: 80px;
     height: 80px;
     background-color: #3C74B7;
     color:white !important;
  }
 
  .link.asw-widget.-desktop .wrapper{
   display: flex;
   flex-direction: column;
   padding: 10px; 
   width: 100%;
   align-items: center;
   justify-content: center;
   gap: 5px;
 }
 
  .link.asw-widget.-desktop .wrapper .icon{
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 0;
  }
 
  .link.asw-widget.-desktop .wrapper .icon img{
   text-align: center;
   width: 35px;
   height: 35px;
   filter: brightness(0) invert(1);
   position: relative;
  }
  
  .link.asw-widget.-desktop .wrapper .txt {
   color: white;
   font-size: 13px;
   font-weight: 500;
   position: unset;
   line-height: 1.4em;
   transform: unset;
   padding: 0;
  }
 
  .link.asw-widget.-desktop:hover {
   background-color:#95C93D;
  }
 }
 
 @media only screen and (max-width: 575px)  {
   .asw-menu-btn .asw-icon-show, 
 
   .asw-menu-btn-mobile .asw-icon-show svg {transform: scale(.8);}
 }
 
 
 /* edit comments addon */
 
 .header-contact .wrapper .txt {line-height: 1.4em;}
 
 [data-asw-filter="dark-contrast"] .layout-header {
  border-bottom: 1px solid #fff;
  background-color: #000000;
}
[data-asw-filter="dark-contrast"] .layout-header .navbar .logo img {
  filter: brightness(0) invert(1);
}
[data-asw-filter="dark-contrast"] .layout-header .nav-link {
  color: white;
}
[data-asw-filter="dark-contrast"] .layout-header .navbar-nav .nav-item > .dropdown-menu {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .layout-header .dropdown-menu .dropdown-item {
  color: white;
}
[data-asw-filter="dark-contrast"] .layout-header .nav-language .item-list li .link {
  color: white;
}
[data-asw-filter="dark-contrast"] .layout-header .dropdown-menu .dropdown-item:hover, [data-asw-filter="dark-contrast"] .layout-header .dropdown-menu .dropdown-item:focus {
  color: white;
}
[data-asw-filter="dark-contrast"] .layout-header .nav-language .item-list li + li::before {
  border-left: 2px solid white;
}
[data-asw-filter="dark-contrast"] .layout-footer {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  color: #fff;
  background-color: #000;
}
[data-asw-filter="dark-contrast"] .layout-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background/bg-footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(0.3);
  z-index: -1;
}
[data-asw-filter="dark-contrast"] .layout-footer .logo {
  filter: brightness(0) invert(1);
}
[data-asw-filter="dark-contrast"] .layout-footer .title {
  color: white !important;
}
[data-asw-filter="dark-contrast"] .layout-footer .copyright span {
  color: white !important;
}
[data-asw-filter="dark-contrast"] .layout-footer .btn {
  border: 1px solid white;
}
[data-asw-filter="dark-contrast"] .layout-footer .btn:hover {
  color: black;
}
[data-asw-filter="dark-contrast"] .layout-footer .btn::before {
  background-color: white;
}
[data-asw-filter="dark-contrast"] .layout-footer .link:hover {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .video-container {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .font-head {
  color: black;
}
[data-asw-filter="dark-contrast"] .aos-animate {
  color: black;
}
[data-asw-filter="dark-contrast"] .wg-aboutus {
  padding: 80px 0;
  background-image: url(../img/background/bg-wg-about-gray.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100% calc(100% - 320px);
}
[data-asw-filter="dark-contrast"] .wg-overview .content .font-head {
  color: white;
}
[data-asw-filter="dark-contrast"] .wg-overview .content .font-body {
  color: white;
}
[data-asw-filter="dark-contrast"] .wg-overview .content a.see-more {
  color: white;
}
[data-asw-filter="dark-contrast"] .wg-aboutus a.see-more {
  color: black;
}
[data-asw-filter="dark-contrast"] .wg-aboutus .about-menu .wrapper {
  background-color: #000 !important;
}
[data-asw-filter="dark-contrast"] .wg-aboutus .about-menu .wrapper img {
  filter: brightness(0) invert(1);
}
[data-asw-filter="dark-contrast"] .wg-overview .overview-list .item .icon img {
  filter: brightness(1);
}
[data-asw-filter="dark-contrast"] .slick-slide .item .number {
  color: white;
}
[data-asw-filter="dark-contrast"] .slick-slide .item .desc {
  color: white;
}
[data-asw-filter="dark-contrast"] .wg-investor-relations a.see-more {
  color: black;
}
[data-asw-filter="dark-contrast"] .wg-investor-relations a.see-more:hover {
  opacity: 50%;
}
[data-asw-filter="dark-contrast"] .btn-primary {
  background-color: #000;
  border-color: #000;
}
[data-asw-filter="dark-contrast"] .btn-primary-outline.reject-btn {
  color: black;
  background-color: #fff;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .btn-primary-outline.reject-btn:hover {
  color: white;
  background-color: black;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .btn-primary-outline:before {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .btn-primary:before {
  background-color: white;
}
[data-asw-filter="dark-contrast"] .btn-primary:hover {
  color: black;
  background: white;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .wg-investor-relations .investor-information .wrapper .font-sub.text-darkprimary {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .wg-investor-relations .investor-information .wrapper .content .action.text-darkprimary {
  color: black !important;
}
[data-asw-filter="dark-contrast"] figure.cover img {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] figure.contain img {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .main-page {
  background-image: url(../img/background/bg-parallax-gray.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-asw-filter="dark-contrast"] .wg-investor-relations {
  padding-top: 100px;
  padding-bottom: 560px;
  background-image: url(../img/background/bg-wg-investor-relations-gray.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100% calc(100% - 240px);
}
[data-asw-filter="dark-contrast"] .header-contact .item-list li .link {
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-asw-filter="dark-contrast"] .cookie-tab {
  background-color: rgba(150, 150, 150, 0.8);
}
[data-asw-filter="dark-contrast"] .cookie-tab .link.-cookie-policy {
  color: white;
}
[data-asw-filter="dark-contrast"] .cookie-tab .link.-cookie-policy:hover {
  color: black;
}
[data-asw-filter="dark-contrast"] .main-slider .slick-dots li.slick-active button {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .wg-service {
  background-image: url(../img/background/bg-wg-service-gray.webp);
}
[data-asw-filter="dark-contrast"] .wg-service a.see-more {
  color: black;
}
[data-asw-filter="dark-contrast"] .wg-service a.see-more:hover {
  opacity: 50%;
}
[data-asw-filter="dark-contrast"] .header-social .item-list li .link {
  border: 3px solid #000;
  color: #000;
}
[data-asw-filter="dark-contrast"] .header-social .item-list li .link:hover {
  background-color: black;
  color: white;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .wg-service-slider .link.active .wrapper {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .wg-service-menu .wrapper .font-sub {
  color: #000;
  font-size: 26px;
}
[data-asw-filter="dark-contrast"] .wg-service-menu .wrapper:hover .font-sub {
  color: white !important;
}
[data-asw-filter="dark-contrast"] .wg-service-slider .wrapper:hover {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .wg-service-menu .wrapper {
  color: #000;
  background-color: #F1F0F0;
  padding: 25px 30px;
  transition: 200ms ease;
}
[data-asw-filter="dark-contrast"] .wg-service-menu .wrapper .action .feather {
  color: black;
}
[data-asw-filter="dark-contrast"] .wg-service-menu .wrapper:hover {
  color: white !important;
  background-color: black !important;
}
[data-asw-filter="dark-contrast"] .graphic img {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .default-header {
  filter: grayscale(1);
  position: relative;
}
[data-asw-filter="dark-contrast"] .default-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000091;
}
[data-asw-filter="dark-contrast"] .default-header .title {
  color: white;
}
[data-asw-filter="dark-contrast"] .breadcrumb li.active {
  color: white;
}
[data-asw-filter="dark-contrast"] .breadcrumb li .link {
  color: white;
}
[data-asw-filter="dark-contrast"] .breadcrumb li .link {
  color: white;
}
[data-asw-filter="dark-contrast"] .breadcrumb li .icon {
  color: white;
}
[data-asw-filter="dark-contrast"] .default-nav-slider .item .link .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .default-nav-slider .item .link {
  border-bottom: 3px solid #a0a0a0;
}
[data-asw-filter="dark-contrast"] .default-nav-slider .item .link.active .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .default-nav-slider .item .link.active {
  border-bottom-color: black;
}
[data-asw-filter="dark-contrast"] .default-nav-slider .item .link:hover {
  border-bottom-color: lightgrey;
}
[data-asw-filter="dark-contrast"] .default-nav-slider .slick-prev .feather, [data-asw-filter="dark-contrast"] .default-nav-slider .slick-next .feather {
  color: black;
}
[data-asw-filter="dark-contrast"] .breadcrumb li + li:before {
  background-color: white;
}
[data-asw-filter="dark-contrast"] .sub-head .font-head {
  border-bottom: 5px solid black;
}
[data-asw-filter="dark-contrast"] .default-nav-slider.sub-nav-slider .link.active {
  background-color: lightgrey;
}
[data-asw-filter="dark-contrast"] .default-nav-slider.sub-nav-slider .link:hover {
  border-color: lightgrey;
}
[data-asw-filter="dark-contrast"] .-irI-I .item .thumb::before {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .-irI-I .item .link:hover .thumb {
  border-color: lightgrey;
}
[data-asw-filter="dark-contrast"] .-irI-I .item .content .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .-irI-I .item .link:hover .title {
  color: black;
  opacity: 0.5;
}
[data-asw-filter="dark-contrast"] .-irI-I .item .content .desc {
  color: black;
}
[data-asw-filter="dark-contrast"] .modal-ir-staff .thumb {
  border: 2px solid lightgray;
}
[data-asw-filter="dark-contrast"] .modal-ir-staff .content .h-title {
  color: black;
}
[data-asw-filter="dark-contrast"] .modal-ir-staff .content > div {
  color: black;
}
[data-asw-filter="dark-contrast"] .modal-ir-staff .modal-close {
  border: 2px solid black;
}
[data-asw-filter="dark-contrast"] .modal-ir-staff .modal-close span {
  color: black;
}
[data-asw-filter="dark-contrast"] .default-header.text-light .breadcrumb li .icon {
  color: white;
}
[data-asw-filter="dark-contrast"] .default-header.text-light .breadcrumb li.active {
  color: white;
}
[data-asw-filter="dark-contrast"] .default-header.text-light .breadcrumb li .link {
  color: white;
}
[data-asw-filter="dark-contrast"] .service-main .whead .font-head {
  color: black;
}
[data-asw-filter="dark-contrast"] .service-main .whead .font-body {
  color: black;
}
[data-asw-filter="dark-contrast"] .service-main .content .number {
  color: black;
}
[data-asw-filter="dark-contrast"] .service-main .content .font-head {
  color: black;
}
[data-asw-filter="dark-contrast"] .service-main .content .font-body {
  color: black;
}
[data-asw-filter="dark-contrast"] .service-main .content a.link {
  color: black;
}
[data-asw-filter="dark-contrast"] .service-main .item-list > li:nth-child(3n+1) .bg-fluid {
  filter: grayscale(1);
  opacity: 0.7;
}
[data-asw-filter="dark-contrast"] .service-main .item-list > li:nth-child(3n+2) .bg-fluid {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .service-main .item-list > li:nth-child(3n+3) .bg-fluid {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .service-item-list .service-default .content .action .see-more {
  color: black;
}
[data-asw-filter="dark-contrast"] .detail-head .info-box .data .feather {
  color: black;
}
[data-asw-filter="dark-contrast"] .detail-head .info-box .share .feather {
  color: black;
}
[data-asw-filter="dark-contrast"] .detail-head .info-box .share .link {
  color: black;
  border: 2px solid black;
}
[data-asw-filter="dark-contrast"] .picture-cover-slider-nav .slick-current .thumb {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .detail-other .date {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .detail-other .news-default .content .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .slick-prev:hover, [data-asw-filter="dark-contrast"] .slick-prev:focus, [data-asw-filter="dark-contrast"] .slick-next:hover, [data-asw-filter="dark-contrast"] .slick-next:focus {
  color: black;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .whead .font-head.h-title {
  color: black;
}
[data-asw-filter="dark-contrast"] .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .feather {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .wg-investor-relations .investor-information .wrapper:hover .stock-info .feather {
  color: black;
}
[data-asw-filter="dark-contrast"] .default-download-list .head .font-sub {
  color: black;
}
[data-asw-filter="dark-contrast"] .default-download-list .head .search .btn {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: black;
}
[data-asw-filter="dark-contrast"] .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: black;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .select2-results__option + .select2-results__option {
  color: black;
}
[data-asw-filter="dark-contrast"] .default-download-list .body .link:hover .file-icon, [data-asw-filter="dark-contrast"] .default-download-list .body .link:hover .content .desc, [data-asw-filter="dark-contrast"] .default-download-list .body .link:hover .download-icon {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .investor-news-list .link.-wrapper .date {
  color: black;
}
[data-asw-filter="dark-contrast"] .investor-news-list .link.-wrapper .see-more:hover {
  color: black;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .investor-news-list .link.-wrapper .see-more:hover .feather {
  color: black;
}
[data-asw-filter="dark-contrast"] .pagination-label .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .pagination-label span {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .pagination .active .link {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .pagination .link:hover {
  color: gray;
}
[data-asw-filter="dark-contrast"] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered, [data-asw-filter="dark-contrast"] .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: black;
}
[data-asw-filter="dark-contrast"] .slick-dots li.slick-active button {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .corporate-governance-main .cg-content .pdf-viewer iframe {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .detail-download .link .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .detail-download .link .date {
  color: black;
}
[data-asw-filter="dark-contrast"] .detail-download .link:hover .date {
  color: white;
}
[data-asw-filter="dark-contrast"] .detail-download .link:hover {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .detail-download .link:hover .title {
  color: white;
}
[data-asw-filter="dark-contrast"] .investor-nav-slider .item .font-sub {
  color: black;
}
[data-asw-filter="dark-contrast"] .investor-book-slider .book-base {
  filter: grayscale(1);
  position: relative;
  z-index: -15;
}
[data-asw-filter="dark-contrast"] .default-page .picture-cover .lazy {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .investor-anti-corruption .card-header .link {
  background-color: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .investor-anti-corruption .card-header .link.collapsed:before {
  color: black;
}
[data-asw-filter="dark-contrast"] .investor-anti-corruption .card-header .link:before {
  color: black;
}
[data-asw-filter="dark-contrast"] .investor-anti-corruption .card-body:before {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .news-default .content .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .news-default .content .icon-text {
  color: gray;
}
[data-asw-filter="dark-contrast"] .career-search form .btn {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-search form .btn:hover {
  color: lightgray;
}
[data-asw-filter="dark-contrast"] .career-search .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-list .link .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-list .link .location {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-list .link .location .lazy {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .career-list .link:hover .location .lazy {
  filter: brightness(0) invert(1);
}
[data-asw-filter="dark-contrast"] .career-list .link .link-more {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-list .link:hover {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .career-list .link:hover .title, [data-asw-filter="dark-contrast"] .career-list .link:hover .position, [data-asw-filter="dark-contrast"] .career-list .link:hover .desc, [data-asw-filter="dark-contrast"] .career-list .link:hover .location, [data-asw-filter="dark-contrast"] .career-list .link:hover .link-more {
  color: white;
}
[data-asw-filter="dark-contrast"] .career-welfare .thumb {
  border: 3px solid gray;
}
[data-asw-filter="dark-contrast"] .career-welfare .txt {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-detail-info .info-list .date {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-detail-info .info-list .view {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-detail-info .share-list .link {
  color: grey;
}
[data-asw-filter="dark-contrast"] .career-detail-info .print-box .link {
  color: grey;
}
[data-asw-filter="dark-contrast"] .career-info .wrapper .icon .lazy.loading {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .career-apply .link:hover .wrapper .icon .lazy.loading {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .career-apply .link:hover .wrapper .txt {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-apply .link:hover .wrapper {
  border-bottom-color: black;
}
[data-asw-filter="dark-contrast"] .btn-back:before {
  background-color: lightgray;
}
[data-asw-filter="dark-contrast"] .career-header .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-form-header .thumb {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .career-form-header .icon-calendar {
  color: black;
}
[data-asw-filter="dark-contrast"] .ui-widget-header {
  background-color: black;
  border-color: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .ui-widget-content {
  color: black;
}
[data-asw-filter="dark-contrast"] .ui-state-default, [data-asw-filter="dark-contrast"] .ui-widget-content .ui-state-default {
  color: black;
}
[data-asw-filter="dark-contrast"] .ui-state-active, [data-asw-filter="dark-contrast"] .ui-widget-content .ui-state-active, [data-asw-filter="dark-contrast"] .ui-widget-header .ui-state-active, [data-asw-filter="dark-contrast"] a.ui-button:active, [data-asw-filter="dark-contrast"] .ui-button:active, [data-asw-filter="dark-contrast"] .ui-button.ui-state-active:hover {
  border-color: black;
  background: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .ui-state-highlight, [data-asw-filter="dark-contrast"] .ui-widget-content .ui-state-highlight, [data-asw-filter="dark-contrast"] .ui-widget-header .ui-state-highlight {
  border-color: black;
  background-color: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .career-form-body .h-title {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-form-body .line {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary {
  background: black;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:active:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.active:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:active:focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.actitve:focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:active.focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.active.focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:focus:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.focus:hover {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-form .form-default .form-radio .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary {
  background: black;
  border-color: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:active:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.active:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:active:focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.actitve:focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:active.focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.active.focus, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary:focus:hover, [data-asw-filter="dark-contrast"] .career-form-body .action .btn-primary.focus:hover {
  color: black;
}
[data-asw-filter="dark-contrast"] .career-form-body .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .-sucsess .modal-content, [data-asw-filter="dark-contrast"] .-failed .modal-content {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .modal-sucsess .icon img, [data-asw-filter="dark-contrast"] .modal-failed .icon img {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .modal-sucsess .h-title, [data-asw-filter="dark-contrast"] .modal-failed .h-title {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .modal-close:hover {
  color: black;
}
[data-asw-filter="dark-contrast"] .contact-left {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .title strong {
  color: white;
}
[data-asw-filter="dark-contrast"] .contact-left .address .desc {
  color: white;
}
[data-asw-filter="dark-contrast"] .contact-left .contact-info .title {
  color: white;
}
[data-asw-filter="dark-contrast"] .contact-left .contact-social .title {
  color: white;
}
[data-asw-filter="dark-contrast"] .contact-left .graphic-map .title {
  color: white;
}
[data-asw-filter="dark-contrast"] .contact-left .graphic-map a.link:hover {
  color: #9a9a9a;
}
[data-asw-filter="dark-contrast"] .form-default .form-control:focus {
  border-color: black;
}
[data-asw-filter="dark-contrast"] .text-red {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .btn-light-primary.disabled, [data-asw-filter="dark-contrast"] .btn-light-primary.disabled:hover {
  color: black;
  background-color: lightgray;
  border-color: lightgray;
}
[data-asw-filter="dark-contrast"] .btn-light-primary {
  color: white;
  background-color: black;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .btn-light-primary:hover {
  color: black;
  background-color: transparent;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .form-control-feedback.glyphicon-ok {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .form-control-feedback.glyphicon-remove {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .form-default .form-checkbox .title {
  color: black;
}
[data-asw-filter="dark-contrast"] .checkbox-control .txt {
  color: black;
}
[data-asw-filter="dark-contrast"] .checkbox-control input[type=checkbox]:checked ~ .icon:before {
  color: black;
}
[data-asw-filter="dark-contrast"] .select2-container .select2-selection--single .select2-selection__rendered {
  color: black;
}
[data-asw-filter="dark-contrast"] .iframe-container iframe, [data-asw-filter="dark-contrast"] .iframe-container object, [data-asw-filter="dark-contrast"] .iframe-container embed {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .contact-map {
  border-color: gray;
}
[data-asw-filter="dark-contrast"] .policy-list .item-list li .link:hover .txt {
  color: gray;
}
[data-asw-filter="dark-contrast"] .form-step .step-1-active .step-1 {
  background-color: black;
  border-bottom-color: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .form-step .step-1-active .step-1::after {
  border-left-color: black !important;
}
[data-asw-filter="dark-contrast"] div:where(.swal2-icon).swal2-success {
  color: gray !important;
}
[data-asw-filter="dark-contrast"] div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border-color: lightgray;
}
[data-asw-filter="dark-contrast"] div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: gray;
}
[data-asw-filter="dark-contrast"] .policy-list .item-list .icon img {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .asw-menu-header {
  color: black;
}
[data-asw-filter="dark-contrast"] .asw-menu-content {
  color: black;
}
[data-asw-filter="dark-contrast"] .asw-btn.asw-selected {
  border-color: black;
  background: black;
  color: white;
}
[data-asw-filter="dark-contrast"] .asw-btn:hover {
  border-color: black !important;
}
[data-asw-filter="dark-contrast"] .asw-adjust-font div[role="button"] {
  background: black;
}
[data-asw-filter="dark-contrast"] .asw-footer {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .asw-menu-content::-webkit-scrollbar-thumb {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .wrapper .icon img {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  [data-asw-filter="dark-contrast"] .layout-header .navbar-collapse {
    background-color: black;
    border-top: 2px solid white;
  }
  [data-asw-filter="dark-contrast"] .layout-header .nav-link.dropdown-toggle {
    border-bottom: 1px solid white;
  }
  [data-asw-filter="dark-contrast"] .menu-mobile-btn .btn-mobile .bar {
    background-color: white;
  }
  [data-asw-filter="dark-contrast"] .layout-header .nav-link {
    color: white;
  }
  [data-asw-filter="dark-contrast"] .btn-primary:not(:disabled):not(.disabled).active, [data-asw-filter="dark-contrast"] .btn-primary:not(:disabled):not(.disabled):active, [data-asw-filter="dark-contrast"] .show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black;
  }
  [data-asw-filter="dark-contrast"] .btn-primary:not(:disabled):not(.disabled).active:focus, [data-asw-filter="dark-contrast"] .btn-primary:not(:disabled):not(.disabled):active:focus, [data-asw-filter="dark-contrast"] .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
  }
  [data-asw-filter="dark-contrast"] .link.asw-widget.-desktop .wrapper .txt {
    color: white;
  }
  [data-asw-filter="dark-contrast"] .link.asw-widget.-desktop {
    background-color: black;
  }
  [data-asw-filter="dark-contrast"] .link.asw-widget.-desktop:hover {
    background-color: gray;
  }
}
[data-asw-filter="dark-contrast"] img {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .lds-ellipsis {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .select2-container--default .select2-selection--single {
  background-color: unset;
}
[data-asw-filter="dark-contrast"] .col-md-4 .responsive-iframe {
  filter: grayscale(1) !important;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-our-history .content .font-sub {
  color: #fff;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-our-history .content p {
  color: #fff;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-our-history .bg-fluid {
  background-color: black !important;
  background-image: unset !important;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-company-history .font-sub {
  color: black;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-company-history .ck-timeline .line::after {
  background-color: #fff;
  border-color: black;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-company-history .ck-timeline .left-side h3 {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .ck-history .wg-company-history .ck-timeline .mark-point {
  filter: grayscale(1);
}
[data-asw-filter="dark-contrast"] .ck-editor table tbody tr td p span strong {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .ck-editor table tbody tr td {
  background-color: white !important;
}
[data-asw-filter="dark-contrast"] .desc .address .row .col-auto span .icon {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .desc .contact-info .row .col-auto span .icon {
  filter: brightness(0) invert(0);
}
[data-asw-filter="dark-contrast"] .editor-content p {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .editor-content p a {
  color: black !important;
}
[data-asw-filter="dark-contrast"] .editor-content p span {
  color: black !important;
  background: white !important;
}
[data-asw-filter="dark-contrast"] .layout-header .dropdown-menu li:hover .dropdown-item {
  color: #9a9a9a;
}
[data-asw-filter="dark-contrast"] .layout-header .nav-link:hover, [data-asw-filter="dark-contrast"] .layout-header .nav-link:focus {
  color: #9a9a9a;
}
[data-asw-filter="dark-contrast"] .historicol-main .table .table-historical .head {
  background-color: black;
}
[data-asw-filter="dark-contrast"] .map-page .nav-map li.active .link {
  background-color: #9a9a9a;
  color: white;
}
[data-asw-filter="dark-contrast"] .map-page .nav-map .link {
  color: black;
  background-color: #ffff;
  border-color: #9a9a9a;
}
[data-asw-filter="dark-contrast"] .map-page .map-graphic {
  filter: grayscale(1);
}
@media (max-width: 1199px) {
  [data-asw-filter="dark-contrast"] .menu-mobile-btn .btn-mobile .bar {
    background-color: #fff;
  }
  [data-asw-filter="dark-contrast"] .layout-header .navbar-collapse {
    border-color: #fff;
    background-color: black;
  }
  [data-asw-filter="dark-contrast"] .layout-header .nav-link.dropdown-toggle {
    border-color: #fff;
  }
  [data-asw-filter="dark-contrast"] .layout-header .dropdown-menu {
    border-color: #fff;
  }
}



[data-asw-filter="yellow-contrast"] .layout-header {
  border-bottom: 1px solid #ffff00;
  background-color: #000000;
}
[data-asw-filter="yellow-contrast"] .layout-header .navbar .logo img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .layout-header .nav-link {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-header .navbar-nav .nav-item > .dropdown-menu {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .layout-header .dropdown-menu .dropdown-item {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-header .nav-language .item-list li .link {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-header .dropdown-menu .dropdown-item:hover, [data-asw-filter="yellow-contrast"] .layout-header .dropdown-menu .dropdown-item:focus {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-header .nav-language .item-list li + li::before {
  border-left: 2px solid #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-footer {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  color: #ffff00;
  background-color: #000;
}
[data-asw-filter="yellow-contrast"] .layout-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background/bg-footer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(0.3);
  z-index: -1;
}
[data-asw-filter="yellow-contrast"] .layout-footer .logo {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .layout-footer .social-list .link img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .layout-footer .title {
  color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .layout-footer .copyright span {
  color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .layout-footer .btn {
  border: 1px solid #ffff00;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-footer .btn:hover {
  color: black;
}
[data-asw-filter="yellow-contrast"] .layout-footer .btn::before {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-footer .topic {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-footer .link {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-footer .wrapper .inner {
  border-top: 1px dashed #ffff00;
}
[data-asw-filter="yellow-contrast"] .layout-footer .link:hover {
  filter: grayscale(1) brightness(0.5);
}
[data-asw-filter="yellow-contrast"] .video-container {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .font-head {
  color: black;
}
[data-asw-filter="yellow-contrast"] .aos-animate {
  color: black;
}
[data-asw-filter="yellow-contrast"] .wg-overview .content .font-head {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .wg-overview .content .font-body {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .wg-overview .content a.see-more {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .wg-overview .overview-list .item .icon img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .main-slider .slick-dots li button {
  background: #ffff00;
}
[data-asw-filter="yellow-contrast"] .slick-slide .item .number {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .slick-slide .item .desc {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .wg-aboutus {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% calc(100% - 320px);
  background-image: url(../img/background/bg-wg-about-gray.webp);
}
[data-asw-filter="yellow-contrast"] .wg-aboutus .about-menu .wrapper .font-sub {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .wg-aboutus .about-menu .wrapper .action .feather {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .wg-aboutus a.see-more {
  color: black;
}
[data-asw-filter="yellow-contrast"] .wg-aboutus .about-menu .wrapper {
  background-color: #000 !important;
}
[data-asw-filter="yellow-contrast"] .wg-aboutus .about-menu .wrapper img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .text-light {
  color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations a.see-more {
  color: black;
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations a.see-more:hover {
  opacity: 50%;
}
[data-asw-filter="yellow-contrast"] .wg-weblink {
  background: #ffff00;
}
[data-asw-filter="yellow-contrast"] .btn-primary {
  background-color: #000;
  border-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .btn-primary-outline.reject-btn {
  color: black;
  background-color: #ffff00;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .btn-primary-outline.reject-btn:hover {
  color: #ffff00;
  background-color: black;
  border-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .btn-primary-outline:before {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .btn-primary:before {
  background-color: #ffff00;
  color: black;
}
[data-asw-filter="yellow-contrast"] .btn-primary:hover {
  color: black;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] figure.cover img {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] figure.contain img {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .main-page {
  background-image: none;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/background/bg-parallax-gray.jpg);
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations {
  padding-top: 100px;
  padding-bottom: 560px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-size: 100% calc(100% - 240px);
  background-image: url(../img/background/bg-wg-investor-relations-gray.webp);
}
[data-asw-filter="yellow-contrast"] .header-contact .item-list li .link {
  width: 100px;
  height: 100px;
  background-color: #000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-asw-filter="yellow-contrast"] .header-contact .wrapper {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .header-contact .wrapper .txt {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .cookie-tab {
  background-color: rgba(150, 150, 150, 0.8);
}
[data-asw-filter="yellow-contrast"] .cookie-tab .link.-cookie-policy {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .cookie-tab .link.-cookie-policy:hover {
  color: black;
}
[data-asw-filter="yellow-contrast"] .cookie-tab .text {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .cookie-tab .icon-pdpa {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%) !important;
}
[data-asw-filter="yellow-contrast"] .main-slider .slick-dots li.slick-active button {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .wg-service {
  background-image: url(../img/background/bg-wg-service-gray.webp);
}
[data-asw-filter="yellow-contrast"] .wg-service a.see-more {
  color: black;
}
[data-asw-filter="yellow-contrast"] .wg-service a.see-more:hover {
  opacity: 50%;
}
[data-asw-filter="yellow-contrast"] .header-social .item-list li .link {
  border: 3px solid #000;
  color: #000;
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .header-social .item-list li .link:hover {
  background-color: black;
  color: #ffff00;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .wg-service-slider .link.active .wrapper {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .wg-service-menu .wrapper .font-sub {
  color: #000;
  font-size: 26px;
}
[data-asw-filter="yellow-contrast"] .wg-service-menu .wrapper:hover .font-sub {
  color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .wg-service-slider .wrapper {
  background-color: #ffff00;
  border-color: #cccccc;
}
[data-asw-filter="yellow-contrast"] .wg-service-slider .wrapper:hover {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .wg-service-menu .wrapper {
  color: #000;
  background-color: #F1F0F0;
  padding: 25px 30px;
  transition: 200ms ease;
}
[data-asw-filter="yellow-contrast"] .wg-service-menu .wrapper .action .feather {
  color: black;
}
[data-asw-filter="yellow-contrast"] .wg-service-menu .wrapper:hover {
  color: white !important;
  background-color: black !important;
}
[data-asw-filter="yellow-contrast"] .graphic img {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .default-header {
  position: relative;
}
[data-asw-filter="yellow-contrast"] .default-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: grayscale(1);
  z-index: 1;
  background-size: inherit;
  background-position: inherit;
  background-repeat: inherit;
}
[data-asw-filter="yellow-contrast"] .default-header * {
  position: relative;
  z-index: 2;
}
[data-asw-filter="yellow-contrast"] .default-header .title {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .breadcrumb li.active {
  color: black;
}
[data-asw-filter="yellow-contrast"] .breadcrumb li .link {
  color: black;
}
[data-asw-filter="yellow-contrast"] .breadcrumb li .icon {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-page.overflow-hidden {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .item .link .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .item .link {
  border-bottom: 3px solid #a0a0a0;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .item .link.active .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .item .link.active {
  border-bottom-color: black;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .item .link:hover {
  border-bottom-color: black;
  opacity: 0.5;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .slick-prev .feather, [data-asw-filter="yellow-contrast"] .default-nav-slider .slick-next .feather {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider .slick-slide:before {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .breadcrumb li + li:before {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .sub-head .font-head {
  border-bottom: 5px solid black;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider.sub-nav-slider .link.active {
  background-color: lightgrey;
}
[data-asw-filter="yellow-contrast"] .default-nav-slider.sub-nav-slider .link:hover {
  border-color: lightgrey;
}
[data-asw-filter="yellow-contrast"] .-irI-I .item .thumb::before {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .-irI-I .item .link:hover .thumb {
  border-color: lightgray;
}
[data-asw-filter="yellow-contrast"] .-irI-I .item .content .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .-irI-I .item .link:hover .title {
  color: black;
  opacity: 0.5;
}
[data-asw-filter="yellow-contrast"] .-irI-I .item .content .desc {
  color: black;
}
[data-asw-filter="yellow-contrast"] .modal-ir-staff .thumb {
  border: 2px solid lightgray;
}
[data-asw-filter="yellow-contrast"] .modal-ir-staff .content .h-title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .modal-ir-staff .content > div {
  color: black;
}
[data-asw-filter="yellow-contrast"] .modal-ir-staff .modal-body {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-header.text-light .breadcrumb li .icon {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .default-header.text-light .breadcrumb li.active {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-header.text-light .breadcrumb li .link {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .whead .font-head {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .whead .font-body {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .content .number {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .content .font-head {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .content .font-body {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .content a.link {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-main .item-list > li:nth-child(3n+1) .bg-fluid {
  filter: grayscale(1);
  opacity: 0.7;
}
[data-asw-filter="yellow-contrast"] .service-main .item-list > li:nth-child(3n+2) .bg-fluid {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .service-main .item-list > li:nth-child(3n+3) .bg-fluid {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .service-item-list .service-default .content .action .see-more {
  color: black;
}
[data-asw-filter="yellow-contrast"] .service-item {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .detail-head .info-box .data .feather {
  color: black;
}
[data-asw-filter="yellow-contrast"] .detail-head .info-box .share .feather {
  color: black;
}
[data-asw-filter="yellow-contrast"] .detail-head .info-box .share .link {
  color: black;
  border: 2px solid black;
}
[data-asw-filter="yellow-contrast"] .service-detail {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .picture-cover-slider-nav .slick-current .thumb {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .detail-other .date {
  color: black;
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .detail-other .date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000091;
  opacity: 0.1;
}
[data-asw-filter="yellow-contrast"] .detail-other .news-default .content .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .slick-prev:hover, [data-asw-filter="yellow-contrast"] .slick-prev:focus, [data-asw-filter="yellow-contrast"] .slick-next:hover, [data-asw-filter="yellow-contrast"] .slick-next:focus {
  color: black;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .picture-cover-slider-nav .thumb {
  border: 2px solid #ffff00;
}
[data-asw-filter="yellow-contrast"] .whead .font-head.h-title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations .investor-information .wrapper .stock-info .font-sub {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations .investor-information .wrapper .font-sub {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations .investor-information .wrapper .content .action svg {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations .investor-information .wrapper .stock-info .stock-content .feather {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .wg-investor-relations .investor-information .wrapper:hover .stock-info .feather {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-download-list .head .font-sub {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-download-list .head .search .btn {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: black;
}
[data-asw-filter="yellow-contrast"] .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: black;
  border-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .select2-results__option {
  color: black;
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-download-list .body .link {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-download-list .body .link:hover .file-icon, [data-asw-filter="yellow-contrast"] .default-download-list .body .link:hover .content .desc, [data-asw-filter="yellow-contrast"] .default-download-list .body .link:hover .download-icon {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .default-download-list .body .content .info {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-download-list .body .item-list li {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .default-inner-page {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-main.-inner {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-download-list .icon-search:before {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-download-list .head .search {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .default-download-list .head .search .form-control {
  color: black;
}
[data-asw-filter="yellow-contrast"] .default-download-list .head .filter .select-box .select2-container--default .select2-selection--single {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .select2-results__option {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .select2-container .select2-selection--single .select2-selection__rendered {
  color: black;
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-news-list .link.-wrapper {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .investor-news-list .link.-wrapper .date {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-news-list .link.-wrapper .txt {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-news-list .link.-wrapper .see-more {
  color: #ffff00;
  border-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-news-list .link.-wrapper .see-more:hover {
  color: #ffff009c;
  border-color: #ffff009c;
}
[data-asw-filter="yellow-contrast"] .investor-news-list .link.-wrapper .see-more:hover .feather {
  color: #ffff009c;
}
[data-asw-filter="yellow-contrast"] .pagination-label .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .pagination-label span {
  color: black;
}
[data-asw-filter="yellow-contrast"] .pagination .pagination-nav .link {
  color: black;
}
[data-asw-filter="yellow-contrast"] .pagination .active .link {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .pagination .link:hover {
  color: gray;
}
[data-asw-filter="yellow-contrast"] .select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered, [data-asw-filter="yellow-contrast"] .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__rendered {
  color: black;
}
[data-asw-filter="yellow-contrast"] .slick-dots li.slick-active button {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .corporate-governance-main .cg-content .pdf-viewer iframe {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .detail-download .link .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .detail-download .link .date {
  color: black;
}
[data-asw-filter="yellow-contrast"] .detail-download .link:hover .date {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .detail-download .link:hover {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .detail-download .link:hover .title {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .detail-download .link:hover .title, [data-asw-filter="yellow-contrast"] .detail-download .link:hover .item-list li, [data-asw-filter="yellow-contrast"] .detail-download .link:hover .date, [data-asw-filter="yellow-contrast"] .detail-download .link:hover .feather-download {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-nav-slider .item .font-sub {
  color: black;
}
[data-asw-filter="yellow-contrast"] .investor-book-slider .book-base {
  filter: grayscale(1);
  background: none;
}
[data-asw-filter="yellow-contrast"] .default-page {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .default-page .picture-cover .lazy {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .global-container {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] body {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-anti-corruption .card-header .link {
  background-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-anti-corruption .card-header .link.collapsed:before {
  color: black;
}
[data-asw-filter="yellow-contrast"] .investor-anti-corruption .card-header .link:before {
  color: black;
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .investor-anti-corruption .card-body:before {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .news-default .content .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .news-default .content .icon-text {
  color: gray;
}
[data-asw-filter="yellow-contrast"] .news-hilight .slick-dots li button {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .news-hilight .slick-dots li.slick-active button {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .news-list .news-default .content {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .slick-prev, [data-asw-filter="yellow-contrast"] .slick-next {
  color: black;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .slick-prev:hover, [data-asw-filter="yellow-contrast"] .slick-prev:focus, [data-asw-filter="yellow-contrast"] .slick-next:hover, [data-asw-filter="yellow-contrast"] .slick-next:focus {
  color: gray;
  border-color: gray;
}
[data-asw-filter="yellow-contrast"] .career-list .link {
  background-color: lightgray;
}
[data-asw-filter="yellow-contrast"] .career-search form .form-control {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-search form .btn {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-search form .btn:hover {
  color: lightgray;
}
[data-asw-filter="yellow-contrast"] .career-search .select-box .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-list .link .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-list .link .position {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-list .link .desc {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-list .link .location {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-list .link .location .lazy {
  filter: brightness(0) invert(0);
}
[data-asw-filter="yellow-contrast"] .career-list .link:hover .location .lazy {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .career-list .link .link-more {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-list .link:hover {
  background-color: black !important;
}
[data-asw-filter="yellow-contrast"] .career-list .link:hover .title, [data-asw-filter="yellow-contrast"] .career-list .link:hover .position, [data-asw-filter="yellow-contrast"] .career-list .link:hover .desc, [data-asw-filter="yellow-contrast"] .career-list .link:hover .location, [data-asw-filter="yellow-contrast"] .career-list .link:hover .link-more {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .career-welfare .thumb {
  border: 3px solid gray;
}
[data-asw-filter="yellow-contrast"] .career-welfare .txt {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-detail-info .info-list .date {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-detail-info .info-list .view {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-detail-info .share-list .link {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-detail-info .print-box .link {
  color: grey;
}
[data-asw-filter="yellow-contrast"] .career-detail-info .share-list .txt {
  color: black;
}
[data-asw-filter="yellow-contrast"] .fa-print:before {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-info .wrapper .icon .lazy.loading {
  filter: brightness(0) invert(0);
}
[data-asw-filter="yellow-contrast"] .career-apply .link:hover .wrapper .icon .lazy.loading {
  filter: brightness(0) invert(0);
}
[data-asw-filter="yellow-contrast"] .career-apply .link:hover .wrapper .txt {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-apply .link:hover .wrapper {
  border-bottom-color: black;
}
[data-asw-filter="yellow-contrast"] .btn-back {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .btn-back:before {
  background-color: lightgray;
}
[data-asw-filter="yellow-contrast"] .career-header .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-form-header {
  background: #dbdbdb;
}
[data-asw-filter="yellow-contrast"] .career-form-header .thumb {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .career-form-header .icon-calendar {
  color: black;
}
[data-asw-filter="yellow-contrast"] .ui-widget-header {
  background-color: black;
  border-color: black;
  color: white;
}
[data-asw-filter="yellow-contrast"] .ui-widget-content {
  color: black;
}
[data-asw-filter="yellow-contrast"] .ui-state-default, [data-asw-filter="yellow-contrast"] .ui-widget-content .ui-state-default {
  color: black;
}
[data-asw-filter="yellow-contrast"] .ui-state-active, [data-asw-filter="yellow-contrast"] .ui-widget-content .ui-state-active, [data-asw-filter="yellow-contrast"] .ui-widget-header .ui-state-active, [data-asw-filter="yellow-contrast"] a.ui-button:active, [data-asw-filter="yellow-contrast"] .ui-button:active, [data-asw-filter="yellow-contrast"] .ui-button.ui-state-active:hover {
  border-color: black;
  background: black;
  color: white;
}
[data-asw-filter="yellow-contrast"] .ui-state-highlight, [data-asw-filter="yellow-contrast"] .ui-widget-content .ui-state-highlight, [data-asw-filter="yellow-contrast"] .ui-widget-header .ui-state-highlight {
  border-color: black;
  background-color: black;
  color: white;
}
[data-asw-filter="yellow-contrast"] .career-form-body .h-title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-form-body .line {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .career-form .form-default .form-radio .radio-control input[type=radio]:checked ~ .icon:before {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary {
  background: black;
  border-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary:hover, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary:active:hover, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary.active:hover, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary:active:focus, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary.actitve:focus, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary:active.focus, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary.active.focus, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary:focus:hover, [data-asw-filter="yellow-contrast"] .career-form-body .action .btn-primary.focus:hover {
  color: black;
}
[data-asw-filter="yellow-contrast"] .career-form-body .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .radio-control .icon {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .-sucsess .modal-content, [data-asw-filter="yellow-contrast"] .-failed .modal-content {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .modal-sucsess .icon img, [data-asw-filter="yellow-contrast"] .modal-failed .icon img {
  filter: brightness(0) invert(0);
}
[data-asw-filter="yellow-contrast"] .modal-sucsess .h-title, [data-asw-filter="yellow-contrast"] .modal-failed .h-title {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .modal-sucsess, [data-asw-filter="yellow-contrast"] .modal-failed {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .modal-close:hover {
  color: black;
}
[data-asw-filter="yellow-contrast"] .contact-form {
  background-color: #cfcfcf;
}
[data-asw-filter="yellow-contrast"] .contact-left {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .title strong {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .address .desc {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .contact-info .title {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .contact-info .icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .contact-left .contact-social .title {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .graphic-map .title {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .graphic-map a.link {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .graphic-map a.link:hover {
  color: #c8c803;
}
[data-asw-filter="yellow-contrast"] .contact-left .contact-info .desc .link {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .address .icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .form-default .form-control:focus {
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .form-default .form-control {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .checkbox-control .icon {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .text-red {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .contact-left .contact-social .item-list .link {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .contact-left .contact-social .item-list .link .icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] .btn-light-primary:before {
  background: none;
}
[data-asw-filter="yellow-contrast"] .btn-light-primary.disabled, [data-asw-filter="yellow-contrast"] .btn-light-primary.disabled:hover {
  color: black;
  background-color: gray;
  border-color: gray;
}
[data-asw-filter="yellow-contrast"] .btn-light-primary {
  color: #ffff00;
  background-color: black;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .btn-light-primary:hover {
  color: black;
  background-color: #ffff00;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .form-control-feedback.glyphicon-ok {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .form-control-feedback.glyphicon-remove {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .checkbox-control input[type=checkbox]:checked ~ .icon:before {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .form-default .form-checkbox .title {
  color: black;
}
[data-asw-filter="yellow-contrast"] .checkbox-control .txt {
  color: black;
}
[data-asw-filter="yellow-contrast"] .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: black;
}
[data-asw-filter="yellow-contrast"] .select2-container--default .select2-selection--single {
  border: 2px solid #cccccc;
}
[data-asw-filter="yellow-contrast"] .iframe-container iframe, [data-asw-filter="yellow-contrast"] .iframe-container object, [data-asw-filter="yellow-contrast"] .iframe-container embed {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .contact-map {
  border-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .policy-list .item-list li .link {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .policy-list .item-list li .link .txt {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .policy-list .item-list li .link:hover .txt {
  color: #ffff009c;
}
[data-asw-filter="yellow-contrast"] .form-step .step-1-active .step-1 {
  background-color: black;
  border-bottom-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .form-step .step-1-active .step-1::after {
  border-left-color: black !important;
}
[data-asw-filter="yellow-contrast"] .form-step .step {
  border-bottom: 2px solid #a0a0a0;
}
[data-asw-filter="yellow-contrast"] .policy-form .form-box {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .policy-form .form-box .editor-content p {
  color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-icon).swal2-success {
  color: gray !important;
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border-color: lightgray;
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: gray;
}
[data-asw-filter="yellow-contrast"] .policy-list .item-list .icon img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(97%) saturate(1046%) hue-rotate(3deg) brightness(108%) contrast(101%);
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-container) div:where(.swal2-popup) {
  background: #ffff00;
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  background-color: #ffff00;
}
[data-asw-filter="yellow-contrast"] div:where(.swal2-icon).swal2-success .swal2-success-fix {
  background-color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .asw-menu-header {
  color: black;
  background-color: #ffff00;
  border-color: #f0f002;
}
[data-asw-filter="yellow-contrast"] .asw-menu-content {
  color: black;
  background-color: #f0f002;
}
[data-asw-filter="yellow-contrast"] .asw-btn.asw-selected {
  border-color: black;
  background: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .asw-btn:hover {
  border-color: black !important;
}
[data-asw-filter="yellow-contrast"] .asw-btn {
  background: #ffff00;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .asw-adjust-font {
  background: #ffff00;
}
[data-asw-filter="yellow-contrast"] .asw-adjust-font div[role="button"] {
  background: black;
}
[data-asw-filter="yellow-contrast"] .asw-adjust-font div[role="button"] span {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .asw-footer {
  background-color: black;
  border-color: #f0f002;
}
[data-asw-filter="yellow-contrast"] .asw-menu-content::-webkit-scrollbar-thumb {
  background-color: black;
}
[data-asw-filter="yellow-contrast"] .asw-menu-content::-webkit-scrollbar-track {
  background: #a0a0a0;
}
[data-asw-filter="yellow-contrast"] .asw-footer > div {
  color: #ffff00;
}
@media (max-width: 991px) {
  [data-asw-filter="yellow-contrast"] .layout-header .navbar-collapse {
    background-color: black;
    border-top: 2px solid #ffff00;
  }
  [data-asw-filter="yellow-contrast"] .layout-header .nav-link.dropdown-toggle {
    border-bottom: 1px solid #ffff00;
  }
  [data-asw-filter="yellow-contrast"] .menu-mobile-btn .btn-mobile .bar {
    background-color: #ffff00;
  }
  [data-asw-filter="yellow-contrast"] .btn-primary:not(:disabled):not(.disabled).active, [data-asw-filter="yellow-contrast"] .btn-primary:not(:disabled):not(.disabled):active, [data-asw-filter="yellow-contrast"] .show > .btn-primary.dropdown-toggle {
    color: #ffff00;
    background: black;
    border-color: black;
  }
  [data-asw-filter="yellow-contrast"] .btn-primary:not(:disabled):not(.disabled).active:focus, [data-asw-filter="yellow-contrast"] .btn-primary:not(:disabled):not(.disabled):active:focus, [data-asw-filter="yellow-contrast"] .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
  }
  [data-asw-filter="yellow-contrast"] .link.asw-widget.-desktop {
    background-color: black;
  }
  [data-asw-filter="yellow-contrast"] .link.asw-widget.-desktop .wrapper .txt {
    color: #ffff00;
  }
  [data-asw-filter="yellow-contrast"] .link.asw-widget.-desktop:hover {
    background-color: gray;
  }
  [data-asw-filter="yellow-contrast"] .layout-header .dropdown-menu.show {
    border-color: #ffff00;
  }
}
[data-asw-filter="yellow-contrast"] img {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .lds-ellipsis {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .select2-container--default .select2-selection--single {
  background-color: unset;
}
[data-asw-filter="yellow-contrast"] .col-md-4 .responsive-iframe {
  filter: grayscale(1) !important;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-our-history .content .font-sub {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-our-history .content p {
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-our-history .bg-fluid {
  background-color: black !important;
  background-image: unset !important;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-company-history .font-sub {
  color: black;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-company-history .ck-timeline .line::after {
  background-color: #ffff00;
  border-color: black;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-company-history .ck-timeline .left-side h3 {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .ck-history .wg-company-history .ck-timeline .mark-point {
  filter: grayscale(1);
}
[data-asw-filter="yellow-contrast"] .ck-editor table tbody tr td p span strong {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .ck-editor table tbody tr td {
  background-color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .desc .address .row .col-auto span .icon {
  filter: brightness(0) invert(0);
}
[data-asw-filter="yellow-contrast"] .desc .contact-info .row .col-auto span .icon {
  filter: brightness(0) invert(0);
}
[data-asw-filter="yellow-contrast"] .editor-content p {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .editor-content p a {
  color: black !important;
}
[data-asw-filter="yellow-contrast"] .editor-content p span {
  color: black !important;
  background: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .ck-editor .row .col-md-6 .content {
  background-color: #ffff00 !important;
}
[data-asw-filter="yellow-contrast"] .layout-header .dropdown-menu li:hover .dropdown-item {
  color: #919100;
}
[data-asw-filter="yellow-contrast"] .layout-header .nav-link:hover, [data-asw-filter="yellow-contrast"] .layout-header .nav-link:focus {
  color: #919100;
}
[data-asw-filter="yellow-contrast"] .historicol-main .table .table-historical .head {
  background-color: black;
  color: #ffff00;
}
[data-asw-filter="yellow-contrast"] .map-page .nav-map li.active .link {
  background-color: #979700;
  color: black;
  border-color: #979700;
}
[data-asw-filter="yellow-contrast"] .map-page .nav-map .link {
  color: black;
  background-color: #ffff00;
  border-color: #9a9a9a;
}
[data-asw-filter="yellow-contrast"] .map-page .map-graphic {
  filter: grayscale(1);
}
@media (max-width: 1199px) {
  [data-asw-filter="yellow-contrast"] .menu-mobile-btn .btn-mobile .bar {
    background-color: #ffff00;
  }
  [data-asw-filter="yellow-contrast"] .layout-header .navbar-collapse {
    border-color: #ffff00;
    background-color: black;
  }
  [data-asw-filter="yellow-contrast"] .layout-header .nav-link.dropdown-toggle {
    border-color: #ffff00;
  }
  [data-asw-filter="yellow-contrast"] .layout-header .dropdown-menu {
    border-color: #ffff00;
  }
}
