@charset "UTF-8";
@font-face {
  font-family: "Inter", serif;
  src: url("../../font/Inter_18pt-Regular.ttf") format("opentype");
  font-weight: 400; }

@font-face {
  font-family: "Inter", serif;
  src: url("../../font/Inter_18pt-Medium.ttf") format("opentype");
  font-weight: 500; }

@font-face {
  font-family: "Inter", serif;
  src: url("../../font/Inter_18pt-SemiBold.ttf") format("opentype");
  font-weight: 600; }

@font-face {
  font-family: "Inter", serif;
  src: url("../../font/Inter_18pt-Bold.ttf") format("opentype");
  font-weight: 700; }

@font-face {
  font-family: "Inter", serif;
  src: url("../../font/Inter_18pt-ExtraBold.ttf") format("opentype");
  font-weight: 800; }

@font-face {
  font-family: "Inter", serif;
  src: url("../../font/Inter_18pt-Black.ttf") format("opentype");
  font-weight: 900; }

@font-face {
  font-family: "Mulish", serif;
  src: url("../../font/Mulish-Bold.ttf") format("truetype");
  font-weight: 700; }

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: #333333; }

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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; }

button {
  border: 0;
  background-color: transparent; }
  button:focus {
    box-shadow: none !important; }
  button:hover {
    opacity: 0.9; }

a:hover,
a.nav-link:hover {
  color: currentColor;
  opacity: 0.9; }

/* PC Alway  */
/* PC BIG  */
/* PC BIG Lower */
/* PC BIG 16 */
/* PC fit */
/* 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;
  height: 100%; }

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: normal;
  color: #333333;
  background-color: #1d1d1d;
  --widthDefault: 1333px; }
  body .container-xl {
    max-width: var(--widthDefault);
    padding: 0 16px; }
    @media only screen and (max-width: 63.9375em) {
      body .container-xl {
        max-width: 100%;
        padding: 0 16px; }
        body .container-xl .hide-on-bothTM {
          display: none !important; } }

@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); } }

/* Track */
/* Handle */
/* Handle on hover */
.general-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .general-pagination__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center; }
    .general-pagination__item + .general-pagination__item {
      margin-left: 8px; }
  .general-pagination__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    min-height: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #64748b;
    padding: 2px 7px 0;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    margin-left: 0 !important; }
    @media only screen and (max-width: 63.9375em) {
      .general-pagination__link {
        padding-top: 1px; }
        .general-pagination__link .hide-on-bothTM {
          display: none !important; } }
    .general-pagination__link:hover {
      color: #64748b;
      border-color: #006eaa; }
    .general-pagination__link:focus {
      color: #64748b;
      box-shadow: none;
      background-color: #ffffff; }
    .general-pagination__link.img {
      padding: 0;
      border-radius: 2px !important; }
    .general-pagination__link.dot {
      font-size: 24px;
      line-height: 4px;
      border: none;
      padding-top: 20px; }
    .general-pagination__link.active {
      color: #ffffff;
      border-color: #006eaa;
      background-color: #006eaa; }

.general-title {
  font-weight: 900;
  font-size: 80px;
  line-height: 97px;
  color: #006eaa;
  text-transform: uppercase; }
  @media only screen and (max-width: 1283px) {
    .general-title {
      font-size: 60px;
      line-height: 73px; }
      .general-title .hide-on-pc-HD {
        display: none; } }
  @media only screen and (max-width: 63.9375em) {
    .general-title {
      font-size: 40px;
      line-height: 49px; }
      .general-title .hide-on-bothTM {
        display: none !important; } }
  @media only screen and (max-width: 46.1875em) {
    .general-title {
      font-size: 38px;
      line-height: 1.4; } }

.general-breadcrumb {
  width: 100%;
  margin-bottom: 12px; }
  .general-breadcrumb__item {
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 8px; }
    @media only screen and (max-width: 1283px) {
      .general-breadcrumb__item {
        font-size: 16px;
        line-height: 1.4; }
        .general-breadcrumb__item .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .general-breadcrumb__item {
        font-size: 14px; }
        .general-breadcrumb__item .hide-on-bothTM {
          display: none !important; } }
    .general-breadcrumb__item a {
      font-weight: 500 !important;
      color: #000 !important;
      display: inline-block;
      position: relative; }
      .general-breadcrumb__item a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: transparent;
        transition: all 0.25s linear; }
      .general-breadcrumb__item a:hover::after {
        background-color: #006eaa; }
      @media only screen and (max-width: 63.9375em) {
        .general-breadcrumb__item a .hide-on-bothTM {
          display: none !important; }
        .general-breadcrumb__item a::after {
          content: none; } }
  .general-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #000; }

.modal {
  z-index: 1077; }
  .modal-backdrop.show {
    z-index: 1076; }
  .modal-header {
    border-bottom: 0; }

.offcanvas {
  z-index: 1056; }
  .offcanvas-backdrop {
    z-index: 1055; }
    .offcanvas-backdrop.show {
      opacity: 0.4; }

.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; }

@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;
  padding: 9px 24px 9px 12px; }

.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 {
  /* Styling;*/
  /* Handles and cursors;*/
  /* Painting and performance;
    * Browsers can paint handles in their own layer. */
  /* Slider size and handle placement;*/ }
  .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-background {
    background: #d6d7d9; }
  .noUi-connect {
    background: #ffb93b;
    -webkit-transition: background 450ms;
    transition: background 450ms; }
  .noUi-origin, .noUi-target {
    border-radius: 2px; }
  .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-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .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; }

html.resize {
  zoom: 90%; }

html.resize #show_popup {
  zoom: calc(10 / 9); }

html.resize #tooltip * {
  font-size: 12px !important; }

@media (max-width: 1200px) {
  body {
    overflow-x: auto; } }

@media (min-width: 1650px) and (max-width: 1920px) {
  html {
    zoom: 90%; }
  .modal-backdrop {
    zoom: 120%; }
  #show_popup,
  #tooltip {
    zoom: calc(10 / 9); } }

.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; } }

.banner {
  height: 700px;
  margin-top: -152px;
  background-image: url(/assets/images/background/bg_filter.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 63.9375em) {
    .banner {
      margin-top: 0px;
      height: 320px; }
      .banner .hide-on-bothTM {
        display: none !important; } }
  @media only screen and (max-width: 46.1875em) {
    .banner {
      height: 220px; } }
  .banner-relative {
    position: relative; }
  .banner-wrapper {
    position: absolute;
    top: 193px;
    left: 109px; }
    @media only screen and (max-width: 63.9375em) {
      .banner-wrapper {
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0); }
        .banner-wrapper .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .banner-wrapper {
        top: 50px; } }
  .banner-breadcrumb__item {
    color: #ffffff !important; }
    .banner-breadcrumb__item a {
      color: #ffffff !important; }
  .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff; }
  .banner-title {
    font-weight: 900;
    font-size: 80px;
    line-height: 97px;
    color: #ffffff;
    text-transform: uppercase; }
    @media only screen and (max-width: 1283px) {
      .banner-title {
        font-size: 60px;
        line-height: 73px; }
        .banner-title .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .banner-title {
        font-size: 40px;
        line-height: 49px; }
        .banner-title .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .banner-title {
        font-size: 35px;
        line-height: 1.4; } }

.project {
  padding: 192px 0 60px;
  margin-top: -152px;
  background-color: #ffffff; }
  @media only screen and (max-width: 46.1875em) {
    .project {
      padding: 170px 0 30px; } }
  .project-top {
    margin-bottom: 50px; }
    @media only screen and (max-width: 63.9375em) {
      .project-top {
        margin-bottom: 25px; }
        .project-top .hide-on-bothTM {
          display: none !important; } }
  .project-middle__img {
    width: 100%;
    position: relative;
    padding-top: 64%;
    overflow: hidden;
    border-radius: 5px 50px 5px 5px; }
    .project-middle__img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .project-middle__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media only screen and (max-width: 1283px) {
      .project-middle__title {
        font-size: 30px;
        line-height: 36px; }
        .project-middle__title .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .project-middle__title {
        font-size: 25px;
        line-height: 30px; }
        .project-middle__title .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .project-middle__title {
        font-size: 20px;
        line-height: 24px; } }
  .project-middle__list {
    margin-bottom: 25px; }
  .project-middle__subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #333333; }
    .project-middle__subtitle + .project-middle__subtitle {
      margin-top: 10px; }
    @media only screen and (max-width: 63.9375em) {
      .project-middle__subtitle {
        font-size: 16px;
        line-height: 20px; }
        .project-middle__subtitle .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .project-middle__subtitle {
        font-size: 14px;
        line-height: 18px; } }
  .project-middle__para {
    line-height: 26px;
    color: #64748b; }
  .project-middle__slide {
    position: relative; }
  .project-middle__pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 10px; }
    .project-middle__pagination .swiper-pagination-bullet {
      transition: all 0.3s;
      width: 10px !important;
      height: 10px !important; }
      .project-middle__pagination .swiper-pagination-bullet-active {
        border-radius: 5px;
        width: 26px !important;
        background-color: #006eaa; }
  .project-middle__info {
    padding-left: 10px; }
  .project-bottom {
    margin-top: 55px; }
    @media only screen and (max-width: 63.9375em) {
      .project-bottom {
        margin-top: 40px; }
        .project-bottom .hide-on-bothTM {
          display: none !important; } }
    .project-bottom__title {
      font-size: 22px;
      font-weight: 800;
      line-height: 26px;
      color: #006eaa;
      text-transform: uppercase;
      margin-bottom: 30px; }
      @media only screen and (max-width: 63.9375em) {
        .project-bottom__title {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 25px; }
          .project-bottom__title .hide-on-bothTM {
            display: none !important; } }
    .project-bottom__list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px 30px; }
      @media only screen and (max-width: 1283px) {
        .project-bottom__list {
          gap: 35px 20px; }
          .project-bottom__list .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .project-bottom__list {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 30px 20px; }
          .project-bottom__list .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .project-bottom__list {
          display: grid;
          grid-template-columns: repeat(1, 1fr);
          gap: 40px 15px; } }
  .project-item {
    width: 100%; }
    .project-item__img {
      position: relative;
      padding-top: 67%;
      overflow: hidden;
      border-radius: 40px 0px 40px 0px; }
      .project-item__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .project-item__img.special {
        border: 3px solid #ffffff; }
    .project-item__title {
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
      color: #006eaa;
      margin: 22px 0 11px; }
      @media only screen and (max-width: 1283px) {
        .project-item__title {
          font-size: 20px;
          line-height: 28px;
          margin: 20px 0 9px; }
          .project-item__title .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .project-item__title {
          font-size: 19px;
          line-height: 27px; }
          .project-item__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .project-item__title {
          font-size: 18px;
          line-height: 26px;
          margin: 15px 0 8px; } }
      .project-item__title > a {
        color: #006eaa; }
    .project-item__location {
      font-weight: 500;
      line-height: 21px;
      color: #64748b; }
      @media only screen and (max-width: 46.1875em) {
        .project-item__location {
          font-size: 14px;
          line-height: 18px; } }

.filter {
  padding: 29px 0 70px;
  background-color: #ffffff; }
  .filter-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media only screen and (max-width: 63.9375em) {
      .filter-wrapper {
        flex-direction: column; }
        .filter-wrapper .hide-on-bothTM {
          display: none !important; } }
    .filter-wrapper__cover {
      width: 70%; }
      @media only screen and (max-width: 1283px) {
        .filter-wrapper__cover {
          width: 65%; }
          .filter-wrapper__cover .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .filter-wrapper__cover {
          width: 100%; }
          .filter-wrapper__cover .hide-on-bothTM {
            display: none !important; } }
  .filter-btn {
    display: none;
    width: 42px;
    height: 42px;
    background-color: #b3d4e6;
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 1; }
    @media only screen and (max-width: 63.9375em) {
      .filter-btn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center; }
        .filter-btn .hide-on-bothTM {
          display: none !important; } }
    .filter-btn img {
      width: 24px;
      height: 24px;
      object-fit: cover; }
  .filter-sidebar {
    width: 300px;
    padding: 21px 18px 25px;
    border-radius: 8px;
    background-color: #f0f6fa; }
    @media only screen and (max-width: 63.9375em) {
      .filter-sidebar {
        display: none; }
        .filter-sidebar .hide-on-bothTM {
          display: none !important; } }
    .filter-sidebar__title {
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      color: #006eaa;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .filter-sidebar__group + .filter-sidebar__group {
      margin-top: 45px; }
      @media only screen and (max-width: 63.9375em) {
        .filter-sidebar__group + .filter-sidebar__group {
          margin-top: 30px; }
          .filter-sidebar__group + .filter-sidebar__group .hide-on-bothTM {
            display: none !important; } }
    .filter-sidebar__subtitle {
      font-size: 14px;
      font-weight: 600;
      line-height: 17px;
      color: #333333;
      margin-bottom: 15px; }
    .filter-sidebar__form {
      margin-bottom: 0; }
      .filter-sidebar__form + .filter-sidebar__form {
        margin-top: 20px; }
    .filter-sidebar__input {
      width: 24px;
      height: 24px;
      margin-top: 0px;
      border-radius: 5px;
      border: 1px solid #b3d4e6;
      cursor: pointer; }
      .filter-sidebar__input:focus {
        outline: none;
        box-shadow: none;
        border-color: #b3d4e6; }
      .filter-sidebar__input:checked {
        border-color: #006eaa;
        background-color: #006eaa !important; }
    .filter-sidebar__label {
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      color: #64748b;
      margin-left: 15px;
      cursor: pointer; }
  .filter-list {
    margin-top: -75px;
    padding-bottom: 41px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 33px; }
    @media only screen and (max-width: 63.9375em) {
      .filter-list {
        gap: 34px 20px; }
        .filter-list .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .filter-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 45px 20px;
        margin-top: 0; } }
    .filter-list > *:nth-child(2n) {
      margin-top: -47px; }
      @media only screen and (max-width: 46.1875em) {
        .filter-list > *:nth-child(2n) {
          margin-top: 0; } }
  @media only screen and (min-width: 63.9375em) {
    .filter-offcanvas {
      display: none; } }
  @media only screen and (max-width: 46.1875em) {
    .filter-offcanvas {
      width: 350px !important; } }
  .filter-offcanvas__header {
    margin-bottom: 0; }
  .filter-offcanvas__sidebar {
    display: block;
    width: 100%; }
  .filter-offcanvas__body {
    padding: 0;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .filter-offcanvas__body::-webkit-scrollbar {
      display: none; }

.media {
  padding: 192px 0 60px;
  margin-top: -152px;
  background-color: #ffffff; }
  @media only screen and (max-width: 46.1875em) {
    .media {
      padding: 170px 0 30px; } }
  .media-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media only screen and (max-width: 63.9375em) {
      .media-top {
        flex-direction: column;
        align-items: flex-start; }
        .media-top .hide-on-bothTM {
          display: none !important; } }
  .media-nav {
    width: 69%;
    margin-bottom: 18px;
    border-bottom: 1px solid #b3d4e6; }
    @media only screen and (max-width: 63.9375em) {
      .media-nav {
        width: 100%;
        margin: 12px 0;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        overflow: auto;
        scrollbar-width: none; }
        .media-nav .hide-on-bothTM {
          display: none !important; }
        .media-nav::-webkit-scrollbar {
          display: none; } }
    .media-nav__link {
      font-weight: 500;
      line-height: 19px;
      text-align: center;
      color: #64748b;
      padding: 8px 25px; }
      .media-nav__link:hover {
        color: #006eaa; }
      .media-nav__link + .media-nav__link {
        margin-left: 20px; }
      .media-nav__link.active {
        font-weight: 600;
        color: #ffffff;
        background-color: #006eaa;
        border-radius: 5px 5px 0 0; }
        .media-nav__link.active:hover {
          color: #ffffff;
          opacity: 1; }
  .media-article {
    width: 100%; }
    .media-article__img {
      position: relative;
      padding-top: 56.5%;
      overflow: hidden; }
      .media-article__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .media-article__group {
      margin: 16px 0 24px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 46.1875em) {
        .media-article__group {
          margin-bottom: 18px; } }
    .media-article__subtitle {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      color: #006eaa; }
      @media only screen and (max-width: 46.1875em) {
        .media-article__subtitle {
          font-size: 14px;
          line-height: 18px; } }
    .media-article__title {
      font-size: 18px;
      font-weight: 600;
      line-height: 23px;
      color: #000;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media only screen and (max-width: 46.1875em) {
        .media-article__title {
          font-size: 16px;
          line-height: 22px; } }
    .media-article__time {
      font-family: "Mulish", sans-serif;
      font-weight: 700;
      line-height: 20px;
      color: #ffffff;
      padding: 7px 31px 6px 7px;
      border-radius: 10px 0 10px 0;
      background-color: #006eaa;
      display: inline-block;
      position: relative; }
      @media only screen and (max-width: 63.9375em) {
        .media-article__time {
          font-size: 14px;
          line-height: 18px; }
          .media-article__time .hide-on-bothTM {
            display: none !important; } }
      .media-article__time img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
  .media-news {
    width: 66%; }
    .media-news__subtitle {
      margin-bottom: 12px; }
      @media only screen and (max-width: 46.1875em) {
        .media-news__subtitle {
          margin-bottom: 8px; } }
  .media-middle {
    margin-top: 79px; }
    @media only screen and (max-width: 63.9375em) {
      .media-middle {
        margin-top: 50px; }
        .media-middle .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .media-middle {
        margin-top: 15px; } }
    .media-middle__img {
      position: relative;
      padding-top: 56%;
      overflow: hidden;
      border-radius: 30px 0px 30px 0px; }
      .media-middle__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .media-middle__subtitle {
      margin: 23px 0 8px; }
    .media-middle__title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 16px; }
      @media only screen and (max-width: 63.9375em) {
        .media-middle__title {
          font-size: 20px;
          line-height: 30px; }
          .media-middle__title .hide-on-bothTM {
            display: none !important; } }
    .media-middle__item {
      width: 100%;
      padding-bottom: 20px;
      margin-bottom: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px dashed #cfcfcf; }
      .media-middle__item:last-child {
        margin-bottom: 0;
        border-bottom: none; }
    .media-middle__cover {
      position: relative;
      padding-top: 17.8%;
      overflow: hidden;
      width: 29%;
      border-radius: 20px 0px 20px 0px; }
      .media-middle__cover > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .media-list {
    margin: 60px 0 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 20px; }
    @media only screen and (max-width: 63.9375em) {
      .media-list {
        grid-template-columns: repeat(2, 1fr); }
        .media-list .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .media-list {
        grid-template-columns: 1fr;
        row-gap: 54px; } }
  .media-details {
    margin-top: 35px; }
    .media-details__img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px; }
    .media-details__title {
      font-size: 40px;
      font-weight: 800;
      line-height: 48px;
      color: #333333;
      margin-top: 30px; }
      @media only screen and (max-width: 1283px) {
        .media-details__title {
          font-size: 30px;
          line-height: 1.4; }
          .media-details__title .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .media-details__title {
          font-size: 24px; }
          .media-details__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .media-details__title {
          font-size: 20px;
          margin-top: 20px; } }
    .media-details__group {
      margin-top: 25px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media only screen and (max-width: 46.1875em) {
        .media-details__group {
          flex-direction: column;
          margin-top: 20px; } }
    .media-details__cover {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .media-details__news {
      font-weight: 700;
      color: #ffffff;
      line-height: 24px;
      padding: 8px 15px;
      margin-right: 50px;
      border-radius: 3px 10px 3px 10px;
      background-color: #006eaa; }
    .media-details__time {
      font-weight: 500;
      line-height: 19px;
      color: #64748b;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .media-details__time img {
        margin-right: 15px; }
        @media only screen and (max-width: 46.1875em) {
          .media-details__time img {
            width: 20px;
            height: 20px;
            object-fit: cover; } }
    .media-details__share {
      font-weight: 600;
      line-height: 19px;
      color: #64748b;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media only screen and (max-width: 46.1875em) {
        .media-details__share {
          margin-top: 20px; } }
      .media-details__share a {
        margin-left: 20px; }
        .media-details__share a:first-child {
          margin-left: 15px; }
        @media only screen and (max-width: 46.1875em) {
          .media-details__share a img {
            width: 20px;
            height: 20px;
            object-fit: cover; } }
    .media-details__custom * {
      all: revert !important;
      line-height: 1.5 !important;
      max-width: 100% !important; }
  .media-related {
    padding-bottom: 30px;
    background-color: #ffffff; }
    .media-related__title {
      font-size: 22px;
      font-weight: 800;
      line-height: 26px;
      color: #006eaa;
      text-transform: uppercase;
      padding-left: 12px; }
      @media only screen and (max-width: 63.9375em) {
        .media-related__title {
          font-size: 18px;
          line-height: 22px; }
          .media-related__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .media-related__title {
          font-size: 16px;
          line-height: 20px; } }
    .media-related__list {
      padding: 0 0 44px 12px;
      margin-top: 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      overflow: auto;
      scrollbar-width: none; }
      @media only screen and (max-width: 46.1875em) {
        .media-related__list {
          padding-bottom: 22px;
          margin-top: 25px; } }
      .media-related__list .media-article {
        width: 32.3%;
        min-width: 337px;
        margin-right: 20px; }
      .media-related__list::-webkit-scrollbar {
        display: none; }
    .media-related .container {
      padding: 0; }

.contact {
  padding: 192px 0 60px;
  margin-top: -152px;
  background-color: #ffffff; }
  @media only screen and (max-width: 46.1875em) {
    .contact {
      padding: 170px 0 30px; } }
  .contact-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: stretch; }
    @media only screen and (max-width: 63.9375em) {
      .contact-top {
        flex-direction: column;
        align-items: flex-start; }
        .contact-top .hide-on-bothTM {
          display: none !important; } }
    .contact-top__component {
      width: calc(771 / 1170 * 100%); }
      @media only screen and (max-width: 63.9375em) {
        .contact-top__component {
          width: 100%; }
          .contact-top__component .hide-on-bothTM {
            display: none !important; } }
    .contact-top__img {
      width: calc(406 / 1170 * 100%);
      margin-top: 42px; }
      @media only screen and (max-width: 63.9375em) {
        .contact-top__img {
          width: 60%;
          margin: 28px auto 0;
          position: relative;
          padding-top: 60%;
          overflow: hidden; }
          .contact-top__img .hide-on-bothTM {
            display: none !important; }
          .contact-top__img > img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; } }
      .contact-top__img img {
        width: 100%;
        height: 100%;
        object-fit: center;
        border-radius: 80px 80px 5px 5px; }
        @media only screen and (max-width: 63.9375em) {
          .contact-top__img img {
            border-radius: 60px 60px 5px 5px; }
            .contact-top__img img .hide-on-bothTM {
              display: none !important; } }
  .contact-details {
    padding: 73px 0 37px; }
    @media only screen and (max-width: 1283px) {
      .contact-details {
        padding: 50px 0 30px; }
        .contact-details .hide-on-pc-HD {
          display: none; } }
    @media only screen and (max-width: 63.9375em) {
      .contact-details {
        padding: 30px 0 0px; }
        .contact-details .hide-on-bothTM {
          display: none !important; } }
    .contact-details__title {
      font-size: 22px;
      font-weight: 700;
      line-height: 31px;
      color: #000;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1283px) {
        .contact-details__title {
          font-size: 18px;
          line-height: 1.4; }
          .contact-details__title .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-details__title {
          font-size: 16px;
          margin-bottom: 30px; } }
    .contact-details__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .contact-details__item + .contact-details__item {
        margin-top: 30px; }
    .contact-details__img {
      min-width: 44px;
      min-height: 44px;
      margin-right: 16px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #b3d4e6; }
      @media only screen and (max-width: 46.1875em) {
        .contact-details__img {
          min-width: 38px;
          min-height: 38px;
          margin-right: 10px; } }
      .contact-details__img img {
        width: 24px;
        height: 24px; }
        @media only screen and (max-width: 46.1875em) {
          .contact-details__img img {
            width: 18px;
            height: 18px; } }
    .contact-details__text {
      font-weight: 500;
      line-height: 19px; }
      @media only screen and (max-width: 46.1875em) {
        .contact-details__text {
          font-size: 14px;
          line-height: 1.4; } }
      .contact-details__text span {
        display: block;
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        color: #64748b;
        margin-bottom: 7px; }
        @media only screen and (max-width: 46.1875em) {
          .contact-details__text span {
            font-size: 13px;
            line-height: 16px;
            margin-bottom: 5px; } }
      .contact-details__text a {
        transition: all 0.3s ease; }
        .contact-details__text a:hover {
          color: #006eaa; }
  .contact-middle {
    width: 100%;
    padding: 45px 45px 50px;
    margin-top: 60px;
    border-radius: 10px;
    background: linear-gradient(137.68deg, #01aaea 13.18%, #0055a6 51.4%, #0061ae 87.39%); }
    @media only screen and (max-width: 63.9375em) {
      .contact-middle {
        padding: 30px 30px 40px;
        margin-top: 30px; }
        .contact-middle .hide-on-bothTM {
          display: none !important; } }
    @media only screen and (max-width: 46.1875em) {
      .contact-middle {
        padding: 20px 20px 30px; } }
    .contact-middle__title {
      font-size: 40px;
      font-weight: 900;
      line-height: 55px;
      color: #ffffff;
      text-transform: uppercase;
      margin-bottom: 35px; }
      @media only screen and (max-width: 1283px) {
        .contact-middle__title {
          font-size: 30px;
          line-height: 1.4; }
          .contact-middle__title .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .contact-middle__title {
          font-size: 28px; }
          .contact-middle__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-middle__title {
          font-size: 26px;
          margin-bottom: 25px; } }
  .contact-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px; }
    @media only screen and (max-width: 63.9375em) {
      .contact-form {
        grid-template-columns: 1fr; }
        .contact-form .hide-on-bothTM {
          display: none !important; } }
    .contact-form__input {
      max-height: 50px;
      font-weight: 500;
      line-height: 18px;
      color: #ffffff;
      grid-column: span 1;
      padding: 16px;
      border-radius: 5px;
      border: 1px solid #ffffff;
      background-color: rgba(255, 255, 255, 0.3); }
      @media only screen and (max-width: 46.1875em) {
        .contact-form__input {
          font-size: 14px;
          line-height: 1.4; } }
      .contact-form__input::placeholder {
        color: #ffffff; }
      .contact-form__input:focus {
        color: #ffffff;
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.3);
        outline: none;
        box-shadow: none; }
      .contact-form__input.special {
        max-height: 115px;
        grid-row: span 2;
        resize: none; }
        @media only screen and (max-width: 63.9375em) {
          .contact-form__input.special {
            order: 1; }
            .contact-form__input.special .hide-on-bothTM {
              display: none !important; } }
    .contact-form__btn {
      max-width: 210px;
      font-weight: 700;
      line-height: 18px;
      color: #ffffff;
      padding: 16px 73px 16px 74px;
      border-radius: 5px;
      background-color: #4fc8ff;
      transition: all 0.3s ease; }
      @media only screen and (max-width: 63.9375em) {
        .contact-form__btn {
          order: 2;
          margin-left: auto; }
          .contact-form__btn .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-form__btn {
          max-width: 100%;
          width: 100%;
          font-size: 14px;
          line-height: 16px;
          padding: 16px 20px; } }
  .contact-location {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px; }
    @media only screen and (max-width: 63.9375em) {
      .contact-location {
        flex-direction: column;
        align-items: center;
        mask-type: 30px; }
        .contact-location .hide-on-bothTM {
          display: none !important; } }
    .contact-location__tab {
      width: calc(598 / 1170 * 100%); }
      @media only screen and (max-width: 63.9375em) {
        .contact-location__tab {
          width: 100%;
          order: 1; }
          .contact-location__tab .hide-on-bothTM {
            display: none !important; } }
    .contact-location__map {
      width: 100%; }
      .contact-location__map iframe {
        width: 100%; }
    .contact-location__info {
      width: calc(552 / 1170 * 100%); }
      @media only screen and (max-width: 63.9375em) {
        .contact-location__info {
          width: 100%;
          margin-bottom: 30px; }
          .contact-location__info .hide-on-bothTM {
            display: none !important; } }
    .contact-location__title {
      font-size: 40px;
      font-weight: 900;
      line-height: 55px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1283px) {
        .contact-location__title {
          font-size: 30px;
          line-height: 1.4; }
          .contact-location__title .hide-on-pc-HD {
            display: none; } }
      @media only screen and (max-width: 63.9375em) {
        .contact-location__title {
          font-size: 26px; }
          .contact-location__title .hide-on-bothTM {
            display: none !important; } }
      @media only screen and (max-width: 46.1875em) {
        .contact-location__title {
          font-size: 22px; } }
    .contact-location__item {
      font-weight: 500;
      line-height: 24px;
      color: #64748b;
      padding: 18px 20px;
      border-radius: 8px;
      background-color: #f2f8fb; }
      @media only screen and (max-width: 46.1875em) {
        .contact-location__item {
          font-size: 14px;
          line-height: 1.4; } }
      .contact-location__item + .contact-location__item {
        margin-top: 20px; }
      .contact-location__item.active {
        color: #ffffff;
        background-color: #006eaa; }
        .contact-location__item.active span {
          color: #4fc8ff; }
      .contact-location__item span {
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        color: #006eaa;
        text-transform: uppercase;
        margin-bottom: 8px; }
        @media only screen and (max-width: 46.1875em) {
          .contact-location__item span {
            font-size: 13px;
            line-height: 16px; } }
