@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

input,
textarea,
select,
button {
  outline: none;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #012c2c;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p,
h1,
h4,
h2,
h3 {
  margin: 0;
  line-height: 1.6;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  overflow-x: hidden !important;
}

button {
  border: 0;
  background-color: transparent;
}
button:focus {
  box-shadow: none !important;
}
button:hover {
  opacity: 0.9;
}

a,
a.nav-link {
  transition: all 0.15s linear;
}
a:hover,
a.nav-link:hover {
  opacity: 0.9;
}

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* PC custom fit sub */
/* PC fit-sub */
/* PC fit lower */
/* PC fit lower */
/* PC fit small */
/* PC HD */
/* PC Change */
/* PC LOWER  min-1023px */
/* Mobile & tablet */
/* Tablet */
/* Min Mobile */
/* Mobile */
/* Phone Small */
html {
  font-size: 16px;
  scroll-behavior: smooth !important;
}

html,
body {
  position: relative;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  min-height: 100vh;
  color: #012c2c;
  --widthDefault: 1172px;
}
@media only screen and (max-width: 46.1875em) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-xl {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-xl .hide-on-bothTM {
    display: none !important;
  }
  body .container-xl {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1650px) {
  body .container-lg {
    max-width: 1194px;
  }
}
@media only screen and (max-width: 63.9375em) {
  body .container-lg .hide-on-bothTM {
    display: none !important;
  }
  body .container-lg {
    max-width: 100%;
  }
}
body .container {
  max-width: var(--widthDefault);
  padding: 0 16px;
}
@media (min-width: 1200px) {
  body .container.special {
    max-width: calc(100% - (100% - 1140px) / 2);
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  body .container.special {
    max-width: calc(100% - (100% - 1320px) / 2);
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1650px) {
  body .container.special {
    max-width: calc(100% - (100% - var(--widthDefault)) / 2);
    margin-left: auto;
    padding-right: 0;
    margin-right: 0;
  }
}

@keyframes fadeModal {
  0% {
    transform: translateX(110%);
  }
  50% {
    transform: translateX(-6%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeShowReference {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHover {
  0% {
    font-size: 24px;
    font-weight: 500;
  }
  50% {
    font-size: 28px;
    font-weight: 800;
  }
  100% {
    font-weight: 900;
    font-size: 27px;
  }
}
@keyframes fadeHideZoom {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-one {
  0% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(-50deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(55deg) rotateY(15deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(40deg) rotateY(60deg) rotateZ(360deg);
  }
}
/* Track */
/* Handle */
/* Handle on hover */
.general-wrapper {
  padding: 60px 0px 100px;
}
@media only screen and (max-width: 63.9375em) {
  .general-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .general-wrapper {
    padding: 40px 0 70px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-wrapper {
    padding: 35px 0 50px;
  }
}
.general-title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #094949;
  line-height: 1.4;
  padding-bottom: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .general-title {
    font-size: 35px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .general-title .hide-on-bothTM {
    display: none !important;
  }
  .general-title {
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-title {
    font-size: 25px;
  }
}
.general-title.page-detail {
  padding-bottom: 6px;
}
.general-title::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 7px;
  width: 44px;
  border-radius: 10px 10px 0 0;
  background-color: #d1ad3d;
  transform: translateX(-50%);
}
.general-title.icon-left {
  text-align: left;
  padding-bottom: 0px;
  padding-left: 28px;
}
@media only screen and (max-width: 46.1875em) {
  .general-title.icon-left {
    padding-left: 22px;
  }
}
.general-title.icon-left::after {
  left: 0;
  top: 50%;
  height: 100%;
  width: 7px;
  border-radius: 0 10px 10px 0;
  transform: translateY(-50%);
}
.general-title.title-sort {
  text-align: left;
}
.general-title.title-sort::after {
  display: none;
}
.general-title.color-white {
  color: #fff;
}
.general-title.hide-line::after {
  display: none;
}
.general-title.special {
  text-align: center;
}
.general-content {
  margin-top: 20px;
}
.general-content * {
  margin: revert;
  font-size: 16px;
  padding: revert;
  list-style-type: revert;
  display: revert;
  color: revert;
  text-decoration: revert;
  line-height: 1.7;
  font-family: "Inter", sans-serif, sans-serif !important;
}
.general-content figure {
  margin: auto;
  width: 100% !important;
}
.general-content img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 46.1875em) {
  .general-content img {
    height: auto !important;
  }
}
.general-content ul,
.general-content li {
  list-style-type: revert;
}
@media only screen and (max-width: 46.1875em) {
  .general-content table span,
  .general-content table p {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-content h2 span strong,
  .general-content h2 strong {
    font-size: 17px !important;
  }
}
.general-content a {
  color: revert;
  display: revert;
}
.general-desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 46.1875em) {
  .general-desc {
    font-size: 15px;
  }
}
.general-desc.special {
  text-align: center;
}
.general-desc span {
  font-weight: 600;
}
.general-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  color: #d1ad3d;
  text-transform: uppercase;
}
@media only screen and (max-width: 1366px) {
  .general-link {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .general-link .hide-on-bothTM {
    display: none !important;
  }
  .general-link {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-link {
    font-size: 15px;
    gap: 12px;
    margin-top: 20px;
  }
}
.general-link.special {
  justify-content: center;
}
.general-link svg {
  transform: translateX(0px);
  transition: transform 0.3s;
}
@media only screen and (max-width: 46.1875em) {
  .general-link svg {
    height: 30px;
  }
}
.general-link:hover {
  color: #d1ad3d;
}
.general-link:hover svg {
  transform: translateX(4px);
}
.general-sub {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 46.1875em) {
  .general-sub {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.general-name {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  color: #d1ad3d;
}
@media only screen and (max-width: 1440px) {
  .general-name {
    font-size: 45px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .general-name {
    font-size: 35px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-name {
    font-size: 25px;
  }
}
.general-text {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
  font-style: italic;
  color: #d1ad3d;
}
@media only screen and (max-width: 1440px) {
  .general-text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .general-text .hide-on-bothTM {
    display: none !important;
  }
  .general-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .general-text {
    font-size: 17px;
    line-height: 1.5;
  }
}
.general-pagination {
  margin-top: 60px;
  padding-bottom: 20px;
  gap: 8px;
  justify-content: flex-end;
}
.general-pagination__prev, .general-pagination__next {
  background-color: #eef5f5 !important;
}
.general-pagination__prev.disable, .general-pagination__next.disable {
  color: #6c7d7d;
  background-color: #eef5f5;
}
.general-pagination__item.active .general-pagination__link {
  border-color: #094949;
  background-color: #094949;
}
.general-pagination__link {
  color: #012c2c;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #eef5f5;
}
.general-pagination__link:hover {
  color: #012c2c;
}

.icon-fixed {
  position: fixed;
  right: 50px;
  bottom: 45px;
  z-index: 99;
}
@media only screen and (max-width: 46.1875em) {
  .icon-fixed {
    right: 16px;
    bottom: 45px;
  }
}
.icon-fixed__item {
  position: relative;
  --sizeBtn: 50px;
  width: var(--sizeBtn);
  height: var(--sizeBtn);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
@media only screen and (max-width: 46.1875em) {
  .icon-fixed__item {
    --sizeBtn: 42px;
  }
}
.icon-fixed__item + .icon-fixed__item {
  margin-top: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .icon-fixed__item + .icon-fixed__item {
    margin-top: 10px;
  }
}
.icon-fixed__item.icon-phone {
  animation: phoneShake 1s ease infinite;
  background-color: #e10e00;
}
.icon-fixed__item.icon-fb, .icon-fixed__item.icon-zalo {
  background-color: #2962ff;
}
.icon-fixed__item.icon-fb i {
  font-size: 30px;
}
.icon-fixed__item.icon-up {
  opacity: 0;
  visibility: hidden;
  display: flex !important;
}
.icon-fixed__item.icon-up.active {
  opacity: 1;
  visibility: visible;
}
.icon-fixed__item.icon-up, .icon-fixed__item.icon-tiktok {
  background-color: #000;
}
.icon-fixed__item.icon-fb, .icon-fixed__item.icon-zalo, .icon-fixed__item.icon-tiktok {
  animation: tiktokPulse 1.5s ease infinite;
}
.icon-fixed__item.icon-fb::after, .icon-fixed__item.icon-zalo::after, .icon-fixed__item.icon-tiktok::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  animation: tiktokWave 2s infinite;
}
.icon-fixed__item i {
  color: #fff;
  font-size: 24px;
}

.offcanvas {
  transition: transform 0.3s ease-in-out !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@keyframes phoneShake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-12deg);
  }
  20% {
    transform: rotate(12deg);
  }
  30% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(14deg);
  }
  70% {
    transform: rotate(-14deg);
  }
  80% {
    transform: rotate(14deg);
  }
  90% {
    transform: rotate(-14deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tiktokWave {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 29, 82, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(238, 29, 82, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(238, 29, 82, 0);
  }
}
.modal {
  z-index: 1077;
}
.modal-header {
  border-bottom: 0;
}

.offcanvas {
  z-index: 1056;
}
.offcanvas-backdrop {
  z-index: 1055;
}
.offcanvas-backdrop.show {
  opacity: 0.4;
}

.optgroup .option {
  padding-left: 16px;
}

.ts-dropdown .optgroup-header {
  color: #a5a5a5;
  font-weight: 600;
}

.fancybox__container {
  z-index: 1055;
}
.fancybox__container .fancybox__content {
  width: 80% !important;
  height: 80% !important;
  max-width: calc(100% - 100px) !important;
  max-height: calc(100% - 88px) !important;
}

.f-thumbs__slide__button {
  border-radius: 5px;
  border: 1.2px solid transparent;
}
.f-thumbs__slide.is-nav-selected .f-thumbs__slide__button {
  border-color: red;
}

.dropdown-toggle::after {
  display: none;
}

@media only screen and (max-width: 46.1875em) {
  #toasts {
    max-width: 90%;
  }
}
@media only screen and (max-width: 46.1875em) {
  #toasts .toast {
    margin: 0 !important;
    width: 100% !important;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Animation khi đóng modal */
@keyframes slideOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100px);
    opacity: 0;
  }
}
/* Gán animation cho modal */
.modal.show .modal-dialog {
  animation: slideIn 0.5s ease-out;
}

.modal.hide .modal-dialog {
  animation: slideOut 0.5s ease-in;
}

.select2-container .select2-selection--single {
  height: auto;
  font-size: 16px;
  padding: 13px 24px 14px 12px;
}
.select2-container .select2-results__option {
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding-left: 0px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  border: 8px solid #345dbb;
  border: 8px solid rgba(255, 193, 7, 0.39);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
.noUi {
  /* Styling;*/
}
.noUi-background {
  background: #d6d7d9;
}
.noUi-connect {
  background: #ffb93b;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin, .noUi-target {
  border-radius: 2px;
}
.noUi {
  /* Handles and cursors;*/
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi {
  /* Painting and performance;
  * Browsers can paint handles in their own layer. */
}
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi {
  /* Slider size and handle placement;*/
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  left: -9px;
  top: -7px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffb93b;
}
.noUi-horizontal .noUi-handle::after {
  position: absolute;
  content: "";
  inset: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when its values is > 50%. */
  z-index: 10;
}

/* Disabled state;*/
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

@media (max-width: 1200px) {
  body {
    overflow-x: auto;
  }
}
@media (min-width: 1650px) and (max-width: 1920px) {
  .modal-backdrop {
    zoom: 120%;
  }
  #show_popup,
  #tooltip {
    zoom: 1.1111111111;
  }
}
.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
  animation: skeleton-loading 1s linear infinite alternate;
  display: block;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
.header {
  position: relative;
  z-index: 99;
  min-height: 80px;
}
@media only screen and (max-width: 63.9375em) {
  .header .hide-on-bothTM {
    display: none !important;
  }
  .header {
    min-height: 62px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header {
    min-height: 54px;
  }
}
.header-scroll.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background-color: #fff;
  animation: fadeShow 0.35s linear;
}
.header-main {
  background-color: #094949;
}
.header-main__wrapper {
  gap: 50px;
  padding: 18px 0 19px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .header-main__wrapper {
    gap: 40px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .header-main__wrapper .hide-on-pc-Lose {
    display: none;
  }
  .header-main__wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .header-main__wrapper {
    padding: 12px 0 12px;
  }
}
.header-nav {
  width: 82%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .header-nav .hide-on-bothTM {
    display: none !important;
  }
  .header-nav {
    display: none;
  }
}
.header-nav::-webkit-scrollbar {
  display: none;
}
.header-nav__link {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  gap: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px 0 11px;
  white-space: nowrap;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .header-nav__link .hide-on-pc-Lose {
    display: none;
  }
  .header-nav__link {
    font-size: 12px;
  }
}
.header-nav__link:hover {
  opacity: 1;
  color: #fff;
}
.header-nav__link + .header-nav__link {
  margin-left: 8px;
}
.header-nav__link.special {
  padding: 0;
}
.header-nav__link.active {
  color: #d1ad3d;
  font-weight: 600;
}
.header-nav__item {
  position: relative;
}
@media only screen and (max-width: 46.1875em) {
  .header-nav__item {
    width: 100%;
  }
}
.header-nav__item:last-child .header-nav__sub {
  left: auto;
  right: -14px;
}
.header-nav__item:hover .header-nav__sub {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.header-nav__sub {
  position: absolute;
  top: calc(100% + 6px);
  left: -14px;
  width: 180px;
  border-radius: 6px;
  padding: 8px 0;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
}
.header-nav__sub::after {
  position: absolute;
  content: "";
  bottom: calc(100% - 5px);
  left: 0;
  height: 25px;
  width: 100%;
}
.header-nav__option {
  padding: 10px 14px;
  gap: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-nav__option.active {
  font-weight: 600;
}
.header-nav__option:hover {
  color: #094949;
  background-color: rgba(9, 73, 73, 0.06);
}
.header-nav__option + .header-nav__option {
  border-top: 1px solid rgba(9, 73, 73, 0.2);
}
.header-nav__search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #fff;
}
.header-nav__input {
  border: 0;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.header-nav__flag img {
  width: 30px;
  object-fit: cover;
  height: 20px;
}
.header-logo img {
  height: 38px;
}
@media only screen and (max-width: 46.1875em) {
  .header-logo img {
    height: 26px;
  }
}
.header-activity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.header-activity__menu {
  margin-right: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .header-activity__menu {
    margin-right: 10px;
  }
}
.header-activity__menu i {
  color: #fff;
  font-size: 30px;
}
.header-mobile {
  display: none;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 63.9375em) {
  .header-mobile .hide-on-bothTM {
    display: none !important;
  }
  .header-mobile {
    display: flex;
  }
}
.header-mobile .header-nav__link {
  padding: 0;
}
.header-mobile .header-nav__sub {
  left: auto;
  right: -10px;
  width: 150px;
  padding: 6px 0;
}
.header-offcanvas {
  background-color: #094949;
}
.header-offcanvas__item .accordion-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-offcanvas__close {
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
.header-offcanvas__sub {
  color: #fff;
  font-size: 14px;
  min-width: fit-content;
  text-transform: uppercase;
}
.header-offcanvas__body {
  position: relative;
  height: 100%;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
}
.header-offcanvas__list {
  margin-top: 20px;
  border-top: 1px dashed #dadada;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 8px 14px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-offcanvas__list::-webkit-scrollbar {
  display: none;
}
.header-offcanvas__link {
  padding: 9px 0px 8px;
}
.header-offcanvas__link + .header-offcanvas__link {
  margin-left: 0;
}
.header-offcanvas__button, .header-offcanvas__item {
  border: 0;
  background-color: transparent;
}
.header-offcanvas__button {
  border-bottom: 0px solid transparent;
}
.header-offcanvas__button:focus {
  border-color: transparent;
}
.header-offcanvas__button::after {
  display: none;
}
.header-offcanvas__button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}
.header-offcanvas__button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.header-offcanvas__accordion {
  width: 100%;
}
.header-offcanvas__account {
  display: flex;
}
.header-offcanvas__nav {
  padding: 8px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header-offcanvas__nav .header-nav__option {
  color: #fff !important;
}
.header-offcanvas .header-nav {
  width: 100%;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-offcanvas .header-nav__link + .header-nav__link {
  margin-left: 0;
}

.footer {
  color: #fff;
  padding: 60px 0;
  background-color: #094949;
}
@media only screen and (max-width: 46.1875em) {
  .footer {
    padding: 60px 0 20px;
  }
}
.footer-header {
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-header .hide-on-bothTM {
    display: none !important;
  }
  .footer-header {
    flex-direction: column;
  }
}
.footer-header__logo {
  padding-right: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-header__logo .hide-on-bothTM {
    display: none !important;
  }
  .footer-header__logo {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-header__logo {
    padding-bottom: 20px;
  }
}
.footer-header__logo img {
  height: 103px;
}
@media only screen and (max-width: 1440px) {
  .footer-header__logo img {
    height: 86px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-header__logo img {
    height: 50px;
  }
}
.footer-header__desc {
  width: 62%;
  text-align: center;
  line-height: 1.8;
  margin: 26px auto 0;
}
@media only screen and (max-width: 46.1875em) {
  .footer-header__desc {
    width: 100%;
  }
}
.footer-social {
  margin: 17px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-social .hide-on-bothTM {
    display: none !important;
  }
  .footer-social {
    flex-wrap: wrap;
  }
}
.footer-social__link {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .footer-social__link .hide-on-bothTM {
    display: none !important;
  }
  .footer-social__link {
    margin-right: 8px;
    margin-bottom: 14px;
  }
}
.footer-social__link:hover {
  color: #fff;
}
.footer-social__link svg {
  margin-right: 15px;
}
@media only screen and (max-width: 63.9375em) {
  .footer-social__link svg .hide-on-bothTM {
    display: none !important;
  }
  .footer-social__link svg {
    margin-right: 10px;
  }
}
.footer-nav {
  padding-top: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px dashed rgba(255, 255, 255, 0.3019607843);
}
@media only screen and (max-width: 63.9375em) {
  .footer-nav .hide-on-bothTM {
    display: none !important;
  }
  .footer-nav {
    flex-wrap: wrap;
  }
}
.footer-nav__list {
  margin-top: 18px;
}
@media only screen and (max-width: 63.9375em) {
  .footer-nav__list .hide-on-bothTM {
    display: none !important;
  }
  .footer-nav__list {
    width: 100%;
  }
}
.footer-nav__list.special {
  gap: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.footer-nav__title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-nav__item {
  gap: 10px;
  margin-bottom: 10px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.footer-nav__item.special:hover {
  text-decoration: none;
}
.footer-nav__item:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-nav__details {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-weight: 300;
}
.footer-nav__group {
  margin-bottom: 40px;
}
@media only screen and (max-width: 46.1875em) {
  .footer-nav__group {
    margin-bottom: 24px;
    padding-right: 10px;
    width: 50%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .footer-nav__group:first-child {
    width: 100%;
  }
}
.footer-nav__text {
  font-weight: 600;
}

a.footer-nav__details:hover {
  text-decoration: underline;
  color: #fff;
}

.banner-item {
  position: relative;
}
.banner-item__info {
  position: absolute;
  padding-left: 0px;
  bottom: 58px;
  width: 40%;
  z-index: 10;
}
@media only screen and (max-width: 1601px) {
  .banner-item__info {
    width: 52%;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-item__info {
    width: 52%;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .banner-item__info .hide-on-pc-Lose {
    display: none;
  }
  .banner-item__info {
    bottom: 26px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .banner-item__info .hide-on-bothTM {
    display: none !important;
  }
  .banner-item__info {
    bottom: 20px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .banner-item__info {
    width: 56%;
    bottom: 18px;
  }
}
.banner-item__title {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1366px) {
  .banner-item__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .banner-item__title .hide-on-pc-Lose {
    display: none;
  }
  .banner-item__title {
    font-size: 43px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .banner-item__title .hide-on-bothTM {
    display: none !important;
  }
  .banner-item__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .banner-item__title {
    font-size: 18px;
  }
}
.banner-item__link {
  margin-top: 7px;
  color: #f0ce90;
}
.banner-item__link:hover {
  color: #f0ce90;
}
.banner-img {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
}
.banner-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.banner-img img {
  object-position: center;
}
.banner-pagination {
  top: 50%;
  transform: translateY(-50%);
  right: 18%;
  left: auto !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  flex-direction: column;
}
@media only screen and (max-width: 63.9375em) {
  .banner-pagination .hide-on-bothTM {
    display: none !important;
  }
  .banner-pagination {
    right: 6%;
  }
}
.banner-pagination .swiper-pagination-bullet {
  --sizeDot: 10px;
  position: relative;
  width: var(--sizeDot);
  height: var(--sizeDot);
  min-height: var(--sizeDot);
  opacity: 1;
  margin: 10px 0px !important;
  background-color: #fff;
  transition: all 0.3s;
  transition: margin 0.3s;
}
@media only screen and (max-width: 46.1875em) {
  .banner-pagination .swiper-pagination-bullet {
    --sizeDot: 8px;
    margin: 6px 0px !important;
  }
}
.banner-pagination .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  --sizeBorder: 40px;
  width: var(--sizeBorder);
  height: var(--sizeBorder);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f0ce90;
  transition: opacity 0.3s visibility 0.3s;
}
@media only screen and (max-width: 46.1875em) {
  .banner-pagination .swiper-pagination-bullet::after {
    --sizeBorder: 30px;
  }
}
.banner-pagination .swiper-pagination-bullet-active {
  position: relative;
  margin: 20px 0 !important;
  background-color: #f0ce90;
}
@media only screen and (max-width: 46.1875em) {
  .banner-pagination .swiper-pagination-bullet-active {
    margin: 14px 0 !important;
  }
}
.banner-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.intro {
  position: relative;
  padding: 130px 0;
}
@media only screen and (max-width: 1440px) {
  .intro {
    padding: 106px 0 50px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .intro .hide-on-bothTM {
    display: none !important;
  }
  .intro {
    padding: 60px 0 50px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .intro {
    padding: 50px 0 50px;
  }
}
.intro-content {
  position: relative;
  z-index: 10;
  width: 60%;
  margin-left: auto;
}
@media only screen and (max-width: 63.9375em) {
  .intro-content .hide-on-bothTM {
    display: none !important;
  }
  .intro-content {
    width: 100%;
  }
}
.intro-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
}
@media only screen and (max-width: 63.9375em) {
  .intro-banner .hide-on-bothTM {
    display: none !important;
  }
  .intro-banner {
    width: 40%;
    display: none;
  }
}
.intro-video {
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-video__cover {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0;
}
@media only screen and (max-width: 46.1875em) {
  .intro-video__cover {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.intro-video__item {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.intro-video__item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-video__item iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news {
  padding-bottom: 60px;
}
@media only screen and (max-width: 46.1875em) {
  .news {
    padding-bottom: 50px;
  }
}
.news-category {
  padding-top: 60px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .news-category {
    padding-top: 46px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-category {
    padding-top: 35px;
  }
}
.news-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 1366px) {
  .news-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-list .hide-on-bothTM {
    display: none !important;
  }
  .news-list {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-list {
    margin-top: 24px;
  }
}
.news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 46.1875em) {
  .news-item {
    gap: 12px;
  }
}
.news-item.special {
  flex-direction: column;
}
.news-item.special .news-item__title {
  font-size: 16px;
  -webkit-line-clamp: 3;
}
.news-item:first-child {
  gap: 0px;
  grid-column: 1/3;
  grid-row: 1/5;
  flex-direction: column;
}
@media only screen and (max-width: 63.9375em) {
  .news-item:first-child .hide-on-bothTM {
    display: none !important;
  }
  .news-item:first-child {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-item:first-child {
    padding-bottom: 8px;
  }
}
.news-item:first-child .news-item__img {
  width: 100%;
}
.news-item:first-child .news-item__info {
  padding-top: 16px;
}
.news-item:first-child .news-item__img {
  padding-top: 65%;
}
.news-item:nth-child(n+2):nth-child(-n+5) {
  grid-column: 3/5;
}
@media only screen and (max-width: 63.9375em) {
  .news-item:nth-child(n+2):nth-child(-n+5) .hide-on-bothTM {
    display: none !important;
  }
  .news-item:nth-child(n+2):nth-child(-n+5) {
    grid-column: 1/2;
  }
}
.news-item:nth-child(n+6) {
  padding-top: 30px;
  flex-direction: column;
}
@media only screen and (max-width: 63.9375em) {
  .news-item:nth-child(n+6) .hide-on-bothTM {
    display: none !important;
  }
  .news-item:nth-child(n+6) {
    padding-top: 0;
    flex-direction: row;
  }
}
.news-item:nth-child(n+6) .news-item__img {
  width: 100%;
  padding-top: 65%;
}
@media only screen and (max-width: 63.9375em) {
  .news-item:nth-child(n+6) .news-item__img .hide-on-bothTM {
    display: none !important;
  }
  .news-item:nth-child(n+6) .news-item__img {
    flex-direction: row;
    padding-top: 22%;
    width: auto;
  }
}
.news-item:nth-child(n+6) .news-item__title {
  font-size: 16px;
  -webkit-line-clamp: inherit;
}
@media only screen and (max-width: 63.9375em) {
  .news-item:nth-child(n+6) .news-item__title .hide-on-bothTM {
    display: none !important;
  }
  .news-item:nth-child(n+6) .news-item__title {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-item:nth-child(n+6) .news-item__title {
    font-size: 15px;
  }
}
.news-item__img {
  position: relative;
  padding-top: 22%;
  overflow: hidden;
}
.news-item__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item__img {
  border-radius: 5px;
  --sizeWidth: 35%;
  width: var(--sizeWidth);
  min-width: var(--sizeWidth);
}
.news-item__time {
  font-size: 16px;
  font-weight: 500;
  color: #6c7d7d;
}
@media only screen and (max-width: 46.1875em) {
  .news-item__time {
    font-size: 14px;
  }
}
.news-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .news-item__title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-item__title .hide-on-bothTM {
    display: none !important;
  }
  .news-item__title {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-item__title {
    font-size: 15px;
    margin-top: 6px;
  }
}
.news-item__title a {
  color: #012c2c;
}
.news-item__desc {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-btn {
  margin-top: 65px;
}
@media only screen and (max-width: 1366px) {
  .news-btn {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .news-btn .hide-on-bothTM {
    display: none !important;
  }
  .news-btn {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .news-btn {
    margin-top: 34px;
  }
}
.news-details__title {
  padding-top: 6px;
  font-size: 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 46.1875em) {
  .news-details__title {
    font-size: 21px;
    line-height: 1.5;
  }
}
.news-same__slide {
  position: relative;
  margin-top: 20px;
}
.news-same__title {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.news-same__title span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 14px;
  background-color: #fff;
}
.news-same__title::after {
  position: relative;
  content: "";
  left: 0;
  bottom: 9px;
  display: block;
  width: 100%;
  height: 1px;
  background: #f0ce90;
}
.news-same__pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 16px !important;
}
.news-same__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.news-same__pagination .swiper-pagination-bullet-active {
  background-color: #094949;
}
.news-same__prev, .news-same__next {
  --sizeBtn: 40px;
  position: absolute;
  top: 50%;
  width: var(--sizeBtn);
  height: var(--sizeBtn);
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #094949;
}
@media only screen and (max-width: 63.9375em) {
  .news-same__prev .hide-on-bothTM, .news-same__next .hide-on-bothTM {
    display: none !important;
  }
  .news-same__prev, .news-same__next {
    display: none;
  }
}
.news-same__prev::after, .news-same__next::after {
  display: none;
}
.news-same__prev {
  left: -50px;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .news-same__prev .hide-on-pc-Lose {
    display: none;
  }
  .news-same__prev {
    left: -10px;
  }
}
.news-same__next {
  right: -50px;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .news-same__next .hide-on-pc-Lose {
    display: none;
  }
  .news-same__next {
    right: -10px;
  }
}

.partner {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 46.1875em) {
  .partner {
    padding: 42px 0;
  }
}
.partner-slide {
  margin-top: 40px;
}
.partner-item {
  min-height: 168px;
  padding: 27px;
  margin: 18px 0;
  border-radius: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.about-intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.about-intro__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 80px 0 140px;
}
@media only screen and (max-width: 1440px) {
  .about-intro__wrapper {
    padding: 70px 0 82px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-intro__wrapper .hide-on-bothTM {
    display: none !important;
  }
  .about-intro__wrapper {
    gap: 0;
    padding: 60px 0 98px;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-intro__wrapper {
    padding: 52px 0 74px;
  }
}
.about-intro__info {
  padding-top: 60px;
  width: 55%;
}
@media only screen and (max-width: 63.9375em) {
  .about-intro__info .hide-on-bothTM {
    display: none !important;
  }
  .about-intro__info {
    padding-top: 0;
    width: 100%;
  }
}
.about-intro__banner {
  width: 45%;
}
@media only screen and (max-width: 63.9375em) {
  .about-intro__banner .hide-on-bothTM {
    display: none !important;
  }
  .about-intro__banner {
    margin: 0 auto;
    display: none;
  }
}
.about-intro__desc {
  text-align: justify;
}
.about-reason {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-reason::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 73, 73, 0) 0%, rgb(9, 73, 73) 100%);
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 46.1875em) {
  .about-reason::before {
    display: block;
  }
}
.about-reason::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.about-reason__wrapper {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__wrapper {
    padding-bottom: 30px;
  }
}
.about-reason__wrapper::after, .about-reason__wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 1px;
  opacity: 0.5;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__wrapper::after, .about-reason__wrapper::before {
    display: none;
  }
}
.about-reason__wrapper::before {
  left: 0;
}
.about-reason__wrapper::after {
  right: 0;
}
.about-reason__header {
  color: #fff;
  min-height: 173px;
}
@media only screen and (max-width: 63.9375em) {
  .about-reason__header .hide-on-bothTM {
    display: none !important;
  }
  .about-reason__header {
    min-height: 128px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__header {
    min-height: auto;
  }
}
.about-reason__sub {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-reason__sub .hide-on-pc-Lose {
    display: none;
  }
  .about-reason__sub {
    font-size: 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-reason__sub .hide-on-bothTM {
    display: none !important;
  }
  .about-reason__sub {
    font-size: 17px;
  }
}
.about-reason__name {
  margin-top: 8px;
  font-size: 50px;
  color: #fff;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-reason__name .hide-on-pc-Lose {
    display: none;
  }
  .about-reason__name {
    font-size: 42px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-reason__name .hide-on-bothTM {
    display: none !important;
  }
  .about-reason__name {
    font-size: 30px;
  }
}
.about-reason__name span {
  display: block;
}
.about-reason__info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .about-reason__info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-reason__group {
  padding: 210px 0px 65px;
  transform: translateY(0px);
  transition: transform 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .about-reason__group .hide-on-bothTM {
    display: none !important;
  }
  .about-reason__group {
    padding: 160px 0px 60px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__group {
    padding: 64px 0px 45px;
  }
}
.about-reason__item {
  position: relative;
  color: #fff;
  padding: 118px 20px 0;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-reason__item .hide-on-pc-Lose {
    display: none;
  }
  .about-reason__item {
    padding: 58px 20px 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-reason__item .hide-on-bothTM {
    display: none !important;
  }
  .about-reason__item {
    padding: 100px 20px 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__item {
    padding: 60px 10px 0;
  }
}
.about-reason__item:hover {
  background: linear-gradient(180deg, rgba(9, 73, 73, 0) 0%, rgb(9, 73, 73) 100%);
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__item:hover {
    background: none;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__item + .about-reason__item {
    padding-top: 0;
  }
}
.about-reason__item + .about-reason__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0px;
  width: 1px;
  opacity: 0.5;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-reason__item + .about-reason__item::before .hide-on-pc-Lose {
    display: none;
  }
  .about-reason__item + .about-reason__item::before {
    height: 90%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__item + .about-reason__item::before {
    top: 0;
    width: 100%;
    height: 1px;
    transform: translateX(0);
  }
}
.about-reason__item:hover .about-reason__group {
  transform: translateY(-66px);
}
@media only screen and (max-width: 46.1875em) {
  .about-reason__item:hover .about-reason__group {
    transform: translateY(0);
  }
}
.about-reason__title {
  font-size: 16px;
  font-weight: 700;
}
.about-reason__desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}
.about-project {
  position: relative;
  padding: 80px 0 200px;
}
@media only screen and (max-width: 63.9375em) {
  .about-project .hide-on-bothTM {
    display: none !important;
  }
  .about-project {
    padding: 70px 0 75px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-project {
    padding: 60px 0 70px;
  }
}
.about-project__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .about-project__list .hide-on-bothTM {
    display: none !important;
  }
  .about-project__list {
    margin-top: 42px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-project__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-project__item {
  padding: 34px 22px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-project__item .hide-on-pc-Lose {
    display: none;
  }
  .about-project__item {
    padding: 30px 16px;
  }
}
.about-project__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-project__title .hide-on-pc-Lose {
    display: none;
  }
  .about-project__title {
    font-size: 15px;
  }
}
.about-project__number {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #d1ad3d;
}
.about-project__desc {
  padding-left: 28px;
  margin-top: 20px;
}
.about-project__desc, .about-project__text {
  list-style-type: disc;
}
.about-project__text {
  line-height: 1.6;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-project__text .hide-on-pc-Lose {
    display: none;
  }
  .about-project__text {
    font-size: 15px;
  }
}
.about-project__banner {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.about-project__content {
  margin-top: 20px;
}
.about-project__content li {
  text-align: justify;
}
.about-project__content ul {
  padding-left: 28px;
}
.about-map {
  padding: 90px 0 115px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .about-map .hide-on-bothTM {
    display: none !important;
  }
  .about-map {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-map {
    padding: 58px 0 75px;
  }
}
.about-map__img {
  margin-top: 42px;
}
.about-calendar {
  padding: 80px 0;
}
.about-calendar__slide {
  margin-top: 50px;
}
.about-field {
  padding: 80px 0;
}
@media only screen and (max-width: 1366px) {
  .about-field {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-field .hide-on-bothTM {
    display: none !important;
  }
  .about-field {
    padding: 60px 0;
  }
}
.about-field__item {
  position: relative;
  transition: width 0.3s, min-width 0.3s;
}
@media only screen and (max-width: 63.9375em) {
  .about-field__item .hide-on-bothTM {
    display: none !important;
  }
  .about-field__item {
    width: 100%;
  }
}
.about-field__item:hover .about-field__img::after, .about-field__item.active .about-field__img::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
}
.about-field__item:hover .about-field__info, .about-field__item.active .about-field__info {
  justify-content: flex-end;
}
.about-field__item:hover .about-field__desc, .about-field__item.active .about-field__desc {
  opacity: 1;
  visibility: visible;
}
.about-field__name span {
  display: block;
}
.about-field__slide {
  margin-top: 50px;
  padding: 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .about-field__slide {
    margin-top: 42px;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .about-field__slide .hide-on-bothTM {
    display: none !important;
  }
  .about-field__slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 14px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-field__slide {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-field__img {
  position: relative;
  padding-top: 520px;
  overflow: hidden;
}
.about-field__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-field__img {
  border-radius: 5px;
}
@media only screen and (max-width: 1440px) {
  .about-field__img {
    padding-top: 435px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-field__img .hide-on-pc-Lose {
    display: none;
  }
  .about-field__img {
    padding-top: 340px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .about-field__img {
    padding-top: 328px;
  }
}
.about-field__img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.4s;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.about-field__info {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 20px 20px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  transition: justify-content 0.4s;
}
@media only screen and (max-width: 1366px) {
  .about-field__info {
    padding: 18px 18px 34px;
  }
}
.about-field__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .about-field__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .about-field__title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .about-field__title .hide-on-pc-Lose {
    display: none;
  }
  .about-field__title {
    font-size: 17px;
  }
}
.about-field__desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s, visibility 0.8s;
}
@media only screen and (max-width: 1440px) {
  .about-field__desc {
    font-size: 15px;
  }
}

.project {
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
  .project {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project .hide-on-pc-Lose {
    display: none;
  }
  .project {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project .hide-on-bothTM {
    display: none !important;
  }
  .project {
    padding: 27px 0 80px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .project {
    padding: 27px 0 60px;
  }
}
.project-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0;
}
@media only screen and (max-width: 46.1875em) {
  .project-list {
    margin-top: 32px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-item {
  position: relative;
}
.project-item:hover .project-item__text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.project-item:first-child {
  grid-column: 1/3;
}
@media only screen and (max-width: 46.1875em) {
  .project-item:first-child {
    grid-column: 1/2;
  }
}
.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item__text {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  padding: 19px 50px;
  background: linear-gradient(90deg, rgb(9, 73, 73) 0%, rgba(9, 73, 73, 0) 100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
@media only screen and (max-width: 1440px) {
  .project-item__text {
    font-size: 24px;
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-item__text .hide-on-bothTM {
    display: none !important;
  }
  .project-item__text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    bottom: 20px;
    font-size: 17px;
    padding: 12px 30px 11px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .project-item__text {
    bottom: 12px;
    font-size: 14px;
    padding: 8px 20px 7px;
  }
}
.project-wrapper {
  padding: 60px 0px 80px;
}
@media only screen and (max-width: 1366px) {
  .project-wrapper {
    padding: 40px 0px 60px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-wrapper .hide-on-pc-Lose {
    display: none;
  }
  .project-wrapper {
    padding: 30px 0px 50px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .project-wrapper {
    padding: 20px 0px 40px;
  }
}
.project-subtitle {
  padding: 35px 0px 25px;
}
@media only screen and (max-width: 1366px) {
  .project-subtitle {
    padding: 15px 0px 10px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-subtitle .hide-on-pc-Lose {
    display: none;
  }
  .project-subtitle {
    padding: 10px 0px 10px;
  }
}
.project-header__text {
  max-width: 70%;
}
@media only screen and (max-width: 63.9375em) {
  .project-header__text .hide-on-bothTM {
    display: none !important;
  }
  .project-header__text {
    max-width: 76%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .project-header__text {
    max-width: 100%;
  }
}
.project-group {
  padding-top: 60px;
}
@media only screen and (max-width: 1440px) {
  .project-group {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-group .hide-on-pc-Lose {
    display: none;
  }
  .project-group {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-group .hide-on-bothTM {
    display: none !important;
  }
  .project-group {
    padding-top: 20px;
  }
}
.project-banner {
  width: 100%;
  height: auto;
}
.project-detail__item + .project-detail__item {
  margin-top: 50px;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-detail__item + .project-detail__item .hide-on-pc-Lose {
    display: none;
  }
  .project-detail__item + .project-detail__item {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-detail__item + .project-detail__item .hide-on-bothTM {
    display: none !important;
  }
  .project-detail__item + .project-detail__item {
    margin-top: 35px;
  }
}
.project-detail__img {
  border-radius: 5px;
  position: relative;
  padding-top: 43%;
  overflow: hidden;
}
.project-detail__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 35px;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-info .hide-on-pc-Lose {
    display: none;
  }
  .project-info {
    gap: 8px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-info .hide-on-bothTM {
    display: none !important;
  }
  .project-info {
    padding-top: 15px;
    gap: 6px;
  }
}
.project-info__title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .project-info__title {
    margin-bottom: 8px;
  }
}
.project-info__title span {
  font-size: 30px;
  font-weight: 700;
  color: #094949;
}
@media only screen and (max-width: 1440px) {
  .project-info__title span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-info__title span .hide-on-bothTM {
    display: none !important;
  }
  .project-info__title span {
    font-size: 23px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .project-info__title span {
    font-size: 19px;
  }
}
.project-info__title::after {
  bottom: 22px;
}
@media only screen and (max-width: 63.9375em) {
  .project-info__title::after .hide-on-bothTM {
    display: none !important;
  }
  .project-info__title::after {
    bottom: 19px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .project-info__title::after {
    bottom: 16px;
  }
}
.project-info__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}
.project-desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: justify;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-desc .hide-on-pc-Lose {
    display: none;
  }
  .project-desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .project-desc .hide-on-bothTM {
    display: none !important;
  }
  .project-desc {
    font-size: 15px;
  }
}
.project-desc svg {
  margin-top: 2px;
  font-size: 18px;
  flex-shrink: 0;
}
.project-desc__label {
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
  display: block;
  font-size: 16px;
  min-width: fit-content;
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .project-desc__label .hide-on-pc-Lose {
    display: none;
  }
  .project-desc__label {
    font-size: 15px;
  }
}
.project-desc__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 14px;
}
@media only screen and (max-width: 46.1875em) {
  .project-desc__info {
    gap: 10px;
    flex-direction: column;
  }
}
.project-desc__content {
  margin-top: 0;
}
@media only screen and (max-width: 46.1875em) {
  .project-desc__content {
    line-height: 1.5 !important;
  }
}
.project-desc__content p {
  line-height: 1.4 !important;
  margin-top: 0 !important;
}
.project-pagination {
  top: auto !important;
  bottom: 9% !important;
  left: 0% !important;
  width: 100% !important;
  flex-direction: row;
  justify-content: center;
}
.project-pagination .swiper-pagination-bullet {
  margin: 0 15px !important;
}
.contact-wrapper {
  position: relative;
  padding: 60px 0 189px;
}
@media only screen and (max-width: 63.9375em) {
  .contact-wrapper .hide-on-bothTM {
    display: none !important;
  }
  .contact-wrapper {
    padding: 40px 0 100px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-wrapper {
    padding: 35px 0 50px;
  }
}
.contact-header {
  position: relative;
  z-index: 30;
}
.contact-list {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 1440px) {
  .contact-list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact-list .hide-on-bothTM {
    display: none !important;
  }
  .contact-list {
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-list {
    margin-top: 28px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact-bg img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: contain;
}
.contact-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: column;
  padding: 40px 24px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 63.9375em) {
  .contact-item .hide-on-bothTM {
    display: none !important;
  }
  .contact-item {
    gap: 12px;
    padding: 20px 12px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.contact-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: rgb(1, 44, 44);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contact-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #6c7d7d;
}
@media only screen and (max-width: 46.1875em) {
  .contact-item__text {
    text-align: left;
  }
}
.contact-item__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 46.1875em) {
  .contact-item__content {
    gap: 5px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-item__img img {
    max-width: 40px;
  }
}
.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 80px 0px 100px 0px;
}
@media only screen and (max-width: 1440px) {
  .contact-form {
    padding: 60px 0px 100px 0px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact-form .hide-on-bothTM {
    display: none !important;
  }
  .contact-form {
    padding: 50px 0px 80px 0px;
  }
}
.contact-form__desc {
  margin-top: 10px;
  color: #6c7d7d;
}
.contact-form__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 1440px) {
  .contact-form__body {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .contact-form__body .hide-on-bothTM {
    display: none !important;
  }
  .contact-form__body {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .contact-form__body {
    gap: 45px;
    flex-direction: column;
  }
}
.contact-form__fields {
  width: 42%;
}
@media only screen and (max-width: 46.1875em) {
  .contact-form__fields {
    width: 100%;
  }
}
.contact-form__enter {
  display: grid;
  gap: 10px;
  width: 100%;
}
.contact-form__map {
  width: 58%;
}
@media only screen and (max-width: 46.1875em) {
  .contact-form__map {
    width: 100%;
  }
}
.contact-form__input {
  color: #6c7d7d;
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  border: none;
  padding: 14px 25px;
  border-radius: 5px;
  background: #eef5f5;
}
.contact-form__textarea {
  color: #6c7d7d;
  height: 115px;
  font-size: 16px;
  line-height: 1.4;
  resize: none;
  border: none;
  padding: 14px 25px;
  border-radius: 5px;
  background: #eef5f5;
}
.contact-form__button {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  margin-top: 25px;
  padding: 11px 70.5px;
  border: none;
  max-width: fit-content;
  border-radius: 5px;
  background: #d1ad3d;
}
.contact-form__button:hover {
  background: #d1ad3d;
}
.contact-form__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
@media only screen and (max-width: 63.9375em) {
  .contact-form__info .hide-on-bothTM {
    display: none !important;
  }
  .contact-form__info {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.search-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 60%;
  margin: 40px auto 0;
  padding: 12px 20px;
  border-radius: 25px;
  border: 1px solid #dadada;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .search-box {
    margin: 30px auto 0;
    width: 70%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .search-box {
    margin: 25px auto 0;
    width: 95%;
  }
}
.search-box__input {
  font-size: 16px;
  border: 0;
  width: 100%;
}
.search-box__input::placeholder {
  color: #d2d2d2;
}
.search-result {
  margin-top: 60px;
}
@media only screen and (max-width: 63.9375em) {
  .search-result .hide-on-bothTM {
    display: none !important;
  }
  .search-result {
    margin-top: 45px;
  }
}
.search-result__title {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 46.1875em) {
  .search-result__title {
    font-size: 17px;
  }
}
.search-result__list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
}
@media only screen and (max-width: 63.9375em) {
  .search-result__list .hide-on-bothTM {
    display: none !important;
  }
  .search-result__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-result__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.industrial {
  position: relative;
}
.industrial-sub {
  text-align: center;
}
.industrial-name {
  width: 85%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .industrial-name {
    width: 68%;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .industrial-name {
    width: 80%;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-name {
    width: 100%;
  }
}
.industrial-bg {
  position: relative;
  padding-top: 38%;
  overflow: hidden;
}
.industrial-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industrial-bg::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30.84%, #ffffff 100%);
}
.industrial-wrapper {
  position: relative;
  margin-top: -55px;
  padding-bottom: 30px;
  z-index: 50;
}
@media only screen and (max-width: 46.1875em) {
  .industrial-wrapper {
    padding-bottom: 0;
  }
}
.industrial-info {
  text-align: justify;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.industrial-info__text {
  margin-top: 8px;
}
.industrial-info__label {
  display: inline-block;
}
.industrial-location {
  position: relative;
  padding: 80px 0 180px;
}
@media only screen and (max-width: 1366px) {
  .industrial-location {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 63.9375em) and (max-width: 1240px) {
  .industrial-location .hide-on-pc-Lose {
    display: none;
  }
  .industrial-location {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .industrial-location {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-location {
    padding: 40px 0 50px;
  }
}
.industrial-location__wrapper {
  position: relative;
  z-index: 10;
}
.industrial-location__bg {
  position: absolute;
  left: 0%;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 85%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 63.9375em) {
  .industrial-location__bg .hide-on-bothTM {
    display: none !important;
  }
  .industrial-location__bg {
    height: 93%;
  }
}
.industrial-location__list {
  padding-top: 14px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .industrial-location__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-location__list {
    margin-top: 38px;
    padding-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.industrial-location__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  padding: 30px 22px 40px;
  border: 1px solid rgba(9, 73, 73, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
@media only screen and (max-width: 46.1875em) {
  .industrial-location__item {
    padding: 30px 22px 24px;
  }
}
.industrial-location__content {
  margin-top: 0;
}
.industrial-location__title {
  font-size: 16px;
  font-weight: 700;
  color: #094949;
}
.industrial-payment {
  position: relative;
  padding: 77px 0 0px;
  background-color: #094949;
}
@media only screen and (max-width: 63.9375em) {
  .industrial-payment .hide-on-bothTM {
    display: none !important;
  }
  .industrial-payment {
    padding: 50px 0;
  }
}
.industrial-payment__title {
  color: #fff;
}
.industrial-payment__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 0;
}
@media only screen and (max-width: 63.9375em) {
  .industrial-payment__list .hide-on-bothTM {
    display: none !important;
  }
  .industrial-payment__list {
    margin-top: 66px;
    gap: 40px 0px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-payment__list {
    gap: 30px 0px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.industrial-payment__item {
  position: relative;
  padding: 0 15px 70px;
  color: #fff;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .industrial-payment__item {
    padding: 0 22px 32px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-payment__item {
    padding: 0 15px 24px;
  }
}
.industrial-payment__item::after, .industrial-payment__item::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 1px;
  opacity: 0.5;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.industrial-payment__item::before {
  left: 0;
}
.industrial-payment__item::after {
  display: none;
  right: 0;
}
@media only screen and (max-width: 46.1875em) {
  .industrial-payment__item::after {
    display: block;
  }
}
.industrial-payment__item:last-child::after {
  display: block;
}
.industrial-payment__info {
  text-align: justify;
  padding-top: 24px;
}
.industrial-payment__icon {
  position: relative;
}
.industrial-payment__icon::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  height: 100%;
  width: 3px;
  border-radius: 0 5px 5px 0;
  background-color: #f0ce90;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .industrial-payment__icon::after {
    left: -22px;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-payment__icon img {
    width: 50px;
  }
}
.industrial-payment__text {
  font-size: 14px;
  font-style: italic;
  margin-top: 8px;
  line-height: 1.6;
}
.industrial-facility {
  position: relative;
  padding: 80px 0;
}
@media only screen and (min-width: 46.25em) and (max-width: 63.9375em) {
  .industrial-facility {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-facility {
    padding: 40px 0;
  }
}
.industrial-facility__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.industrial-facility__bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30.84%, #ffffff 100%);
}
.industrial-facility__desc {
  margin-top: 0;
  color: #fff;
  border-radius: 20px;
  padding: 20px 25px 20px;
  border: 1px solid #fff;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
@media only screen and (max-width: 63.9375em) {
  .industrial-facility__desc .hide-on-bothTM {
    display: none !important;
  }
  .industrial-facility__desc {
    padding: 18px 20px 18px;
  }
}
.industrial-facility__main {
  padding: 60px 78px 0;
  margin-top: 250px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .industrial-facility__main .hide-on-bothTM {
    display: none !important;
  }
  .industrial-facility__main {
    margin-top: 76px;
    padding: 52px 65px 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-facility__main {
    padding: 46px 40px 0;
  }
}
.industrial-facility__list {
  margin-top: 30px;
}
.industrial-facility__list, .industrial-facility__item {
  list-style-type: disc;
}
.industrial-facility__item + .industrial-facility__item {
  margin-top: 20px;
}
.industrial-facility__name {
  font-weight: 700;
}
@media only screen and (max-width: 46.1875em) {
  .industrial-facility__name {
    font-size: 17px;
  }
}
.industrial-facility__content {
  color: #6c7d7d;
}
.industrial-deal {
  background-color: #eef5f5;
}
.industrial-deal__list {
  position: relative;
  margin-top: 50px;
}
.industrial-deal__img {
  border-radius: 5px;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.industrial-deal__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industrial-deal__info {
  margin-top: 16px;
}
.industrial-deal__title {
  font-size: 16px;
  font-weight: 700;
  color: #094949;
}
.industrial-deal__desc {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6c7d7d;
  margin-top: 5px;
}
@media only screen and (max-width: 63.9375em) {
  .industrial-deal__desc .hide-on-bothTM {
    display: none !important;
  }
  .industrial-deal__desc {
    font-size: 15px;
  }
}
.industrial-deal__pagination {
  justify-content: center !important;
  bottom: 0 !important;
}
.industrial-service {
  position: relative;
}
.industrial-service__header {
  text-align: center;
}
.industrial-service__img {
  margin-top: 54px;
}
.industrial-service__content {
  margin-top: 60px;
}
.industrial-service__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.industrial-job {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 1440px) {
  .industrial-job {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 46.1875em) {
  .industrial-job {
    padding: 44px 0;
  }
}
.industrial-job__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 1366px) {
  .industrial-job__content {
    gap: 40px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .industrial-job__content .hide-on-bothTM {
    display: none !important;
  }
  .industrial-job__content {
    flex-direction: column;
  }
}
.industrial-job__left {
  width: 30%;
}
@media only screen and (max-width: 1366px) {
  .industrial-job__left {
    width: 32%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .industrial-job__left .hide-on-bothTM {
    display: none !important;
  }
  .industrial-job__left {
    width: 100%;
  }
}
.industrial-job__slide {
  width: 70%;
}
@media only screen and (max-width: 1366px) {
  .industrial-job__slide {
    width: 68%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .industrial-job__slide .hide-on-bothTM {
    display: none !important;
  }
  .industrial-job__slide {
    width: 100%;
  }
}
@media only screen and (max-width: 63.9375em) {
  .industrial-job__title .hide-on-bothTM {
    display: none !important;
  }
  .industrial-job__title {
    text-align: center !important;
  }
}
.industrial-job__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.industrial-job__pagination {
  margin-top: 40px;
  position: relative;
  justify-content: flex-start;
}
@media only screen and (max-width: 63.9375em) {
  .industrial-job__pagination .hide-on-bothTM {
    display: none !important;
  }
  .industrial-job__pagination {
    justify-content: center;
  }
}
.industrial-job__pagination .swiper-pagination-bullet {
  background-color: #f0ce90;
}
.industrial-job__pagination .swiper-pagination-bullet-active {
  background-color: #d1ad3d;
}
.industrial-job__img {
  border-radius: 5px;
  position: relative;
  padding-top: 140%;
  overflow: hidden;
}
.industrial-job__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
