/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

body,
html,
* {
  font-family: "Inter", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-synthesis: weight style;
  font-optical-sizing: auto;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif !important;
}
h2.intro-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 30px 0 50px;
  background: linear-gradient(to right, #36145c, #dec7e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.career-intro-section {
  padding: 120px 0 40px;
  position: relative;
  background: linear-gradient(180deg, #faf9ff 0%, #ffffff 60%);
  background-image:
    url("/cfind/source/thumb/images/career/bg-gradient.png"),
    linear-gradient(180deg, #faf9ff 0%, #ffffff 60%);
  background-position:
    center top,
    center;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}
.career-intro-section .intro-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.career-intro-section .intro-text {
  text-align: center;
  margin-bottom: 60px;
}
.career-intro-section .intro-sub {
  font-size: 1rem;
  max-width: 720px;
  margin: 0 auto;
  color: #5a5568;
  line-height: 1.5;
}

/* Mobile layout: center overall blocks while keeping inner text left-aligned */
@media (max-width: 600px) {
  .wrap-career .wrapper,
  .wrap-career .box-top,
  .wrap-career .filter,
  .wrap-career .career-content-wrapper,
  .wrap-career .career-sidebar-wrapper,
  .wrap-career .career-detail,
  .wrap-career .career-pagination {
    max-width: 560px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Stack sidebar above detail for narrow screens */
  .wrap-career .career-content-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .wrap-career .career-sidebar-wrapper,
  .wrap-career .career-detail {
    flex: 0 0 auto;
    max-width: 100%;
  }

  /* Ensure list items span full width but text stays left */
  .wrap-career .sidebar-item {
    text-align: left;
  }

  /* Meta items wrap more gracefully */
  .wrap-career .detail-meta {
    gap: 24px;
  }

  /* Buttons stretch nicely for touch */
  .wrap-career .detail-actions {
    flex-wrap: wrap;
  }

  .wrap-career .detail-actions .btn-apply,
  .wrap-career .detail-actions .btn-share {
    flex: 1 1 160px;
  }

  /* Center pagination container but keep numbers inline */
  .wrap-career .career-pagination .pagination-wrapper {
    justify-content: center;
  }

  /* Ensure heading block columns don't leave unused right half */
  .wrap-career .box-top .row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .wrap-career .box-top .row .column {
    width: 100% !important;
    padding: 0 !important;
  }
  .wrap-career .box-top .row .column:nth-child(2) p {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Stack filter controls and stretch full width */
  .wrap-career .filter .filter-minimalist {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .wrap-career .filter .filter-label {
    margin-right: 0 !important;
  }
  .wrap-career .filter .filter-group,
  .wrap-career .filter .filter-group .filter-input,
  .wrap-career .filter .filter-group select {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* Reduce top spacing slightly on very small screens to save vertical space */
  .wrap-career .box-top {
    margin-top: 12px !important;
  }
}
.career-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}
.career-grid-item {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.career-grid-item.card-left,
.career-grid-item.card-right {
  background: linear-gradient(90deg, #0a1746 0%, #513670 100%);
  color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.career-grid-item.card-left .card-content,
.career-grid-item.card-right .card-content {
  padding: 28px 28px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.career-grid-item.card-left {
  grid-column: 1/3;
  grid-row: 1/2; /* make same row height as others */
}
.career-grid-item.image-top {
  grid-column: 3/7;
  grid-row: 1/2;
}
.career-grid-item.card-right {
  grid-column: 5/7;
  grid-row: 2/3;
}
.career-grid-item.image-bottom {
  grid-column: 1/5; /* extend beneath card-left through column 4 */
  grid-row: 2/3;
}
.career-grid-item.card-left h3,
.career-grid-item.card-right h3 {
  font-size: 2rem;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #fff !important;
}
.career-grid-item.card-right h3 {
  margin-bottom: 24px;
}
.career-grid-item.card-left p,
.career-grid-item.card-right p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 16px;
  font-weight: 300;
}
.career-grid-item.card-right p {
  margin-bottom: 28px;
  font-size: 1.05rem;
}
.career-grid-item figure,
figure.career-grid-item {
  margin: 0;
}
.career-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.career-grid-item.card-right .cta-link {
  margin-top: auto;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.career-grid-item.card-right .cta-link:after {
  content: "→";
  font-size: 1rem;
  transform: translateY(1px);
}
.career-grid-item.card-right .cta-link:hover {
  text-decoration: underline;
}
.intro-footnote {
  margin-top: 36px;
  text-align: center;
  color: #6d6980;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}

/* Career Sea Section */
.career-sea-section {
  padding: 40px 0 140px;
  position: relative;
  background-color: #ffffff;
  background-image:
    linear-gradient(180deg, #ffffff 0%, rgba(30, 58, 138, 0.95) 50%),
    url(/cfind/source/thumb/images/career/bg-blue.png);
  background-position: center, center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}
.career-sea-section .career-sea-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.career-sea-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
}
.career-sea-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.career-sea-item.image-top-left {
  grid-column: 1/5;
  grid-row: 1/2;
}
.career-sea-item.card-top-right {
  grid-column: 5/7;
  grid-row: 1/2;
  background: linear-gradient(90deg, #0a1746 0%, #513670 100%);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
}
.career-sea-item.card-bottom-left {
  grid-column: 1/3;
  grid-row: 2/3;
  background: linear-gradient(90deg, #0a1746 0%, #513670 100%);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
}
.career-sea-item.card-top-right .card-sea-content,
.career-sea-item.card-bottom-left .card-sea-content {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.career-sea-item.card-top-right h2,
.career-sea-item.card-bottom-left h2 {
  font-size: 2.2rem;
  line-height: 1.15;
  margin: 0 0 24px;
  font-weight: 600;
  color: #fff;
}
.career-sea-item.card-top-right p,
.career-sea-item.card-bottom-left p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  opacity: 0.95;
}
.career-sea-item.image-bottom-right {
  grid-column: 3/7;
  grid-row: 2/3;
}
.career-sea-item figure,
figure.career-sea-item {
  margin: 0;
}
.career-sea-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.career-sea-footer {
  margin-top: 36px;
  text-align: center;
  color: #d1d5db;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .career-sea-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .career-sea-item.card-top-right h2,
  .career-sea-item.card-bottom-left h2 {
    font-size: 1.9rem;
  }
  .career-sea-item.card-top-right p,
  .career-sea-item.card-bottom-left p {
    font-size: 0.95rem;
  }
}

@media (max-width: 991px) {
  .career-sea-section {
    padding: 60px 0;
  }
  .career-sea-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .career-sea-item.image-top-left {
    grid-column: 1/2;
    grid-row: auto;
  }
  .career-sea-item.card-top-right {
    grid-column: 2/3;
    grid-row: auto;
  }
  .career-sea-item.card-bottom-left {
    grid-column: 1/2;
    grid-row: auto;
  }
  .career-sea-item.image-bottom-right {
    grid-column: 1/3;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .career-sea-section {
    padding: 50px 0;
  }
  .career-sea-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .career-sea-item {
    min-height: 280px;
  }
  .career-sea-item.card-top-right,
  .career-sea-item.card-bottom-left {
    min-height: 320px;
  }
  .career-sea-item.card-top-right h2,
  .career-sea-item.card-bottom-left h2 {
    font-size: 1.75rem;
  }
  .career-sea-item.card-top-right p,
  .career-sea-item.card-bottom-left p {
    font-size: 0.9rem;
  }
  .career-sea-footer {
    font-size: 0.75rem;
  }
}

@media (max-width: 1200px) {
  .career-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .career-grid-item.card-left h3,
  .career-grid-item.card-right h3 {
    font-size: 1.7rem;
  }
  h2.intro-title {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .career-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .career-grid-item.card-left {
    grid-column: 1/2;
    grid-row: auto;
  }
  .career-grid-item.image-top {
    grid-column: 2/3;
    grid-row: auto;
  }
  .career-grid-item.image-bottom {
    grid-column: 1/3; /* span full width below on small screens */
    grid-row: auto;
  }
  .career-grid-item.card-right {
    grid-column: 2/3;
    grid-row: auto;
  }
  .career-intro-section {
    padding: 120px 0 30px;
  }
}
@media (max-width: 640px) {
  .career-grid {
    display: flex;
    flex-direction: column;
  }
  .career-grid-item {
    min-height: 260px;
  }
  .career-grid-item.card-left,
  .career-grid-item.card-right {
    min-height: 300px;
  }
  h2.intro-title {
    font-size: 2rem;
  }
  .career-intro-section .intro-sub {
    font-size: 0.95rem;
  }
}

h1 {
  font-weight: 700 !important;
}

.cursor {
  display: none;
  background: url(/images/material/cursor.svg) no-repeat 50%;
  height: 74px;
  left: 0;
  margin-left: -37px;
  margin-top: -37px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 74px;
  z-index: 999;
}
.cursor.dark {
  background: url(/images/material/cursor-dark.svg) no-repeat 50%;
}
header {
  height: 143px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 888;
}
header:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
header.up {
  top: 0;
}
header.down,
header.up {
  transition: all 0.3s ease-out;
}
header.down {
  top: -143px;
}
header .wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 135px;
  max-width: none;
}
header .wrapper .logo img {
  display: block;
  height: auto;
  width: 100%;
}
header .wrapper .wrap-burger {
  cursor: pointer;
  padding-bottom: 20px;
  position: relative;
  width: 44px;
}
header .wrapper .wrap-burger .burger-menu {
  display: flex;
  flex-flow: column;
  height: 23px;
  justify-content: space-between;
  margin: auto auto 12px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 49px;
}
header .wrapper .wrap-burger .burger-menu span {
  background: #fff;
  border-radius: 0;
  display: block;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: all 0.25s ease-out;
  width: 100%;
}
header .wrapper .wrap-burger .burger-menu span:first-child {
  top: 0;
}
header .wrapper .wrap-burger .burger-menu span:nth-child(2) {
  top: 10px;
}
header .wrapper .wrap-burger .burger-menu span:nth-child(3) {
  top: 20px;
}
header .wrapper .wrap-burger .txt {
  bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  left: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 100%;
}
header .wrapper .wrap-burger .txt.close {
  opacity: 0;
  visibility: hidden;
}
header .wrapper .wrap-burger.act .burger-menu {
  background: url(/images/material/burger-close.png) no-repeat center 0;
  background-size: auto 100%;
  height: 44px;
  margin-bottom: 5px;
  transform: rotate(135deg);
  transition: all 0.3s ease-out;
  width: 44px;
}
header .wrapper .wrap-burger.act .burger-menu span {
  opacity: 0;
}
header .wrapper .wrap-burger.act .burger-menu:hover {
  transform: unset;
  transition: all 0.3s ease-out;
}
header .wrapper .wrap-burger.act .txt.tmenu {
  opacity: 0;
  visibility: hidden;
}
header .wrapper .wrap-burger.act .txt.close {
  opacity: 1;
  visibility: visible;
}
.wrap-menu {
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 777;
}
.wrap-menu .inner {
  float: right;
  margin-right: 135px;
  padding-bottom: 222px;
  padding-right: 0;
  padding-top: 150px;
  width: 300px;
  z-index: 5;
}
.wrap-menu .inner,
.wrap-menu .inner nav {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.wrap-menu .inner nav {
  overflow-y: auto;
  padding-right: 10px;
  width: 100%;
}
.wrap-menu .inner nav::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.wrap-menu .inner nav::-webkit-scrollbar {
  background-color: #f2f2f2;
  width: 4px;
}
.wrap-menu .inner nav::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 3px;
}
.wrap-menu .inner nav ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Alra;
  font-size: 1.875rem;
  justify-content: flex-end;
}
.wrap-menu .inner nav ul li a img {
  margin-right: 16px;
}
.wrap-menu .inner nav ul li > ul {
  display: none;
  margin: 5px 0 15px;
  padding-right: 10px;
}
.wrap-menu .inner nav ul li > ul li {
  margin: 0;
}
.wrap-menu .inner nav ul li > ul li a {
  font-size: 1.25rem;
}
.wrap-menu .inner nav ul li.dropdown a.parent {
  padding-right: 40px;
  position: relative;
}
.wrap-menu .inner nav ul li.dropdown a.parent:after {
  background: url(/images/material/icon-plus.png) no-repeat 0 0;
  content: "";
  height: 33px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  width: 32px;
}
.wrap-menu .inner nav ul li.dropdown.act a.parent:after {
  background: url(/images/material/icon-min.png) no-repeat 0 0;
  transform: translateY(-50%) rotate(-180deg);
}
.wrap-menu .inner .box-bottom {
  border-top: 1px solid hsla(0, 0%, 95%, 0.2);
  bottom: 60px;
  left: 0;
  padding: 30px 0 0;
  position: absolute;
  width: 100%;
}
.wrap-menu .inner .box-bottom .search {
  margin-bottom: 15px;
}
.wrap-menu .inner .box-bottom .search form {
  position: relative;
}
.wrap-menu .inner .box-bottom .search form ::-moz-placeholder {
  color: #fff;
}
.wrap-menu .inner .box-bottom .search form :-ms-input-placeholder {
  color: #fff;
}
.wrap-menu .inner .box-bottom .search form ::placeholder {
  color: #fff;
}
.wrap-menu .inner .box-bottom .search button {
  background: url(/images/material/search.png) no-repeat 0 0;
  border: 0;
  font-size: 0;
  height: 25px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.wrap-menu .inner .box-bottom .search input {
  border: 0;
  color: #fff;
  font-family: Open Sans;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 0 35px;
  text-align: right;
}
.wrap-menu .inner .box-bottom .language {
  align-items: center;
  display: flex;
  font-size: 1.188rem;
  font-weight: 700;
  justify-content: flex-end;
}
.wrap-menu .inner .box-bottom .language a {
  color: #fff;
  display: flex;
  padding: 0 8px;
}
.wrap-menu .inner .box-bottom .language a img {
  filter: grayscale(100%);
  transition: all 0.15s ease-out;
}
.wrap-menu .inner .box-bottom .language a:first-child {
  padding-left: 0;
}
.wrap-menu .inner .box-bottom .language a:last-child {
  padding-right: 0;
}
.wrap-menu .inner .box-bottom .language a.active,
.wrap-menu .inner .box-bottom .language a:hover {
  color: #469de3;
}
.wrap-menu .inner .box-bottom .language a.active img,
.wrap-menu .inner .box-bottom .language a:hover img {
  filter: grayscale(0);
}
.wrap-menu .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap-menu .bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
footer {
  padding: 25px 0;
}
footer p {
  margin-bottom: 0;
}
footer .wrapper {
  margin: 0 100px;
}
footer .wrapper .footer-top {
  display: flex;
  margin-bottom: 20px;
}
footer .wrapper .footer-top .boxleft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
footer .wrapper .footer-top .boxleft ul {
  display: flex;
  margin: 0;
}
footer .wrapper .footer-top .boxleft ul li {
  margin-right: 18px;
}
footer .wrapper .footer-top .boxleft ul li:last-child {
  margin-right: 0;
}
footer .wrapper .footer-top .boxleft ul li a {
  color: #333;
  font-weight: 600;
  transition: all 0.25s ease-out;
}
footer .wrapper .footer-top .boxleft ul li a:hover {
  opacity: 0.9;
}
footer .wrapper .footer-top .boxleft .office {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 26px;
}
footer .wrapper .footer-top .boxleft .office:last-child {
  margin-bottom: 0;
}
footer .wrapper .footer-top .boxleft .office .address {
  line-height: 1.5;
  margin-right: 25px;
  padding-left: 26px;
  position: relative;
  width: 58%;
}
footer .wrapper .footer-top .boxleft .office .address:before {
  background: url(/images/material/map.svg) no-repeat 0 0;
  background-size: 12px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
}
footer .wrapper .footer-top .boxleft .office .contact {
  width: 42%;
}
footer .wrapper .footer-top .boxleft .office .contact p {
  margin-bottom: 10px;
}
footer .wrapper .footer-top .boxleft .office .contact .telp {
  padding-left: 26px;
  position: relative;
}
footer .wrapper .footer-top .boxleft .office .contact .telp:before {
  background: url(/images/material/telp.svg) no-repeat 0 0;
  background-size: 20px;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}
footer .wrapper .footer-top .boxleft .office .contact .fax {
  padding-left: 26px;
  position: relative;
}
footer .wrapper .footer-top .boxleft .office .contact .fax:before {
  background: url(/images/material/ico-fax.svg) no-repeat 0 0;
  background-size: 20px;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}
footer .wrapper .footer-top .boxleft .office .contact .email {
  padding-left: 26px;
  position: relative;
}
footer .wrapper .footer-top .boxleft .office .contact .email:before {
  background: url(/images/material/email.svg) no-repeat 0 0;
  background-size: 20px;
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 20px;
}
footer .wrapper .footer-top .boxright {
  padding-left: 50px;
  width: 50%;
}
footer .wrapper .footer-bottom {
  display: flex;
  justify-content: space-between;
}
footer .wrapper .footer-bottom .copyright {
  font-size: 15px;
}
footer .wrapper .footer-bottom .copyright a {
  transition: all 0.25 ease-out;
}
footer .wrapper .footer-bottom .copyright a:hover {
  opacity: 0.9;
  text-decoration: underline;
}
footer .social-media ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
footer .social-media ul li {
  margin-bottom: 0;
  margin-right: 30px;
}
footer .social-media ul li a {
  align-items: center;
  display: flex;
  transition: all 0.25s ease-out;
}
footer .social-media ul li a img {
  margin-right: 8px;
  transition: all 0.25s ease-out;
}
footer .social-media ul li a:hover {
  opacity: 0.9;
}
footer .social-media ul li a:hover img {
  transform: scale(0.92);
}
footer .social-media ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1599px) {
  .wrap-menu .inner {
    margin-right: 80px;
    padding-bottom: 130px;
  }
  .wrap-menu .inner nav ul li a {
    font-size: 1.6rem;
  }
  .wrap-menu .inner .box-bottom {
    bottom: 25px;
    padding-top: 20px;
  }
  .wrap-menu .inner .box-bottom .search {
    margin-bottom: 7px;
  }
  .wrap-menu .inner .box-bottom .language,
  .wrap-menu .inner .box-bottom .search input {
    font-size: 1rem;
  }
  footer .wrapper,
  header .wrapper {
    margin-left: 80px;
    margin-right: 80px;
  }
  footer .wrapper .footer-top .boxleft {
    width: 52%;
  }
  footer .wrapper .footer-top .boxright {
    padding-left: 40px;
    width: 48%;
  }
}
@media (max-width: 1366px) {
  .wrap-menu .inner .box-bottom .language a {
    width: 40px;
  }
  footer .wrapper .footer-top .boxright ul li {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .cursor {
    display: none;
  }
  header {
    height: 123px;
  }
  header.down {
    top: -123px;
  }
  header .logo {
    width: 149px;
  }
  header .wrapper .wrap-burger {
    cursor: pointer;
    padding-bottom: 16px;
    width: 38px;
  }
  header .wrapper .wrap-burger .burger-menu {
    height: 20px;
    margin-bottom: 8px;
    width: 100%;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(2) {
    top: 8px;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(3) {
    top: 16px;
  }
  header .wrapper .wrap-burger .txt {
    font-size: 0.6881rem;
  }
  header .wrapper .wrap-burger.act .burger-menu {
    height: 38px;
    width: 100%;
  }
  header .wrapper .wrap-burger.act .burger-menu span:first-child {
    top: 8px;
    transform: rotate(45deg);
  }
  header .wrapper .wrap-burger.act .burger-menu span:nth-child(2) {
    opacity: 0;
  }
  header .wrapper .wrap-burger.act .burger-menu span:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
  }
  .wrap-menu .inner nav ul li a {
    font-size: 1.5rem;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .wrap-menu .inner nav ul li > ul li a {
    padding-bottom: 0;
    padding-top: 0;
  }
  footer {
    padding: 40px 0 35px;
  }
  footer .wrapper .footer-top {
    margin-bottom: 30px;
  }
  footer .wrapper .footer-top .boxleft {
    flex-direction: column;
    width: 72%;
  }
  footer .wrapper .footer-top .boxleft .office {
    flex-direction: column;
  }
  footer .wrapper .footer-top .boxleft .office .address {
    line-height: 1.9;
    width: 100%;
  }
  footer .wrapper .footer-top .boxleft .office .contact {
    margin-top: 13px;
    width: 100%;
  }
  footer .wrapper .footer-top .boxright {
    padding-left: 20px;
    width: 28%;
  }
  footer .wrapper .footer-top .boxright ul li {
    width: auto;
  }
  footer .wrapper .footer-top .boxright ul li a {
    display: inline-block;
    padding: 3px 0;
  }
  footer .social-media ul li {
    margin-right: 24px;
  }
  footer .social-media ul li a {
    font-size: 0;
  }
  footer .social-media ul li:last-child,
  footer .social-media ul li a img {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  header {
    height: 95px;
  }
  header.down {
    top: -95px;
  }
  header .wrapper {
    margin: 0 48px;
  }
  header .wrapper .wrap-burger .burger-menu span {
    height: 2px;
    width: 32px;
  }
  header .wrapper .wrap-burger.act .burger-menu {
    height: 34px;
    margin-bottom: 4px;
  }
  header .logo {
    width: 112px;
  }
  .wrap-menu .inner {
    margin-right: 48px;
    padding-bottom: 110px;
    padding-top: 100px;
    width: 400px;
  }
  .wrap-menu .inner nav ul li a {
    font-size: 1.125rem;
  }
  .wrap-menu .inner nav ul li a img {
    margin-right: 8px;
    width: 18px;
  }
  .wrap-menu .inner nav ul li.dropdown a.parent {
    padding-right: 25px;
  }
  .wrap-menu .inner nav ul li.dropdown a.parent:after {
    background-size: 20px auto !important;
    height: 21px;
    right: -5px;
    top: 52%;
    width: 20px;
  }
  .wrap-menu .inner nav ul li > ul li a {
    font-size: 0.875rem;
  }
  .wrap-menu .inner .box-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .wrap-menu .inner .box-bottom .search {
    margin-bottom: 0;
    margin-right: 30px;
    width: 70%;
  }
  .wrap-menu .inner .box-bottom .search button {
    background-size: 16px auto;
    height: 16px;
    width: 16px;
  }
  .wrap-menu .inner .box-bottom .search input {
    font-size: 0.875rem;
  }
  .wrap-menu .inner .box-bottom .language {
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    height: 43px;
  }
  .wrap-menu .inner .box-bottom .language a {
    width: 35px;
  }
  footer {
    padding: 32px 0;
  }
  footer .wrapper {
    margin-left: 48px;
    margin-right: 48px;
  }
  footer .wrapper .footer-top .boxleft {
    margin-right: 0;
    padding-right: 25px;
  }
  footer .wrapper .footer-top .boxleft .address {
    line-height: 1.7;
  }
  footer .wrapper .footer-top .boxleft .address br {
    display: none;
  }
  footer .wrapper .footer-top .boxleft ul li a {
    font-size: 13px;
  }
  footer .wrapper .footer-top .boxright {
    padding-left: 0;
  }
  footer .wrapper .footer-top .boxright ul li a {
    font-size: 13px;
  }
  footer .wrapper .footer-bottom {
    font-size: 0.75rem;
  }
  footer .wrapper .footer-bottom .copyright {
    font-size: 13px;
  }
  footer .social-media ul li {
    margin-right: 12px;
  }
  footer .social-media ul li a img {
    height: 24px !important;
    width: 24px !important;
  }
}
@media (max-width: 767px) {
  header {
    height: 68px;
  }
  header.down {
    top: -68px;
  }
  header .wrapper {
    margin: 0 32px;
  }
  header .wrapper .wrap-burger {
    padding-bottom: 16px;
    width: 34px;
  }
  header .wrapper .wrap-burger .burger-menu {
    height: 10px;
    margin-bottom: 6px;
  }
  header .wrapper .wrap-burger .burger-menu span {
    width: 24px;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(2) {
    top: 4px;
  }
  header .wrapper .wrap-burger .burger-menu span:nth-child(3) {
    top: 8px;
  }
  header .wrapper .wrap-burger.act {
    padding-bottom: 17px;
  }
  header .wrapper .wrap-burger.act .burger-menu {
    margin-bottom: 2px;
  }
  header .logo {
    width: 84px;
  }
  .wrap-menu .inner {
    margin-right: 32px;
    padding-bottom: 150px;
    width: 190px;
  }
  .wrap-menu .inner .box-bottom {
    align-items: flex-end;
    flex-direction: column;
  }
  .wrap-menu .inner .box-bottom .search {
    margin-right: 0;
    width: 100%;
  }
  footer .wrapper {
    margin: 0 32px;
  }
  footer .wrapper .footer-top {
    flex-direction: column;
    margin-bottom: 16px;
  }
  footer .wrapper .footer-top .boxleft {
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  footer .wrapper .footer-top .boxleft:before {
    color: #0a3150;
    content: "WARUNA";
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    margin-bottom: 16px;
    position: relative;
    top: 0;
  }
  footer .wrapper .footer-top .boxleft .address {
    margin-right: 0;
  }
  footer .wrapper .footer-top .boxleft .foot-menu ul {
    flex-direction: column;
  }
  footer .wrapper .footer-top .boxleft .foot-menu ul li {
    margin-bottom: 5px;
    margin-right: 0;
  }
  footer .wrapper .footer-top .boxright {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  footer .wrapper .footer-top .boxright ul {
    justify-content: flex-start;
  }
  footer .wrapper .footer-top .boxright ul li {
    margin-left: 0;
    margin-right: 12px;
  }
  footer .wrapper .footer-top .boxright ul li a {
    font-size: 0.875rem;
  }
  footer .wrapper .footer-top .boxright ul li a img {
    height: 20px !important;
    width: 20px !important;
  }
  footer .wrapper .footer-bottom {
    flex-direction: column;
  }
  footer .wrapper .footer-bottom .copyright {
    font-size: 0.625rem;
    order: 2;
  }
  footer .wrapper .footer-bottom .social-media {
    margin-bottom: 20px;
    order: 1;
  }
  footer .wrapper .footer-bottom .social-media ul {
    justify-content: flex-start;
  }
}
/*!
 * Milligram-scss v1.3.0
 * https://milligram.github.io
 *
 * Copyright (c) 2017 CJ Patoilo
 * Licensed under the MIT license
 */
.wrapper.no-right {
  margin-right: 0;
}
.wrapper.no-left {
  margin-left: 0;
}
@-webkit-keyframes opacit {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacit {
  0% {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.title-small {
  border-bottom: 1px solid #0a3150;
  color: #0a3150;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  position: relative;
}
.title-small.title-white {
  border-color: #fff;
  color: #fff;
}
.bg-blur {
  left: 0;
  position: absolute;
  top: 0;
}
.bg-blur,
.bg-blur > img {
  height: 100%;
  width: 100%;
}
.bannerpage {
  min-height: 100vh;
}
.bannerpage,
.bannerpage figcaption {
  align-items: flex-start;
  display: flex;
  position: relative;
}
.bannerpage figcaption {
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 135px;
  width: 100%;
}
.bannerpage figcaption .infig {
  margin-left: 115px;
  margin-right: 115px;
  width: 760px;
}
.bannerpage figcaption .title-small {
  border-color: #fff;
  color: #fff;
}
.bannerpage figcaption h1 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: left;
}
.bannerpage figcaption p {
  color: #f1edff;
  font-weight: 300;
  margin-bottom: 0;
  opacity: 0.8;
  position: relative;
}
.bannerpage figure {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bannerpage figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
}
.bannerpage.banner-lg figcaption {
  box-sizing: border-box;
  padding: 190px 50px 140px 20px;
}
.bannerpage.banner-lg figcaption .infig-lg {
  margin: auto 115px 50px;
  position: relative;
  width: auto;
}
.bannerpage.banner-lg figcaption .infig-lg h4 {
  color: #fff;
  opacity: 0.8;
}
.bannerpage.banner-lg figcaption .infig-lg .row {
  margin-left: -18px;
  width: calc(100% + 36px);
}
.bannerpage.banner-lg figcaption .infig-lg .row .column {
  padding: 0 18px;
}
.bannerpage.banner-lg figcaption .infig-lg .button-scroll {
  right: -155px;
  top: -205px;
}
.bannerpage.banner-contact figure {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  width: 100%;
}
.bannerpage.banner-contact figure img {
  height: 100%;
}
.bannerpage.banner-contact figcaption {
  padding-top: 254px;
  position: relative !important;
}
.bannerpage.banner-contact figcaption .infig {
  margin-bottom: 50px;
  width: 760px;
}
.button-scroll {
  -webkit-animation: opacit 0.8s ease-out infinite alternate;
  animation: opacit 0.8s ease-out infinite alternate;
  background: url(/images/material/button-scroll.png) no-repeat 0 0;
  bottom: 0;
  height: 126px;
  margin-bottom: 78px;
  position: absolute;
  right: 157px;
  width: 125px;
  z-index: 5;
}
.button-scroll.type-2 {
  background: url(/images/material/button-scroll-2.png) no-repeat 0 0;
  height: 132px;
  width: 136px;
}
.button-scroll.type-3 {
  -webkit-animation: unset;
  animation: unset;
  background: url(/images/material/ico-mouse.svg) no-repeat 0 0;
  background-position: 50%;
  height: 136px;
  width: 136px;
}
.button-scroll.type-3:after {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: url(/images/material/button-scroll-4.png) no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 136px;
  position: absolute;
  width: 136px;
}
.middle {
  position: relative;
}
.middle.space-top-md {
  padding-top: 88px;
}
.middle.space-top-lg {
  padding-top: 250px;
}
.middle.space-bot-md {
  padding-bottom: 50px;
}
.wrap-txt-img {
  background: #fff;
  display: flex;
  margin-bottom: -40px;
  position: relative;
  top: -140px;
}
.wrap-txt-img .box-text {
  flex: 0 0 55%;
  flex-direction: column;
  max-width: 55%;
  padding: 90px;
}
.wrap-txt-img .box-text,
.wrap-txt-img .box-text .tab-title {
  display: flex;
  justify-content: space-between;
}
.wrap-txt-img .box-text .tab-title .tab-item {
  border-bottom: 1px solid;
  color: #0a3150;
  opacity: 0.7;
  padding-bottom: 10px;
}
.wrap-txt-img .box-text .tab-title .tab-item h6 {
  font-family: Open Sans;
  font-size: 0.813rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  margin: 0;
}
.wrap-txt-img .box-text .tab-title .tab-item.active {
  opacity: 1;
}
.wrap-txt-img .box-text figure img {
  width: auto;
}
.wrap-txt-img .box-text h3 {
  font-size: 2.188rem;
  margin-bottom: 0;
  margin-top: 20px;
}
.wrap-txt-img figure {
  flex: 0 0 45%;
  max-width: 45%;
}
.wrap-txt-img figure img {
  width: 100%;
}
.tag-title {
  margin-bottom: 20px;
}
.tag-title span {
  border-bottom: 1px solid;
  font-family: Open Sans;
  font-size: 0.813rem;
  font-weight: 700;
  letter-spacing: 0.48em;
  padding-bottom: 10px;
}
.wrap-yt {
  height: 600px;
  width: 100%;
}
.wrap-yt iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 1903px) {
  .bannerpage.banner-lg figcaption {
    padding-bottom: 0;
    padding-top: 190px;
  }
  .bannerpage.banner-lg figcaption .infig-lg .button-scroll {
    top: -155px;
  }
}
@media (max-width: 1599px) {
  .button-scroll {
    margin-bottom: 45px;
    right: 80px;
  }
  .bannerpage figcaption {
    padding: 0 104px;
  }
  .bannerpage figcaption .infig {
    margin-left: 0;
    margin-right: 0;
  }
  .bannerpage.banner-lg figcaption {
    padding: 150px 80px 0;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .bannerpage.banner-lg figcaption .infig-lg .button-scroll {
    right: -80px;
  }
  .bannerpage.banner-lg figcaption h1 {
    font-size: 2.2rem;
  }
  .bannerpage.banner-lg.space-bottom-lg {
    height: 110vh;
    padding-bottom: 0;
  }
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 110vh;
  }
  .bannerpage.banner-lg.banner-service {
    min-height: 100vh;
    padding-bottom: 0;
  }
  .bannerpage.banner-lg.banner-service figure {
    height: auto;
  }
  .bannerpage.banner-lg.banner-service figure img {
    height: 140%;
  }
  .wrap-txt-img .box-text {
    padding: 56px;
  }
}
@media (max-width: 1366px) {
  .bannerpage.banner-lg figure {
    height: auto;
    width: 100%;
  }
  .bannerpage.banner-lg figure img {
    height: 100%;
  }
  .bannerpage.banner-lg figcaption {
    height: auto;
    padding-bottom: 0;
    padding-top: 160px;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-top: 20px;
  }
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 140vh;
  }
  .bannerpage.banner-contact figure {
    height: 100% !important;
  }
  .bannerpage.banner-contact figcaption {
    padding-bottom: 0;
  }
}
@media (max-width: 1349px) {
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 150vh;
  }
}
@media (max-width: 1200px) {
  .button-scroll {
    background-size: 100% !important;
    height: 100px !important;
    width: 100px !important;
  }
  .button-scroll.type-3 {
    background-size: auto !important;
  }
  .button-scroll.type-3:after {
    background-size: 100%;
    height: 100px;
    width: 100px;
  }
  .bannerpage figcaption .infig {
    margin-left: 0;
    margin-right: 0;
    width: 640px;
  }
  .bannerpage figure,
  .bannerpage figure img {
    height: auto;
  }
  .bannerpage.banner-lg figure {
    height: 115vh;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .bannerpage.banner-lg figcaption .infig-lg .button-scroll {
    right: -35px;
    top: -165px;
  }
  .bannerpage.banner-service figcaption .infig-lg {
    margin-top: 20px;
  }
  .bannerpage.banner-contact {
    padding-bottom: 0;
  }
  .tag-title span,
  .title-small {
    font-size: 0.75rem;
  }
  .wrap-txt-img {
    margin-bottom: -110px;
    top: -180px;
  }
  .wrap-txt-img .box-text {
    flex: 0 0 59%;
    justify-content: flex-start;
    max-width: 59%;
    padding: 48px;
  }
  .wrap-txt-img .box-text .tab-title {
    margin-bottom: 60px;
  }
  .wrap-txt-img .box-text .tab-title .tab-item h6 {
    font-size: 0.75rem;
  }
  .wrap-txt-img .box-text h3 {
    font-size: 1.313rem;
    padding-right: 80px;
  }
  .wrap-txt-img .box-text figure {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .wrap-txt-img .box-text figure img {
    width: 56px;
  }
  .wrap-txt-img figure {
    flex: 0 0 41%;
    max-width: 41%;
  }
  .wrap-yt {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .button-scroll {
    display: none;
    right: 38px;
  }
  .bannerpage figcaption {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 50px;
  }
  .bannerpage.banner-lg figcaption {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 190px;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-top: 82px;
  }
  .bannerpage.banner-lg figcaption h1 {
    font-size: 2.5rem;
  }
  .bannerpage.banner-lg figure img {
    height: 100%;
    -o-object-position: center 0;
    object-position: center 0;
  }
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure {
    height: 160vh;
  }
  .bannerpage.banner-service figure {
    height: 135vh;
  }
  .bannerpage.banner-contact {
    padding-bottom: 0;
  }
  .bannerpage.banner-contact figcaption .infig {
    width: 100%;
  }
  .bannerpage.banner-contact figcaption .infig h1 {
    margin-bottom: 20px;
  }
  .tag-title span,
  .title-small {
    font-size: 0.625rem;
  }
  .bg-blur > img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .wrap-txt-img {
    margin-bottom: -120px;
    top: -190px;
  }
  .wrap-txt-img .box-text {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wrap-txt-img .box-text figure img {
    width: 40px;
  }
  .wrap-txt-img .box-text h3 {
    font-size: 1rem;
    padding-right: 50px;
  }
  .wrap-txt-img .box-text .tab-title .tab-item h6 {
    font-size: 0.625rem;
  }
  .wrap-txt-img figure {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .wrap-yt {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .wrapper.no-right {
    margin-right: 24px;
  }
  .wrapper.no-left {
    margin-left: 24px;
  }
  .bannerpage figcaption {
    justify-content: flex-end;
    padding: 40px 24px 30px;
  }
  .bannerpage figcaption .infig {
    width: 100%;
  }
  .bannerpage figcaption h1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .bannerpage.banner-lg {
    padding-bottom: 340px;
  }
  .bannerpage.banner-lg figcaption {
    padding: 340px 24px 34px;
    position: relative;
  }
  .bannerpage.banner-lg figcaption .infig-lg {
    margin-top: 0;
  }
  .bannerpage.banner-lg figcaption .infig-lg h4 {
    font-size: 1rem;
  }
  .bannerpage.banner-lg figcaption .infig-lg .row .column {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .bannerpage.banner-lg figcaption h1 {
    font-size: 1.5rem;
  }
  .bannerpage.banner-lg.banner-service figure,
  .bannerpage.banner-lg.banner-service figure img {
    height: 100%;
  }
  .bannerpage.banner-lg figure {
    height: 100%;
    position: absolute;
  }
  .bannerpage.banner-lg.space-bottom-lg,
  .bannerpage.banner-lg.space-bottom-lg figure,
  .bannerpage.banner-lg figure img {
    height: 100%;
  }
  .bannerpage.banner-lg.space-bottom-lg figcaption {
    padding-bottom: 320px;
  }
  .bannerpage.banner-contact,
  .bannerpage.banner-service {
    padding-bottom: 0;
  }
  .wrap-txt figure {
    margin-left: -45px;
  }
  .wrap-txt-img {
    flex-direction: column;
    margin-bottom: -230px;
    top: -290px;
  }
  .wrap-txt-img .box-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 48px 23px 44px;
  }
  .wrap-txt-img .box-text h3 {
    font-size: 1.5rem;
  }
  .wrap-txt-img .box-text figure img {
    width: 30px;
  }
  .wrap-txt-img figure {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bg-blur {
    background: #eaeaea;
  }
  .bg-blur:before {
    background: url(/images/material/Gradient1-small.png) no-repeat right 0;
    background-size: auto 100%;
    left: 0;
    top: 0;
  }
  .bg-blur:after,
  .bg-blur:before {
    content: "";
    height: 304px;
    position: absolute;
    width: 100%;
  }
  .bg-blur:after {
    background: url(/images/material/Gradient2-small.png) no-repeat 100% 100%;
    background-size: auto 100%;
    bottom: 0;
    opacity: 0.6;
    right: 0;
  }
  .bg-blur img {
    display: none;
  }
  .bg-blur.blur-about {
    background: url(/images/material/bg-history-small.jpg) no-repeat 0 0;
  }
  .wrap-yt {
    height: 250px;
  }
}
.wrap-career {
  background: #ffffff;
  position: relative;
}
.wrap-career:before {
  background: url(/images/material/shadow-tanker-left.png) no-repeat 0 0;
  left: 0;
  top: 0;
  width: 640px;
}
.wrap-career:after,
.wrap-career:before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: 1;
}
.wrap-career:after {
  background: url(/images/material/shadow-tanker-right.png) no-repeat 0 bottom;
  bottom: 0;
  right: 0;
  width: 700px;
}
.wrap-career .wrapper {
  margin: 0 auto;
  padding: 102px 0 100px;
  width: 1106px;
  z-index: 3;
}
.wrap-career .box-top .row .column {
  width: 50%;
}
.wrap-career .box-top .row .column h4 {
  font-weight: 700;
  color: #616161 !important;
}

/* Add spacing between the site header and the career section title */
.wrap-career .box-top {
  margin-top: 30px;
}
.wrap-career .box-top .row .column:nth-child(2) {
  padding-left: 120px;
  padding-right: 40px;
}
.wrap-career .box-top .row .column:nth-child(2) p {
  padding-bottom: 25px;
  padding-left: 50px;
}
/* New Minimalist Filter Design */
.wrap-career .filter {
  margin-bottom: 40px;
}
.wrap-career .filter {
  padding: 20px 24px;
  border-radius: 0;
  margin-bottom: 0;
}
.wrap-career .filter .filter-minimalist {
  display: flex;
  align-items: center;
  gap: 20px;
  background: transparent;
  padding: 0;
}
.wrap-career .filter .filter-label {
  color: #616161 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  min-width: auto !important;
  margin-right: 4px !important;
  white-space: nowrap !important;
}
.wrap-career .filter .filter-group {
  flex: 1 !important;
  max-width: 320px !important;
}
.wrap-career .filter .filter-group .filter-input {
  width: 100% !important;
  height: 46px !important;
  padding: 0 16px !important;
  border: none !important;
  border-bottom: 1px solid #616161 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #616161 !important;
  font-size: 0.875rem !important;
  font-family: "Open Sans", sans-serif !important;
  transition: border-color 0.15s ease !important;
  box-shadow: none !important;
}
.wrap-career .filter .filter-group .filter-input::placeholder {
  color: #616161 !important;
}
.wrap-career .filter .filter-group .filter-input:hover {
  border-bottom-color: #616161 !important;
}
.wrap-career .filter .filter-group .filter-input:focus {
  outline: none !important;
  border-bottom-color: #616161 !important;
  box-shadow: none !important;
  color: #111827 !important;
}
.wrap-career .filter .filter-group select {
  width: 100% !important;
  height: 46px !important;
  padding: 0 16px !important;
  border: none !important;
  border-bottom: 1px solid #616161 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #616161 !important;
  font-size: 0.875rem !important;
  font-family: "Open Sans", sans-serif !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23616161' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 40px !important;
  cursor: pointer !important;
  transition: border-color 0.15s ease !important;
  box-shadow: none !important;
}
.wrap-career .filter .filter-group select option {
  color: #111827 !important;
}
.wrap-career .filter .filter-group select:hover {
  border-bottom-color: #616161 !important;
}
.wrap-career .filter .filter-group select:focus {
  outline: none !important;
  border-bottom-color: #616161 !important;
  box-shadow: none !important;
  color: #111827 !important;
}
.wrap-career .filter .filter-group select:disabled {
  background-color: #f9fafb !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
/* Career Content Wrapper - Sidebar & Detail Layout */
.wrap-career .career-content-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  background: transparent;
  align-items: stretch;
}

/* Career Sidebar Wrapper */
.wrap-career .career-sidebar-wrapper {
  flex: 0 0 340px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
}

/* Career Sidebar */
.wrap-career .career-sidebar {
  background: transparent;
  padding: 20px 12px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wrap-career .career-sidebar::-webkit-scrollbar {
  width: 6px;
}
.wrap-career .career-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.wrap-career .career-sidebar::-webkit-scrollbar-thumb {
  background: rgba(10, 49, 80, 0.3);
  border-radius: 3px;
}
.wrap-career .career-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 49, 80, 0.5);
}

/* Pagination Styles */
.wrap-career .career-pagination {
  padding: 20px 0 10px;
}
.wrap-career .career-pagination .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wrap-career .career-pagination .pagination-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: white;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wrap-career
  .career-pagination
  .pagination-btn:hover:not(.disabled):not(.active) {
  background: #f5f5f5;
  border-color: #5b3a8e;
  color: #5b3a8e;
}
.wrap-career .career-pagination .pagination-btn.active {
  background: #5b3a8e;
  border-color: #5b3a8e;
  color: white;
}
.wrap-career .career-pagination .pagination-btn.disabled {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}
.wrap-career .career-pagination .pagination-btn.prev,
.wrap-career .career-pagination .pagination-btn.next {
  font-size: 20px;
  font-weight: bold;
}

.wrap-career .sidebar-item {
  padding: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  position: relative;
  transform: translateX(0);
  box-shadow: 0 1px 5px rgba(252, 241, 241, 0.08);
}
.wrap-career .sidebar-item::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1rem;
  color: #9ca3af;
  font-weight: 700;
  transition: all 0.3s ease;
}
.wrap-career .sidebar-item:hover {
  border-color: rgba(91, 58, 142, 0.4);
  background: linear-gradient(135deg, #fafafa 0%, #e8e8e8 100%);
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(91, 58, 142, 0.1);
}
.wrap-career .sidebar-item:hover::after {
  color: #5b3a8e;
  transform: translateX(3px);
}
.wrap-career .sidebar-item.active {
  border: 2px solid #5b3a8e;
  background: linear-gradient(135deg, #f8f8f8 0%, #f0f0f0 100%);
  box-shadow: 0 4px 12px rgba(91, 58, 142, 0.15);
  transform: translateX(0);
}
.wrap-career .sidebar-item.active::after {
  color: #5b3a8e;
}
.wrap-career .sidebar-item.active:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 16px rgba(91, 58, 142, 0.2);
}
.wrap-career .sidebar-item.active:hover::after {
  transform: translateX(3px);
}
.wrap-career .sidebar-item .position-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  font-family: "Open Sans", sans-serif;
}
.wrap-career .sidebar-item .position-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #616161;
  margin-bottom: 8px;
  font-family: "Albra", sans-serif;
  line-height: 1.4;
}
.wrap-career .sidebar-item .position-meta {
  margin-bottom: 8px;
}
.wrap-career .sidebar-item .position-meta .department {
  font-size: 0.875rem;
  color: #4b5563;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.wrap-career .sidebar-item .position-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.813rem;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
}
.wrap-career .sidebar-item .position-location .location-name {
  color: #6b7280;
  font-weight: 400;
}

/* No Results Message */
.wrap-career .no-results {
  padding: 40px 20px;
  text-align: center;
  color: #6b7280;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
}

/* Career Detail */
.wrap-career .career-detail {
  flex: 1;
  padding: 0px 20px 40px 20px;
  background: transparent;
}
.wrap-career .career-detail::-webkit-scrollbar {
  width: 6px;
}
.wrap-career .career-detail::-webkit-scrollbar-track {
  background: transparent;
}
.wrap-career .career-detail::-webkit-scrollbar-thumb {
  background: rgba(10, 49, 80, 0.3);
  border-radius: 3px;
}
.wrap-career .career-detail::-webkit-scrollbar-thumb:hover {
  background: rgba(10, 49, 80, 0.5);
}
.wrap-career .detail-header {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(10, 49, 80, 0.1);
}
.wrap-career .detail-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #616161;
  margin-bottom: 20px;
  font-family: "Albra", sans-serif;
  line-height: 1.3;
}
.wrap-career .detail-meta {
  display: flex;
  gap: 60px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.wrap-career .detail-meta .meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wrap-career .detail-meta .meta-label {
  font-size: 0.688rem;
  color: #6b7280;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.wrap-career .detail-meta .meta-value {
  font-size: 0.875rem;
  color: #616161;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.wrap-career .detail-actions {
  display: flex;
  gap: 12px;
}
.wrap-career .detail-actions .btn-apply {
  padding: 10px 28px;
  background: #5b3a8e;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.wrap-career .detail-actions .btn-apply:hover {
  background: #4a2f73;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(91, 58, 142, 0.25);
}
.wrap-career .detail-actions .btn-share {
  padding: 10px 28px;
  background: transparent;
  color: #5b3a8e;
  border: 1px solid #5b3a8e;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
}
.wrap-career .detail-actions .btn-share:hover {
  background: #5b3a8e;
  color: #fff;
  border-color: #5b3a8e;
}
.wrap-career .detail-content {
  margin-top: 32px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}
.wrap-career .detail-content::-webkit-scrollbar {
  width: 6px;
}
.wrap-career .detail-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.wrap-career .detail-content::-webkit-scrollbar-thumb {
  background: #5b3a8e;
  border-radius: 3px;
}
.wrap-career .detail-content::-webkit-scrollbar-thumb:hover {
  background: #4a2f73;
}
.wrap-career .detail-content .content-section {
  margin-bottom: 28px;
}
.wrap-career .detail-content .content-section h3 {
  font-size: 1.063rem;
  font-weight: 700;
  color: #616161;
  margin-bottom: 12px;
  font-family: "Albra", sans-serif;
}
.wrap-career .detail-content .content-section p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #616161;
  font-family: "Open Sans", sans-serif;
}

/* Old listing-career styles - keeping for backward compatibility */
.wrap-career .listing-career {
  display: none;
}
@media (max-width: 1200px) {
  .wrap-career:before {
    background-size: 470px auto;
    opacity: 0.8;
    width: 470px;
  }
  .wrap-career:after {
    background-size: 369px auto;
    opacity: 0.8;
    width: 369px;
  }
  .wrap-career .wrapper {
    margin: 0 80px;
    padding: 88px 0;
    width: auto;
  }
  .wrap-career .wrapper:before {
    background-size: 100%;
    width: 542px;
  }
  .wrap-career .wrapper:after {
    background-size: 100%;
    width: 465px;
  }
  .wrap-career .box-top .row .column:nth-child(2) {
    padding-left: 100px;
    padding-right: 0;
  }
  .wrap-career .box-top .row .column:nth-child(2) p {
    padding-bottom: 0;
    padding-left: 24px;
  }
  .wrap-career .filter .row .column {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .wrap-career .filter .row .column:first-child {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .wrap-career .filter .row .column:last-child {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .wrap-career .filter .row .column .title-filter {
    font-size: 1.5rem;
  }
  .wrap-career .filter .row .column button {
    padding: 0 15px;
  }
  .wrap-career .filter select {
    font-size: 0.875rem;
  }
  .wrap-career .listing-career .list {
    margin: 0 12px 24px;
    width: calc(33.33333% - 24px);
  }
  .wrap-career .listing-career .list h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .wrap-career .wrapper {
    margin: 0 48px;
    padding: 70px 0;
  }
  .wrap-career .box-top .row .column h3 {
    font-size: 2.625rem;
  }
  .wrap-career .box-top .row .column:first-child {
    padding-right: 30px;
  }
  .wrap-career .box-top .row .column:nth-child(2) {
    padding-left: 50px;
  }
  .wrap-career .filter .row .column .title-filter {
    font-size: 1.375rem;
  }
  .wrap-career .listing-career .list figcaption {
    padding-top: 52px;
  }
}
@media (max-width: 767px) {
  .wrap-career:before {
    background-size: 100% auto;
    left: -20%;
    opacity: 0.8;
    width: 120%;
  }
  .wrap-career:after {
    background-size: 100% 100%;
    height: 300px;
    opacity: 0.6;
    right: 0;
    width: 100%;
  }
  .wrap-career .wrapper {
    margin: 0 24px;
    padding: 56px 0;
  }
  .wrap-career .box-top {
    margin-bottom: 25px;
  }
  .wrap-career .box-top .row .column {
    margin-bottom: 5px;
    width: 100%;
  }
  .wrap-career .box-top .row .column:first-child {
    padding-right: 0;
  }
  .wrap-career .box-top .row .column:nth-child(2) {
    padding-left: 0;
  }
  .wrap-career .box-top .row .column h3 {
    font-size: 1.5rem;
  }
  .wrap-career .filter .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap-career .filter .row .column {
    flex: 0 0 50%;
    margin-bottom: 16px;
    max-width: 50%;
  }
  .wrap-career .filter .row .column:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrap-career .filter .row .column .title-filter {
    padding-bottom: 10px;
  }
  .wrap-career .filter .row .column:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wrap-career .filter .row .column button {
    height: 40px;
    justify-content: center;
    line-height: 40px;
    text-align: center;
  }
  .wrap-career .listing-career {
    padding-top: 10px;
  }
  .wrap-career .listing-career .list {
    margin-bottom: 16px;
    width: 100%;
  }
}

.button-discover {
  display: inline-flex;
  align-items: end;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 16px;
  line-height: 1.2;
}
.button-discover:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.6);
  transform: translateX(4px);
}
.button-discover::after {
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
}
.button-discover:hover::after {
  transform: translateX(3px);
}

/* Additional Responsive Styles for New Layout */
@media (max-width: 1200px) {
  .wrap-career .filter .filter-minimalist {
    flex-wrap: wrap;
  }
  .wrap-career .filter .filter-label {
    flex: 0 0 100%;
    margin-bottom: 12px;
  }
  .wrap-career .filter .filter-group {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
  }
  .wrap-career .career-sidebar {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .wrap-career .career-detail {
    padding: 30px 30px 30px 15px;
  }
  .wrap-career .detail-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 1023px) {
  .wrap-career .filter {
    padding: 18px 20px;
  }
  .wrap-career .filter .filter-minimalist {
    gap: 16px;
    flex-wrap: wrap;
  }
  .wrap-career .filter .filter-label {
    flex: 0 0 100%;
  }
  .wrap-career .filter .filter-group {
    flex: 1 1 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
  }
  .wrap-career .career-content-wrapper {
    flex-direction: column;
  }
  .wrap-career .career-sidebar {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 400px;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .wrap-career .career-detail {
    padding: 0px 20px 30px 20px;
    max-height: none;
  }
}

@media (max-width: 767px) {
  .wrap-career .filter {
    padding: 18px 16px;
  }
  .wrap-career .filter .filter-minimalist {
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
  }
  .wrap-career .filter .filter-label {
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
  .wrap-career .filter .filter-group {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
  .wrap-career .filter .filter-group .filter-input,
  .wrap-career .filter .filter-group select {
    width: 100%;
  }
  .wrap-career .career-sidebar {
    padding: 15px 0;
    max-height: 350px;
  }
  .wrap-career .sidebar-item {
    padding: 16px 20px;
  }
  .wrap-career .sidebar-item .position-title {
    font-size: 1rem;
  }
  .wrap-career .career-detail {
    padding: 24px 16px;
  }
  .wrap-career .detail-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .wrap-career .detail-meta {
    flex-direction: column;
    gap: 16px;
  }
  .wrap-career .detail-actions {
    flex-direction: column;
  }
  .wrap-career .detail-actions .btn-apply,
  .wrap-career .detail-actions .btn-share {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .wrap-career .detail-content .content-section h3 {
    font-size: 1.125rem;
  }
  .wrap-career .detail-content .content-section p {
    font-size: 0.875rem;
  }
  .wrap-career .career-pagination .pagination-wrapper {
    gap: 6px;
  }
  .wrap-career .career-pagination .pagination-btn {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .wrap-career .career-pagination .pagination-btn.prev,
  .wrap-career .career-pagination .pagination-btn.next {
    font-size: 18px;
  }
}

/* ========================================
   APPLY MODAL STYLES
   ======================================== */
.career-apply-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 20px;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    background 0.3s ease;
}

.career-apply-modal.modal-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.career-apply-modal .inner-popup {
  position: relative;
  background: #f5f4f8;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  padding: 40px 32px;
  margin: auto;
  transform: scale(0.9) translateY(-20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.career-apply-modal.modal-active .inner-popup {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.career-apply-modal .close-popup {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 10;
}

.career-apply-modal .close-popup:before,
.career-apply-modal .close-popup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #616161;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.2s ease;
}

.career-apply-modal .close-popup:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.career-apply-modal .close-popup:hover:before,
.career-apply-modal .close-popup:hover:after {
  background: #5b3a8e;
}

.apply-modal-content h2 {
  font-family: "Albra", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #616161;
  margin-bottom: 28px;
  text-align: left;
}

.apply-form .form-group {
  margin-bottom: 20px;
}

.apply-form .form-group label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #616161;
  margin-bottom: 8px;
  font-weight: 400;
}

.apply-form .form-group input[type="text"],
.apply-form .form-group input[type="email"],
.apply-form .form-group input[type="tel"] {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #d1d5db;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #616161;
  transition: border-color 0.2s ease;
}

.apply-form .form-group input:focus {
  outline: none;
  border-bottom-color: #5b3a8e;
}

.apply-form .file-upload {
  position: relative;
  margin-bottom: 8px;
}

.apply-form .file-upload input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.apply-form .file-upload .upload-btn {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #616161;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 2px;
}

.apply-form .file-upload .upload-btn:hover {
  border-color: #5b3a8e;
  color: #5b3a8e;
}

.apply-form .file-info {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  color: #9ca3af;
  margin: 0;
}

.apply-form .btn-submit-apply {
  width: 100%;
  padding: 14px;
  background: #5b3a8e;
  color: #ffffff;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 12px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.apply-form .btn-submit-apply:hover {
  background: #4a2f73;
}

@media (max-width: 767px) {
  .career-apply-modal .inner-popup {
    max-width: 100%;
    padding: 32px 24px;
  }

  .apply-modal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}

/* Final override: ensure heading and filter are centered on very small screens */
@media (max-width: 600px) {
  .wrap-career .wrapper {
    max-width: 560px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Force box-top columns stacked and centered as container */
  .wrap-career .box-top .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  .wrap-career .box-top .row .column {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  /* Force filter to occupy centered container and stack inputs */
  .wrap-career .filter {
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wrap-career .filter .filter-minimalist {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .wrap-career .filter .filter-group,
  .wrap-career .filter .filter-group .filter-input,
  .wrap-career .filter .filter-group select {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=career.css.map*/
