@charset "UTF-8";
@import url(typography.css);
html,
body,
section,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


.range-slider {
  height: 8px;
  position: relative;
  background-color: #e5e7eb;
  border-radius: 99px;
}
.range-slider .range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 99px;
  background-color: #0e74bc;
}
.range-slider .range-tooltip {
  position: absolute;
  background-color: #fff;
  color: #373a51;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 34px;
  white-space: nowrap;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.range-slider:hover .range-tooltip {
  visibility: visible;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.range-price label {
  margin-right: 5px;
}
.range-price input {
  width: 100%;
  display: flex;
  padding: 8px 20px;
  padding-left: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  position: relative;
}
.range-price .text-input {
  content: "$";
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

:root {
  --f-body: "Roboto";
  --f-heading: "Averta";
  --primary: #E20000;
  --black: #1D1D1D;
  --black_22: #000;
  --white: #FFF;
}

body {
  font-family: var(--f-body);
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  box-sizing: border-box;
}
body #tooltip {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  max-width: 300px;
  pointer-events: none;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.12s ease;
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.8);
}

figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
textarea,
select {
  outline: 0;
  background: transparent;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.truncate, .truncate-4row, .truncate-3row, .truncate-2row {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-2row {
  -webkit-line-clamp: 2;
}
.truncate-3row {
  -webkit-line-clamp: 3;
}
.truncate-4row {
  -webkit-line-clamp: 4;
}

.rounded-full {
  border-radius: 50%;
}

select.input-filter {
  display: flex;
  align-items: flex-start;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../select-icon.html");
  background-repeat: no-repeat !important;
  background-position: right 14px center;
  background-size: 16px 16px;
}

.invisible {
  visibility: hidden;
  height: 0;
}

.visible {
  visibility: unset;
  height: -moz-fit-content;
  height: fit-content;
}

.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

html {
  margin-top: 0 !important;
}

body.admin-bar {
  margin-top: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

header {
  position: relative;
}
header .header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: top 0.3s ease-in-out;
  will-change: top;
  z-index: 1030;
  padding: 16px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  transition-duration: 0.5s;
}
@media only screen and (max-width: 1650px) {
  header .header-wrapper {
    gap: 70px;
  }
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper {
    gap: 50px;
    padding: 14px 34px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper {
    gap: 30px;
    top: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper {
    justify-content: space-between;
  }
}
header .header-wrapper .logo img {
  width: 135px;
  aspect-ratio: 27/16;
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .logo img {
    width: 115px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .logo img {
    width: 90px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .menu {
    display: none;
  }
}
header .header-wrapper .menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1650px) {
  header .header-wrapper .menu ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 1480px) {
  header .header-wrapper .menu ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .menu ul {
    gap: 16px;
  }
}
header .header-wrapper .menu ul li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--black);
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .menu ul li {
    font-size: 14px;
  }
}
header .header-wrapper .menu ul li .sub-menu {
  position: absolute;
  top: 95%;
  left: -10%;
  display: none;
  flex-direction: column;
  align-items: baseline;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  margin: 0;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.5);
  border-radius: 12px;
}
header .header-wrapper .menu ul li .sub-menu li {
  font-size: 14px;
  text-transform: none;
  padding: 0;
  white-space: nowrap;
}
header .header-wrapper .menu ul li .sub-menu li:hover, header .header-wrapper .menu ul li .sub-menu li.current-menu-item {
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
header .header-wrapper .menu ul li.current_page_item, header .header-wrapper .menu ul li:hover {
  font-weight: 700;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding: 8px 0;
}
header .header-wrapper .menu ul li:hover .sub-menu {
  display: flex;
}
header .header-wrapper .menu ul li.menu-item-has-children {
  position: relative;
  padding-right: 10px;
}
header .header-wrapper .menu ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
}
header .header-wrapper .menu ul li.menu-item-has-children:hover::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23E20000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
header .header-wrapper .menu ul li.menu-item-has-children .current_page_item::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23E20000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
header .header-wrapper .menu ul li.current_page_item::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23E20000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
header .header-wrapper .right-header {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header {
    gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .right-header {
    display: none;
  }
}
header .header-wrapper .right-header .item-1 {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 {
    gap: 12px;
  }
}
header .header-wrapper .right-header .item-1 .search {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .search .bnt-search svg, header .header-wrapper .right-header .item-1 .search .close-search svg {
    width: 18px;
    height: 18px;
  }
}
header .header-wrapper .right-header .item-1 .search .drop-search {
  position: absolute;
  top: 35px;
}
header .header-wrapper .right-header .item-1 .search .drop-search form {
  display: flex;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.5);
}
header .header-wrapper .right-header .item-1 .search .drop-search form input {
  border-radius: 8px;
  border: 1px solid var(--primary);
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--black);
  min-width: 180px;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .search .drop-search form input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .search .drop-search form button svg {
    width: 20px;
    height: 20px;
  }
}
header .header-wrapper .right-header .item-1 .phone-call {
  padding: 0 16px;
  border-left: 1px solid rgba(29, 29, 29, 0.8);
  border-right: 1px solid rgba(29, 29, 29, 0.8);
  cursor: pointer;
  line-height: 90%;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .phone-call {
    padding: 0 10px;
  }
  header .header-wrapper .right-header .item-1 .phone-call svg {
    width: 20px;
    height: 20px;
  }
}
header .header-wrapper .right-header .item-1 .language {
  position: relative;
}
header .header-wrapper .right-header .item-1 .language .btn-language {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .language .btn-language {
    gap: 6px;
  }
  header .header-wrapper .right-header .item-1 .language .btn-language .icon-1 svg {
    width: 20px;
    height: 20px;
  }
  header .header-wrapper .right-header .item-1 .language .btn-language .icon-2 svg {
    width: 16px;
    height: 16px;
  }
}
header .header-wrapper .right-header .item-1 .language .btn-language span {
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
  color: var(--black);
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .language .btn-language span {
    font-size: 14px;
  }
}
header .header-wrapper .right-header .item-1 .language .btn-language .icon-1, header .header-wrapper .right-header .item-1 .language .btn-language .icon-2 {
  padding-top: 4px;
}
header .header-wrapper .right-header .item-1 .language .drop-language {
  position: absolute;
  width: 100%;
  text-align: center;
}
header .header-wrapper .right-header .item-1 .language .drop-language .item {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.5);
  border-radius: 6px;
  padding: 8px 0;
  cursor: pointer;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-1 .language .drop-language .item {
    font-size: 14px;
  }
}
header .header-wrapper .right-header .item-1 .language .drop-language .item:hover {
  color: var(--primary);
}
header .header-wrapper .right-header .item-2 .quote {
  padding: 12px 24px;
  border-radius: 1000px;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  header .header-wrapper .right-header .item-2 .quote {
    font-size: 14px;
    padding: 8px 16px;
    min-width: 82px;
    display: block;
  }
}
header .header-wrapper .right-header .item-2 .quote:hover {
  color: var(--primary);
  background: var(--white);
}
header .header-wrapper .nav-menu {
  position: relative;
  display: none;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .nav-menu {
    display: block;
  }
}
header .header-wrapper .nav-menu .drop-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.5);
  height: 1000vh;
  padding: 40px 60px;
  z-index: 1040;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
}
header .header-wrapper .nav-menu .drop-menu.show {
  transform: translateX(0);
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .search-mobile {
  margin-bottom: 48px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .search-mobile form {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .search-mobile form input {
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid var(--primary);
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile {
  margin-bottom: 32px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  color: var(--black);
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li .sub-menu {
  display: none;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li .sub-menu li {
  font-size: 14px;
  text-transform: none;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.current_page_item, header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li:hover {
  font-weight: 700;
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
  padding: 4px 0;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.menu-item-has-children {
  border: none !important;
  padding: 0 !important;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 24px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.menu-item-has-children:hover > a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23E20000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.menu-item-has-children .current_page_item > a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23E20000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.menu-item-has-children .current-menu-item {
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .menu-mobile ul li.current_page_item > a::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23E20000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .service .language-mobile {
  position: relative;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .service .language-mobile .btn-language-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .service .language-mobile .btn-language-mobile span {
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
  color: var(--black);
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .service .language-mobile .drop-language-mobile {
  position: absolute;
  width: 100%;
  text-align: center;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .service .language-mobile .drop-language-mobile .item {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: var(--primary);
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.5);
  border-radius: 6px;
  padding: 8px 0;
  cursor: pointer;
}
header .header-wrapper .nav-menu .drop-menu .menu-wrapper .quote-mobile {
  background: var(--primary);
  color: var(--white);
  padding: 8px 16px;
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  justify-content: center;
}
header .popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
header .popup-backdrop.hidden {
  display: none;
}
header .popup-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}
header .popup-quote {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1040;
  padding: 48px 60px;
  padding-bottom: 0;
  background: var(--white);
  border-radius: 16px;
  max-width: 890px;
  width: 90%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  header .popup-quote {
    padding: 32px 40px;
  }
}
header .popup-quote.hidden {
  display: none;
}
header .popup-quote.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
header .popup-quote h2 {
  color: #121417;
  font-family: var(--f-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  header .popup-quote h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
header .popup-quote .desc {
  color: #484E5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  max-width: 470px;
  display: block;
}
@media only screen and (max-width: 767px) {
  header .popup-quote .desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
header .popup-quote form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  header .popup-quote form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
header .popup-quote form .form-group {
  display: flex;
  flex-direction: column;
}
header .popup-quote form .form-group label {
  color: #484E5B;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}
header .popup-quote form .form-group label span {
  color: #F42310;
}
header .popup-quote form .form-group input[type=text],
header .popup-quote form .form-group input[type=email],
header .popup-quote form .form-group input[type=tel] {
  padding: 12px 14px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  header .popup-quote form .form-group input[type=text],
  header .popup-quote form .form-group input[type=email],
  header .popup-quote form .form-group input[type=tel] {
    font-size: 14px;
    padding: 8px 10px;
  }
}
header .popup-quote form .form-group input[type=text]::-moz-placeholder, header .popup-quote form .form-group input[type=email]::-moz-placeholder, header .popup-quote form .form-group input[type=tel]::-moz-placeholder {
  color: #98A2B3;
}
header .popup-quote form .form-group input[type=text]::placeholder,
header .popup-quote form .form-group input[type=email]::placeholder,
header .popup-quote form .form-group input[type=tel]::placeholder {
  color: #98A2B3;
}
header .popup-quote form .form-group input[type=text]:focus,
header .popup-quote form .form-group input[type=email]:focus,
header .popup-quote form .form-group input[type=tel]:focus {
  border-color: #1C3867;
}
header .popup-quote form .form-group textarea {
  resize: none;
  padding: 12px 16px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  min-height: 110px;
  max-height: 110px;
  font-family: inherit;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  header .popup-quote form .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 70px;
    max-height: 70px;
  }
}
header .popup-quote form .form-group textarea::-moz-placeholder {
  color: #98A2B3;
}
header .popup-quote form .form-group textarea::placeholder {
  color: #98A2B3;
}
header .popup-quote form .form-group textarea:focus {
  border-color: #1C3867;
}
header .popup-quote form .form-group input[type=file] {
  display: none;
}
header .popup-quote form .form-group .upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 1px dashed #4A5568;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
  color: #232338;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  header .popup-quote form .form-group .upload-file {
    padding: 24px 10px;
  }
}
header .popup-quote form .form-group .upload-file:hover {
  border-color: #1C3867;
  background: #F9FAFB;
}
header .popup-quote form .form-group .upload-file .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .popup-quote form .form-group .upload-file .icon svg {
  width: 20px;
  height: 20px;
}
header .popup-quote form button {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: #D92D20;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 200px;
  margin: 16px auto 0;
}
@media only screen and (max-width: 767px) {
  header .popup-quote form button {
    font-size: 14px;
    padding: 8px 10px;
    width: 100px;
  }
}
header .popup-quote form button:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 45, 32, 0.3);
}
header .popup-quote form button svg {
  width: 16px;
  height: 16px;
}
header .popup-quote form .wpcf7-response-output {
  grid-column: 1/-1;
}

.container {
  margin: 0 160px;
}
@media only screen and (max-width: 1480px) {
  .container {
    margin: 0 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    margin: 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    margin: 0 20px;
  }
}

.container-1 {
  margin: 0 142px;
}
@media only screen and (max-width: 1480px) {
  .container-1 {
    margin: 0 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .container-1 {
    margin: 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .container-1 {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .container-1 {
    margin: 0 20px;
  }
}

main {
  margin-top: 112px;
}
@media only screen and (max-width: 1480px) {
  main {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 1280px) {
  main {
    margin-top: 82px;
  }
}
main .breadcums {
  background: var(--LM-BG-Light-grey, #F5F5F5);
  padding: 8px 0;
}
main .breadcums .container ul {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: auto;
}
main .breadcums .container ul li {
  color: var(--LM-Text-Sub-Title, rgba(29, 29, 29, 0.7));
  font-size: 14px;
  font-weight: 400;
  line-height: 0;
  white-space: nowrap;
}
main .breadcums .container ul li.active {
  color: var(--black);
  font-weight: 600;
}
main .breadcums .container ul li.active:hover {
  text-decoration: underline;
}
main .section-banner {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  aspect-ratio: 1728/400;
}
@media only screen and (max-width: 1280px) {
  main .section-banner {
    aspect-ratio: 1400/400;
  }
}
@media only screen and (max-width: 991px) {
  main .section-banner {
    aspect-ratio: 1000/400;
  }
}
@media only screen and (max-width: 767px) {
  main .section-banner {
    aspect-ratio: 700/400;
  }
}
main .section-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(98deg, rgba(0, 0, 0, 0.6) 34.17%, rgba(255, 255, 255, 0.6) 99.9%);
  z-index: 1;
}
main .section-banner .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
main .section-banner .container h1 {
  font-family: var(--f-heading);
  max-width: 770px;
  font-size: 54px;
  line-height: 120%;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1650px) {
  main .section-banner .container h1 {
    max-width: 680px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-banner .container h1 {
    max-width: 640px;
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  main .section-banner .container h1 {
    max-width: 580px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main .section-banner .container h1 {
    max-width: 440px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main .section-banner .container h1 {
    font-size: 26px;
  }
}
main .section-banner .container p {
  display: block;
  max-width: 590px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
}
@media only screen and (max-width: 1650px) {
  main .section-banner .container p {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1480px) {
  main .section-banner .container p {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1280px) {
  main .section-banner .container p {
    max-width: 460px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  main .section-banner .container p {
    max-width: 360px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main .section-banner .container p {
    max-width: 320px;
  }
}
main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item {
  position: relative;
  width: 100%;
  aspect-ratio: 96/35;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item {
    aspect-ratio: 60/35;
  }
}
main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item figure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: justify;
}
main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container h1 {
  font-family: var(--f-heading);
  max-width: 770px;
  font-size: 54px;
  line-height: 120%;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 10px;
  text-shadow: 0 2px 6px #1D1D1D;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container h1 {
    max-width: 680px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container h1 {
    max-width: 640px;
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container h1 {
    max-width: 580px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container h1 {
    max-width: 440px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container h1 {
    font-size: 28px;
  }
}
main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container span {
  display: block;
  max-width: 590px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  text-shadow: 0 2px 6px #1D1D1D;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container span {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container span {
    max-width: 520px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container span {
    max-width: 460px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container span {
    max-width: 360px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-homepage-1 .swiper-homepage .swiper-wrapper .swiper-slide .gallery-item .container span {
    font-size: 14px;
  }
}
main section.section-homepage-1 .swiper-homepage .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-1 .swiper-homepage .swiper-pagination {
    margin-bottom: 26px;
  }
}
main section.section-homepage-1 .swiper-homepage .swiper-pagination span {
  background: var(--white);
  width: 10px;
  height: 10px;
  opacity: 1;
}
main section.section-homepage-1 .swiper-homepage .swiper-pagination span.swiper-pagination-bullet-active {
  position: relative;
}
main section.section-homepage-1 .swiper-homepage .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 1px solid var(--white);
  border-radius: 50%;
}
main section.section-homepage-2 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
main section.section-homepage-2 .background {
  width: 890px;
  aspect-ratio: 889/593;
  position: absolute;
  top: 0;
  right: 0;
}
main section.section-homepage-2 .container-1 {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-2 .container-1 {
    gap: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-homepage-2 .container-1 {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
main section.section-homepage-2 .container-1 .left figure {
  position: relative;
  width: 100%;
  aspect-ratio: 692/456;
  border-radius: 16px;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-2 .container-1 .left figure {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-2 .container-1 .left figure {
    max-width: 400px;
  }
}
main section.section-homepage-2 .container-1 .left figure img {
  border-radius: inherit;
}
main section.section-homepage-2 .container-1 .left .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 64px;
  border: 1px solid #F37276;
  overflow: hidden;
  background: var(--white);
  padding: 14px 16px;
  line-height: 0;
  cursor: pointer;
}
main section.section-homepage-2 .container-1 .right h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-2 .container-1 .right h2 {
    font-size: 40px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-2 .container-1 .right h2 {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-homepage-2 .container-1 .right h2 {
    text-align: center;
    overflow: unset;
  }
}
main section.section-homepage-2 .container-1 .right .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(29, 29, 29, 0.8);
  max-height: none;
  overflow: auto;
}
@media only screen and (max-width: 1199px) {
  main section.section-homepage-2 .container-1 .right .desc {
    display: block;
    font-size: 14px;
    text-align: center;
    max-height: auto;
    overflow: unset;
  }
}
main section.section-homepage-2 .container-1 .right .info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-2 .container-1 .right .info {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-2 .container-1 .right .info {
    gap: 40px;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-homepage-2 .container-1 .right .info {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-2 .container-1 .right .info {
    gap: 24px;
  }
}
main section.section-homepage-2 .container-1 .right .info .item h3 {
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  color: var(--primary);
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-2 .container-1 .right .info .item h3 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-2 .container-1 .right .info .item h3 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-2 .container-1 .right .info .item h3 {
    font-size: 42px;
  }
}
main section.section-homepage-2 .container-1 .right .info .item p {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: rgba(29, 29, 29, 0.7);
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-2 .container-1 .right .info .item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-2 .container-1 .right .info .item p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-2 .container-1 .right .info .item p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-2 .container-1 .right .info .item p {
    font-size: 14px;
  }
}
main section.section-homepage-2 .container-1 .right .view-more {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px 12px 24px;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-2 .container-1 .right .view-more {
    padding: 8px 16px 8px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-2 .container-1 .right .view-more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-homepage-2 .container-1 .right .view-more {
    margin: 0 auto;
    margin-top: 40px;
  }
}
main section.section-homepage-2 .container-1 .right .view-more:hover {
  color: var(--primary);
  background: var(--white);
}
main section.section-homepage-2 .container-1 .right .view-more:hover path {
  stroke: var(--primary);
}
main section.section-homepage-3 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 344px;
  padding-bottom: 352px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-3 {
    padding-top: 96px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-3 {
    padding-top: 40px;
  }
}
main section.section-homepage-3 h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-3 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-3 h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-3 h2 {
    font-size: 32px;
    padding: 0 20px;
  }
}
main section.section-homepage-3 .desc {
  text-align: center;
  color: rgba(29, 29, 29, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 676px;
  margin: 0 auto;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-3 .desc {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-3 .list-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-3 .list-item {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-3 .list-item {
    gap: 16px;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-homepage-3 .list-item {
    gap: 12px;
  }
}
main section.section-homepage-3 .list-item .item {
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transition: 0.3s ease;
}
main section.section-homepage-3 .list-item .item:hover {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.7), inset 0 0 40px rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-3 .list-item .item {
    position: unset;
    width: 200px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-3 .list-item .item {
    width: 150px !important;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-3 .list-item .item {
    width: 100px !important;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-homepage-3 .list-item .item {
    width: 90px !important;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-homepage-3 .list-item .item {
    width: 75px !important;
  }
}
main section.section-homepage-3 .list-item .item span {
  position: absolute;
  display: block;
  max-width: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: var(--white);
  text-align: center;
  width: 50%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-3 .list-item .item span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-3 .list-item .item span {
    font-size: 14px;
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-3 .list-item .item span {
    color: var(--black);
    width: 100% !important;
    top: 110% !important;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-3 .list-item .item span {
    font-size: 12px;
  }
}
main section.section-homepage-3 .list-item .item.item-1 {
  top: 73px;
  left: 167px;
  width: 312px;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-3 .list-item .item.item-1 {
    width: 280px;
    top: 60px;
    left: 150px;
  }
}
main section.section-homepage-3 .list-item .item.item-2 {
  top: 69px;
  right: 275px;
  width: 269px;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-3 .list-item .item.item-2 {
    width: 240px;
    top: 55px;
    right: 250px;
  }
}
main section.section-homepage-3 .list-item .item.item-3 {
  bottom: 64px;
  left: 336px;
  width: 230px;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-3 .list-item .item.item-3 {
    width: 200px;
    bottom: 53px;
    left: 300px;
  }
}
main section.section-homepage-3 .list-item .item.item-3 span {
  width: 60%;
}
main section.section-homepage-3 .list-item .item.item-4 {
  bottom: 75px;
  right: 130px;
  width: 316px;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-3 .list-item .item.item-4 {
    width: 280px;
    bottom: 60px;
    right: 110px;
  }
}
main section.section-homepage-3 .list-item .item.item-4 span {
  bottom: 8%;
}
main section.section-homepage-4 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 70px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-4 {
    padding-top: 40px;
  }
}
main section.section-homepage-4 h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-4 h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-4 h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 h2 {
    font-size: 32px;
  }
}
main section.section-homepage-4 .desc {
  text-align: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 676px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 0 20px;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 .desc {
    font-size: 14px;
  }
}
main section.section-homepage-4 .achievements {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-4 .achievements {
    gap: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 .achievements {
    gap: 28px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-4 .achievements {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
main section.section-homepage-4 .achievements .item {
  display: flex;
  align-items: baseline;
  gap: 32px;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-4 .achievements .item {
    gap: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 .achievements .item {
    gap: 20px;
  }
}
main section.section-homepage-4 .achievements .item .icon {
  padding: 18px;
  border-radius: 1000px;
  border: 2px solid var(--white);
  background: var(--primary);
  flex-shrink: 0;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-4 .achievements .item .icon {
    padding: 14px;
  }
}
main section.section-homepage-4 .achievements .item .icon img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-4 .achievements .item .icon img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 .achievements .item .icon img {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-4 .achievements .item .icon img {
    width: 24px;
    height: 24px;
  }
}
main section.section-homepage-4 .achievements .item .text {
  color: var(--white);
}
main section.section-homepage-4 .achievements .item .text .top {
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-4 .achievements .item .text .top {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 .achievements .item .text .top {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-4 .achievements .item .text .top {
    font-size: 24px;
  }
}
main section.section-homepage-4 .achievements .item .text .bottom {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-4 .achievements .item .text .bottom {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-4 .achievements .item .text .bottom {
    font-size: 12px;
  }
}
main section.section-homepage-4 .map {
  text-align: center;
  padding: 0 5%;
  width: 100%;
  aspect-ratio: 1547/584;
}
main section.section-homepage-5 {
  background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
  padding-top: 88px;
  padding-bottom: 82px;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main section.section-homepage-5 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-5 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-5 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-5 .container h2 {
    font-size: 32px;
  }
}
main section.section-homepage-5 .container .desc {
  text-align: center;
  color: rgba(29, 29, 29, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 676px;
  margin: 0 auto;
  margin-bottom: 48px;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-5 .container .desc {
    font-size: 14px;
  }
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding-bottom: 20px;
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide {
  box-shadow: 3px 8px 15.3px 0 rgba(16, 16, 16, 0.06);
  border-radius: 16px;
  height: auto;
  display: flex;
  overflow: hidden;
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  clip-path: polygon(0 44px, 50px 0, 100% 0, 100% 100%, 0 100%);
  background: var(--white);
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item:hover {
  border-bottom: 3px solid var(--primary);
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item figure {
  width: 100%;
  aspect-ratio: 448/250;
  flex-shrink: 0;
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item .info {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: 24px;
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item .info h3 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item .info span {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-homepage-5 .container .swiper-service .swiper-wrapper .swiper-slide .item .info .view-more {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #EC1C24;
}
main section.section-homepage-6 {
  background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-6 {
    padding-bottom: 40px;
  }
}
main section.section-homepage-6 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-6 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-6 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-6 .container h2 {
    font-size: 32px;
  }
}
main section.section-homepage-6 .container .desc {
  text-align: center;
  color: rgba(29, 29, 29, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 614px;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-6 .container .desc {
    font-size: 14px;
  }
}
main section.section-homepage-6 .container .swiper-customer {
  padding: 10px;
}
main section.section-homepage-6 .container .swiper-customer .swiper-wrapper .swiper-slide figure {
  padding: 10px;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0);
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(16, 16, 16, 0.06);
}
main section.section-homepage-6 .container .swiper-customer .swiper-wrapper .swiper-slide figure:hover {
  box-shadow: 0 4px 6px 0 rgba(10, 10, 10, 0.3);
}
main section.section-homepage-7 {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-7 {
    padding: 40px 0;
  }
}
main section.section-homepage-7 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-7 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-7 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-homepage-7 .container h2 {
    font-size: 32px;
  }
}
main section.section-homepage-7 .container .category {
  border-radius: 4px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .category {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-7 .container .category {
    width: 100%;
  }
}
main section.section-homepage-7 .container .category ul {
  padding: 6px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .category ul {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-7 .container .category ul {
    overflow: auto;
    width: 100%;
    justify-content: space-between;
  }
}
main section.section-homepage-7 .container .category ul li {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(29, 29, 29, 0.5);
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .category ul li {
    padding: 4px 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-7 .container .category ul li {
    white-space: nowrap;
  }
}
main section.section-homepage-7 .container .category ul li.active, main section.section-homepage-7 .container .category ul li:hover {
  background: #FDE7E8;
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
}
main section.section-homepage-7 .container .news {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 32px;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-7 .container .news {
    display: flex;
    flex-direction: column;
  }
}
main section.section-homepage-7 .container .news .featured-news {
  display: grid;
  grid-template-columns: 5.68fr 3fr;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
}
main section.section-homepage-7 .container .news .featured-news:hover {
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.3);
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-7 .container .news .featured-news {
    gap: 32px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .news .featured-news {
    gap: 24px;
    grid-template-columns: 5fr 3fr;
  }
}
main section.section-homepage-7 .container .news .featured-news figure {
  border-radius: 16px;
  height: auto;
  aspect-ratio: 453/254;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .news .featured-news figure {
    height: auto;
  }
}
main section.section-homepage-7 .container .news .featured-news figure img {
  border-radius: inherit;
}
main section.section-homepage-7 .container .news .featured-news .content {
  padding-right: 24px;
}
main section.section-homepage-7 .container .news .featured-news .content .date {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .news .featured-news .content .date {
    font-size: 12px;
  }
}
main section.section-homepage-7 .container .news .featured-news .content h3 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 16px 0;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .news .featured-news .content h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-7 .container .news .featured-news .content h3 {
    font-size: 18px;
    margin: 4px 0;
  }
}
main section.section-homepage-7 .container .news .featured-news .content .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .news .featured-news .content .desc {
    font-size: 14px;
    -webkit-line-clamp: 4;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-homepage-7 .container .news .featured-news .content .desc {
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
  }
}
main section.section-homepage-7 .container .news .featured-news .content .view-detail {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  main section.section-homepage-7 .container .news .featured-news .content .view-detail {
    font-size: 12px;
  }
}
main section.section-homepage-7 .container .news .latest-news {
  padding: 16px 24px;
  border-radius: 16px;
  background: #F2F2F2;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
}
main section.section-homepage-7 .container .news .latest-news .top {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-7 .container .news .latest-news .top {
    margin-bottom: 16px;
  }
}
main section.section-homepage-7 .container .news .latest-news .top h3 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-7 .container .news .latest-news .top h3 {
    font-size: 24px;
  }
}
main section.section-homepage-7 .container .news .latest-news .top .view-more {
  padding: 16px;
  line-height: 0;
  border-radius: 100%;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
}
main section.section-homepage-7 .container .news .latest-news .top .view-more:hover {
  background: var(--primary);
}
main section.section-homepage-7 .container .news .latest-news .top .view-more:hover svg path {
  stroke: var(--white);
}
main section.section-homepage-7 .container .news .latest-news .list-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-7 .container .news .latest-news .list-news {
    gap: 14px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-homepage-7 .container .news .latest-news .list-news {
    align-items: baseline;
  }
}
main section.section-homepage-7 .container .news .latest-news .list-news .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
main section.section-homepage-7 .container .news .latest-news .list-news .item:hover .date {
  border: 1px solid #BC1015;
  background: #F1F1F1;
  color: var(--primary);
}
main section.section-homepage-7 .container .news .latest-news .list-news .item:hover .date .day {
  border-bottom: 1px solid #BC1015;
}
main section.section-homepage-7 .container .news .latest-news .list-news .item:hover h5 {
  color: #555555;
}
main section.section-homepage-7 .container .news .latest-news .list-news .item .date {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background: #BC1015;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-homepage-7 .container .news .latest-news .list-news .item .date {
    padding: 8px 12px;
  }
}
main section.section-homepage-7 .container .news .latest-news .list-news .item .date .day {
  font-family: var(--f-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #DADADA;
}
main section.section-homepage-7 .container .news .latest-news .list-news .item .date .month {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
main section.section-homepage-7 .container .news .latest-news .list-news .item h5 {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-about-1 {
  position: relative;
  transition: position 0.3s ease-in-out;
  will-change: position, top;
  background: var(--cskec-1-c-2450, #FDE7E8);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
main section.section-about-1.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
}
@media only screen and (max-width: 1199px) {
  main section.section-about-1 {
    display: none;
  }
}
main section.section-about-1 .container nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main section.section-about-1 .container nav ul li {
  padding: 20px;
  font-family: var(--f-heading);
  color: var(--LM-Text-Sub-Title, rgba(29, 29, 29, 0.7));
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  main section.section-about-1 .container nav ul li {
    padding: 16px;
  }
}
main section.section-about-1 .container nav ul li.active, main section.section-about-1 .container nav ul li:hover {
  color: var(--primary);
  font-weight: 700;
  border-bottom: 3px solid var(--primary);
  cursor: pointer;
}
main section.section-about-2 {
  padding-top: 76px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  main section.section-about-2 {
    padding: 40px 0;
  }
}
main section.section-about-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  main section.section-about-2 .container {
    flex-direction: column;
    align-items: baseline;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-about-2 .container .left {
    width: 100%;
  }
}
main section.section-about-2 .container .left h2 {
  font-family: var(--f-heading);
  margin-bottom: 24px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-2 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-2 .container .left h2 {
    font-size: 32px;
  }
}
main section.section-about-2 .container .left .desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(29, 29, 29, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 573px;
}
@media only screen and (max-width: 1199px) {
  main section.section-about-2 .container .left .desc {
    max-width: 100%;
  }
}
main section.section-about-2 .container .right {
  position: relative;
  width: 692px;
  aspect-ratio: 692/598;
}
@media only screen and (max-width: 1650px) {
  main section.section-about-2 .container .right {
    width: 630px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-about-2 .container .right {
    width: 580px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-about-2 .container .right {
    width: 530px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-about-2 .container .right {
    max-width: 580px;
    width: 100%;
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-about-2 .container .right {
    max-width: 440px;
    width: 100%;
    align-self: center;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-about-2 .container .right {
    max-width: 360px;
    width: 100%;
  }
}
main section.section-about-2 .container .right .item {
  position: absolute;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 330px;
  aspect-ratio: 330/480;
  border-radius: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-about-2 .container .right .item {
    width: 280px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-about-2 .container .right .item {
    width: 250px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-about-2 .container .right .item {
    width: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-about-2 .container .right .item {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-about-2 .container .right .item {
    width: 200px;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-about-2 .container .right .item {
    width: 170px;
  }
}
main section.section-about-2 .container .right .item-1, main section.section-about-2 .container .right .item-3 {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.12);
  z-index: 10;
}
main section.section-about-2 .container .right .item-2 {
  border: 6px solid #BC1015;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main section.section-about-2 .container .right .item-1 {
  bottom: 0;
  left: 0;
}
main section.section-about-2 .container .right .item-3 {
  top: 0;
  right: 0;
}
main section.section-about-3 {
  padding: 40px 0;
}
main section.section-about-3 .container h2 {
  text-align: center;
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-3 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container h2 {
    font-size: 32px;
  }
}
main section.section-about-3 .container .timeline {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline {
    flex-direction: column;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper {
  width: 13%;
  max-width: 140px;
  overflow: unset;
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper::-webkit-scrollbar {
  width: 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 12px 0;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container {
  position: relative;
  width: 100%;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container {
    min-width: 720px;
    flex-direction: column;
    gap: 8px;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 135%;
  height: 46px;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container::before {
    display: none;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 135%;
  height: 46px;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container::after {
    display: none;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .pagination-border-line {
  min-height: 100%;
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .pagination-border-line {
    min-width: 100%;
    height: 2px;
    border: 1px solid #0B3C24;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
  position: static;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination {
    flex-direction: row;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 48px;
  background: transparent;
  font-size: 20px;
  line-height: 150%;
  color: #605E5E;
  font-weight: 400;
  opacity: 1;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    font-size: 16px;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  padding: 8px 16px;
  color: var(--white);
  border-radius: 0 16px 16px 0;
  background: var(--primary);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 17px;
    border-radius: 0 0 16px 16px;
  }
}
main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  background: url("../svg/icon-tick.svg") no-repeat center/cover;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .timeline-pagination-wrapper .pagination-line-container .swiper-pagination .swiper-pagination-bullet-active::before {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
main section.section-about-3 .container .timeline .swiper-content-wrapper {
  width: 85.6%;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper {
    width: 100%;
  }
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container {
  overflow: hidden;
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    flex-direction: column;
    gap: 20px;
  }
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-image {
  width: 46%;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-image {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-image {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-image {
    width: 100%;
  }
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 540/380;
  border-radius: 16px;
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text {
  width: 45%;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text {
    width: 100%;
    padding: 16px 0;
    gap: 24px;
    text-align: center;
  }
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .slide-year {
  color: var(--primary);
  font-family: var(--f-heading);
  font-size: 54px;
  font-weight: 600;
  line-height: 120%;
}
@media only screen and (max-width: 1480px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .slide-year {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .slide-year {
    font-size: 44px;
  }
}
main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .slide-items {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  main section.section-about-3 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .slide-items {
    font-size: 16px;
  }
}
main section.section-about-4 {
  padding-top: 60px;
  padding-bottom: 100px;
}
main section.section-about-4 .container h2 {
  text-align: center;
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-4 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-4 .container h2 {
    font-size: 32px;
  }
}
main section.section-about-4 .container .list-value {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  main section.section-about-4 .container .list-value {
    display: flex;
    flex-direction: column;
  }
}
main section.section-about-4 .container .list-value .item {
  padding: 24px;
  border-radius: 10px;
  background: rgba(253, 231, 232, 0.5);
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.06);
}
main section.section-about-4 .container .list-value .item:hover {
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.3);
}
main section.section-about-4 .container .list-value .item .icon {
  width: 60px;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  main section.section-about-4 .container .list-value .item .icon {
    margin-bottom: 12px;
    width: 48px;
  }
}
main section.section-about-4 .container .list-value .item .icon img {
  width: 100%;
  height: 100%;
}
main section.section-about-4 .container .list-value .item h3 {
  font-family: var(--f-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  color: var(--black);
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  main section.section-about-4 .container .list-value .item h3 {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
main section.section-about-4 .container .list-value .item p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-about-4 .container .list-value .item p {
    font-size: 14px;
  }
}
main section.section-about-4 .container .list-value .item p span {
  position: relative;
  padding-left: 16px;
}
main section.section-about-4 .container .list-value .item p span::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  line-height: 1;
}
main section.section-about-5 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-about-5 {
    padding: 40px 0;
  }
}
main section.section-about-5 .container h2 {
  text-align: center;
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  main section.section-about-5 .container h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-about-5 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-5 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-about-5 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-about-5 .container .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 94px;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-5 .container .content {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-5 .container .content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
main section.section-about-5 .container .content .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-5 .container .content .left {
    gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-about-5 .container .content .left {
    width: 100%;
  }
}
main section.section-about-5 .container .content .left .item {
  display: flex;
  gap: 16px;
}
main section.section-about-5 .container .content .left .item .icon {
  align-self: baseline;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 100px;
  background: var(--cskec-1-c-2450, #FDE7E8);
}
main section.section-about-5 .container .content .left .item .icon img {
  width: 30px;
  aspect-ratio: 1/1;
}
main section.section-about-5 .container .content .left .item .info h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: var(--primary);
}
@media only screen and (max-width: 1280px) {
  main section.section-about-5 .container .content .left .item .info h3 {
    font-size: 18px;
  }
}
main section.section-about-5 .container .content .left .item .info p {
  color: #1F2223;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-5 .container .content .left .item .info p {
    font-size: 14px;
  }
}
main section.section-about-5 .container .content .right {
  width: 100%;
  aspect-ratio: 692/439;
  overflow: hidden;
}
main section.section-about-5 .container .content .right .swiper-capacity {
  width: 100%;
  height: 100%;
}
main section.section-about-5 .container .content .right .swiper-capacity .swiper-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
}
main section.section-about-5 .container .content .right .swiper-capacity .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
main section.section-about-5 .container .content .right .swiper-capacity .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
main section.section-about-6 {
  padding: 100px 0;
  padding-bottom: 200px;
  margin-bottom: -100px;
}
@media only screen and (max-width: 767px) {
  main section.section-about-6 {
    padding: 40px 0;
    margin-bottom: 0;
  }
}
main section.section-about-6 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-about-6 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-about-6 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-about-6 .container h2 {
    font-size: 32px;
    padding: 0 20px;
  }
}
main section.section-about-6 .container .desc {
  text-align: center;
  color: rgba(29, 29, 29, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 676px;
  margin: 0 auto;
  margin-bottom: 48px;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-about-6 .container .desc {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
main section.section-about-6 .container .swiper-certification {
  position: relative;
}
main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  overflow: hidden;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1480px) {
  main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide {
    padding: 0 80px;
  }
}
main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 314/444;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0);
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.1);
}
main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide img:hover {
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.3);
}
main section.section-about-6 .container .swiper-certification .swiper-wrapper .swiper-slide span {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
main section.section-about-6 .container .swiper-certification .swiper-button-prev, main section.section-about-6 .container .swiper-certification .swiper-button-next {
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 48px;
  border: 1px solid rgba(38, 67, 149, 0.2);
  background: #FFF;
}
main section.section-about-6 .container .swiper-certification .swiper-button-prev:hover, main section.section-about-6 .container .swiper-certification .swiper-button-next:hover {
  background: #F5F5F5;
}
main section.section-about-6 .container .swiper-certification .swiper-button-prev::after, main section.section-about-6 .container .swiper-certification .swiper-button-next::after {
  content: none;
}
main section.section-about-6 .container .swiper-certification .swiper-button-prev {
  left: 0;
}
main section.section-about-6 .container .swiper-certification .swiper-button-next {
  right: 0;
}
main section.section-service-1 {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  main section.section-service-1 {
    padding: 40px 0;
  }
}
main section.section-service-1 .container .top {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 82px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1480px) {
  main section.section-service-1 .container .top {
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-1 .container .top {
    gap: 48px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-service-1 .container .top {
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-service-1 .container .top .left {
    text-align: center;
  }
}
main section.section-service-1 .container .top .left h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-1 .container .top .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-1 .container .top .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-1 .container .top .left h2 {
    font-size: 32px;
  }
}
main section.section-service-1 .container .top .left .desc {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: block;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-1 .container .top .left .desc {
    font-size: 16px;
  }
}
main section.section-service-1 .container .top .right img {
  width: 100%;
  aspect-ratio: 692/388;
  border-radius: 16px;
}
main section.section-service-1 .container .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
@media only screen and (max-width: 1480px) {
  main section.section-service-1 .container .bottom {
    gap: 48px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-1 .container .bottom {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-1 .container .bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
main section.section-service-1 .container .bottom .item {
  text-align: center;
}
main section.section-service-1 .container .bottom .item h3 {
  color: var(--primary);
  font-family: var(--f-heading);
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 991px) {
  main section.section-service-1 .container .bottom .item h3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-1 .container .bottom .item h3 {
    font-size: 44px;
  }
}
main section.section-service-1 .container .bottom .item p {
  color: rgba(29, 29, 29, 0.7);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  main section.section-service-1 .container .bottom .item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-1 .container .bottom .item p {
    font-size: 16px;
  }
}
main section.section-service-2 {
  padding: 40px 0;
}
main section.section-service-2 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-2 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-2 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-2 .container h2 {
    font-size: 32px;
  }
}
main section.section-service-2 .container .desc {
  text-align: center;
  color: rgba(29, 29, 29, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: block;
  max-width: 676px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-2 .container .desc {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
main section.section-service-2 .container .timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 28px;
  overflow: hidden;
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .swiper-wrapper {
  display: flex;
  align-items: center;
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-bullet-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 8px 12px;
  background: transparent;
  font-size: 20px;
  line-height: 150%;
  color: var(--black);
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-bullet-item {
    font-size: 16px;
    min-height: 40px;
  }
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-bullet-item:hover {
  color: var(--primary);
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-bullet-item::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../dot.html") no-repeat center/cover;
  transition: all 0.3s ease;
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-bullet-item.swiper-pagination-bullet-active {
  color: var(--primary);
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-bullet-item.swiper-pagination-bullet-active::before {
  width: 22px;
  height: 22px;
  bottom: -28px;
  background: url("../svg/dot-active.svg") no-repeat center/cover;
}
main section.section-service-2 .container .timeline .timeline-pagination-wrapper .pagination-border-line {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 1px;
  border: 1px solid var(--primary);
}
main section.section-service-2 .container .timeline .swiper-content-wrapper {
  position: relative;
  width: 85.6%;
  flex: 1;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper {
    width: 100%;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper {
  display: flex;
  align-items: center;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  aspect-ratio: 1170/402;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42.25%, #fff 79.17%, #fff 100%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5.25%, #fff 79.17%, #fff 100%);
  }
}
@media only screen and (max-width: 991px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    aspect-ratio: 900/400;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content {
    aspect-ratio: 700/400;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text {
  z-index: 10;
  margin-left: 90px;
  max-width: 386px;
}
@media only screen and (max-width: 991px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text {
    margin-left: 60px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text {
    margin-left: 40px;
    max-width: 300px;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .number {
  color: var(--primary);
  font-family: var(--f-heading);
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1480px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .number {
    font-size: 64px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .number {
    font-size: 48px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .number {
    font-size: 36px;
    margin-bottom: 6px;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .title {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text span {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .slide-text span {
    font-size: 14px;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-prev,
main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 48px;
  border: 1px solid rgba(38, 67, 149, 0.2);
  background: #FFF;
  line-height: 0;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s ease;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-prev:hover,
main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-next:hover {
  background: #F1F1F1;
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-prev {
  left: -15px;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-prev {
    left: 0;
  }
}
main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-2 .container .timeline .swiper-content-wrapper .service-swiper-button-next {
    right: 0;
  }
}
main section.section-service-3 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-service-3 {
    padding: 40px 0;
  }
}
main section.section-service-3 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-3 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-3 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-3 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-3 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-service-3 .container .content {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 56px;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-3 .container .content {
    gap: 52px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-3 .container .content {
    grid-template-columns: 7fr 5fr;
    gap: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-3 .container .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
main section.section-service-3 .container .content .left {
  width: 100%;
  aspect-ratio: 692/392;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-3 .container .content .left {
    width: 80%;
    align-self: center;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-service-3 .container .content .left {
    width: 100%;
  }
}
main section.section-service-3 .container .content .left .swiper-reason {
  width: 100%;
  height: 100%;
}
main section.section-service-3 .container .content .left .swiper-reason .swiper-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
}
main section.section-service-3 .container .content .left .swiper-reason .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
main section.section-service-3 .container .content .left .swiper-reason .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: -2.805px 2.805px 14.027px 3.507px rgba(0, 0, 0, 0.05);
}
main section.section-service-3 .container .content .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-3 .container .content .right {
    gap: 16px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-3 .container .content .right {
    gap: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-3 .container .content .right {
    align-self: baseline;
  }
}
main section.section-service-3 .container .content .right .item {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1480px) {
  main section.section-service-3 .container .content .right .item {
    gap: 12px;
  }
}
main section.section-service-3 .container .content .right .item .info h3 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-3 .container .content .right .item .info h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
main section.section-service-3 .container .content .right .item .info p {
  color: #1F2223;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-3 .container .content .right .item .info p {
    font-size: 14px;
  }
}
main section.section-service-4 {
  padding: 40px 0;
}
main section.section-service-4 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-4 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-4 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-4 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-4 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-service-4 .container .swiper-story .swiper-wrapper {
  padding-bottom: 10px !important;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  overflow: hidden;
  cursor: pointer;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.7);
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 453/254;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide .info {
  padding: 0 16px 16px 16px;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  min-height: 54px;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
main section.section-service-4 .container .swiper-story .swiper-wrapper .swiper-slide .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  main section.section-service-4 .container .swiper-pagination-1 {
    text-align: center;
  }
}
main section.section-service-5 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-service-5 {
    padding: 40px 0;
  }
}
main section.section-service-5 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-5 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-5 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-5 .container h2 {
    font-size: 32px;
  }
}
main section.section-service-5 .container .desc {
  text-align: center;
  color: rgba(29, 29, 29, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 676px;
  margin: 0 auto;
  margin-bottom: 48px;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-5 .container .desc {
    font-size: 14px;
    margin-bottom: 32px;
    padding: 0 20px;
  }
}
main section.section-service-5 .container .swiper-certification {
  position: relative;
}
main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 0 80px;
  overflow: hidden;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 1480px) {
  main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide {
    padding: 0 80px;
  }
}
main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 314/444;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0);
  background: #FFF;
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.1);
}
main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide img:hover {
  box-shadow: 0 4px 16px 0 rgba(16, 16, 16, 0.3);
}
main section.section-service-5 .container .swiper-certification .swiper-wrapper .swiper-slide span {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
main section.section-service-5 .container .swiper-certification .swiper-button-prev, main section.section-service-5 .container .swiper-certification .swiper-button-next {
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 48px;
  border: 1px solid rgba(38, 67, 149, 0.2);
  background: #FFF;
}
main section.section-service-5 .container .swiper-certification .swiper-button-prev:hover, main section.section-service-5 .container .swiper-certification .swiper-button-next:hover {
  background: #F5F5F5;
}
main section.section-service-5 .container .swiper-certification .swiper-button-prev::after, main section.section-service-5 .container .swiper-certification .swiper-button-next::after {
  content: none;
}
main section.section-service-5 .container .swiper-certification .swiper-button-prev {
  left: 0;
}
main section.section-service-5 .container .swiper-certification .swiper-button-next {
  right: 0;
}
main section.section-service-6 {
  padding: 100px 0;
  background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 {
    padding: 40px 0;
  }
}
main section.section-service-6 .container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
}
@media only screen and (max-width: 1480px) {
  main section.section-service-6 .container {
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-6 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 .container {
    gap: 32px;
  }
}
main section.section-service-6 .container .left {
  width: -moz-fit-content;
  width: fit-content;
}
main section.section-service-6 .container .left h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: #121417;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-service-6 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-service-6 .container .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-service-6 .container .left h2 {
    font-size: 32px;
    text-align: center;
  }
}
main section.section-service-6 .container .left .desc {
  color: #484E5B;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-6 .container .left .desc {
    font-size: 14px;
    text-align: center;
  }
}
main section.section-service-6 .container .right {
  padding: 40px;
  padding-bottom: 20px;
  background: var(--white);
  border-radius: 16px;
  width: 100%;
}
main section.section-service-6 .container .right form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 .container .right form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
main section.section-service-6 .container .right form .form-group {
  display: flex;
  flex-direction: column;
}
main section.section-service-6 .container .right form .form-group:nth-child(6) {
  grid-column: 1/-1;
}
main section.section-service-6 .container .right form .form-group label {
  color: #484E5B;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}
main section.section-service-6 .container .right form .form-group label span {
  color: #F42310;
}
main section.section-service-6 .container .right form .form-group input[type=text],
main section.section-service-6 .container .right form .form-group input[type=email],
main section.section-service-6 .container .right form .form-group input[type=tel] {
  padding: 12px 14px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 .container .right form .form-group input[type=text],
  main section.section-service-6 .container .right form .form-group input[type=email],
  main section.section-service-6 .container .right form .form-group input[type=tel] {
    font-size: 14px;
    padding: 8px 10px;
  }
}
main section.section-service-6 .container .right form .form-group input[type=text]::-moz-placeholder, main section.section-service-6 .container .right form .form-group input[type=email]::-moz-placeholder, main section.section-service-6 .container .right form .form-group input[type=tel]::-moz-placeholder {
  color: #98A2B3;
}
main section.section-service-6 .container .right form .form-group input[type=text]::placeholder,
main section.section-service-6 .container .right form .form-group input[type=email]::placeholder,
main section.section-service-6 .container .right form .form-group input[type=tel]::placeholder {
  color: #98A2B3;
}
main section.section-service-6 .container .right form .form-group input[type=text]:focus,
main section.section-service-6 .container .right form .form-group input[type=email]:focus,
main section.section-service-6 .container .right form .form-group input[type=tel]:focus {
  border-color: #1C3867;
}
main section.section-service-6 .container .right form .form-group textarea {
  resize: none;
  padding: 12px 16px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  min-height: 90px;
  font-family: inherit;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 .container .right form .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 70px;
  }
}
main section.section-service-6 .container .right form .form-group textarea::-moz-placeholder {
  color: #98A2B3;
}
main section.section-service-6 .container .right form .form-group textarea::placeholder {
  color: #98A2B3;
}
main section.section-service-6 .container .right form .form-group textarea:focus {
  border-color: #1C3867;
}
main section.section-service-6 .container .right form .form-group input[type=file] {
  display: none;
}
main section.section-service-6 .container .right form .form-group .upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 1px dashed #4A5568;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
  color: #232338;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 .container .right form .form-group .upload-file {
    padding: 24px 10px;
  }
}
main section.section-service-6 .container .right form .form-group .upload-file:hover {
  border-color: #1C3867;
  background: #F9FAFB;
}
main section.section-service-6 .container .right form .form-group .upload-file .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.section-service-6 .container .right form .form-group .upload-file .icon svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-6 .container .right form .form-actions {
    grid-column: 1/-1;
  }
}
main section.section-service-6 .container .right form .form-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: #D92D20;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 16px;
}
@media only screen and (max-width: 1280px) {
  main section.section-service-6 .container .right form .form-actions button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-service-6 .container .right form .form-actions button {
    font-size: 14px;
    padding: 10px;
    width: 180px;
  }
}
main section.section-service-6 .container .right form .form-actions button:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 45, 32, 0.3);
}
main section.section-service-6 .container .right form .form-actions button svg {
  width: 16px;
  height: 16px;
}
main section.section-service-6 .container .right form .wpcf7-response-output {
  grid-column: 1/-1;
}
main section.section-solution-1 {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-solution-1 {
    padding: 40px 0;
  }
}
main section.section-solution-1 .container {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 82px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-1 .container {
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-1 .container {
    gap: 48px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-solution-1 .container {
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-solution-1 .container {
    gap: 24px;
  }
}
main section.section-solution-1 .container .left img {
  width: 100%;
  aspect-ratio: 692/388;
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  main section.section-solution-1 .container .right {
    text-align: center;
  }
}
main section.section-solution-1 .container .right h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-solution-1 .container .right h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-1 .container .right h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-1 .container .right h2 {
    font-size: 32px;
  }
}
main section.section-solution-1 .container .right .desc {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  display: block;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-1 .container .right .desc {
    font-size: 16px;
  }
}
main section.section-solution-2 {
  padding: 100px 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  main section.section-solution-2 {
    padding: 40px 0;
  }
}
main section.section-solution-2 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-solution-2 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-2 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-2 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-solution-2 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-solution-2 .container .content {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 56px;
}
@media only screen and (max-width: 1650px) {
  main section.section-solution-2 .container .content {
    gap: 52px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-2 .container .content {
    grid-template-columns: 5fr 7fr;
    gap: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-solution-2 .container .content {
    display: flex;
    flex-direction: column;
  }
}
main section.section-solution-2 .container .content .left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1650px) {
  main section.section-solution-2 .container .content .left {
    gap: 16px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-2 .container .content .left {
    gap: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-2 .container .content .left {
    align-self: baseline;
  }
}
main section.section-solution-2 .container .content .left .item {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-2 .container .content .left .item {
    gap: 12px;
  }
}
main section.section-solution-2 .container .content .left .item .info h3 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-2 .container .content .left .item .info h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
main section.section-solution-2 .container .content .left .item .info p {
  color: #1F2223;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-2 .container .content .left .item .info p {
    font-size: 14px;
  }
}
main section.section-solution-2 .container .content .right {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  main section.section-solution-2 .container .content .right {
    width: 80%;
    align-self: center;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-solution-2 .container .content .right {
    width: 100%;
  }
}
main section.section-solution-2 .container .content .right img {
  width: 100%;
  aspect-ratio: 692/392;
  border-radius: 16px;
  box-shadow: -2.805px 2.805px 14.027px 3.507px rgba(0, 0, 0, 0.05);
}
main section.section-solution-3 {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-solution-3 {
    padding: 40px 0;
  }
}
main section.section-solution-3 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-solution-3 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-solution-3 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-solution-3 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-solution-3 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper {
  padding-bottom: 10px !important;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  overflow: hidden;
  cursor: pointer;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.7);
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 453/254;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide .info {
  padding: 0 16px 16px 16px;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  min-height: 54px;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
main section.section-solution-3 .container .swiper-story .swiper-wrapper .swiper-slide .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  main section.section-solution-3 .container .swiper-pagination {
    margin-bottom: 15px;
  }
}
main section.section-detail-solution-1 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-solution-1 {
    padding: 40px 0;
  }
}
main section.section-detail-solution-1 .container {
  display: grid;
  grid-template-columns: 1.93fr 1fr;
  gap: 80px;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-solution-1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
main section.section-detail-solution-1 .container .left .title {
  font-family: var(--f-heading);
  color: #31333F;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
main section.section-detail-solution-1 .container .left .content {
  display: flex;
  flex-direction: column;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-detail-solution-1 .container .left .content p, main section.section-detail-solution-1 .container .left .content span, main section.section-detail-solution-1 .container .left .content b {
  margin-bottom: 16px;
}
main section.section-detail-solution-1 .container .left .content h2, main section.section-detail-solution-1 .container .left .content h3, main section.section-detail-solution-1 .container .left .content h4, main section.section-detail-solution-1 .container .left .content h5, main section.section-detail-solution-1 .container .left .content h6 {
  font-family: var(--f-heading);
  color: var(--black);
  font-weight: 600;
  margin-bottom: 16px;
}
main section.section-detail-solution-1 .container .left .content h2 {
  font-size: 28px;
}
main section.section-detail-solution-1 .container .left .content h3 {
  font-size: 26px;
}
main section.section-detail-solution-1 .container .left .content h4 {
  font-size: 24px;
}
main section.section-detail-solution-1 .container .left .content h5 {
  font-size: 22px;
}
main section.section-detail-solution-1 .container .left .content h6 {
  font-size: 20px;
}
main section.section-detail-solution-1 .container .left .content ul {
  margin-left: 26px;
}
main section.section-detail-solution-1 .container .left .content ul li {
  list-style: disc;
}
main section.section-detail-solution-1 .container .left .content ul li::marker {
  font-size: 12px;
}
main section.section-detail-solution-1 .container .right {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
  padding-bottom: 0;
  border-radius: 10px;
  background: #F2F2F2;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
main section.section-detail-solution-1 .container .right h2 {
  margin-bottom: 40px;
  color: #484E5B;
  text-align: center;
  font-family: var(--f-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
main section.section-detail-solution-1 .container .right form .form-group {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main section.section-detail-solution-1 .container .right form .form-group input, main section.section-detail-solution-1 .container .right form .form-group textarea {
  padding: 12px 14px;
  color: var(--black);
  border-radius: 10px;
  border: 1px solid #E0E2E6;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-solution-1 .container .right form .form-group input, main section.section-detail-solution-1 .container .right form .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
  }
}
main section.section-detail-solution-1 .container .right form .form-group input::-moz-placeholder, main section.section-detail-solution-1 .container .right form .form-group textarea::-moz-placeholder {
  color: #9EA5B3;
}
main section.section-detail-solution-1 .container .right form .form-group input::placeholder, main section.section-detail-solution-1 .container .right form .form-group textarea::placeholder {
  color: #9EA5B3;
}
main section.section-detail-solution-1 .container .right form .form-group textarea {
  resize: none;
  min-height: 116px;
}
main section.section-detail-solution-1 .container .right form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: #D92D20;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-solution-1 .container .right form button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-solution-1 .container .right form button {
    font-size: 14px;
    padding: 10px;
  }
}
main section.section-detail-solution-1 .container .right form button:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 45, 32, 0.3);
}
main section.section-detail-solution-1 .container .right form button svg {
  width: 16px;
  height: 16px;
}
main section.section-detail-solution-2 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-solution-2 {
    padding: 40px 0;
  }
}
main section.section-detail-solution-2 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-detail-solution-2 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-detail-solution-2 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-solution-2 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-solution-2 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper {
  padding-bottom: 10px !important;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  overflow: hidden;
  cursor: pointer;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.7);
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 453/254;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide .info {
  padding: 0 16px 16px 16px;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  min-height: 54px;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
main section.section-detail-solution-2 .container .swiper-story .swiper-wrapper .swiper-slide .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  main section.section-detail-solution-2 .container .swiper-pagination {
    margin-bottom: 15px;
  }
}
main section.section-recruitment-1 {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-1 {
    padding: 40px 0;
  }
}
main section.section-recruitment-1 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1480px) {
  main section.section-recruitment-1 .container {
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-1 .container {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-recruitment-1 .container {
    display: flex;
    flex-direction: column;
  }
}
main section.section-recruitment-1 .container .left h2 {
  font-family: var(--f-heading);
  margin-bottom: 24px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-1 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-1 .container .left h2 {
    font-size: 32px;
  }
}
main section.section-recruitment-1 .container .left .desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-recruitment-1 .container .right {
  position: relative;
  width: 100%;
  aspect-ratio: 663/607;
}
@media only screen and (max-width: 1199px) {
  main section.section-recruitment-1 .container .right {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-1 .container .right {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-recruitment-1 .container .right {
    width: 100%;
  }
}
main section.section-recruitment-1 .container .right .item {
  position: absolute;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 55%;
  aspect-ratio: 365/520;
  border-radius: 12px;
  box-shadow: -2.805px 2.805px 14.027px 3.507px rgba(0, 0, 0, 0.05);
}
main section.section-recruitment-1 .container .right .item.item-1 {
  bottom: 0;
  left: 0;
  z-index: 10;
}
main section.section-recruitment-1 .container .right .item.item-2 {
  top: 0;
  right: 0;
}
main section.section-recruitment-2 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-2 {
    padding: 40px 0;
  }
}
main section.section-recruitment-2 .container h2 {
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-2 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-2 .container h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
main section.section-recruitment-2 .container .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}
@media only screen and (max-width: 1199px) {
  main section.section-recruitment-2 .container .content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-recruitment-2 .container .content .left {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-2 .container .content .left {
    width: 100%;
  }
}
main section.section-recruitment-2 .container .content .left img {
  width: 100%;
  aspect-ratio: 173/118;
  border-radius: 16px;
}
main section.section-recruitment-2 .container .content .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main section.section-recruitment-2 .container .content .right .item {
  padding: 16px 24px;
  border-radius: 10px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  main section.section-recruitment-2 .container .content .right .item {
    padding: 12px 18px;
  }
}
main section.section-recruitment-2 .container .content .right .item:hover {
  background: #F1F1F1;
}
main section.section-recruitment-2 .container .content .right .item .top {
  display: flex;
  align-items: center;
  gap: 16px;
}
main section.section-recruitment-2 .container .content .right .item .top .icon {
  width: 32px;
  aspect-ratio: 1/1;
}
main section.section-recruitment-2 .container .content .right .item .top .icon img {
  width: 100%;
  height: 100%;
}
main section.section-recruitment-2 .container .content .right .item .top p {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-recruitment-2 .container .content .right .item .bottom {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-recruitment-3 {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-3 {
    padding: 40px 0;
  }
}
main section.section-recruitment-3 .container h2 {
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-3 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-3 .container h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
main section.section-recruitment-3 .container .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 52px;
}
@media only screen and (max-width: 1650px) {
  main section.section-recruitment-3 .container .content {
    gap: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-recruitment-3 .container .content {
    gap: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-3 .container .content {
    gap: 12px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-3 .container .content {
    flex-direction: column;
    align-items: stretch;
  }
}
main section.section-recruitment-3 .container .content .connector {
  width: 76%;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background: repeating-linear-gradient(to right, var(--primary) 0px, var(--primary) 8px, transparent 8px, transparent 16px);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-3 .container .content .connector {
    display: none;
  }
}
main section.section-recruitment-3 .container .content .step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-3 .container .content .step {
    margin-bottom: 40px;
  }
}
main section.section-recruitment-3 .container .content .step .step-number {
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 24px;
  padding: 34px;
}
main section.section-recruitment-3 .container .content .step .step-content {
  text-align: center;
}
main section.section-recruitment-3 .container .content .step .step-content h3 {
  color: #1F2223;
  font-family: var(--f-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
main section.section-recruitment-3 .container .content .step .step-content .desc {
  color: #1F2223;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-recruitment-4 {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 {
    padding: 40px 0;
  }
}
main section.section-recruitment-4 .container h2 {
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-4 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-recruitment-4 .container h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
main section.section-recruitment-4 .container .list-recruitment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-4 .container .list-recruitment {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment {
    margin-bottom: 24px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.1);
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-4 .container .list-recruitment .item {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item {
    gap: 12px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item:hover {
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.3);
}
main section.section-recruitment-4 .container .list-recruitment .item:hover .right .apply {
  background: #F1F1F1;
}
main section.section-recruitment-4 .container .list-recruitment .item .date {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background: #BC1015;
  color: var(--white);
  text-align: center;
  align-self: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-recruitment-4 .container .list-recruitment .item .date {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .date {
    padding: 8px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .date .day {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DADADA;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-4 .container .list-recruitment .item .date .day {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .date .day {
    font-size: 32px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .date .month {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  color: var(--white);
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-4 .container .list-recruitment .item .date .month {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .date .month {
    font-size: 14px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
main section.section-recruitment-4 .container .list-recruitment .item .right .info h5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .right .info h5 {
    font-size: 18px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .right .info .bottom {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-4 .container .list-recruitment .item .right .info .bottom {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .right .info .bottom {
    gap: 8px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .right .info .bottom .sub-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .right .info .bottom .sub-item {
    font-size: 14px;
    gap: 6px;
  }
  main section.section-recruitment-4 .container .list-recruitment .item .right .info .bottom .sub-item svg {
    width: 16px;
    height: 16px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .right .apply {
  padding: 8px 12px 8px 16px;
  background: var(--white);
  border-radius: 1000px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .list-recruitment .item .right .apply {
    padding: 6px 10px 6px 14px;
    font-size: 12px;
  }
}
main section.section-recruitment-4 .container .list-recruitment .item .right .apply:hover {
  background: #F1F1F1;
}
main section.section-recruitment-4 .container .view-more {
  display: flex;
  margin: 0 auto;
  border-radius: 1000px;
  border: 1px solid var(--primary);
  background: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--primary);
  padding: 12px 32px;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-4 .container .view-more {
    padding: 8px 24px;
    font-size: 14px;
  }
}
main section.section-recruitment-4 .container .view-more:hover {
  background: #F1F1F1;
}
main section.section-recruitment-5 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-5 {
    padding-bottom: 40px;
  }
}
main section.section-recruitment-5 .container {
  padding: 60px 48px;
  border-radius: 20px;
  background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 80px;
}
@media only screen and (max-width: 1480px) {
  main section.section-recruitment-5 .container {
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-5 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-5 .container {
    gap: 32px;
    padding: 0;
    background: inherit;
  }
}
main section.section-recruitment-5 .container .left {
  width: -moz-fit-content;
  width: fit-content;
}
main section.section-recruitment-5 .container .left h2 {
  color: #121417;
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-recruitment-5 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-recruitment-5 .container .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-5 .container .left h2 {
    font-size: 32px;
    text-align: center;
  }
}
main section.section-recruitment-5 .container .left .desc {
  color: #484E5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-5 .container .left .desc {
    font-size: 14px;
    text-align: center;
  }
}
main section.section-recruitment-5 .container .right {
  padding: 40px;
  padding-bottom: 20px;
  background: var(--white);
  border-radius: 16px;
  width: 100%;
}
main section.section-recruitment-5 .container .right form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-5 .container .right form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
main section.section-recruitment-5 .container .right form .form-group {
  display: flex;
  flex-direction: column;
}
main section.section-recruitment-5 .container .right form .form-group:nth-child(6) {
  grid-column: 1/-1;
}
main section.section-recruitment-5 .container .right form .form-group label {
  color: #484E5B;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}
main section.section-recruitment-5 .container .right form .form-group label span {
  color: #F42310;
}
main section.section-recruitment-5 .container .right form .form-group input[type=text],
main section.section-recruitment-5 .container .right form .form-group input[type=email],
main section.section-recruitment-5 .container .right form .form-group input[type=tel] {
  padding: 12px 14px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-5 .container .right form .form-group input[type=text],
  main section.section-recruitment-5 .container .right form .form-group input[type=email],
  main section.section-recruitment-5 .container .right form .form-group input[type=tel] {
    font-size: 14px;
    padding: 8px 10px;
  }
}
main section.section-recruitment-5 .container .right form .form-group input[type=text]::-moz-placeholder, main section.section-recruitment-5 .container .right form .form-group input[type=email]::-moz-placeholder, main section.section-recruitment-5 .container .right form .form-group input[type=tel]::-moz-placeholder {
  color: #98A2B3;
}
main section.section-recruitment-5 .container .right form .form-group input[type=text]::placeholder,
main section.section-recruitment-5 .container .right form .form-group input[type=email]::placeholder,
main section.section-recruitment-5 .container .right form .form-group input[type=tel]::placeholder {
  color: #98A2B3;
}
main section.section-recruitment-5 .container .right form .form-group input[type=text]:focus,
main section.section-recruitment-5 .container .right form .form-group input[type=email]:focus,
main section.section-recruitment-5 .container .right form .form-group input[type=tel]:focus {
  border-color: #1C3867;
}
main section.section-recruitment-5 .container .right form .form-group textarea {
  resize: none;
  padding: 12px 16px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  min-height: 90px;
  font-family: inherit;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-5 .container .right form .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 70px;
  }
}
main section.section-recruitment-5 .container .right form .form-group textarea::-moz-placeholder {
  color: #98A2B3;
}
main section.section-recruitment-5 .container .right form .form-group textarea::placeholder {
  color: #98A2B3;
}
main section.section-recruitment-5 .container .right form .form-group textarea:focus {
  border-color: #1C3867;
}
main section.section-recruitment-5 .container .right form .form-group input[type=file] {
  display: none;
}
main section.section-recruitment-5 .container .right form .form-group .upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 1px dashed #4A5568;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
  color: #232338;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-recruitment-5 .container .right form .form-group .upload-file {
    padding: 24px 10px;
  }
}
main section.section-recruitment-5 .container .right form .form-group .upload-file:hover {
  border-color: #1C3867;
  background: #F9FAFB;
}
main section.section-recruitment-5 .container .right form .form-group .upload-file .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.section-recruitment-5 .container .right form .form-group .upload-file .icon svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-5 .container .right form .form-actions {
    grid-column: 1/-1;
  }
}
main section.section-recruitment-5 .container .right form .form-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px 8px 16px;
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
}
@media only screen and (max-width: 1280px) {
  main section.section-recruitment-5 .container .right form .form-actions button {
    margin-left: auto;
    margin-right: auto;
  }
}
main section.section-recruitment-5 .container .right form .form-actions button:hover {
  background: #F1F1F1;
}
main section.section-recruitment-5 .container .right form .form-actions button svg {
  width: 16px;
  height: 16px;
}
main section.section-recruitment-5 .container .right form .wpcf7-response-output {
  grid-column: 1/-1;
}
main section.section-detail-recruitment-1 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-1 {
    padding: 40px 0;
  }
}
main section.section-detail-recruitment-1 .container {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: 105px;
}
@media only screen and (max-width: 1480px) {
  main section.section-detail-recruitment-1 .container {
    gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-detail-recruitment-1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
main section.section-detail-recruitment-1 .container .left .title {
  font-family: var(--f-heading);
  color: #31333F;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
main section.section-detail-recruitment-1 .container .left .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main section.section-detail-recruitment-1 .container .left .content .item h3 {
  font-family: var(--f-heading);
  color: var(--primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
main section.section-detail-recruitment-1 .container .left .content .item .level-2 {
  margin-bottom: 12px;
}
main section.section-detail-recruitment-1 .container .left .content .item .level-2 h4 {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 8px;
}
main section.section-detail-recruitment-1 .container .left .content .item ul {
  margin-left: 26px;
}
main section.section-detail-recruitment-1 .container .left .content .item ul li {
  list-style: disc;
  color: #31333F;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-detail-recruitment-1 .container .left .content .item ul li::marker {
  font-size: 12px;
}
main section.section-detail-recruitment-1 .container .right {
  padding: 20px 25px;
  border-radius: 10px;
  background: #F9EEEF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  height: -moz-fit-content;
  height: fit-content;
}
main section.section-detail-recruitment-1 .container .right h2 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
main section.section-detail-recruitment-1 .container .right .info {
  margin-bottom: 30px;
}
main section.section-detail-recruitment-1 .container .right .info .item {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #C6C6C6;
}
main section.section-detail-recruitment-1 .container .right .info .item h5 {
  color: #31333F;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 7px;
}
main section.section-detail-recruitment-1 .container .right .info .item ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #31333F;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  list-style: disc;
  margin-left: 20px;
}
main section.section-detail-recruitment-1 .container .right .info .item p {
  color: #31333F;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
main section.section-detail-recruitment-1 .container .right .info .item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
main section.section-detail-recruitment-1 .container .right #btn-apply {
  display: block;
  text-align: center;
  border-radius: 1000px;
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 24px;
  width: 100%;
}
main section.section-detail-recruitment-1 .container .right #btn-apply:hover {
  background: var(--white);
  color: var(--primary);
}
main section.section-detail-recruitment-2 {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 {
    padding: 40px 0;
  }
}
main section.section-detail-recruitment-2 .container h2 {
  font-family: var(--f-heading);
  margin-bottom: 48px;
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-recruitment-2 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  main section.section-detail-recruitment-2 .container h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-recruitment-2 .container .list-recruitment {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment {
    margin-bottom: 24px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.1);
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item {
    gap: 12px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item:hover {
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.3);
}
main section.section-detail-recruitment-2 .container .list-recruitment .item:hover .right .apply {
  background: #F1F1F1;
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .date {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background: #BC1015;
  color: var(--white);
  text-align: center;
  align-self: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .date {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .date {
    padding: 8px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .date .day {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DADADA;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .date .day {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .date .day {
    font-size: 32px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .date .month {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  color: var(--white);
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .date .month {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .date .month {
    font-size: 14px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info h5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info h5 {
    font-size: 18px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info .bottom {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info .bottom {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info .bottom {
    gap: 8px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info .bottom .sub-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info .bottom .sub-item {
    font-size: 14px;
    gap: 6px;
  }
  main section.section-detail-recruitment-2 .container .list-recruitment .item .right .info .bottom .sub-item svg {
    width: 16px;
    height: 16px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .right .apply {
  padding: 8px 12px 8px 16px;
  background: var(--white);
  border-radius: 1000px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-recruitment-2 .container .list-recruitment .item .right .apply {
    padding: 6px 10px 6px 14px;
    font-size: 12px;
  }
}
main section.section-detail-recruitment-2 .container .list-recruitment .item .right .apply:hover {
  background: #F1F1F1;
}
main section.section-contact-1 {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-contact-1 {
    padding: 40px 0;
  }
}
main section.section-contact-1 .container {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 80px;
}
@media only screen and (max-width: 1480px) {
  main section.section-contact-1 .container {
    display: flex;
    gap: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-1 .container {
    flex-direction: column;
    gap: 32px;
  }
}
main section.section-contact-1 .container .left h2 {
  color: var(--black);
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-contact-1 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-contact-1 .container .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-contact-1 .container .left h2 {
    font-size: 32px;
    text-align: center;
  }
}
main section.section-contact-1 .container .left .desc {
  color: rgba(29, 29, 29, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  main section.section-contact-1 .container .left .desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
  }
}
main section.section-contact-1 .container .left .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main section.section-contact-1 .container .left .info .address, main section.section-contact-1 .container .left .info .phone, main section.section-contact-1 .container .left .info .email {
  display: flex;
  gap: 16px;
}
main section.section-contact-1 .container .left .info .address svg, main section.section-contact-1 .container .left .info .phone svg, main section.section-contact-1 .container .left .info .email svg {
  flex-shrink: 0;
}
main section.section-contact-1 .container .left .info .address {
  margin-bottom: 8px;
}
main section.section-contact-1 .container .left .info .address span {
  color: rgba(29, 29, 29, 0.8);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
main section.section-contact-1 .container .left .info .address ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 26px;
}
main section.section-contact-1 .container .left .info .address ul li {
  list-style: disc;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-contact-1 .container .left .info .address ul li b {
  font-weight: 500;
}
main section.section-contact-1 .container .left .info .address ul li::marker {
  font-size: 12px;
}
main section.section-contact-1 .container .left .info .address ul li:hover {
  text-decoration: underline;
}
main section.section-contact-1 .container .left .info .phone, main section.section-contact-1 .container .left .info .email {
  align-items: center;
}
main section.section-contact-1 .container .left .info .phone span, main section.section-contact-1 .container .left .info .email span {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-contact-1 .container .left .info .phone span b, main section.section-contact-1 .container .left .info .email span b {
  font-size: 18px;
  font-weight: 600;
}
main section.section-contact-1 .container .left .info .phone span:hover, main section.section-contact-1 .container .left .info .email span:hover {
  text-decoration: underline;
}
main section.section-contact-1 .container .right {
  width: 100%;
  aspect-ratio: 689/468;
}
main section.section-contact-1 .container .right .map-container {
  width: 100%;
  height: 100%;
}
main section.section-contact-2 {
  background: rgba(0, 0, 0, 0.05);
  padding: 106px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-contact-2 {
    padding: 40px 0;
  }
}
main section.section-contact-2 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-2 .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}
main section.section-contact-2 .container .left {
  padding-right: 60px;
  border-right: 1px solid #D2D2D2;
}
@media only screen and (max-width: 1480px) {
  main section.section-contact-2 .container .left {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-2 .container .left {
    padding: 0;
    border: none;
  }
}
main section.section-contact-2 .container .left h3 {
  font-family: var(--f-heading);
  color: #31333F;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
main section.section-contact-2 .container .left img {
  width: 100%;
  aspect-ratio: 605/340;
  border-radius: 10px;
}
main section.section-contact-2 .container .right {
  padding-left: 60px;
}
@media only screen and (max-width: 1480px) {
  main section.section-contact-2 .container .right {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-2 .container .right {
    padding: 0;
  }
}
main section.section-contact-2 .container .right h4 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
main section.section-contact-2 .container .right form {
  padding: 24px 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 30px 0 rgba(43, 94, 170, 0.1);
}
main section.section-contact-2 .container .right form input, main section.section-contact-2 .container .right form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #E0E2E6;
  background: var(--white);
  margin-bottom: 16px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-contact-2 .container .right form input::-moz-placeholder, main section.section-contact-2 .container .right form textarea::-moz-placeholder {
  color: #9EA5B3;
}
main section.section-contact-2 .container .right form input::placeholder, main section.section-contact-2 .container .right form textarea::placeholder {
  color: #9EA5B3;
}
main section.section-contact-2 .container .right form textarea {
  resize: none;
  min-height: 116px;
  max-height: 116px;
  max-width: 100%;
  margin-bottom: 24px;
}
main section.section-contact-2 .container .right form span {
  margin-bottom: 16px;
  margin-top: -10px;
}
main section.section-contact-2 .container .right form button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px 12px 24px;
  border-radius: 1000px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-contact-2 .container .right form button:hover {
  background: var(--white);
  color: var(--primary);
}
main section.section-contact-2 .container .right form button:hover svg path {
  stroke: var(--primary);
}
main section.section-contact-3 {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  main section.section-contact-3 {
    padding: 40px 0;
  }
}
main section.section-contact-3 .container {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1480px) {
  main section.section-contact-3 .container {
    gap: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-3 .container {
    flex-direction: column;
    gap: 32px;
  }
}
main section.section-contact-3 .container .left h2 {
  font-family: var(--black);
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1650px) {
  main section.section-contact-3 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-contact-3 .container .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-contact-3 .container .left h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-3 .container .left h2 {
    text-align: center;
  }
}
main section.section-contact-3 .container .left .desc {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-contact-3 .container .left .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-3 .container .left .desc {
    text-align: center;
  }
}
main section.section-contact-3 .container .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
main section.section-contact-3 .container .right .item {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(29, 29, 29, 0.1);
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  main section.section-contact-3 .container .right .item {
    padding: 16px;
  }
}
main section.section-contact-3 .container .right .item:hover {
  background: #F1F1F1;
}
main section.section-contact-3 .container .right .item .top {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
main section.section-contact-3 .container .right .item .top:hover {
  background: #F1F1F1;
}
main section.section-contact-3 .container .right .item .top p {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-contact-3 .container .right .item .top .icon {
  padding: 4px;
  border-radius: 100px;
  background: #BC1015;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0;
}
main section.section-contact-3 .container .right .item .bottom {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-news-1 {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-news-1 {
    padding: 40px 0;
  }
}
main section.section-news-1 .container {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1199px) {
  main section.section-news-1 .container {
    flex-direction: column;
    gap: 32px;
  }
}
main section.section-news-1 .container .category {
  padding: 20px 20px 20px 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 37, 132, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1480px) {
  main section.section-news-1 .container .category {
    min-width: auto;
  }
}
main section.section-news-1 .container .category .item.active .parent {
  border-radius: 0 12px 12px 0;
  background: var(--primary);
  color: var(--white);
}
main section.section-news-1 .container .category .item.active .parent svg {
  transform: rotate(180deg);
}
main section.section-news-1 .container .category .item.active .parent svg path {
  fill: var(--white);
}
main section.section-news-1 .container .category .item .parent {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  color: #31333F;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
  cursor: pointer;
}
main section.section-news-1 .container .category .item .parent:hover {
  border-radius: 0 12px 12px 0;
  background: var(--primary);
  color: var(--white);
}
main section.section-news-1 .container .category .item .parent:hover svg path {
  fill: var(--white);
}
main section.section-news-1 .container .category .item .parent svg {
  transition: transform 0.3s ease;
}
main section.section-news-1 .container .category .item .child {
  padding: 8px 0;
  cursor: pointer;
}
main section.section-news-1 .container .category .item .child.invisible {
  padding: 0;
}
main section.section-news-1 .container .category .item .child li {
  position: relative;
  padding: 8px 20px 8px 32px;
  color: #31333F;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-left: 20px;
}
main section.section-news-1 .container .category .item .child li.active, main section.section-news-1 .container .category .item .child li:hover {
  color: var(--primary);
}
main section.section-news-1 .container .category .item .child li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(5, 29, 54, 0.5);
}
main section.section-news-1 .container .right .list-news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  main section.section-news-1 .container .right .list-news {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 667px) {
  main section.section-news-1 .container .right .list-news {
    grid-template-columns: 1fr;
  }
}
main section.section-news-1 .container .right .list-news .item {
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 667px) {
  main section.section-news-1 .container .right .list-news .item {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-news-1 .container .right .list-news .item {
    width: 100%;
    margin: 0 auto;
  }
}
main section.section-news-1 .container .right .list-news .item:hover {
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.7);
}
main section.section-news-1 .container .right .list-news .item img {
  width: 100%;
  aspect-ratio: 453/254;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
}
main section.section-news-1 .container .right .list-news .item .info {
  padding: 0 16px 16px 16px;
}
main section.section-news-1 .container .right .list-news .item .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-news-1 .container .right .list-news .item .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-news-1 .container .right .list-news .item .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  min-height: 54px;
}
main section.section-news-1 .container .right .list-news .item .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  min-height: 48px;
}
main section.section-news-1 .container .right .list-news .item .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
main section.section-news-1 .container .right .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  main section.section-news-1 .container .right .pagination {
    gap: 16px;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-news-1 .container .right .pagination {
    gap: 8px;
  }
}
main section.section-news-1 .container .right .pagination .next-button, main section.section-news-1 .container .right .pagination .prev-button {
  padding: 12px;
  border-radius: 48px;
  border: 1px solid rgba(38, 67, 149, 0.2);
  background: #FFF;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  main section.section-news-1 .container .right .pagination .next-button, main section.section-news-1 .container .right .pagination .prev-button {
    padding: 8px;
  }
}
main section.section-news-1 .container .right .pagination .list-page {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  main section.section-news-1 .container .right .pagination .list-page {
    gap: 8px;
  }
}
main section.section-news-1 .container .right .pagination .list-page .page-item {
  cursor: pointer;
  padding: 10px 12px;
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
main section.section-news-1 .container .right .pagination .list-page .page-item.active, main section.section-news-1 .container .right .pagination .list-page .page-item:hover {
  border-radius: 24px;
  background: #FDE7E8;
}
main section.section-detail-news-1 {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-1 {
    padding: 40px 0;
  }
}
main section.section-detail-news-1 .container {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1199px) {
  main section.section-detail-news-1 .container {
    flex-direction: column;
    gap: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-detail-news-1 .container .left {
    display: grid;
    grid-template-columns: 4fr 1.5fr;
    gap: 40px;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-1 .container .left {
    grid-template-columns: 3fr 2fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  main section.section-detail-news-1 .container .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
main section.section-detail-news-1 .container .left .category {
  padding: 20px 20px 20px 0;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 37, 132, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 240px;
  margin-bottom: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1480px) {
  main section.section-detail-news-1 .container .left .category {
    min-width: auto;
  }
}
@media only screen and (max-width: 1199px) {
  main section.section-detail-news-1 .container .left .category {
    height: auto;
    margin: 0;
  }
}
main section.section-detail-news-1 .container .left .category .item.active .parent {
  border-radius: 0 12px 12px 0;
  background: var(--primary);
  color: var(--white);
}
main section.section-detail-news-1 .container .left .category .item.active .parent svg {
  transform: rotate(180deg);
}
main section.section-detail-news-1 .container .left .category .item.active .parent svg path {
  fill: var(--white);
}
main section.section-detail-news-1 .container .left .category .item .parent {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  color: #31333F;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
  cursor: pointer;
}
main section.section-detail-news-1 .container .left .category .item .parent:hover {
  border-radius: 0 12px 12px 0;
  background: var(--primary);
  color: var(--white);
}
main section.section-detail-news-1 .container .left .category .item .parent:hover svg path {
  fill: var(--white);
}
main section.section-detail-news-1 .container .left .category .item .child {
  padding: 8px 0;
  cursor: pointer;
}
main section.section-detail-news-1 .container .left .category .item .child.invisible {
  padding: 0;
}
main section.section-detail-news-1 .container .left .category .item .child li {
  position: relative;
  padding: 8px 20px 8px 32px;
  color: #31333F;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-left: 20px;
}
main section.section-detail-news-1 .container .left .category .item .child li.active, main section.section-detail-news-1 .container .left .category .item .child li:hover {
  color: var(--primary);
}
main section.section-detail-news-1 .container .left .category .item .child li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: rgba(5, 29, 54, 0.5);
}
main section.section-detail-news-1 .container .left img {
  width: 100%;
  aspect-ratio: 67/112;
  border-radius: 8px;
}
@media only screen and (max-width: 480px) {
  main section.section-detail-news-1 .container .left img {
    aspect-ratio: 3/2;
  }
}
main section.section-detail-news-1 .container .right {
  min-width: 0;
}
main section.section-detail-news-1 .container .right .title {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
main section.section-detail-news-1 .container .right ul {
  list-style: initial;
  margin-left: 20px;
}
main section.section-detail-news-1 .container .right .info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  main section.section-detail-news-1 .container .right .info {
    gap: 24px;
  }
}
main section.section-detail-news-1 .container .right .info .date-time {
  color: rgba(29, 29, 29, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-detail-news-1 .container .right .info .share {
  display: flex;
  align-items: center;
  gap: 15px;
}
main section.section-detail-news-1 .container .right .info .share span {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
main section.section-detail-news-1 .container .right .info .share .list-social {
  display: flex;
  align-items: center;
  gap: 6px;
}
main section.section-detail-news-1 .container .right .info .share .list-social a {
  flex-shrink: 0;
}
main section.section-detail-news-1 .container .right .info .share .list-social a img {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
main section.section-detail-news-1 .container .right .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
main section.section-detail-news-1 .container .right .content .thumbnail {
  width: 100%;
  margin-bottom: 16px;
}
main section.section-detail-news-1 .container .right .content .thumbnail img {
  width: 100%;
  border-radius: 16px;
}
main section.section-detail-news-1 .container .right .content h2, main section.section-detail-news-1 .container .right .content h3, main section.section-detail-news-1 .container .right .content h4, main section.section-detail-news-1 .container .right .content h5, main section.section-detail-news-1 .container .right .content h6 {
  font-family: var(--f-heading);
  color: var(--black);
  font-weight: 600;
}
main section.section-detail-news-1 .container .right .content h2 {
  font-size: 28px;
}
main section.section-detail-news-1 .container .right .content h3 {
  font-size: 26px;
}
main section.section-detail-news-1 .container .right .content h4 {
  font-size: 24px;
}
main section.section-detail-news-1 .container .right .content h5 {
  font-size: 22px;
}
main section.section-detail-news-1 .container .right .content h6 {
  font-size: 20px;
}
main section.section-detail-news-1 .container .right .content th, main section.section-detail-news-1 .container .right .content td {
  border: 1px solid;
  padding: 4px;
}
main section.section-detail-news-1 .container .right .author {
  margin-top: 32px;
}
main section.section-detail-news-1 .container .right .author h3 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}
main section.section-detail-news-1 .container .right .author .content {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.05);
  padding: 24px;
}
main section.section-detail-news-1 .container .right .author .content .top {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
main section.section-detail-news-1 .container .right .author .content .top .avatar {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 60px;
  flex-shrink: 0;
}
main section.section-detail-news-1 .container .right .author .content .top .info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 4px;
  margin: 0;
}
main section.section-detail-news-1 .container .right .author .content .top .info .top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  main section.section-detail-news-1 .container .right .author .content .top .info .top {
    gap: 12px;
  }
}
main section.section-detail-news-1 .container .right .author .content .top .info .top .name {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: var(--f-body);
}
main section.section-detail-news-1 .container .right .author .content .top .info .top .list-social {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  main section.section-detail-news-1 .container .right .author .content .top .info .top .list-social {
    gap: 4px;
  }
}
main section.section-detail-news-1 .container .right .author .content .top .info .top .list-social a {
  flex-shrink: 0;
}
main section.section-detail-news-1 .container .right .author .content .top .info .top .list-social a img {
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
}
main section.section-detail-news-1 .container .right .author .content .top .info .bottom {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-detail-news-1 .container .right .author .content .bottom {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
main section.section-detail-news-2 {
  padding: 100px 0;
  background: linear-gradient(180deg, #EFF0F3 0%, #FDFCFD 100%);
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 {
    padding: 40px 0;
  }
}
main section.section-detail-news-2 .container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
}
@media only screen and (max-width: 1480px) {
  main section.section-detail-news-2 .container {
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-news-2 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 .container {
    gap: 32px;
  }
}
main section.section-detail-news-2 .container .left {
  width: -moz-fit-content;
  width: fit-content;
}
main section.section-detail-news-2 .container .left h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: #121417;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  main section.section-detail-news-2 .container .left h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-detail-news-2 .container .left h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-news-2 .container .left h2 {
    font-size: 32px;
    text-align: center;
  }
}
main section.section-detail-news-2 .container .left .desc {
  color: #484E5B;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-news-2 .container .left .desc {
    font-size: 14px;
    text-align: center;
  }
}
main section.section-detail-news-2 .container .right {
  padding: 40px;
  background: var(--white);
  border-radius: 16px;
  width: 100%;
}
main section.section-detail-news-2 .container .right form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 .container .right form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
main section.section-detail-news-2 .container .right form .form-group {
  display: flex;
  flex-direction: column;
}
main section.section-detail-news-2 .container .right form .form-group:nth-child(6) {
  grid-column: 1/-1;
}
main section.section-detail-news-2 .container .right form .form-group label {
  color: #484E5B;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}
main section.section-detail-news-2 .container .right form .form-group label span {
  color: #F42310;
}
main section.section-detail-news-2 .container .right form .form-group input[type=text],
main section.section-detail-news-2 .container .right form .form-group input[type=email],
main section.section-detail-news-2 .container .right form .form-group input[type=tel] {
  padding: 12px 14px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 .container .right form .form-group input[type=text],
  main section.section-detail-news-2 .container .right form .form-group input[type=email],
  main section.section-detail-news-2 .container .right form .form-group input[type=tel] {
    font-size: 14px;
    padding: 8px 10px;
  }
}
main section.section-detail-news-2 .container .right form .form-group input[type=text]::-moz-placeholder, main section.section-detail-news-2 .container .right form .form-group input[type=email]::-moz-placeholder, main section.section-detail-news-2 .container .right form .form-group input[type=tel]::-moz-placeholder {
  color: #98A2B3;
}
main section.section-detail-news-2 .container .right form .form-group input[type=text]::placeholder,
main section.section-detail-news-2 .container .right form .form-group input[type=email]::placeholder,
main section.section-detail-news-2 .container .right form .form-group input[type=tel]::placeholder {
  color: #98A2B3;
}
main section.section-detail-news-2 .container .right form .form-group input[type=text]:focus,
main section.section-detail-news-2 .container .right form .form-group input[type=email]:focus,
main section.section-detail-news-2 .container .right form .form-group input[type=tel]:focus {
  border-color: #1C3867;
}
main section.section-detail-news-2 .container .right form .form-group textarea {
  resize: none;
  padding: 12px 16px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  min-height: 90px;
  font-family: inherit;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 .container .right form .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 70px;
  }
}
main section.section-detail-news-2 .container .right form .form-group textarea::-moz-placeholder {
  color: #98A2B3;
}
main section.section-detail-news-2 .container .right form .form-group textarea::placeholder {
  color: #98A2B3;
}
main section.section-detail-news-2 .container .right form .form-group textarea:focus {
  border-color: #1C3867;
}
main section.section-detail-news-2 .container .right form .form-group input[type=file] {
  display: none;
}
main section.section-detail-news-2 .container .right form .form-group .upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 1px dashed #4A5568;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
  color: #232338;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 .container .right form .form-group .upload-file {
    padding: 24px 10px;
  }
}
main section.section-detail-news-2 .container .right form .form-group .upload-file:hover {
  border-color: #1C3867;
  background: #F9FAFB;
}
main section.section-detail-news-2 .container .right form .form-group .upload-file .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section.section-detail-news-2 .container .right form .form-group .upload-file .icon svg {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-news-2 .container .right form .form-actions {
    grid-column: 1/-1;
  }
}
main section.section-detail-news-2 .container .right form .form-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: #D92D20;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 240px;
  margin-top: 16px;
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-news-2 .container .right form .form-actions button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-2 .container .right form .form-actions button {
    font-size: 14px;
    padding: 10px;
    width: 180px;
  }
}
main section.section-detail-news-2 .container .right form .form-actions button:hover {
  background: #B91C1C;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 45, 32, 0.3);
}
main section.section-detail-news-2 .container .right form .form-actions button svg {
  width: 16px;
  height: 16px;
}
main section.section-detail-news-2 .container .right form .wpcf7-response-output {
  grid-column: 1/-1;
}
main section.section-detail-news-3 {
  padding: 100px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-3 {
    padding: 40px 0;
  }
}
main section.section-detail-news-3 .container h2 {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-detail-news-3 .container h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1480px) {
  main section.section-detail-news-3 .container h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  main section.section-detail-news-3 .container h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-detail-news-3 .container h2 {
    margin-bottom: 24px;
  }
}
main section.section-detail-news-3 .container #tooltip {
  position: fixed;
  background: var(--black);
  color: var(--white);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 150%;
  max-width: 300px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper {
  padding-bottom: 10px !important;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.1);
  overflow: hidden;
  cursor: pointer;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 10px 0 rgba(149, 157, 165, 0.7);
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 453/254;
  margin-bottom: 24px;
  transition: transform 0.4s ease;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide .info {
  padding: 0 16px 16px 16px;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
  min-height: 54px;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  min-height: 48px;
}
main section.section-detail-news-3 .container .swiper-news .swiper-wrapper .swiper-slide .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
main section.section-search .container h1 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  margin: 32px 0;
}
main section.section-search .container .list-news {
  margin-bottom: 40px;
}
main section.section-search .container .list-news h2 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
main section.section-search .container .list-news .wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
main section.section-search .container .list-news .wrap .item {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.1);
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .list-news .wrap .item {
    flex-direction: column;
  }
}
main section.section-search .container .list-news .wrap .item:hover {
  box-shadow: 0 4px 16px 0 rgba(36, 36, 36, 0.3);
}
main section.section-search .container .list-news .wrap .item img {
  width: 330px;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .list-news .wrap .item img {
    width: 100%;
  }
}
main section.section-search .container .list-news .wrap .item .info {
  padding: 0 16px 16px 16px;
}
main section.section-search .container .list-news .wrap .item .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-search .container .list-news .wrap .item .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-search .container .list-news .wrap .item .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
main section.section-search .container .list-news .wrap .item .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
main section.section-search .container .list-news .wrap .item .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
main section.section-search .container .list-news .view-more {
  padding: 8px 20px;
  border-radius: 1000px;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-search .container .list-news .view-more:hover {
  color: var(--primary);
  background: var(--white);
}
main section.section-search .container .solutions {
  margin-bottom: 40px;
}
main section.section-search .container .solutions h2 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
main section.section-search .container .solutions .wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
main section.section-search .container .solutions .wrap .item {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.1);
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .solutions .wrap .item {
    flex-direction: column;
  }
}
main section.section-search .container .solutions .wrap .item:hover {
  box-shadow: 0 4px 16px 0 rgba(36, 36, 36, 0.3);
}
main section.section-search .container .solutions .wrap .item img {
  width: 330px;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .solutions .wrap .item img {
    width: 100%;
  }
}
main section.section-search .container .solutions .wrap .item .info {
  padding: 0 16px 16px 16px;
}
main section.section-search .container .solutions .wrap .item .info .date-time {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
main section.section-search .container .solutions .wrap .item .info .date-time .date-and-time {
  color: rgba(29, 29, 29, 0.8);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
main section.section-search .container .solutions .wrap .item .info h3 {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
main section.section-search .container .solutions .wrap .item .info p {
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
main section.section-search .container .solutions .wrap .item .info .view-now {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--primary);
  line-height: 0;
  font-size: 14px;
  font-weight: 500;
}
main section.section-search .container .solutions .view-more {
  padding: 8px 20px;
  border-radius: 1000px;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-search .container .solutions .view-more:hover {
  color: var(--primary);
  background: var(--white);
}
main section.section-search .container .recruitments {
  margin-bottom: 40px;
}
main section.section-search .container .recruitments h2 {
  font-family: var(--f-heading);
  color: var(--black);
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}
main section.section-search .container .recruitments .wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
main section.section-search .container .recruitments .wrap .item {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 2px 10px 0 rgba(36, 36, 36, 0.1);
}
@media only screen and (max-width: 1280px) {
  main section.section-search .container .recruitments .wrap .item {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item {
    gap: 12px;
  }
}
main section.section-search .container .recruitments .wrap .item:hover {
  box-shadow: 0 4px 16px 0 rgba(36, 36, 36, 0.3);
}
main section.section-search .container .recruitments .wrap .item:hover .right .apply {
  background: #F1F1F1;
}
main section.section-search .container .recruitments .wrap .item .date {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #F1F1F1;
  background: #BC1015;
  color: var(--white);
  text-align: center;
  align-self: center;
}
@media only screen and (max-width: 1650px) {
  main section.section-search .container .recruitments .wrap .item .date {
    padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .date {
    padding: 8px;
  }
}
main section.section-search .container .recruitments .wrap .item .date .day {
  font-family: var(--f-heading);
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #DADADA;
}
@media only screen and (max-width: 1280px) {
  main section.section-search .container .recruitments .wrap .item .date .day {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .date .day {
    font-size: 32px;
  }
}
main section.section-search .container .recruitments .wrap .item .date .month {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  color: var(--white);
}
@media only screen and (max-width: 1280px) {
  main section.section-search .container .recruitments .wrap .item .date .month {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .date .month {
    font-size: 14px;
  }
}
main section.section-search .container .recruitments .wrap .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
main section.section-search .container .recruitments .wrap .item .right .info h5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .right .info h5 {
    font-size: 18px;
  }
}
main section.section-search .container .recruitments .wrap .item .right .info .bottom {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 1280px) {
  main section.section-search .container .recruitments .wrap .item .right .info .bottom {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .right .info .bottom {
    gap: 8px;
  }
}
main section.section-search .container .recruitments .wrap .item .right .info .bottom .sub-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(29, 29, 29, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .right .info .bottom .sub-item {
    font-size: 14px;
    gap: 6px;
  }
  main section.section-search .container .recruitments .wrap .item .right .info .bottom .sub-item svg {
    width: 16px;
    height: 16px;
  }
}
main section.section-search .container .recruitments .wrap .item .right .apply {
  padding: 8px 12px 8px 16px;
  background: var(--white);
  border-radius: 1000px;
  border: 1px solid var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  main section.section-search .container .recruitments .wrap .item .right .apply {
    padding: 6px 10px 6px 14px;
    font-size: 12px;
  }
}
main section.section-search .container .recruitments .wrap .item .right .apply:hover {
  background: #F1F1F1;
}
main section.section-search .container .recruitments .view-more {
  padding: 8px 20px;
  border-radius: 1000px;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
main section.section-search .container .recruitments .view-more:hover {
  color: var(--primary);
  background: var(--white);
}
main .popup-apply {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 1040;
  padding: 48px 60px;
  padding-bottom: 20px;
  background: var(--white);
  border-radius: 16px;
  max-width: 890px;
  width: 90%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  main .popup-apply {
    padding: 32px 40px;
  }
}
main .popup-apply.hidden {
  display: none;
}
main .popup-apply.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
main .popup-apply h2 {
  color: #121417;
  font-family: var(--f-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  main .popup-apply h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
main .popup-apply .desc {
  color: #484E5B;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  max-width: 470px;
  display: block;
}
@media only screen and (max-width: 767px) {
  main .popup-apply .desc {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
main .popup-apply form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  main .popup-apply form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
main .popup-apply form .form-group {
  display: flex;
  flex-direction: column;
}
main .popup-apply form .form-group:nth-child(6) {
  grid-column: 1/-1;
}
main .popup-apply form .form-group label {
  color: #484E5B;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 6px;
}
main .popup-apply form .form-group label span {
  color: #F42310;
}
main .popup-apply form .form-group input[type=text],
main .popup-apply form .form-group input[type=email],
main .popup-apply form .form-group input[type=tel] {
  padding: 12px 14px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main .popup-apply form .form-group input[type=text],
  main .popup-apply form .form-group input[type=email],
  main .popup-apply form .form-group input[type=tel] {
    font-size: 14px;
    padding: 8px 10px;
  }
}
main .popup-apply form .form-group input[type=text]::-moz-placeholder, main .popup-apply form .form-group input[type=email]::-moz-placeholder, main .popup-apply form .form-group input[type=tel]::-moz-placeholder {
  color: #98A2B3;
}
main .popup-apply form .form-group input[type=text]::placeholder,
main .popup-apply form .form-group input[type=email]::placeholder,
main .popup-apply form .form-group input[type=tel]::placeholder {
  color: #98A2B3;
}
main .popup-apply form .form-group input[type=text]:focus,
main .popup-apply form .form-group input[type=email]:focus,
main .popup-apply form .form-group input[type=tel]:focus {
  border-color: #1C3867;
}
main .popup-apply form .form-group textarea {
  resize: none;
  padding: 12px 16px;
  border: 1px solid #E0E2E6;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--black);
  outline: none;
  min-height: 90px;
  font-family: inherit;
  transition: border-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main .popup-apply form .form-group textarea {
    font-size: 14px;
    padding: 8px 10px;
    min-height: 70px;
  }
}
main .popup-apply form .form-group textarea::-moz-placeholder {
  color: #98A2B3;
}
main .popup-apply form .form-group textarea::placeholder {
  color: #98A2B3;
}
main .popup-apply form .form-group textarea:focus {
  border-color: #1C3867;
}
main .popup-apply form .form-group input[type=file] {
  display: none;
}
main .popup-apply form .form-group .upload-file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 1px dashed #4A5568;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  gap: 4px;
  color: #232338;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  main .popup-apply form .form-group .upload-file {
    padding: 24px 10px;
  }
}
main .popup-apply form .form-group .upload-file:hover {
  border-color: #1C3867;
  background: #F9FAFB;
}
main .popup-apply form .form-group .upload-file .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .popup-apply form .form-group .upload-file .icon svg {
  width: 20px;
  height: 20px;
}
main .popup-apply form .form-actions {
  grid-column: 1/-1;
}
main .popup-apply form .form-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px 10px 16px;
  background: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
  border-radius: 1000px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 174px;
}
main .popup-apply form .form-actions button:hover {
  background: var(--white);
  color: var(--primary);
}
main .popup-apply form .form-actions button:hover svg path {
  stroke: var(--primary);
}
main .popup-apply form .form-actions button svg {
  width: 16px;
  height: 16px;
}
main .popup-apply form .form-actions button svg path {
  stroke: var(--white);
}
main .video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}
main .video-popup.active {
  display: block;
  opacity: 1;
}
main .video-popup .video-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
main .video-popup .video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  z-index: 10000;
}
@media only screen and (max-width: 767px) {
  main .video-popup .video-popup-content {
    width: 95%;
  }
}
main .video-popup .video-popup-content .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
main .video-popup .video-popup-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  position: relative;
  background: #9E1E1F;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 20px;
  }
}
footer .fab {
  position: fixed;
  bottom: 10%;
  right: 2%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1032;
}
footer .fab img {
  width: 28px;
  aspect-ratio: 1/1;
}
footer .fab .icon-menu, footer .fab .icon-close {
  transition: transform 0.3s ease;
  padding: 8px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(37, 37, 37, 0.2);
}
footer .fab .icon-menu:hover, footer .fab .icon-close:hover {
  transform: rotate(180deg);
  background: #F1F1F1;
  cursor: pointer;
}
footer .fab .list-fab {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
footer .fab .list-fab a {
  padding: 8px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(37, 37, 37, 0.2);
}
footer .fab .list-fab a:hover {
  background: #F1F1F1;
}
footer .fab .back-to-top {
  padding: 8px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0 2px 10px 0 rgba(37, 37, 37, 0.2);
}
footer .fab .back-to-top:hover {
  background: #F1F1F1;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .container .top {
  display: flex;
  justify-content: space-between;
  gap: 110px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1480px) {
  footer .container .top {
    gap: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  footer .container .top {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  footer .container .top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (max-width: 991px) {
  footer .container .top .section-1 {
    grid-column: 1/-1;
    width: 100%;
  }
}
footer .container .top .section-1 figure {
  width: 135px;
  aspect-ratio: 135/80;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  footer .container .top .section-1 figure {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
footer .container .top .section-1 .list-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .container .top .section-1 .list-info .item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
footer .container .top .section-1 .list-info .item .icon {
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
footer .container .top .section-1 .list-info .item .icon img {
  width: 24px;
  height: 24px;
}
footer .container .top .section-1 .list-info .item a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  max-width: 400px;
}
@media only screen and (max-width: 1480px) {
  footer .container .top .section-1 .list-info .item a {
    width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  footer .container .top .section-1 .list-info .item a {
    max-width: 100%;
    width: 100%;
  }
}
footer .container .top .section-1 .list-info .item a:hover {
  color: #DDD;
}
footer .container .top .section-2 h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
footer .container .top .section-2 ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  white-space: nowrap;
}
footer .container .top .section-2 ul li {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
footer .container .top .section-2 ul li:hover {
  color: #DDD;
}
footer .container .top .section-2 .download {
  padding: 10px 12px 10px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  border-radius: 1000px;
  background: var(--white);
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
footer .container .top .section-2 .download:hover {
  background: #DDD;
}
footer .container .top .section-3 h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
footer .container .top .section-3 ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  white-space: nowrap;
}
footer .container .top .section-3 ul li {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
footer .container .top .section-3 ul li:hover {
  color: #DDD;
}
@media only screen and (max-width: 991px) {
  footer .container .top .section-4 {
    grid-column: 1/-1;
  }
}
footer .container .top .section-4 h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 24px;
}
footer .container .top .section-4 .list-social {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}
footer .container .top .section-4 .list-social a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .top .section-4 .fb-page {
  width: 310px;
}
footer .container .bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
}
@media only screen and (max-width: 767px) {
  footer .container .bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
footer .container .bottom .right {
  display: flex;
  gap: 8px;
}
footer .container .bottom .right .terms-of-service {
  padding-right: 8px;
  border-right: 1px solid var(--white);
}
footer .container .bottom .right a:hover {
  color: #DDD;
}
footer .background-footer {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 85%;
  aspect-ratio: 313/474;
}
@media only screen and (max-width: 991px) {
  footer .background-footer {
    height: 50%;
  }
}
@media only screen and (max-width: 480px) {
  footer .background-footer {
    height: 40%;
  }
}/*# sourceMappingURL=main.css.map */