@font-face {
  font-family: "VL Curvature v0.3 Variable";
  src: url("../fonts/VLCurvaturev03Variable-SmSm.eot");
  src: url("../fonts/VLCurvaturev03Variable-SmSm.eot?#iefix") format("embedded-opentype"), url("../fonts/VLCurvaturev03Variable-SmSm.woff2") format("woff2"), url("../fonts/VLCurvaturev03Variable-SmSm.woff") format("woff"), url("../fonts/VLCurvaturev03Variable-SmSm.ttf") format("truetype"), url("../fonts/VLCurvaturev03Variable-SmSm.svg#VLCurvaturev03Variable-SmSm") format("svg");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sangsong";
  src: url("../fonts/UVNSangSong.eot");
  src: url("../fonts/UVNSangSong.eot?#iefix") format("embedded-opentype"), url("../fonts/UVNSangSong.woff2") format("woff2"), url("../fonts/UVNSangSong.woff") format("woff"), url("../fonts/UVNSangSong.ttf") format("truetype"), url("../fonts/UVNSangSong.svg#UVNSangSong") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "cenbold";
  src: url("../fonts/SVN-Century.eot");
  src: url("../fonts/SVN-Century.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Century.woff2") format("woff2"), url("../fonts/SVN-Century.woff") format("woff"), url("../fonts/SVN-Century.ttf") format("truetype"), url("../fonts/SVN-Century.svg#SVN-Century") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "cenrg";
  src: url("../fonts/SVN-Century_1.eot");
  src: url("../fonts/SVN-Century_1.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-Century_1.woff2") format("woff2"), url("../fonts/SVN-Century_1.woff") format("woff"), url("../fonts/SVN-Century_1.ttf") format("truetype"), url("../fonts/SVN-Century_1.svg#SVN-Century") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-title: "Archivo", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --font-jose: "Josefin Sans", sans-serif;
  --fontsangsong: "sangsong";
  --font-cenrg: "cenrg";
  --font-cenbold: "cenbold";
  --bg-grdient: linear-gradient(
    90deg,
    #dc6677 2.9%,
    #e8a07a 52.97%,
    #d42f7b 100%
  );
  --color-blue: #022960;
  --color-text-stroke: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 89%
  );
  --color-grd-blue: linear-gradient(180deg, #044496 18.12%, #013475 85%);
  --color-grd-purple: linear-gradient(
    296.89deg,
    #be79b6 0.52%,
    #7256a2 48.96%,
    #043881 97.4%
  );
  --color-grd-kv: linear-gradient(
    13.89deg,
    #be79b6 13.46%,
    #4f99d3 47.7%,
    #0b5fb7 68.58%,
    #034395 93.63%
  );
  --color-grd: linear-gradient(
    2.11deg,
    #be79b6 48.62%,
    rgba(153, 104, 172, 0.990254) 59.52%,
    rgba(114, 86, 162, 0.98) 70.38%,
    rgba(34, 64, 138, 0.83) 80.06%,
    rgba(4, 56, 129, 0.15) 92.02%,
    rgba(4, 56, 129, 0) 94.21%
  );
}

html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
}

a {
  text-decoration: none !important;
}

.slick-slide:focus-visible {
  outline: none !important;
}

.fancybox-thumbs__list a:before {
  border: 6px solid var(--color-blue) !important;
}

.fancybox-progress {
  background: var(--color-blue) !important;
}

@keyframes phone {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes star {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}
@keyframes button {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 200% 100%;
  }
  100% {
    background-size: 400% 100%;
  }
  50% {
    background-size: 200% 100%;
  }
  0% {
    background-size: 100% 100%;
  }
}
@keyframes dotHover {
  0% {
    top: 0px;
  }
  50% {
    top: -50px;
    transform: scale(1.1);
  }
  100% {
    top: 0;
  }
}
.loading_page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(240, 174, 236, 0.9) 14.65%, rgba(112, 95, 155, 0.9) 35.24%, rgba(10, 32, 91, 0.9) 58.87%);
  display: flex;
  align-items: center;
  transition: transform 2s cubic-bezier(0.04, 1, 0.6, 0.97);
  z-index: 99999;
}
.loading_page .loader {
  width: 100%;
  height: 15px;
  text-align: center;
}
.loading_page .dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 2px;
  display: inline-block;
}
.loading_page .dot:first-child:before {
  animation-delay: 0ms;
}
.loading_page .dot:first-child:after {
  animation-delay: 0ms;
}
.loading_page .dot:last-child:before {
  animation-delay: 200ms;
}
.loading_page .dot:last-child:after {
  animation-delay: 200ms;
}
.loading_page .dot:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: blue;
  animation-name: dotHover;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
  animation-iteration-count: infinite;
  animation-delay: 100ms;
  background: white;
  border-radius: 100%;
}
.loading_page .dot:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: black;
  box-shadow: 0px 0px 1px black;
  opacity: 0.2;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  border-radius: 100%;
  animation-name: dotShadow;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.82, 0, 0.26, 1);
  animation-iteration-count: infinite;
  animation-delay: 100ms;
}
.loading_page.unactive {
  transform: translate(0, -100%);
}

header {
  position: fixed;
  top: 30px;
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
header .language {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  display: none;
}
header .menudrop {
  display: flex;
  flex-flow: row-reverse;
  text-decoration: none;
  color: #fff;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 8px 16px;
  color: #fff;
  line-height: 1;
}
header .menudrop:hover {
  color: #fff;
}
header .menudrop i {
  margin-left: 8px;
  font-size: 12px;
}
header .menudrop img {
  display: none !important;
}
header .menudrop li {
  list-style: none;
}
header .menudrop a {
  text-decoration: none;
  color: #fff;
}
header .hotline .--icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 10px;
  animation: phone 1s infinite ease-in-out;
}
header .hotline span {
  color: #fff;
  font-size: 16px;
  transition: all 0.5s ease;
}
header .hotline a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .hotline:hover span {
  background: var(--bg-grdient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .collapse {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0 0 32px 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
}
header .gtranslate_wrapper .gt_switcher_wrapper {
  position: relative !important;
  top: unset !important;
  right: unset !important;
  text-align: center;
  padding: 8px 5px;
}
header .gtranslate_wrapper a {
  display: flex;
  color: #fff;
  justify-content: center;
}
header .gtranslate_wrapper .notranslate img {
  display: none;
}
header .gtranslate_wrapper span {
  margin-right: 0 !important;
  width: -moz-max-content;
  width: max-content;
  font-size: 13px !important;
}
@media (max-width: 768px) {
  header {
    padding: 0 12px;
    justify-content: end;
  }
  header .hotline {
    display: none;
  }
}

.cta {
  position: fixed;
  bottom: 83px;
  right: 35px;
  z-index: 99;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  gap: 10px;
}
.cta a {
  background: var(--bg-grdient);
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
}
.cta a:hover {
  color: #fff;
}
.cta .phone i {
  animation: phone 1s infinite ease-in-out;
}

.text-gra {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.text-gra .title {
  position: relative;
  font-weight: 800;
  z-index: 1;
  font-family: var(--font-title);
  background: url(/wp-content/uploads/2023/04/gradient-text.png);
  background-size: cover;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding: 0;
}

.modalContact .modal-dialog {
  max-width: 1000px;
}
.modalContact .modal-content {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.modalContact .modal-form {
  background: #fff;
  padding: 45px 58px;
  width: 50%;
  margin-left: 50%;
}
.modalContact .modal-form button {
  border-radius: 34px;
  background: var(--bg-grdient);
  padding: 16px 35px;
  color: #fff;
  border: none;
  width: -moz-max-content;
  width: max-content;
  margin: 12px auto 0;
  font-weight: 600;
  line-height: 1;
}
.modalContact .modal-form button:hover {
  color: #fff;
  animation: button 0.75s infinite ease-in-out;
}
.modalContact .modal-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.modalContact .--img {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.modalContact .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modalContact p {
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.modalContact .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalContact .--title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.modalContact .--des {
  text-align: center;
  margin-bottom: 1rem;
}
.modalContact .form {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.modalContact .form-group label {
  font-weight: 600;
}
.modalContact .form-group p {
  display: flex;
  width: 100%;
  flex-flow: column;
}
.modalContact .form-group br {
  display: none;
}
.modalContact .form-group input {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  height: 40px;
  padding: 10px 12px;
  color: #000;
  width: 100%;
}
.modalContact .form-group input:focus, .modalContact .form-group input:focus-visible {
  box-shadow: 0 0 0 1px #e8a07a;
  outline: none;
}
.modalContact .form-group input::-moz-placeholder {
  color: #b1b1b1;
}
.modalContact .form-group input::placeholder {
  color: #b1b1b1;
}
.modalContact .form-group textarea {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  height: 100px;
  width: 100%;
  padding: 10px 12px;
}
.modalContact .form-group textarea:focus, .modalContact .form-group textarea:focus-visible {
  box-shadow: 0 0 0 1px #e8a07a;
  outline: none;
}
.modalContact .wpcf7-response-output {
  margin-bottom: 0;
}
.modalContact .invalid .wpcf7-response-output {
  display: none;
}
@media (max-width: 768px) {
  .modalContact .--img {
    display: none;
  }
  .modalContact .modal-form {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .modalContact .modal-content {
    padding: 24px;
  }
}

.homeContact {
  position: relative;
}
.homeContact.fp-completely .--background img {
  transform: none;
}
.homeContact .--background {
  width: 100vw;
  height: 100vh;
}
.homeContact .--background .--img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.homeContact .--background .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: radial-gradient(26.56% 26.56% at 50% 49.96%, rgba(0, 24, 72, 0.3) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(23.86% 51.36% at 4.72% 86.85%, rgba(0, 24, 72, 0.4) 0%, rgba(0, 24, 72, 0) 100%);
}
.homeContact .--background .pagenumberpc {
  position: absolute;
  bottom: 80px;
  left: 40px;
  z-index: 9;
  text-align: center;
}
.homeContact .--background .pagenumberpc span {
  color: #fff;
}
.homeContact .--background .pagenumberpc ul {
  display: flex;
  flex-flow: column;
  gap: 4px;
  align-items: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.homeContact .--background .pagenumberpc li {
  background: #fff;
  height: 40px;
  width: 2px;
  opacity: 0.4;
}
.homeContact .--background .pagenumberpc li.slick-active {
  opacity: 1;
}
.homeContact .--background .pagenumberpc button {
  opacity: 0;
  width: 100%;
  padding: 0;
  height: 100%;
}
.homeContact .--background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transform: scale(1.5);
  transition: transform 10s ease;
}
.homeContact .--content {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  width: 70%;
  text-align: center;
}
.homeContact .--logo {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.5s ease;
  transition-delay: 0.8s;
}
.homeContact .--logo .--item:nth-child(1) {
  margin-right: 2.5rem;
}
.homeContact .--logo img {
  max-width: 200px;
  max-height: 60px;
}
.homeContact .--logo.active {
  opacity: 1;
  transform: none;
}
.homeContact .text-gra {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.5s ease;
  transition-delay: 1s;
  margin: auto;
  text-transform: uppercase;
  font-weight: 600;
}
.homeContact .text-gra.active {
  opacity: 1;
  transform: none;
}
.homeContact .--title-1 {
  font-size: 28px;
  line-height: 40px;
}
.homeContact .--title-2 {
  font-size: 46px;
  line-height: 55px;
}
.homeContact .btn-contact {
  background: var(--bg-grdient);
  border: 1px solid rgba(255, 255, 255, 0.5882352941);
  border-radius: 46px;
  text-transform: uppercase;
  padding: 12px 24px;
  font-weight: 700;
  margin-top: 2rem;
  position: relative;
  color: #fff;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.5s ease;
  transition-delay: 1.2s;
}
.homeContact .btn-contact.active {
  opacity: 1;
  transform: none;
}
.homeContact .btn-contact:hover {
  color: #fff;
  border: 2px solid #fff;
  animation: button 0.75s infinite ease-in-out;
}
.homeContact .btn-contact img {
  position: absolute;
  top: -23px;
  right: 20px;
  animation: star 2s infinite ease-in-out;
}
@media (max-width: 768px) {
  .homeContact .--content {
    width: 100%;
    padding: 0 12px;
  }
  .homeContact .slick-list,
  .homeContact .slick-track {
    height: 100%;
  }
  .homeContact .pagenumbermobi {
    position: absolute;
    bottom: 80px;
    left: 40px;
    z-index: 9;
    text-align: center;
  }
  .homeContact .pagenumbermobi span {
    color: #fff;
  }
  .homeContact .pagenumbermobi ul {
    display: flex;
    flex-flow: column;
    gap: 4px;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }
  .homeContact .pagenumbermobi li {
    background: #fff;
    height: 40px;
    width: 2px;
  }
  .homeContact .pagenumbermobi button {
    opacity: 0;
    width: 100%;
    padding: 0;
    height: 100%;
  }
  .homeContact .--title-1 {
    font-size: 16px;
    line-height: 26px;
  }
  .homeContact .--title-2 {
    font-size: 24px;
    line-height: 29px;
  }
  .homeContact .--logo {
    gap: 24px;
    width: 85%;
    margin: 0 auto 1.5rem;
  }
  .homeContact .--logo .--item {
    width: calc(50% - 12px);
  }
  .homeContact .--logo .--item:nth-child(1) {
    margin-right: 0;
  }
  .homeContact .--logo .--item img {
    width: 100%;
    height: auto;
  }
  .homeContact .btn-contact {
    margin-top: 20px;
  }
  .homeContact .--background {
    display: none;
  }
  .homeContact .--background.mobi {
    display: block !important;
  }
  .homeContact .--background .--img::after {
    display: none;
  }
}

.container_frame {
  max-width: 1344px;
  display: block;
  margin: auto;
}
@media (max-width: 1439px) {
  .container_frame {
    max-width: calc(100% - 96px);
  }
}
@media (max-width: 767px) {
  .container_frame {
    max-width: 100%;
    padding: 15px;
  }
}

.title_frame {
  background: var(--color-grd-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-oswald);
  font-weight: 700;
  font-size: 62px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .title_frame {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .title_frame {
    font-size: 30px;
  }
}

.header_main {
  position: fixed;
  width: 100%;
  background: var(--color-blue);
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  transition: all 0.5s ease;
  transform: none;
}
.header_main .hotline_header {
  text-align: right;
}
.header_main .hotline_header a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: var(--font-cenbold);
  font-size: 18px;
}
.header_main .hotline_header a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 0.5s ease;
}
.header_main .hotline_header:hover a::after {
  width: 100%;
}
.header_main.hide {
  transform: translate(0, -100%);
}
.header_main.change {
  padding: 5px 0;
}
.header_main .container_frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_main .main_menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}
.header_main .main_menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% + 15vh);
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4588235294);
  opacity: 0;
  pointer-events: none;
}
.header_main .main_menu ul {
  width: 50%;
  background: var(--color-blue);
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 70px;
  padding-top: 60px;
  transform: translate(-150%, 0);
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.header_main .main_menu ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 15vh);
  top: 0;
  left: 0;
  background: var(--color-blue);
}
.header_main .main_menu ul a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: var(--font-jose);
  padding: 7px 0;
}
.header_main .main_menu ul a .number {
  flex: 0 0 8%;
  position: relative;
  z-index: 1;
}
.header_main .main_menu ul a span {
  position: relative;
}
.header_main .main_menu ul a span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}
.header_main .main_menu ul a:hover span::after {
  width: 100%;
  transition: all 0.5s ease;
}
.header_main .main_menu.open {
  pointer-events: auto;
}
.header_main .main_menu.open::after {
  transition: all 2s ease;
  opacity: 1;
  width: 100%;
}
.header_main .main_menu.open ul {
  transform: none;
}
.header_main .humberger {
  z-index: 9999;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-top: 20px;
  cursor: pointer;
}
.header_main .humberger p {
  margin-left: 40px;
  margin-top: -20px;
}
.header_main .humberger.open .animated-icon1 span {
  background: #fff;
}
.header_main .humberger.open .animated-icon1 span:nth-child(1) {
  top: 0;
  transform: rotate(135deg);
}
.header_main .humberger.open .animated-icon1 span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.header_main .humberger.open .animated-icon1 span:nth-child(3) {
  top: 0;
  transform: rotate(-135deg);
  width: 32px;
}
.header_main .logo {
  align-items: center;
  justify-content: center;
}
.header_main .logo img {
  height: auto;
  transition: all 0.5s ease;
}
.header_main .logo img.logo1 {
  width: 120px;
}
.header_main .logo img.logo2 {
  width: 100px;
  margin-left: 32px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .header_main .main_menu a {
    padding: 4px 0 !important;
  }
}
@media (min-width: 1700px) {
  .header_main .main_menu ul {
    padding-left: calc((100% - 1344px) / 2);
  }
}
@media (max-width: 767px) {
  .header_main .hotline_header {
    display: none;
  }
  .header_main .menu_header {
    flex: 0 0 25%;
  }
  .header_main .main_menu ul {
    width: 85%;
    padding-left: 15px;
  }
  .header_main .logo {
    flex: 0 0 75%;
    width: 75%;
  }
  .header_main .logo img.logo1 {
    width: 100px;
  }
  .header_main .logo img.logo2 {
    width: 100px;
  }
  .header_main .humberger p {
    display: none;
  }
}

.animated-icon1 {
  height: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 32px;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: #fff;
  z-index: 9999;
}
.animated-icon1 span:nth-child(1) {
  top: -10px;
}
.animated-icon1 span:nth-child(2) {
  top: 0;
}
.animated-icon1 span:nth-child(3) {
  top: 10px;
  width: 18px;
}

.main_banner {
  background: var(--color-blue);
  padding-bottom: 60px;
  padding-top: 78px;
  position: relative;
}
.main_banner .container_frame {
  height: 100%;
}
.main_banner video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.main_banner .pattern1 {
  position: absolute;
  left: 0;
  bottom: 83px;
}
.main_banner .pattern2 {
  position: absolute;
  right: 0;
  top: 168px;
}
.main_banner .list_img {
  height: 100%;
}
.main_banner .arrow_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
}
.main_banner .slider_banner {
  position: relative;
}
.main_banner .slider_banner.mobi {
  display: none;
}
.main_banner .slick-arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  pointer-events: auto;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 1;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  background: #fff;
  border: 1px solid #fff;
}
.main_banner .slick-arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(291.94deg, #e03e97 0.76%, #f47b54 98.66%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(0);
}
.main_banner .slick-arrow:hover::after {
  opacity: 1;
  transform: scale(1);
}
.main_banner .slick-arrow:hover path {
  fill: #fff;
}
.main_banner .slick-arrow.arrow_next {
  right: 30px;
}
.main_banner .slick-arrow.arrow_prev {
  left: 30px;
}
.main_banner .slick-arrow svg {
  z-index: 1;
  position: relative;
}
.main_banner .--img {
  height: 100%;
}
.main_banner .--img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .main_banner {
    padding-top: 128px;
    height: auto;
    padding-bottom: 80px;
  }
  .main_banner .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .main_banner .slick-arrow.arrow_prev {
    left: -8px;
  }
  .main_banner .slick-arrow.arrow_next {
    right: -8px;
  }
  .main_banner .slider_banner {
    display: none;
  }
  .main_banner .slider_banner.mobi {
    display: block;
  }
  .main_banner .slick-dots {
    display: flex;
    list-style: none;
    position: absolute;
    top: calc(100% + 24px);
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 19px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .main_banner .slick-dots li {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.6;
    transition: all 0.5s ease;
    border-radius: 50%;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_banner .slick-dots li.slick-active {
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid #ffffff;
  }
  .main_banner .slick-dots li.slick-active button {
    color: #fff;
  }
  .main_banner .slick-dots li button {
    border: none;
    background: none;
    color: transparent;
  }
}

.main_about {
  position: relative;
  background: #f4f2f1;
}
.main_about .pattern1 {
  position: absolute;
  right: 0;
  top: 94px;
  pointer-events: none;
}
.main_about .image_about {
  position: absolute;
  top: 230px;
  left: 0;
  width: 531px;
  z-index: 1;
}
.main_about .image_about .img {
  position: relative;
}
.main_about .image_about .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180.02deg, rgba(217, 217, 217, 0) 0.01%, rgba(105, 131, 162, 0) 54.86%, #00326f 99.99%);
}
.main_about .image_about img {
  width: 100%;
  height: 719px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_about .image_about .slick-dots {
  display: flex;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  list-style: none;
  bottom: 19px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main_about .image_about .slick-dots li {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.6;
  transition: all 0.5s ease;
  border-radius: 50%;
  margin: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_about .image_about .slick-dots li.slick-active {
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid #ffffff;
}
.main_about .image_about .slick-dots li.slick-active button {
  color: #fff;
}
.main_about .image_about .slick-dots li button {
  border: none;
  background: none;
  color: transparent;
}
.main_about .box_kv {
  flex: 0 0 486px;
  margin-right: 80px;
  margin-left: 48px;
  width: 486px;
  height: 753px;
}
@media (min-width: 1700px) {
  .main_about .image_about {
    left: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 767px) {
  .main_about {
    display: flex;
    flex-flow: column-reverse;
  }
  .main_about .image_about {
    width: 100%;
    position: relative;
    top: unset;
    padding: 0;
    z-index: 1;
  }
  .main_about .image_about img {
    height: 300px;
  }
  .main_about .content_about {
    flex-flow: column;
  }
  .main_about .content_about .overview article {
    line-height: unset !important;
    text-align: left;
  }
  .main_about .box_kv {
    display: none;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%;
    position: absolute;
    top: 20px;
    left: 0;
    height: 500px;
  }
  .main_about .box_kv .letter_text_kv {
    font-size: 60px !important;
  }
}

.content_about .text_about {
  padding-top: 154px;
  font-family: var(--font-cenrg);
}
.content_about .text_about .title_frame {
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 12px;
}
.content_about .text_about .subtitle {
  background: linear-gradient(296.89deg, #be79b6 0.52%, #7256a2 48.96%, #043881 97.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-family: var(--font-cenrg);
  font-weight: 400;
}
.content_about .text_about article {
  font-size: 14px;
  margin: 32px 0;
}
.content_about .text_about .overview {
  font-size: 15px;
}
.content_about .text_about .overview li {
  margin-bottom: 8px;
}
.content_about .text_about .overview li article {
  margin: 0;
  line-height: 1;
}
.content_about .text_about .overview li article p {
  margin-bottom: 8px;
}
.content_about .text_about .overview li article:nth-child(1) {
  flex: 0 0 155px;
  font-family: var(--font-cenbold);
}
.content_about .text_about .overview li article ul {
  list-style: disc;
}
.content_about .text_about .parram {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.content_about .text_about .parram li {
  align-items: flex-end;
  flex: 0 0 50%;
  margin-bottom: 44px;
}
.content_about .text_about .parram .number {
  background: var(--color-grd-kv);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 76px;
  font-family: var(--font-jose);
  margin-right: 15px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.content_about .text_about .parram .content {
  text-transform: uppercase;
  padding-bottom: 15px;
}
.content_about .text_about .parram .text {
  letter-spacing: 0.03em;
  font-size: 16px;
  font-family: var(--font-cenbold);
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .content_about .parram .number {
    font-size: 65px !important;
  }
  .content_about .parram .text {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .content_about .parram {
    margin-top: 20px !important;
  }
  .content_about .parram li {
    flex: 0 0 100% !important;
    margin-bottom: 15px !important;
  }
  .content_about .parram .number {
    font-size: 62px !important;
    flex: 0 0 80px;
  }
  .content_about .overview li article:nth-child(1) {
    flex: 0 0 20% !important;
    margin-right: 12px;
  }
  .content_about .text_about {
    padding-top: 40px;
  }
  .content_about .text_about .title_frame {
    text-align: center;
  }
  .content_about .text_about .subtitle {
    text-align: center;
    font-size: 18px;
  }
  .content_about .text_about article {
    margin: 10px 0 20px 0;
    text-align: justify;
  }
}

.box_kv {
  text-align: center;
  background: var(--color-grd-kv);
  padding: 18px 23px;
}
.modalMap .modal-content {
  padding: 32px 24px;
  overflow: hidden;
  background: var(--color-grd-kv);
  color: #fff;
  font-family: var(--font-cenrg);
}
.modalMap .--title {
  font-size: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  font-family: var(--font-title);
  text-transform: uppercase;
  text-align: center;
}
.modalMap .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  color: #fff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.modalMap article {
  text-align: justify;
}
.modalMap article p:last-child {
  margin-bottom: 0;
}

.letter_text_kv {
  background: linear-gradient(270deg, rgba(58, 135, 202, 0.368627451) 0%, rgba(255, 255, 255, 0) 89.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-oswald);
  font-size: 93px;
  font-weight: 800;
  pointer-events: none;
  line-height: 1;
}
@media (max-width: 767px) {
  .letter_text_kv {
    font-size: 70px !important;
  }
}

.homeJunction {
  position: relative;
}
.homeJunction::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #f4f2f1 0%, rgba(217, 217, 217, 0) 100%);
}
.homeJunction .img_splitting {
  position: relative;
}
.homeJunction .img_splitting .img_desktop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
  transition: height 2s ease;
}
.homeJunction .img_splitting[data-scroll=out] .img_desktop::after {
  height: 100%;
}
.homeJunction .img_mobile {
  display: none;
}
@media (max-width: 767px) {
  .homeJunction {
    padding-top: 30px;
    color: #fff;
  }
  .homeJunction::after {
    height: 55%;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(140, 115, 176, 0.54) 13.47%, rgba(122, 90, 163, 0.88) 27.48%, #7e5ca4 33.24%, #554e99 44.89%, #013372 100%);
  }
  .homeJunction .img_desktop {
    display: none;
  }
  .homeJunction .img_mobile {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .homeJunction .img_mobile img {
    width: 100%;
  }
  .homeJunction .img_mobile .--listMarker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .homeJunction .img_mobile .--listMarker .--item {
    width: -moz-max-content;
    width: max-content;
    padding: 0 6px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    color: #fff;
  }
  .homeJunction .img_mobile .--listMarker .--item:nth-child(1) {
    top: 64%;
    left: 17%;
  }
  .homeJunction .img_mobile .--listMarker .--item:nth-child(2) {
    top: 84%;
    left: 46%;
  }
  .homeJunction .img_mobile .--listMarker .--item:nth-child(3) {
    top: 68%;
    right: 4%;
  }
}

.content_junction {
  position: absolute;
  top: 112px;
  z-index: 1;
}
.content_junction .title {
  background: var(--color-grd-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-family: var(--font-jose);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0;
}
.content_junction .subtitle {
  font-family: var(--fontsangsong);
  background: var(--color-grd-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  padding: 10px 0;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .content_junction {
    position: relative;
    top: unset;
    text-align: center;
  }
  .content_junction .title {
    font-size: 34px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    padding: 0;
  }
  .content_junction .subtitle {
    font-size: 30px;
    line-height: 1;
    margin-top: 0;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}

.homeDesign {
  position: relative;
  padding-top: 335px;
  padding-bottom: 21px;
}
.homeDesign .back_design {
  position: absolute;
  width: 100%;
  height: auto;
  transform: rotateX(180deg);
  top: -1px;
  left: 0;
}
.homeDesign::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(11, 95, 183, 0.43) 7.47%, rgba(122, 90, 163, 0.93) 11.48%, #7e5ca4 22.24%, #554e99 36.89%, #013372 100%);
  top: 0;
  left: 0;
  pointer-events: none;
}
.homeDesign .content_design {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 50%;
}
.homeDesign .content_design article {
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-cenrg);
  text-align: justify;
}
.homeDesign .content_design article p {
  margin-bottom: 0;
}
.homeDesign .content_design .title {
  background: url(/wp-content/uploads/2023/04/gradient-text.png);
  background-size: cover;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: var(--font-jose);
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0;
  letter-spacing: -0.03em;
}
.homeDesign .img_design {
  position: relative;
  z-index: 2;
  width: 1195px;
  margin-top: 69px;
}
.homeDesign .img_design[data-scroll=out] img {
  width: 0;
}
.homeDesign .img_design img {
  width: 100%;
  height: 591px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: width 1.5s ease;
}
.homeDesign .box_kv {
  position: absolute;
  top: 335px;
  right: 48px;
  z-index: 1;
  width: 355px;
  height: 551px;
}
.homeDesign .box_kv .letter_text_kv {
  font-size: 65px;
}
.homeDesign .pattern1 {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1;
}
.homeDesign .pattern2 {
  position: absolute;
  right: 0;
  top: 634px;
  z-index: 1;
}
@media (min-width: 1700px) {
  .homeDesign .box_kv {
    right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1280px) {
  .homeDesign .img_design {
    width: 1100px;
  }
}
@media (max-width: 767px) {
  .homeDesign {
    padding-top: 4rem;
  }
  .homeDesign::after {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0, rgba(11, 95, 183, 0.43) 5%, rgba(122, 90, 163, 0.67) 6.48%, #7e5ca4 13.24%, #554e9c 40.89%, #013372 100%);
    top: -35px;
    height: calc(100% + 35px);
  }
  .homeDesign .content_design {
    width: 100%;
    z-index: 2;
  }
  .homeDesign .content_design .title {
    text-align: center;
    font-size: 32px;
  }
  .homeDesign .content_design article {
    text-align: justify;
  }
  .homeDesign .img_design {
    margin-top: 2rem;
    width: 100%;
  }
  .homeDesign .img_design img {
    height: auto;
  }
  .homeDesign .box_kv {
    top: unset;
    bottom: 0;
    right: 0;
    height: 300px;
  }
}

.homeKeyProject {
  background: linear-gradient(180deg, #013474 0.57%, #022960 59.22%);
  padding-top: 110px;
  padding-bottom: 100px;
  margin-top: -1px;
  position: relative;
}
.homeKeyProject .pattern {
  position: absolute;
  left: 0;
  top: 156px;
}
.homeKeyProject .title_key {
  position: relative;
}
.homeKeyProject .title_key .text_stroke_kv {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.homeKeyProject .title_key .text_stroke_kv .text {
  display: flex;
  justify-content: center;
}
.homeKeyProject .title_key .text_stroke_kv .text .letter_text_kv {
  font-size: 235px;
  background: unset;
}
.homeKeyProject .title_key .text_stroke_kv .text .letter_text_kv .char {
  background: linear-gradient(270deg, rgba(25, 130, 221, 0.7803921569) 0%, rgba(255, 255, 255, 0) 89.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeKeyProject .title_key .title {
  background: url(/wp-content/uploads/2023/04/gradient-text.png);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  font-family: var(--font-jose);
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}
.homeKeyProject .list_key {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.homeKeyProject .list_key .item {
  position: relative;
}
.homeKeyProject .list_key .item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 26px 20px;
  font-family: var(--font-cenrg);
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  z-index: 1;
}
.homeKeyProject .list_key .item .content .title {
  font-family: var(--font-oswald);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.homeKeyProject .list_key .item .content article {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 7;
  height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: height 0.75s ease;
  position: relative;
  z-index: 1;
  text-align: justify;
  margin-bottom: 0;
}
.homeKeyProject .list_key .item .content button {
  opacity: 0;
  padding: 0;
  border: none;
  width: -moz-max-content;
  width: max-content;
  background: none;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.homeKeyProject .list_key .item .content::after {
  content: "";
  background: linear-gradient(291.94deg, rgba(224, 62, 151, 0.8) 0.76%, rgba(244, 123, 84, 0.8) 98.66%);
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  transition: height 0.75s ease;
}
.homeKeyProject .list_key .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(1, 38, 90, 0.7) 0%, rgba(1, 38, 90, 0) 38.02%);
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.homeKeyProject .list_key .item:hover .content::after {
  height: 100%;
}
.homeKeyProject .list_key .item:hover .content article {
  height: 140px;
  margin-bottom: 10px;
}
.homeKeyProject .list_key .item:hover .content button {
  opacity: 1;
}
.homeKeyProject .list_key .item .img {
  height: 100%;
  position: relative;
}
.homeKeyProject .list_key .item .img::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  transition: all 0.75s ease;
  background: var(--color-blue);
}
.homeKeyProject .list_key .item .img[data-scroll=out]::after {
  width: 100%;
}
.homeKeyProject .list_key .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeKeyProject .list_key .key_first {
  flex: 0 0 420px;
  margin-right: 12px;
}
.homeKeyProject .list_key .key_first .item {
  height: 619px;
}
.homeKeyProject .list_key .key_after {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.homeKeyProject .list_key .key_after .item {
  flex: 0 0 calc(50% - 12px);
  margin-bottom: 12px;
  height: 303.5px;
}
.homeKeyProject .list_key .key_after .item:nth-child(3), .homeKeyProject .list_key .key_after .item:nth-child(4) {
  margin-bottom: 0;
}
.homeKeyProject .list_key .key_after .item:nth-child(1), .homeKeyProject .list_key .key_after .item:nth-child(4) {
  flex: 0 0 calc(60% - 12px);
}
.homeKeyProject .list_key .key_after .item:nth-child(2), .homeKeyProject .list_key .key_after .item:nth-child(4) {
  margin-left: 12px;
}
.homeKeyProject .list_key .key_after .item:nth-child(2), .homeKeyProject .list_key .key_after .item:nth-child(3) {
  flex: 0 0 calc(40% - 12px);
}
@media (max-width: 767px) {
  .homeKeyProject {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homeKeyProject .key_first {
    flex: 0 0 100% !important;
    margin-right: 0 !important;
  }
  .homeKeyProject .key_first .item {
    height: 300px !important;
    margin-bottom: 12px;
  }
  .homeKeyProject .text_stroke_kv {
    top: 0;
  }
  .homeKeyProject .list_key {
    flex-flow: column;
  }
  .homeKeyProject .list_key .item {
    border: 1px solid #fff;
  }
  .homeKeyProject .key_after {
    flex-flow: column;
    flex: 0 0 100% !important;
  }
  .homeKeyProject .key_after .item {
    flex: 0 0 100% !important;
    margin-left: 0 !important;
    height: 300px !important;
    margin-bottom: 12px !important;
  }
  .homeKeyProject .key_after .item .img {
    height: 300px;
  }
}

.homeView {
  position: relative;
}
.homeView .link_360 {
  position: absolute;
  left: 54px;
  bottom: 36px;
  z-index: 1;
}
.homeView .link_360 img {
  animation: loaderPulse 1s ease-out infinite;
  width: 85px;
  filter: drop-shadow(2px 4px 6px #fff);
}
.homeView .list_album .item {
  height: 600px;
  position: relative;
}
.homeView .list_album img,
.homeView .list_album video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeView .gallery_thumb {
  display: flex;
  width: 283px;
  position: absolute;
  right: 80px;
  bottom: 36px;
  z-index: 9;
  padding-left: 4px;
  align-items: flex-end;
}
.homeView .gallery_thumb::after {
  content: "";
  height: 56px;
  background: #e2eaf7;
  border-radius: 20px;
  position: absolute;
  left: 0;
  width: calc(100% + 64px);
  bottom: 0;
}
.homeView .list_album_thumbnail {
  width: 300px;
}
.homeView .list_album_thumbnail .slick-list {
  z-index: 1;
}
.homeView .list_album_thumbnail .slick-track {
  display: flex !important;
  align-items: flex-end;
}
.homeView .list_album_thumbnail .item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 70px;
  height: 56px;
  width: 56px;
}
.homeView .list_album_thumbnail .item.slick-current {
  height: 70px;
  width: 70px !important;
}
.homeView .list_album_thumbnail .item.slick-current img,
.homeView .list_album_thumbnail .item.slick-current video {
  width: 70px;
  height: 70px;
}
.homeView .list_album_thumbnail .item img,
.homeView .list_album_thumbnail .item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  height: 56px;
  width: 56px;
  transition: all 0.5s ease;
  border: 4px solid #e2eaf7;
}
.homeView #arrow_view {
  background: #fff;
  height: 56px;
  padding: 13px 11px;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: 4px;
}
.homeView #arrow_view .slick-arrow::after {
  display: none;
}
.homeView #arrow_view .slick-arrow:hover {
  border: none;
}
.homeView::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: #062252;
  transition: all 2s ease;
}
.homeView[data-scroll=out]::after {
  height: 100%;
}
@media (min-width: 1700px) {
  .homeView .item {
    height: 90vh !important;
  }
}
@media (max-width: 767px) {
  .homeView {
    background: #e2eaf7;
  }
  .homeView .list_album .item {
    height: auto;
  }
  .homeView .gallery_thumb {
    position: relative;
    right: unset;
    bottom: unset;
    margin: auto;
    justify-content: center;
    padding: 1rem 0;
  }
  .homeView .gallery_thumb::after {
    display: none;
  }
  .homeView .link_360 {
    bottom: unset;
    top: 30px;
    left: 15px;
  }
}

@keyframes loaderPulse {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.option_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.homeTown {
  position: relative;
  padding-top: 311px;
  overflow: hidden;
}
.homeTown .pattern1 {
  position: absolute;
  left: 0;
  top: 300px;
}
.homeTown .pattern2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.homeTown .text_stroke_kv {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
}
.homeTown .text_stroke_kv .text:nth-child(2) {
  text-align: right;
}
.homeTown .text_stroke_kv .text .letter_text_kv {
  font-size: 250px;
}
.homeTown .text_stroke_kv .text .char {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 89.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: overlay;
}
.homeTown .list_main_tower .item .image[data-scroll=out] img {
  transform: rotateY(90deg);
}
.homeTown .list_main_tower .item .image[data-scroll=in] img {
  transition: transform 3s ease;
  transition-delay: 0.6s;
}
.homeTown .list_main_tower .item img {
  transform: none;
  height: 1200px;
  margin: 0 auto -500px auto;
}
.homeTown .list_main_tower .item article {
  color: #fff;
  font-family: var(--font-cenrg);
  font-size: 18px;
  margin-bottom: 70px;
  text-align: justify;
}
.homeTown .list_main_tower .item .number_slide {
  color: #fff;
  font-family: var(--font-jose);
  font-size: 42px;
  font-weight: 300;
  align-items: flex-end;
}
.homeTown .list_main_tower .item .number_slide .count {
  font-size: 142px;
  line-height: 0.8;
}
.homeTown .list_main_tower .item .detail_town {
  width: 100%;
}
.homeTown .list_main_tower .item .detail_town .image {
  flex: 1;
  position: relative;
}
.homeTown .list_main_tower .item .text_town {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 50%;
}
.homeTown .list_main_tower .item .text_town .title_grad {
  margin-bottom: 10px;
  line-height: 1.2;
}
.homeTown .list_main_tower .item .text_town .subtitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 1rem;
  font-family: var(--font-cenrg);
}
.homeTown .list_main_tower .slick-list {
  overflow: visible;
}
.homeTown .arrow {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 30px;
  border: 1px solid #fff;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .homeTown .letter_text_kv {
    font-size: 200px !important;
  }
  .homeTown .list_main_tower .item article {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .homeTown {
    overflow: hidden;
    padding-top: 200px;
  }
  .homeTown .container_frame {
    margin-top: -150px;
  }
  .homeTown .arrow {
    top: unset;
    transform: unset;
    bottom: 10px;
    right: 20px;
  }
  .homeTown .arrow.arrow_prev {
    right: unset;
    left: 20px;
  }
  .homeTown .pattern1,
  .homeTown .pattern2 {
    width: 100px;
  }
  .homeTown .detail_town {
    flex-flow: column-reverse;
  }
  .homeTown .detail_town .text_town {
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-top: -320px;
  }
  .homeTown .detail_town .text_town .title_grad {
    font-size: 34px;
    text-align: center;
  }
  .homeTown .detail_town .text_town .subtitle {
    font-size: 16px !important;
    text-align: center;
  }
  .homeTown .text_stroke_kv {
    top: 30px;
  }
  .homeTown .list_main_tower .item img {
    height: 800px;
    margin: auto;
  }
  .homeTown .list_main_tower .item article {
    text-align: justify;
  }
  .homeTown .list_main_tower .item .number_slide {
    justify-content: center;
  }
  .homeTown .list_main_tower .item .number_slide .count {
    font-size: 80px;
    padding-bottom: 8px;
  }
}

.title_grad {
  background: url(/wp-content/uploads/2023/04/gradient-text.png);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 62px;
  text-transform: uppercase;
  font-family: var(--font-oswald);
  font-weight: 700;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .title_grad {
    font-size: 45px;
  }
}

.list_uti .slick-track {
  display: flex;
  align-items: flex-end;
}
.list_uti .item {
  transition: width 2s ease;
  width: 34vw;
}
.list_uti .item img {
  width: 100%;
}
.list_uti .item.slick-center {
  margin-bottom: 3rem;
  width: 45vw;
}
.list_uti .item.slick-center img {
  transform: none;
}
.list_uti .item .name {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: var(--font-jose);
  text-align: center;
  text-transform: uppercase;
}
.list_uti .slick-arrow {
  display: none !important;
}
@media (max-width: 767px) {
  .list_uti {
    margin-bottom: 3rem;
  }
  .list_uti .item .name {
    font-size: 15px;
  }
}

.homeUti .content_uti {
  width: 572px;
  margin: auto;
  color: #fff;
}
.homeUti .content_uti .title {
  margin-bottom: 24px;
  font-family: var(--font-jose);
  font-size: 42px;
  background: url(/wp-content/uploads/2023/04/gradient-text.png);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 600;
  padding: 10px 0;
  margin-top: -10px;
  line-height: 1.3;
}
.homeUti .content_uti article {
  font-family: var(--font-cenrg);
  margin-top: -10px;
  text-align: justify;
}
@media (max-width: 767px) {
  .homeUti .content_uti {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .homeUti .content_uti article {
    text-align: justify;
  }
  .homeUti .content_uti .title {
    font-size: 28px;
    line-height: 1.2;
  }
}

.homeProduct {
  padding-top: 91px;
  padding-bottom: 102px;
}
.homeProduct .nav_prod {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}
.homeProduct .nav_prod .nav {
  align-items: center;
}
.homeProduct .nav_prod .nav button {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 26px;
  font-family: var(--font-cenbold);
  transition: color 0.75s ease;
  padding: 0 16px;
}
.homeProduct .nav_prod .nav button.active, .homeProduct .nav_prod .nav button:hover {
  color: #fff;
  background: none;
}
.homeProduct .nav_prod .nav button .icon {
  display: none;
}
.homeProduct #pills-tabProdContent {
  padding-left: calc((100% - 1344px) / 2);
}
@media (max-width: 1439px) {
  .homeProduct #pills-tabProdContent {
    padding-left: calc((100% - (100% - 96px)) / 2);
  }
}
@media (max-width: 767px) {
  .homeProduct #pills-tabProdContent {
    padding-left: 15px;
  }
}
.homeProduct .arrow {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 1;
  cursor: pointer;
  background: #fff;
}
.homeProduct .arrow.arrow_prev {
  left: -30px;
}
.homeProduct .arrow:hover path {
  fill: #fff;
}
.homeProduct .arrow.arrow_next {
  right: 100px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .homeProduct .nav_prod button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .homeProduct {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homeProduct .nav_prod {
    flex-flow: column;
    text-align: center;
    margin-bottom: 1rem;
  }
  .homeProduct .nav_prod .nav {
    justify-content: center;
    margin-top: 1rem;
  }
  .homeProduct .nav_prod .nav button {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0 0 10px 0;
    margin: 0 16px;
    justify-content: center;
    line-height: 1;
  }
  .homeProduct .nav_prod .nav button.active p {
    opacity: 1;
    width: auto;
    margin-left: 10px;
  }
  .homeProduct .nav_prod .nav button .icon {
    display: block;
    width: 27px;
  }
  .homeProduct .nav_prod .nav button p {
    width: 0;
    opacity: 0;
  }
  .homeProduct .title_grad {
    font-size: 33px;
  }
}

.list_prod .item {
  height: 549px;
  position: relative;
  width: 818px;
  margin-right: 20px;
}
.list_prod .item .img {
  height: 100%;
}
.list_prod .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_prod .item:hover .content_prod {
  height: 100%;
  opacity: 1;
}
.list_prod .content_prod {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  transition: all 0.75s ease;
  padding: 52px 72px;
  pointer-events: none;
  text-align: justify;
  background: linear-gradient(291.94deg, rgba(224, 62, 151, 0.8) 0.76%, rgba(244, 123, 84, 0.8) 98.66%);
}
.list_prod .content_prod .name {
  font-family: var(--font-cenbold);
  font-size: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.list_prod .content_prod .content {
  font-family: var(--font-cenrg);
  font-size: 18px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .list_prod .content_prod .name {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .list_prod .item {
    width: 90vw;
    height: 447px;
  }
  .list_prod .item .content_prod {
    padding: 20px 50px;
  }
  .list_prod .item .content_prod .name {
    font-size: 20px;
  }
  .list_prod .item .content_prod .content {
    font-size: 15px;
  }
  .list_prod .arrow_prev {
    left: -15px !important;
  }
  .list_prod .arrow_next {
    right: 0 !important;
  }
}

.homeTotal {
  background: var(--color-blue);
  padding: 103px 40px 114px 0;
}
.homeTotal .image {
  width: 900px;
  height: 542px;
  margin-right: 60px;
  position: relative;
}
.homeTotal .image.mobi {
  display: none;
}
.homeTotal .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeTotal .image::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-blue);
  transition: width 2s ease;
}
.homeTotal .image[data-scroll=out]::after {
  width: 100%;
}
.homeTotal .text {
  flex: 1;
}
.homeTotal .text .title_grad {
  margin-bottom: 16px;
}
.homeTotal .text .note_color {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px;
  font-family: var(--font-cenbold);
  margin-bottom: 28px;
  color: #fff;
}
.homeTotal .text .note_color li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.homeTotal .text .note_color li .char {
  transition-delay: calc(20ms * var(--char-index));
}
.homeTotal .text .note_color .color {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 2px;
  width: 23px;
  height: 16px;
  margin-right: 12px;
}
.homeTotal .text .note_color .color.dash {
  border: 1px dashed #e4e461;
}
.homeTotal .text .note_total {
  font-family: var(--font-cenbold);
}
.homeTotal .text .note_total li {
  margin-bottom: 8px;
  color: #fff;
  display: flex;
  align-items: center;
}
.homeTotal .text .note_total li .char {
  transition-delay: calc(20ms * var(--char-index));
}
.homeTotal .text .note_total .number {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 12px;
  border-radius: 50%;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .homeTotal .image {
    width: 65%;
    height: auto;
  }
  .homeTotal .image img {
    height: auto;
  }
}
@media (min-width: 1700px) {
  .homeTotal .content_total {
    max-width: 1344px;
    margin: auto;
  }
  .homeTotal .image {
    width: 64%;
  }
}
@media (max-width: 767px) {
  .homeTotal {
    padding: 40px 15px;
  }
  .homeTotal .content_total {
    flex-flow: column-reverse;
  }
  .homeTotal .title_grad {
    text-align: center;
    font-size: 42px;
  }
  .homeTotal .image {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: none;
  }
  .homeTotal .image.mobi {
    display: block;
  }
  .homeTotal .image.mobi img {
    width: 100%;
    height: auto;
  }
}

.homeLibrary {
  background: #f4f2f1;
  padding: 90px 0;
}
.homeLibrary .title {
  font-size: 62px;
  color: var(--color-blue);
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-family: var(--font-oswald);
  font-weight: 700;
  line-height: 1;
}
.homeLibrary .title_library {
  position: relative;
  margin-bottom: 36px;
}
.homeLibrary .title_library .text_stroke_kv {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  color: rgba(29, 29, 29, 0.03);
  text-align: center;
}
.homeLibrary .title_library .text_stroke_kv .letter_text_kv,
.homeLibrary .title_library .text_stroke_kv .char {
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: 230px;
}
.homeLibrary .list_home_library {
  position: relative;
  z-index: 1;
}
.homeLibrary .list_home_library .tab-content {
  position: relative;
  height: 663px;
}
.homeLibrary .list_home_library .tab-pane {
  position: absolute;
  height: 663px;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  display: block !important;
}
.homeLibrary .list_home_library .tab-pane.active {
  opacity: 1;
  pointer-events: auto;
}
.homeLibrary #pills-tabLibrary {
  height: 593px;
  flex-flow: column;
  margin-bottom: 0;
  width: 349px;
  flex: 1;
  margin-left: -129px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 50px;
  z-index: 1;
  position: relative;
}
.homeLibrary #pills-tabLibrary button {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  opacity: 0.6;
  transition: all 0.5s ease;
  padding: 0;
  font-family: var(--font-jose);
  font-weight: 700;
}
.homeLibrary #pills-tabLibrary button.active, .homeLibrary #pills-tabLibrary button:hover {
  opacity: 1;
  background: none;
}
.homeLibrary #pills-tabLibrary button img {
  display: none;
}
.homeLibrary #pills-tabLibrary li {
  margin-bottom: 40px;
}
.homeLibrary .tab-content {
  width: 85%;
  flex: 0 0 85%;
}
.homeLibrary .tab-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeLibrary .tab-content .image {
  height: 100%;
  position: relative;
}
.homeLibrary .tab-content .image::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #f4f2f1;
}
.homeLibrary .tab-content .image[data-scroll=out]::after {
  width: 100%;
}
.homeLibrary .tab-content .image[data-scroll=in]::after {
  transition: width 1s ease;
}
.homeLibrary .tab-content .image p {
  margin: 0;
  height: 100%;
}
.homeLibrary .list_Library .item {
  position: relative;
  height: 663px;
}
.homeLibrary .list_Library .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: radial-gradient(47.51% 61.89% at 12.01% 93.82%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.homeLibrary .list_Library .item .content {
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 22px;
  color: #fff;
  text-transform: uppercase;
}
.homeLibrary .list_Library .item .content p {
  margin-bottom: 6px;
  font-family: var(--font-cenbold);
  font-size: 34px;
}
.homeLibrary .list_Library .item .content span {
  font-size: 20px;
  font-family: var(--font-cenbold);
  text-transform: initial;
}
.homeLibrary .list_Library .slick-arrow {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  width: 60px;
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #fff;
  left: calc(100% - 79px);
  transition: all 0.5s ease;
}
.homeLibrary .list_Library .slick-arrow.arrow_next {
  left: calc(100% - 79px + 70px);
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .homeLibrary .title {
    font-size: 45px;
  }
}
@media (min-width: 1700px) {
  .homeLibrary .list_home_library {
    max-width: 1344px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .homeLibrary {
    padding: 40px 0;
  }
  .homeLibrary .title {
    font-size: 42px !important;
  }
  .homeLibrary .list_home_library {
    flex-wrap: wrap;
  }
  .homeLibrary #pills-tabLibrary {
    height: auto;
    padding: 15px;
    flex-flow: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    align-items: center;
  }
  .homeLibrary #pills-tabLibrary li {
    margin-bottom: 0;
  }
  .homeLibrary #pills-tabLibrary button {
    font-size: 18px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    margin: 0 10px;
    line-height: 1;
    border-radius: 0;
  }
  .homeLibrary #pills-tabLibrary button.active p {
    width: auto;
    opacity: 1;
    margin-left: 10px;
  }
  .homeLibrary #pills-tabLibrary button img {
    display: block;
    padding-bottom: 7px;
    width: 27px;
  }
  .homeLibrary #pills-tabLibrary button p {
    width: 0;
    opacity: 0;
  }
  .homeLibrary #pills-tabLibraryContent,
  .homeLibrary .tab-pane {
    height: 300px;
  }
  .homeLibrary .tab-content {
    width: 100%;
    flex: 0 0 100%;
  }
  .homeLibrary .list_Library .item {
    height: 300px;
  }
  .homeLibrary .list_Library .item .content {
    left: 15px !important;
  }
  .homeLibrary .list_Library .item .content p {
    font-size: 22px;
    margin-bottom: 0;
  }
  .homeLibrary .list_Library .item .content span {
    font-size: 16px;
  }
  .homeLibrary .list_Library .slick-arrow {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .homeLibrary .list_Library .slick-arrow.arrow_prev {
    display: none;
  }
  .homeLibrary .list_Library .slick-arrow.arrow_next {
    left: unset !important;
    right: 15px !important;
    background: linear-gradient(291.94deg, #e03e97 0.76%, #f47b54 98.66%);
    border: none;
  }
}

.icon_play {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #fff;
}
.icon_play::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(291.94deg, #e03e97 0.76%, #f47b54 98.66%);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.75s ease;
}
.icon_play:hover::after {
  opacity: 1;
  transform: scale(1);
}
.icon_play .clippath {
  width: 26px;
  height: 26px;
  background: #fff;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: relative;
  z-index: 1;
}
.icon_play i {
  position: relative;
  z-index: 1;
  font-size: 20px;
}
@media (max-width: 767px) {
  .icon_play {
    width: 60px;
    height: 60px;
  }
}

.homeNews {
  padding: 200px 0 90px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeNews .title_grad {
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-left: calc((100% - 1344px) / 2);
  padding-top: 10px;
  margin-top: -10px;
}
@media (max-width: 1439px) {
  .homeNews .title_grad {
    padding-left: calc((100% - (100% - 96px)) / 2);
  }
}
@media (max-width: 767px) {
  .homeNews .title_grad {
    padding-left: 15px;
  }
}
.homeNews .title_news {
  margin-bottom: 32px;
}
.homeNews .text_stroke_kv {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0;
}
.homeNews .text_stroke_kv .letter_text_kv {
  font-size: 250px;
  line-height: 0.6;
}
.homeNews .text_stroke_kv .char {
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 89.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: overlay;
}
.homeNews .arrow_news {
  margin-top: 32px;
  padding-left: calc((100% - 1344px) / 2);
  display: flex;
}
.homeNews .arrow_news .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
@media (max-width: 1439px) {
  .homeNews .arrow_news {
    padding-left: calc((100% - (100% - 96px)) / 2);
  }
}
@media (max-width: 767px) {
  .homeNews .arrow_news {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .homeNews {
    padding: 80px 0;
  }
  .homeNews .title_grad {
    font-size: 42px;
  }
}

.list_news {
  padding-left: calc((100% - 1344px) / 2);
  position: relative;
  z-index: 1;
}
.list_news .item {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 12px;
  margin-right: 24px;
  width: 410px;
}
.list_news .item .thumbnail {
  margin-bottom: 22px;
  overflow: hidden;
}
.list_news .item .thumbnail:hover img {
  transform: scale(1.5);
}
.list_news .item .content_news {
  font-family: var(--font-cenbold);
}
.list_news .item .content_news .date {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 4px;
}
.list_news .item .content_news .time {
  margin-right: 8px;
  text-align: center;
  color: #fff;
}
.list_news .item .content_news .month {
  font-size: 12px;
}
.list_news .item .content_news .title {
  border-left: 1px solid #fff;
  padding-left: 8px;
  margin-bottom: 11px;
}
.list_news .item .content_news .title a {
  color: #fff;
  transition: color 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list_news .item .content_news .title a:hover {
  color: var(--color-blue);
}
.list_news .item .content_news .readmore {
  margin-left: 8px;
  font-family: var(--font-cenrg);
  font-size: 15px;
  display: flex;
  align-items: center;
}
.list_news .item .content_news .readmore a {
  color: #fff;
}
.list_news .item .content_news .readmore span {
  margin-right: 9px;
}
.list_news .item .content_news .readmore:hover a {
  color: var(--color-blue);
}
.list_news .item .content_news .readmore:hover a path {
  fill: var(--color-blue);
}
.list_news .item img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 3s ease;
}
@media (max-width: 1439px) {
  .list_news {
    padding-left: calc((100% - (100% - 96px)) / 2);
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .list_news .item {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .list_news {
    padding-left: 15px;
  }
  .list_news .item {
    width: 95vw;
  }
}

.homeFooter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 74px 0 99px 0;
  position: relative;
}
.homeFooter .background_ft {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  left: 0;
}
.homeFooter .background_ft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
.homeFooter .background_ft img[data-scroll=out] {
  transform: scale(1.5);
}
.homeFooter .background_ft img[data-scroll=in] {
  transition: transform 7s ease;
}
.homeFooter .top_footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeFooter .top_footer .brochure,
.homeFooter .top_footer .back_to_top {
  font-family: var(--font-jose);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.homeFooter .top_footer .brochure .icon,
.homeFooter .top_footer .back_to_top .icon {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 50%;
}
.homeFooter .top_footer .back_to_top .icon {
  margin-right: 0;
}
.homeFooter .top_footer .back_to_top span {
  margin-right: 10px;
}
.homeFooter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(2, 41, 96, 0.86);
  pointer-events: none;
}
.homeFooter .content_footer {
  width: 924px;
  margin: -2rem auto 0 auto;
  position: relative;
  z-index: 1;
}
.homeFooter .content_footer .logo {
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}
.homeFooter .content_footer .logo img:nth-child(1) {
  width: 190px;
  margin-right: 44px;
}
.homeFooter .content_footer .logo img:nth-child(2) {
  width: 127px;
}
.homeFooter .content_footer .address {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: var(--font-cenrg);
  margin-bottom: 16px;
}
.homeFooter .content_footer .info_contactft {
  align-items: center;
  justify-content: center;
}
.homeFooter .content_footer .info_contactft .item {
  color: #fff;
  font-size: 16px;
  margin-right: 40px;
  align-items: center;
}
.homeFooter .content_footer .info_contactft .item .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
.homeFooter .content_footer .info_contactft .item .text {
  position: relative;
}
.homeFooter .content_footer .info_contactft .item .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.homeFooter .content_footer .info_contactft .item:hover .text::after {
  width: 100%;
  transition: width 0.75s ease;
}
.homeFooter .content_footer .follow {
  text-align: center;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 60px;
}
.homeFooter .content_footer .follow .list_follow {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeFooter .content_footer .follow .list_follow .title {
  font-size: 16px;
  font-family: var(--font-cenbold);
}
.homeFooter .content_footer .follow .item {
  width: 36.98px;
  height: 36.98px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.924625px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 6px;
}
.homeFooter .content_footer .follow .item a {
  color: #fff;
  text-shadow: 0px 3.6985px 3.6985px rgba(0, 0, 0, 0.25), 0px 3.6985px 3.6985px rgba(0, 0, 0, 0.25);
}
.homeFooter .content_footer .form_contact .title {
  font-size: 26px;
  font-family: var(--font-jose);
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.homeFooter .content_footer .form_contact p {
  display: flex;
  margin: 0;
  justify-content: center;
}
.homeFooter .content_footer .form_contact input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
  padding: 10px 16px;
  color: #fff;
  font-family: var(--font-cenrg);
  transition: all 0.5s ease;
  margin-right: 20px;
  width: 237px;
}
.homeFooter .content_footer .form_contact input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homeFooter .content_footer .form_contact input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.homeFooter .content_footer .form_contact input:focus-visible {
  outline: none;
  border: 1px solid #ee6967;
}
.homeFooter .content_footer .form_contact br {
  display: none;
}
.homeFooter .content_footer .form_contact button {
  font-family: var(--font-cenbold);
  padding: 10px 30px;
  background: linear-gradient(291.94deg, #e03e97 0.76%, #f47b54 98.66%);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 3px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  transition: transform 0.5s ease;
}
.homeFooter .content_footer .form_contact button:hover {
  transform: scale(0.95);
}
@media (max-width: 767px) {
  .homeFooter .content_footer {
    width: 100%;
    margin: 2rem auto;
  }
  .homeFooter .info_contactft {
    flex-flow: column;
  }
  .homeFooter .info_contactft .item {
    margin-right: 0 !important;
    margin-bottom: 6px;
  }
  .homeFooter .form_contact p {
    flex-flow: column;
  }
  .homeFooter .form_contact input {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
  .homeFooter .form_contact button {
    margin: 10px auto 0 auto;
  }
}

.hover_icon {
  position: relative;
}
.hover_icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-grd-kv);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(0);
}
.hover_icon:hover {
  border: 1px solid #be79b6;
}
.hover_icon:hover::after {
  opacity: 1;
  transform: scale(1);
}
.hover_icon svg,
.hover_icon i {
  z-index: 1;
  position: relative;
}

.slick-arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(291.94deg, #e03e97 0.76%, #f47b54 98.66%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(0);
}
.slick-arrow:hover {
  border: 1px solid #be79b6;
}
.slick-arrow:hover::after {
  opacity: 1;
  transform: scale(1);
}
.slick-arrow svg,
.slick-arrow i {
  z-index: 1;
  position: relative;
}

.loding_page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 2s cubic-bezier(0.04, 1, 0.6, 0.97);
  background: var(--color-blue);
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loding_page.unactive {
  transform: translate(0, -100%);
}
.loding_page .logo {
  width: 200px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.splitting .char {
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: calc(80ms * var(--char-index));
  display: inline-block;
}
.splitting[data-scroll=out] .char {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.3, 0, 0.3, 1);
}
.splitting[data-scroll=in] .char {
  opacity: 1;
  transform: none;
}

.text_stroke_kv .char {
  background: linear-gradient(270deg, #3a87ca 0%, rgba(255, 255, 255, 0) 89.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.phrase_split {
  transform: rotateX(90deg);
  transition-delay: 0.4s !important;
}
@media (max-width: 767px) {
  .phrase_split {
    transform: none;
  }
}

.sub_split {
  transform: translate(-40px, -40px);
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .sub_split {
    transform: none;
  }
}

.article_split {
  transform: translate(0, 40px);
  transition-delay: 1s;
}
@media (max-width: 767px) {
  .article_split {
    transform: none;
  }
}

.unset_word {
  opacity: 0;
  transition: all 1s ease;
}
.unset_word[data-scroll=in] {
  transform: none;
  opacity: 1;
}
.unset_word .char {
  opacity: unset;
  transform: unset;
  transition: unset;
  transition-delay: unset;
}
@media (max-width: 767px) {
  .unset_word {
    opacity: 1;
  }
}

.splitting-mark {
  display: none !important;
}

.detail_news {
  padding: 78px 0 20px 0;
}
.detail_news .thumbnail img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_news .content_new {
  width: 70%;
  margin: -60px auto 80px auto;
  /* border-radius: 20px; */
  padding: 3rem;
  /* color: #fff; */
  box-shadow: 0 0 5px #c7c7c7;
  background: var(--color-grd-purple);
  color: #fff;
  z-index: 9;
  position: relative;
}
.detail_news .content_new .title {
  font-family: var(--font-oswald);
  font-size: 40px;
  padding: 10px 0;
}
.detail_news .content_new .time {
  margin-bottom: 2rem;
  font-family: var(--font-cenrg);
}
.detail_news .content_new article {
  text-align: justify;
  font-family: var(--font-cenrg);
}
.detail_news .btn_primary {
  color: #000;
  background: #cfcfcf;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  transition: all 0.5s ease;
}
.detail_news .btn_primary:hover {
  background: var(--color-grd-kv);
  color: #fff;
}
.detail_news ul.share {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.detail_news ul.share li {
  margin-left: 8px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 0.843521px solid #ebebeb;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.detail_news ul.share li:hover {
  background: var(--color-blue);
}
.detail_news ul.share li:hover a {
  color: #fff !important;
}
.detail_news ul.share li:nth-child(1) {
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
  background: none;
  border: none;
  box-shadow: none;
}
.detail_news ul.share li:nth-child(1):hover {
  color: unset;
  background: unset;
}
.detail_news ul.share li:nth-child(3) i {
  color: #dc4a38;
}
.detail_news ul.share li:nth-child(4) i {
  color: #007ab5;
}
.detail_news ul.share li:nth-child(6) i {
  color: red;
}
@media (max-width: 767px) {
  .detail_news .content_new {
    width: 95%;
    margin: 40px auto;
    padding: 15px;
  }
  .detail_news .content_new .--button {
    flex-flow: column;
    align-items: center;
  }
  .detail_news .content_new ul {
    margin-top: 1rem;
  }
}

button:focus, button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.modal_keyproject {
  padding: 0 !important;
  overflow-y: hidden;
}
.modal_keyproject .modal-content {
  background: var(--color-grd-kv);
  color: #fff;
  font-family: var(--font-cenrg);
}
.modal_keyproject .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  filter: invert(1);
  opacity: 1;
  cursor: pointer;
  z-index: 999;
}
.modal_keyproject .detail_key .content {
  padding: 2rem;
}
.modal_keyproject .detail_key .content article {
  text-align: justify;
}
.modal_keyproject .detail_key .title {
  font-size: 30px;
  font-family: var(--font-oswald);
  margin-bottom: 1rem;
}
.modal_keyproject .detail_key .image {
  flex: 0 0 60%;
}
.modal_keyproject .detail_key .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .modal_keyproject .modal-dialog {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  .modal_keyproject .detail_key {
    flex-flow: column;
    text-align: center;
  }
}

.box_kv .splitting[data-scroll=out] .char {
  transform: rotateX(182deg);
}

form .wpcf7-response-output {
  display: none;
  width: -moz-max-content;
  width: max-content;
  margin: 1rem auto 0 auto !important;
}
form.sent .wpcf7-response-output {
  display: block !important;
  width: 100%;
  font-weight: 500;
  color: #33df43;
  width: -moz-max-content;
  width: max-content;
}
form .wpcf7-not-valid-tip {
  font-size: 13px;
  font-family: var(--font-cenbold);
  margin-top: 10px;
}

.cta_main {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 999;
}
.cta_main .item {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  background: var(--color-grd-purple);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2705882353);
}
@media (max-width: 767px) {
  .cta_main {
    right: 15px;
  }
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 100px;
  height: 80px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid var(--color-yellow);
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: var(--color-yellow);
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: var(--color-yellow);
  width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff !important;
}

.imp-wrap {
  max-width: 100% !important;
}

.fancybox-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.imp-tooltips-container .imp-tooltip {
  background: var(--color-grd-kv) !important;
}/*# sourceMappingURL=style.css.map */