* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "SVN-GilroyXBold";
  src: url("../fonts/SVN-GilroyXBold.eot");
  src: url("../fonts/SVN-GilroyXBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GilroyXBold.woff2") format("woff2"), url("../fonts/SVN-GilroyXBold.woff") format("woff"), url("../fonts/SVN-GilroyXBold.ttf") format("truetype"), url("../fonts/SVN-GilroyXBold.svg#SVN-GilroyXBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyMedium.eot");
  src: url("../fonts/SVN-GilroyMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GilroyMedium.woff2") format("woff2"), url("../fonts/SVN-GilroyMedium.woff") format("woff"), url("../fonts/SVN-GilroyMedium.ttf") format("truetype"), url("../fonts/SVN-GilroyMedium.svg#SVN-GilroyMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy-Semi";
  src: url("../fonts/SVN-GilroySemiBold.eot");
  src: url("../fonts/SVN-GilroySemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-GilroySemiBold.woff2") format("woff2"), url("../fonts/SVN-GilroySemiBold.woff") format("woff"), url("../fonts/SVN-GilroySemiBold.ttf") format("truetype"), url("../fonts/SVN-GilroySemiBold.svg#SVN-GilroySemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-blue: #204f75;
  --color-orange: #f58220;
  --color-theme: #f8f0ed;
  --color-body-text: #0a1f30;
  --font-title: "SVN-GilroyXBold";
  --font-subtitle: "Beau Rivage", cursive;
  --font-body: "SVN-Gilroy";
  --font-body-bold: "SVN-Gilroy-Semi";
}

body {
  font-size: 15px;
  font-family: var(--font-body) !important;
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 3000px) {
  body {
    font-size: 3rem;
    line-height: 1.3;
  }
}

h2,
input {
  font-family: var(--font-body-bold) !important;
}

.overlay_image {
  position: relative;
}

.subTitle {
  font-family: var(--font-subtitle);
  color: var(--color-orange);
  font-size: 95px;
  text-transform: initial;
  line-height: 1;
}
@media (max-width: 1439px) {
  .subTitle {
    font-size: 75px;
  }
}
@media (max-width: 1280px) {
  .subTitle {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .subTitle {
    font-size: 40px;
  }
}
@media (min-width: 3000px) {
  .subTitle {
    font-size: 10rem;
  }
}

.segTitle {
  font-size: 52px;
  line-height: 1;
  font-family: var(--font-body-bold);
}
@media (max-width: 1439px) {
  .segTitle {
    font-size: 44px;
  }
}
@media (max-width: 1280px) {
  .segTitle {
    font-size: 34px;
  }
}
@media (min-width: 3000px) {
  .segTitle {
    font-size: 10rem;
  }
}

.text_stroke {
  color: var(--color-theme) !important;
  text-shadow: -1px -1px 0 rgba(217, 126, 63, 0.1490196078), 1px -1px 0 rgba(217, 126, 63, 0.1490196078), -1px 1px 0 rgba(217, 126, 63, 0.1490196078), 1px 1px 0 rgba(217, 126, 63, 0.1490196078) !important;
  font-family: var(--font-title);
  font-size: 18.9rem;
}
@media (max-width: 767px) {
  .text_stroke {
    font-size: 68px;
    letter-spacing: unset;
  }
}
@media (min-width: 3000px) {
  .text_stroke {
    font-size: 25rem;
  }
}

.section {
  background: var(--color-theme);
}

.homeBannerMobile {
  display: none;
}
.homeBannerMobile .gallery__texts {
  background: var(--color-blue) !important;
}
.homeBannerMobile .gallery__text {
  background: var(--color-blue) !important;
}
.homeBannerMobile .js-tabs-prev {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .homeBannerMobile {
    display: block;
  }
}

.homeBanner .subTitle {
  color: #fff;
  font-size: 102px;
}
.homeBanner .segTitle {
  font-size: 102px;
  color: #fff;
}
.homeBanner .intro__tab-box__next .btn {
  right: unset;
  left: calc(var(--spacing) * 3);
}
.homeBanner .btn.js-tabs-next:hover::before {
  background: var(--color-orange) !important;
  border: 1px solid transparent;
}
.homeBanner .btn.js-tabs-next:after {
  background: var(--color-blue);
  border: 1px solid #fff;
}
.homeBanner .tabs-contents__content {
  bottom: -40px;
}
.homeBanner .clip-box__wrapper p.intro__text {
  color: var(--color-body-text);
  max-width: 240px;
  text-transform: initial;
}
.homeBanner .intro__tab-box__text h2 {
  font-size: 18px;
}
.homeBanner .intro__tab-box__text p {
  color: #fff;
  text-transform: initial;
}
.homeBanner .intro__tab-box__next .btn--square:hover:before {
  background: var(--color-orange);
  border: 1px solid transparent;
}
@media (min-width: 2560px) {
  .homeBanner .clip-box__wrapper p.intro__text {
    left: -240px;
  }
  .homeBanner .clip-box__content--image {
    margin-left: 150px;
  }
  .homeBanner.intro--animation .clip-box__content--image {
    margin-left: 0;
  }
}
@media (min-width: 3000px) {
  .homeBanner .clip-box__wrapper p.intro__text {
    font-size: 3rem;
    line-height: 1.3;
    max-width: 600px;
  }
  .homeBanner .intro__tab-box__text h2 {
    font-size: 5rem;
  }
  .homeBanner .intro__tab-box__text p {
    max-width: 70%;
  }
}
@media (min-width: 1800px) {
  .homeBanner .intro__tab-box {
    height: calc(var(--viewport-height-actual) * 0.5);
  }
}
@media (max-width: 1439px) {
  .homeBanner .subTitle,
  .homeBanner .segTitle {
    font-size: 90px;
  }
}
@media (max-width: 1280px) {
  .homeBanner .subTitle,
  .homeBanner .segTitle {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .homeBanner {
    display: none;
  }
  .homeBanner .clip-box__wrapper p.intro__text {
    max-width: 300px;
  }
  .homeBanner .intro__tab-title {
    width: 100%;
  }
  .homeBanner .subTitle,
  .homeBanner .segTitle {
    font-size: 40px;
  }
  .homeBanner .clip-box__content--image.clip-box__content--image--parallax img {
    height: 450px;
  }
  .homeBanner .intro__clip-box {
    height: 450px;
  }
  .homeBanner .intro__tab-box {
    width: var(--col-7);
    height: var(--col-7);
  }
  .homeBanner .tabs-contents__content {
    bottom: 0;
  }
}

.js-tabs-prev:hover:before {
  background: var(--color-orange) !important;
  border: none;
}

.btn.js-tabs-next:after {
  background: var(--color-orange);
  border: none;
}
.btn.js-tabs-next::before {
  background: var(--color-blue);
  border: 1px solid #fff;
}

.modal--with-scrollable-content .btn--square .btn__content {
  border: 1px solid #c7c7c7;
  border-radius: 50%;
}
.modal--with-scrollable-content .btn--square .btn__content::after {
  background-color: var(--color-orange);
}
.modal--with-scrollable-content .btn--square .btn__content::before {
  background-color: var(--color-orange);
}
.modal--with-scrollable-content .text--crop {
  color: var(--color-body-text);
}

.btn_theme {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #5e5e5e;
  position: relative;
  color: #5e5e5e !important;
}
.btn_theme::after, .btn_theme::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.25s ease-in-out;
}
.btn_theme svg,
.btn_theme span {
  position: relative;
  z-index: 1;
}
.btn_theme::before {
  background: var(--color-orange) !important;
  border: none;
}
.btn_theme::after {
  background: var(--color-theme);
}
.btn_theme:hover {
  border: 1px solid transparent;
  color: #fff !important;
}
.btn_theme:hover::after {
  transform: scale(0);
}
.btn_theme:hover svg path {
  fill: #fff;
}
@media (max-width: 1439px) {
  .btn_theme {
    width: 50px;
    height: 50px;
  }
}

header {
  transition: all 0.25s ease !important;
}
header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: var(--color-theme);
  pointer-events: none;
  transition: height 0.25s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1294117647);
}
header.header_change::after {
  height: 100%;
}
header.header_change .btn_theme {
  color: #fff;
}
header.header_change .btn_theme::after {
  background: var(--color-theme) !important;
}
header.header_change .btn_theme::before {
  background: var(--color-blue) !important;
}
header.header_change .header__content {
  padding-top: 20px;
}
header .form_search {
  pointer-events: all;
  position: relative;
}
header .form_search svg {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 15px;
}
header .form_search button {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
header .form_search input {
  text-transform: initial;
  border-radius: 30px;
  background: #fff;
  padding: 12px 32px 12px 44px;
  height: 60px;
  border: 1px solid transparent;
  color: var(--color-body-text);
  transition: border 0.5s ease-in-out;
}
header .form_search input:focus-visible {
  outline: none;
  border: 1px solid var(--color-blue);
}
header .form_search input::-moz-placeholder {
  text-transform: initial;
}
header .form_search input::placeholder {
  text-transform: initial;
}
header .btn_theme {
  background: transparent !important;
  border: 1px solid #cfcfcf !important;
  color: #b9b9b9 !important;
}
header .btn_theme path {
  fill: #b9b9b9;
}
header .btn_theme::after {
  background: transparent !important;
}
header .btn_theme::before {
  background: transparent !important;
}
header .btn_theme:hover::before {
  background: var(--color-blue) !important;
}
header .group.group--filter .btn.btn--dark-header {
  background: var(--color-orange) !important;
  color: #fff;
}
header .group.group--filter .btn.btn--dark-header::after {
  background: var(--color-orange) !important;
}
header .group.group--filter .btn.btn--dark-header::before {
  background: var(--color-blue) !important;
}
header .group.group--filter .btn svg {
  margin-right: 7px;
}
header .group.group--filter .btn span {
  line-height: 1;
}
header .header__content {
  padding-top: 40px;
  padding-bottom: 20px;
  z-index: 1;
  transition: padding-top 0.5s ease;
}
header .js-header-right .btn__content {
  border-radius: 50%;
  color: #5e5e5e;
  font-size: 15px;
}
header .text--crop {
  color: #000;
  margin-right: 10px;
}
@media (max-width: 1436px) {
  header .form_search input {
    height: 50px;
  }
}
@media (max-width: 767px) {
  header .group--right .btn_theme,
  header .group--right .form_search,
  header .group--right .text--crop,
  header .group--right .header-callback {
    display: none;
  }
  header .header__logo {
    padding-top: 0;
    margin-bottom: 8px;
  }
  header .group.group--filter .btn svg {
    margin-right: 0;
  }
}
@media (min-width: 3000px) {
  header {
    padding: 50px 0 !important;
  }
}
@media (min-width: 2560px) {
  header {
    padding: 0 var(--spacing-4);
  }
}

.js-modal .menu__nav {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .js-modal .menu__nav a {
    font-size: 22px !important;
  }
}
@media (min-width: 2560px) {
  .js-modal .menu__nav {
    width: var(--col-4-5);
  }
  .js-modal .menu__nav a {
    font-size: 4rem !important;
  }
  .js-modal .modal__animation-button {
    padding: 0 var(--spacing-5);
  }
}

.header-callback .btn--callback::after {
  background-color: var(--color-orange) !important;
  border: 1px solid transparent;
}
.header-callback .btn--callback::before {
  background-color: var(--color-blue) !important;
  border: 1px solid transparent;
}

.tab-pane {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.tab-pane.active {
  opacity: 1;
  pointer-events: auto;
}
.tab-pane.active .content_achi::after {
  height: 0;
}

.homeAchieve .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 1000px;
  margin: -105px auto 0 auto;
}
.homeAchieve .nav .circle {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.3803921569);
  transform: translate(0, -50%);
  top: 50%;
  left: -100px;
  border-radius: 50%;
  z-index: -1;
}
.homeAchieve .nav .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -16px;
  left: -5px;
  background: var(--color-theme);
}
.homeAchieve .nav .circle.active {
  border: 1px solid #fff;
}
.homeAchieve .nav .circle.cir_1 {
  width: 250px;
  height: 250px;
}
.homeAchieve .nav .circle.cir_2 {
  width: 425px;
  height: 425px;
}
.homeAchieve .nav .circle.cir_3 {
  width: 630px;
  height: 630px;
}
.homeAchieve .nav .circle.cir_4 {
  width: 835px;
  height: 835px;
}
.homeAchieve .nav .circle.cir_5 {
  width: 1045px;
  height: 1045px;
}
.homeAchieve .nav .nav-item {
  width: 210px;
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}
.homeAchieve .nav .nav-item .info {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  border: 4px solid #fff;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, border 0.5s ease, transform 0.5s ease;
}
.homeAchieve .nav .nav-item .info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(32, 79, 117, 0.8392156863);
  border-radius: 50%;
  top: 0;
  left: 0;
}
.homeAchieve .nav .nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transition: opacity 0.5s ease;
}
.homeAchieve .nav .nav-item:hover .info {
  transform: scale(1.1);
}
.homeAchieve .nav .nav-item.active:hover .info {
  transform: none;
}
.homeAchieve .nav .nav-item.active .info {
  width: 100%;
  height: 100%;
  background: var(--color-orange);
}
.homeAchieve .nav .nav-item.active .info::after {
  opacity: 0;
}
.homeAchieve .nav .nav-item.active img {
  opacity: 0;
}
.homeAchieve .nav .nav-item.active .nav-link .event {
  opacity: 1;
  position: relative;
  transform: scale(1);
}
.homeAchieve .nav .nav-item.active .number {
  font-size: 47px;
}
.homeAchieve .nav .nav-link {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: var(--font-body);
  z-index: 1;
  text-align: center;
  width: 100%;
}
.homeAchieve .nav .number {
  font-size: 27px;
  margin-bottom: 1rem;
  font-family: var(--font-body-bold);
  text-align: center;
  transition: font-size 0.5s ease;
}
.homeAchieve .nav .event {
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  transform: scale(0);
  transition-delay: 0.5s;
}
.homeAchieve .tab-content {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.homeAchieve .tab-pane {
  position: absolute;
  height: 100%;
  opacity: 1;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.homeAchieve .tab-pane .content_achi {
  position: relative;
  display: flex;
  height: 100%;
}
.homeAchieve .tab-pane.active {
  z-index: 1;
  pointer-events: auto;
}
.homeAchieve .tab-pane.active .content_achi::after {
  height: 0;
}
.homeAchieve .tab-pane.active .content_achi .left_achi img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.4, 0, 1, 1);
  transition: clip-path 1s cubic-bezier(0.4, 0, 1, 1);
  transition: clip-path 1s cubic-bezier(0.4, 0, 1, 1), -webkit-clip-path 1s cubic-bezier(0.4, 0, 1, 1);
  transition-delay: 0.1s;
}
.homeAchieve .tab-pane.active .content_achi .left_achi::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.34);
}
.homeAchieve .tab-pane.active .right_achi {
  opacity: 1;
}
.homeAchieve .tab-pane .left_achi {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.homeAchieve .tab-pane .left_achi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: clip-path 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: clip-path 0.1s cubic-bezier(0.4, 0, 1, 1), -webkit-clip-path 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition-delay: 1s;
}
.homeAchieve .tab-pane .number_achi {
  align-items: center;
  position: relative;
  font-size: 52px;
  line-height: 1.3;
}
.homeAchieve .tab-pane .number_achi .number {
  line-height: 1;
  font-weight: 700;
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  justify-content: flex-end;
  font-family: var(--font-body-bold);
}
.homeAchieve .tab-pane .number_achi .number .unit,
.homeAchieve .tab-pane .number_achi .number .count {
  color: var(--color-orange);
}
.homeAchieve .tab-pane .right_achi {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 70%;
  z-index: 2;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1s;
  width: 500px;
}
.homeAchieve .tab-pane .right_achi article {
  text-transform: initial;
  margin-top: 40px;
}
.homeAchieve .text_stroke {
  line-height: 0.7;
  text-align: center;
}
@media (min-width: 1500px) {
  .homeAchieve .nav {
    width: 1400px;
  }
  .homeAchieve .nav .circle {
    left: 0;
  }
}
@media (min-width: 2560px) {
  .homeAchieve .nav {
    width: 1920px;
    padding: 0 140px;
  }
  .homeAchieve .nav .cir_5 {
    width: 1695px !important;
    height: 1695px !important;
  }
  .homeAchieve .nav .cir_4 {
    width: 1330px !important;
    height: 1330px !important;
  }
  .homeAchieve .nav .cir_3 {
    width: 975px !important;
    height: 975px !important;
  }
  .homeAchieve .nav .cir_2 {
    width: 630px !important;
    height: 630px !important;
  }
}
@media (min-width: 1440px) {
  .homeAchieve .circle::after {
    bottom: -2px !important;
    left: -2px !important;
  }
}
@media (max-width: 1439px) {
  .homeAchieve .nav-item {
    width: 180px !important;
    height: 180px !important;
  }
  .homeAchieve .nav-item.active .info {
    width: 100% !important;
    height: 100% !important;
  }
  .homeAchieve .nav-item .info {
    width: 100px !important;
    height: 100px !important;
  }
  .homeAchieve .circle.cir_1 {
    width: 200px !important;
    height: 200px !important;
  }
  .homeAchieve .circle.cir_2 {
    width: 400px !important;
    height: 400px !important;
  }
  .homeAchieve .circle.cir_3 {
    width: 605px !important;
    height: 605px !important;
  }
  .homeAchieve .circle.cir_4 {
    width: 805px !important;
    height: 805px !important;
  }
  .homeAchieve .circle.cir_5 {
    width: 1010px !important;
    height: 1010px !important;
  }
}
@media (max-width: 767px) {
  .homeAchieve .nav {
    width: 100%;
  }
  .homeAchieve .tab-content {
    height: 70vh;
  }
  .homeAchieve .right_achi {
    left: 50% !important;
    width: 100% !important;
    padding: 15px;
    top: 25% !important;
    text-align: center;
  }
  .homeAchieve .right_achi .number_achi {
    font-size: 30px;
    display: block;
    margin: auto;
  }
  .homeAchieve .right_achi article {
    margin-top: 1.5rem !important;
    width: 100% !important;
  }
  .homeAchieve .nav-item {
    width: 60px !important;
    height: 60px !important;
  }
  .homeAchieve .nav-item.active .number {
    font-size: 14px !important;
  }
  .homeAchieve .nav-item .info {
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #fff !important;
  }
  .homeAchieve .circle {
    display: none !important;
  }
  .homeAchieve .nav .number {
    margin-bottom: 0;
    font-size: 14px;
  }
  .homeAchieve .nav .event {
    display: none;
  }
}
@media (min-width: 3000px) {
  .homeAchieve .right_achi {
    width: 40% !important;
  }
  .homeAchieve .right_achi .number_achi {
    font-size: 10rem;
    margin-bottom: 10rem;
  }
}

.d-flex {
  display: flex;
}

.content_homeevent {
  position: relative;
}
.content_homeevent .left_event {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-body-text);
  text-transform: initial;
  width: 336px;
}
.content_homeevent .left_event .segTitle {
  text-transform: uppercase;
  margin-bottom: 44px;
  color: var(--color-blue);
}
.content_homeevent .left_event article {
  margin-bottom: 44px;
}
.content_homeevent .left_event .btn_view {
  width: -moz-max-content;
  width: max-content;
  background: var(--color-orange);
  color: #fff;
  padding: 15px 24px 15px 24px;
}
@media (min-width: 2560px) {
  .content_homeevent .left_event {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .content_homeevent .left_event article {
    text-align: center;
  }
}

.homeEvent {
  padding: var(--spacing-2) 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .homeEvent .text_stroke {
    position: absolute;
  }
  .homeEvent .left_event {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .homeEvent .left_event .view_all {
    margin: auto;
  }
}
@media (min-width: 2560px) {
  .homeEvent .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
  .homeEvent .advantages-wrapper {
    padding-left: calc(var(--col-3) - var(--spacing));
  }
  .homeEvent .advantages-wrapper li {
    width: calc(40vw - var(--col-2) - var(--spacing-1));
  }
}

.homeActivity {
  display: flex;
  position: relative;
  height: 100%;
  padding-bottom: var(--spacing-2);
}
.homeActivity::after, .homeActivity::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-blue);
  width: 70%;
  pointer-events: none;
}
.homeActivity::before {
  background: var(--color-orange);
  width: 30%;
  right: 0;
  left: unset;
}
.homeActivity .btn_mouse_width:hover::before {
  background: var(--color-orange) !important;
  border: 1px solid transparent;
}
.homeActivity .btn_mouse_width:after {
  background: var(--color-blue);
  border: 1px solid #fff;
}
.homeActivity .left_activity {
  flex: 0 0 35%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 517px;
}
.homeActivity .left_activity .control_slide {
  display: flex;
  justify-content: space-between;
  padding-right: 70px;
}
.homeActivity .left_activity .segTitle {
  color: #fff;
}
.homeActivity .right_activity {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.homeActivity .right_activity .flickity-slider {
  position: relative;
  left: unset;
}
.homeActivity .right_activity .flickity-viewport {
  overflow: unset !important;
}
.homeActivity .right_activity:focus-visible {
  outline: none;
}
.homeActivity .right_activity .item_activity {
  width: 65%;
  margin-right: 44px;
}
.homeActivity .right_activity .item_activity::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33%;
  background: linear-gradient(0deg, rgba(25, 25, 25, 0.6) 0%, rgba(25, 25, 25, 0) 91.53%);
  pointer-events: none;
  width: 100%;
}
.homeActivity .right_activity .item_activity .title {
  position: absolute;
  bottom: 18px;
  left: 20px;
  text-transform: uppercase;
  z-index: 1;
}
.homeActivity .right_activity .item_activity img {
  width: 100%;
  height: 517px;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeActivity .button_acti {
  display: flex;
}
.homeActivity .button_acti .btn--square.js-tabs-prev {
  margin-right: 8px;
}
.homeActivity .carousel-status {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 238, 0.6);
}
.homeActivity .carousel-status .line {
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background: rgba(255, 255, 238, 0.6);
}
.homeActivity .carousel-status .current {
  color: var(--color-orange);
}
@media (min-width: 1500px) {
  .homeActivity .item_activity img {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .homeActivity {
    flex-flow: column;
  }
  .homeActivity .left_activity {
    padding: var(--spacing-2);
  }
  .homeActivity .left_activity .control_slide {
    margin-top: 3rem;
    padding-right: 0;
  }
  .homeActivity .left_activity .top_acti {
    text-align: center;
  }
  .homeActivity::after {
    width: 100%;
  }
  .homeActivity::before {
    width: 100%;
    left: unset;
    height: 30%;
    bottom: 0;
    top: unset;
    z-index: 1;
  }
  .homeActivity .right_activity .item_activity {
    width: 85%;
    margin-right: 20px;
  }
  .homeActivity .right_activity .item_activity img {
    height: 350px;
  }
}
@media (min-width: 2560px) {
  .homeActivity {
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .homeActivity .right_activity .item_activity img {
    height: 50vh;
  }
  .homeActivity .left_activity {
    height: auto;
    padding-left: var(--spacing-5);
  }
}

.homeVideo {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .homeVideo {
    height: 50vh;
  }
}

.play_video {
  border: 0.933px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease-in-out;
}
.play_video:hover {
  transform: scale(0.8);
}
.play_video::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .play_video .play_video {
    transform: scale(0.7);
  }
}
@media (min-width: 3000px) {
  .play_video {
    width: 250px;
    height: 250px;
  }
  .play_video::after {
    width: 200px;
    height: 200px;
  }
}

.homeCustomer {
  padding: var(--spacing-2) 0;
}
.homeCustomer .flickity-page-dots {
  opacity: 0 !important;
}
.homeCustomer .control_custom {
  justify-content: center;
  margin-top: 3rem;
}
.homeCustomer .control_custom .js-tabs-prev,
.homeCustomer .control_custom .js-tabs-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.4509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  margin: 0 10px;
}
.homeCustomer .left_customer {
  flex: 0 0 60%;
  margin-bottom: 50px;
}
.homeCustomer .left_customer .segTitle {
  color: var(--color-blue);
}
.homeCustomer .right_customer {
  color: var(--color-body-text);
  text-transform: initial;
}
.homeCustomer .list_customer .slick-list {
  border-right: 1px solid rgba(32, 48, 73, 0.16);
}
.homeCustomer .list_customer .group_custom {
  width: 25%;
}
.homeCustomer .list_customer .slick-slide > div {
  opacity: 1;
}
.homeCustomer .list_customer .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
  border: 1px solid rgba(32, 48, 73, 0.16);
  transition: box-shadow 0.5s ease-in-out;
}
.homeCustomer .list_customer .item img {
  width: 150px;
  transition: transform 0.5s ease-in-out;
}
.homeCustomer .list_customer .item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.homeCustomer .list_customer .item:hover img {
  transform: scale(1.3);
}
@media (max-width: 1280px) {
  .homeCustomer .list_customer .item {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .homeCustomer {
    overflow: hidden;
  }
  .homeCustomer .group_custom {
    width: 50% !important;
  }
  .homeCustomer .flickity-page-dots {
    display: none;
  }
  .homeCustomer .description_customer {
    flex-flow: column;
    margin-bottom: 2rem;
    text-align: center;
  }
  .homeCustomer .description_customer .left_customer {
    margin-bottom: 2rem;
  }
  .homeCustomer .list_customer .item {
    height: 150px;
    padding: 20px;
  }
  .homeCustomer .list_customer .item img {
    width: 90px;
  }
}
@media (min-width: 2560px) {
  .homeCustomer .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
  .homeCustomer .list_customer .item {
    height: 27vh;
  }
  .homeCustomer .list_customer .item img {
    width: 200px;
  }
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.slick-dots li {
  margin: 0 9px;
  background: #8b8b8b;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: var(--color-orange);
}

.homeEvaluate {
  padding-bottom: 150px;
}
.homeEvaluate .segTitle {
  color: var(--color-blue);
  margin-bottom: 15px;
}
.homeEvaluate article {
  color: var(--color-body-text);
  text-transform: initial;
  margin-left: 2px;
}
.homeEvaluate .flickity-viewport {
  position: relative;
}
.homeEvaluate .flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.homeEvaluate .description_eval {
  width: 50%;
  margin-bottom: -110px;
  padding-left: 8%;
  position: relative;
}
.homeEvaluate .description_eval svg {
  position: absolute;
  left: 0;
  bottom: calc(100% - 60px);
}
.homeEvaluate .description_eval article {
  padding-right: 100px;
}
.homeEvaluate .item_widget {
  width: 100vw;
  padding: 0 15vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.homeEvaluate .item_widget .left {
  flex: 0 0 50%;
  padding-right: 30px;
  padding-top: 144px;
}
.homeEvaluate .item_widget .right {
  flex: 1;
}
.homeEvaluate .item_widget .right .item_eval {
  margin-bottom: 30px;
}
.homeEvaluate .list_eval:focus-visible {
  outline: none;
}
.homeEvaluate .control_eval {
  z-index: 999;
  position: absolute;
  display: flex;
  top: calc(100% - 50px);
  left: 50px;
  width: calc(50% - 90px);
  justify-content: flex-end;
  align-items: center;
}
.homeEvaluate .js-tabs-prev,
.homeEvaluate .js-tabs-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
  top: 66%;
  right: 88%;
  position: absolute;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.4509803922);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
}
.homeEvaluate .js-tabs-next {
  left: 88%;
  right: unset;
}
.homeEvaluate .flickity-page-dots {
  margin: 0 60px;
  display: none;
}
.homeEvaluate .flickity-page-dots li {
  width: 10px;
  height: 10px;
  margin: 0 9px;
  background: #8b8b8b;
  border-radius: 70%;
}
.homeEvaluate .flickity-page-dots li.is-selected {
  background: var(--color-orange);
}
.homeEvaluate .item_eval {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
  padding: 2.5rem;
  text-transform: initial;
}
.homeEvaluate .item_eval .img {
  margin-bottom: 2rem;
}
.homeEvaluate .item_eval .img img {
  width: 65px;
}
.homeEvaluate .item_eval .content_eval {
  position: relative;
}
.homeEvaluate .item_eval .content_eval .content {
  padding-left: 16px;
  margin-left: 16px;
}
.homeEvaluate .item_eval .content_eval article {
  color: #3e3e3e;
  margin-bottom: 24px;
}
.homeEvaluate .item_eval .content_eval svg {
  position: absolute;
  left: 0;
  top: 0;
}
.homeEvaluate .item_eval .content_eval .name {
  font-weight: 700;
  color: #191919;
  font-size: 18px;
}
.homeEvaluate .item_eval .content_eval .note {
  color: #8b8b8b;
  font-size: 14px;
}
@media (max-width: 767px) {
  .homeEvaluate {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .homeEvaluate .description_eval {
    width: 100%;
    margin-bottom: 2rem;
  }
  .homeEvaluate .description_eval svg {
    width: 40px;
  }
  .homeEvaluate .description_eval article {
    padding-right: 0;
  }
  .homeEvaluate .list_eval {
    overflow: hidden;
    padding-bottom: 150px;
  }
  .homeEvaluate .item_widget {
    padding: 0 15px;
    flex-flow: column-reverse;
  }
  .homeEvaluate .item_widget .left {
    flex: 0 0 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .homeEvaluate .item_eval {
    margin-bottom: 1rem !important;
  }
  .homeEvaluate .control_eval {
    position: relative;
    bottom: unset;
    width: 100%;
    margin-top: 3rem;
    justify-content: center;
    left: unset;
    display: none;
  }
}
@media (min-width: 2560px) {
  .homeEvaluate .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
  .homeEvaluate .item_widget {
    width: 80vw;
  }
}

.homeContact {
  background: var(--color-blue);
  position: relative;
  display: flex;
}
.homeContact .content_conatct {
  padding-left: var(--spacing);
  padding-right: 320px;
  padding-top: var(--spacing-2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 0 70%;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
.homeContact .content_conatct article {
  margin-top: 24px;
  width: 80%;
  text-transform: initial;
}
.homeContact .form_contact {
  background: var(--color-orange);
  padding: 60px;
  margin-bottom: 140px;
  margin-left: -150px;
}
.homeContact .form_contact input,
.homeContact .form_contact textarea {
  width: 100%;
  padding: 11px 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-top: 5px;
  text-transform: initial;
}
.homeContact .form_contact input::-moz-placeholder, .homeContact .form_contact textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: initial;
}
.homeContact .form_contact input::placeholder,
.homeContact .form_contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  text-transform: initial;
}
.homeContact .form_contact input:focus, .homeContact .form_contact input:focus-visible,
.homeContact .form_contact textarea:focus,
.homeContact .form_contact textarea:focus-visible {
  outline: var(--color-blue);
}
.homeContact .form_contact textarea {
  height: 112px;
}
.homeContact .form_contact label {
  font-size: 14px;
  text-transform: initial;
}
.homeContact .form_contact .form_control:nth-child(1) {
  margin-right: 20px;
}
.homeContact .form_contact .from_group {
  margin-bottom: 20px;
  justify-content: center;
  width: 100%;
}
.homeContact .form_contact .from_group p {
  width: 100%;
}
.homeContact .form_contact button {
  color: var(--color-blue);
  background: #fff;
}
.homeContact .form_contact button:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .homeContact {
    flex-flow: column;
  }
  .homeContact .content_conatct {
    flex: 0 0 100%;
    padding: 40px var(--spacing);
    text-align: center;
  }
  .homeContact .content_conatct article {
    width: 100%;
  }
  .homeContact .form_contact {
    margin-left: 0;
    margin-bottom: 0;
    padding: 40px var(--spacing);
  }
}
@media (min-width: 2560px) {
  .homeContact .content_conatct {
    padding-left: var(--spacing-5);
    flex: 0 0 60%;
  }
  .homeContact .form_contact {
    width: 26%;
    margin-bottom: 200px;
  }
  .homeContact .form_contact .from_group {
    margin-bottom: 2rem;
  }
  .homeContact .form_contact label {
    font-size: 3rem;
  }
  .homeContact .form_contact input,
  .homeContact .form_contact textarea {
    padding: 25px 20px;
    margin-top: 1rem;
  }
  .homeContact .form_contact button {
    margin-top: 4rem;
  }
}

.btn_view {
  border-radius: 30px;
  display: flex;
  padding: 15px 24px 11px 24px;
  justify-content: center;
  align-items: center;
  border: none;
  line-height: 1;
  margin: 4px auto 0 auto;
  position: relative;
  overflow: hidden;
}
.btn_view svg,
.btn_view span {
  position: relative;
  z-index: 1;
}
.btn_view::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 100%;
  transition: top 0.25s ease-in-out;
  left: -1px;
  background: var(--color-blue);
  border-radius: 30px;
}
.btn_view:hover {
  color: #fff;
}
.btn_view:hover path {
  fill: #fff;
}
.btn_view:hover::after {
  top: -1px;
}
.btn_view svg {
  margin-left: 4px;
}
.btn_view br {
  display: none;
}

form .wpcf7-not-valid-tip {
  text-transform: initial;
  font-size: 14px !important;
}
form .wpcf7-response-output {
  display: none;
  text-transform: initial;
  text-align: center;
  background: rgba(70, 180, 80, 0.3215686275);
}
form.sent .wpcf7-response-output {
  display: block;
}

.view_all {
  color: #191919;
  margin: unset;
}
.view_all svg {
  margin-left: 5px;
}
.view_all:hover {
  color: #fff !important;
}

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

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

.homeLibrary {
  padding-bottom: var(--spacing-2);
}
.homeLibrary .content_library {
  padding-top: var(--spacing-2);
  padding-right: var(--spacing);
  padding-left: var(--spacing);
}
.homeLibrary .content_library .info_lib {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.homeLibrary .segTitle {
  color: var(--color-blue);
}
.homeLibrary .view_all {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.homeLibrary .nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(32, 48, 73, 0.16);
  padding-bottom: 44px;
  margin-bottom: 44px;
}
.homeLibrary .nav .nav-item {
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 8px 24px 5px 24px;
  margin-right: 12px;
  background: #f7e4dd;
}
.homeLibrary .nav .nav-item .nav-link {
  color: #191919;
  background: none;
  border: none;
  font-family: var(--font-body);
}
.homeLibrary .nav .nav-item.active {
  background: var(--color-orange);
  border: 1px solid #e9c9bd;
}
.homeLibrary .nav .nav-item.active .nav-link {
  color: #fff;
}
@media (max-width: 767px) {
  .homeLibrary .progress {
    opacity: 0;
  }
  .homeLibrary .content_library .info_lib {
    flex-flow: column;
    margin-bottom: 2rem;
  }
  .homeLibrary .content_library .info_lib .segTitle {
    margin-bottom: 2rem;
  }
  .homeLibrary .nav {
    justify-content: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .homeLibrary .nav .nav-item {
    padding: 8px 10px 5px 10px;
  }
}
@media (min-width: 2560px) {
  .homeLibrary .content_library {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.item_libr {
  position: relative;
  color: #191919;
  margin: 0 22px;
  width: 604px;
}
.item_libr .name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.item_libr img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1500px) {
  .item_libr img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .item_libr {
    width: 90%;
  }
}

.popup_libra {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_libra svg {
  position: relative;
  z-index: 1;
}
.popup_libra::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-orange);
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: transform 0.25s ease-in-out;
}
.popup_libra:hover::after {
  transform: scale(0);
}
@media (max-width: 1439px) {
  .popup_libra {
    width: 50px;
    height: 50px;
  }
}

#pills-tabLibrContent {
  height: 400px;
  position: relative;
}
#pills-tabLibrContent .tab-pane {
  height: 400px;
}
@media (min-width: 1500px) {
  #pills-tabLibrContent {
    height: 560px;
  }
  #pills-tabLibrContent .list_image {
    overflow: hidden;
    padding: 0 var(--spacing);
  }
  #pills-tabLibrContent .list_image img {
    height: 520px;
  }
  #pills-tabLibrContent .list_image .item_img {
    width: 50%;
  }
  #pills-tabLibrContent .tab-pane {
    height: 560px;
  }
}
@media (max-width: 767px) {
  #pills-tabLibrContent .list_image,
  #pills-tabLibrContent .list_video,
  #pills-tabLibrContent .list_document {
    overflow: hidden;
  }
}
@media (min-width: 2560px) {
  #pills-tabLibrContent {
    height: 800px;
  }
  #pills-tabLibrContent .item_libr .name {
    font-size: 3rem;
  }
  #pills-tabLibrContent .tab-pane {
    height: 800px;
  }
  #pills-tabLibrContent .list_image img {
    height: 55vh;
  }
}

.list_image .flickity-button {
  opacity: 0 !important;
}

.homeNews {
  position: relative;
  padding-bottom: var(--spacing-2);
}
.homeNews .text_stroke {
  line-height: 1;
  position: absolute;
  left: var(--spacing-2-5);
  top: -100px;
}
.homeNews .view_all {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.homeNews .segTitle {
  color: var(--color-blue);
  transform: rotate(-90deg);
  transform-origin: left;
  /* transition: all 1s ease; */
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  white-space: nowrap;
  position: absolute;
  top: 66%;
  left: 10%;
}
.homeNews .content_news {
  padding-left: var(--spacing);
}
.homeNews .control_slide {
  justify-content: space-between;
  padding-right: var(--spacing);
  margin-top: 44px;
  align-items: center;
}
.homeNews .control_slide .btn__content {
  border-radius: 50%;
}
.homeNews .control_slide .btn.js-tabs-next:after {
  background: var(--color-theme);
}
.homeNews .control_slide .btn.js-tabs-next::before {
  background: var(--color-orange);
}
.homeNews .control_slide .btn_mouse_width {
  border: 1px solid #eae4dd;
}
.homeNews .control_slide .btn_mouse_width:hover .btn__content {
  border: none;
}
.homeNews .left {
  width: 20%;
}
.homeNews .right {
  flex: 1;
}
.homeNews .intr_news {
  height: 100%;
  position: relative;
}
@media (min-width: 1440px) {
  .homeNews .segTitle {
    top: 90%;
  }
}
@media (max-width: 767px) {
  .homeNews .content_news {
    flex-flow: column;
  }
  .homeNews .content_news .left {
    transform: none !important;
    width: 100%;
  }
  .homeNews .right {
    margin-top: 4rem;
  }
  .homeNews .segTitle {
    transform: none;
    position: relative;
    top: unset;
    white-space: unset;
    left: unset;
    margin: auto;
  }
  .homeNews .text_stroke {
    top: 0;
  }
}
@media (min-width: 2560px) {
  .homeNews .segTitle {
    top: 50%;
  }
  .homeNews .content_news {
    padding-left: var(--spacing-5);
  }
}

.flickity-button {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.list_news_hot {
  overflow: hidden;
}
.list_news_hot .item_news {
  width: 428px;
}
@media (min-width: 1500px) {
  .list_news_hot .item_news {
    width: 530px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .list_news_hot .item_news {
    width: 90%;
    margin-right: 20px;
  }
}
@media (min-width: 2560px) {
  .list_news_hot .item_news {
    height: 650px;
  }
}

.item_news {
  position: relative;
  margin-right: 44px;
  height: 400px;
  width: 430px;
  overflow: hidden;
}
.item_news::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 31, 48, 0.5803921569);
}
.item_news img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
.item_news .content_news {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px 42px;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.item_news .content_news .cate {
  margin-bottom: 24px;
  font-size: 13px;
}
.item_news .content_news .title {
  font-size: 16px;
}
.item_news .content_news .date_news {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.item_news .content_news .date_news .title {
  font-size: 16px;
}
.item_news .content_news .date_news .date {
  font-size: 82px;
  line-height: 1;
}
.item_news .content_news .date_news .month {
  font-size: 13px;
}
.item_news:hover .title {
  color: var(--color-orange);
}
.item_news:hover img {
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .item_news .content_news {
    padding: 20px;
  }
}

footer {
  background: var(--color-blue) !important;
  padding-top: var(--spacing-2);
  text-transform: initial;
}
footer .left_footer {
  flex: 0 0 25%;
}
footer .right_footer {
  flex: 1;
  padding-left: 110px;
}
footer .right_footer .info_contact_footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 44px;
  margin-bottom: 44px;
}
footer .right_footer .info_contact_footer a {
  margin-bottom: 5px;
}
footer .right_footer .info_contact_footer a:last-child {
  margin-bottom: 0;
}
footer .right_footer .info_contact_footer .item {
  padding-right: 44px;
}
footer .right_footer .info_contact_footer .item:nth-child(3) {
  padding-right: 0;
}
footer .right_footer .info_contact_footer .content_info {
  display: flex;
  flex-flow: column;
  opacity: 0.8;
}
footer .right_footer .info_contact_footer .title_info {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: var(--font-body-bold);
}
footer .title_footer {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: var(--font-body-bold);
}
footer .content_footer {
  opacity: 0.8;
  margin-bottom: 32px;
}
footer .link_page_footer {
  flex-wrap: wrap;
}
footer .link_page_footer .item {
  font-size: 16px;
  margin-bottom: 24px;
  flex: 0 0 25%;
}
footer a:hover {
  color: var(--color-orange) !important;
}
footer .view_all {
  background: var(--color-orange);
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 11px 24px;
  border: 1px solid var(--color-orange);
  cursor: pointer;
}
footer .view_all:hover {
  color: #fff !important;
}
footer .bottom_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0;
  margin-top: 60px;
  font-size: 14px;
  opacity: 0.8;
}
footer .bottom_footer .item_bot {
  flex: 0 0 33.3333333333%;
  text-align: center;
  opacity: 0.8;
}
footer .bottom_footer .item_bot.right {
  text-align: right;
}
footer .bottom_footer .social {
  display: flex;
  align-items: center;
}
footer .bottom_footer .social a {
  border: 1px solid #9b9b9b;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
}
footer .bottom_footer .social a img {
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
}
@media (max-width: 1439px) {
  footer .title_footer {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  footer .infomation_footer {
    flex-flow: column;
  }
  footer .infomation_footer .right_footer {
    padding-left: 0;
    margin-top: 3rem;
  }
  footer .infomation_footer .info_contact_footer {
    flex-flow: column;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  footer .infomation_footer .info_contact_footer .item {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  footer .link_page_footer {
    flex-flow: column;
  }
  footer .link_page_footer .item {
    margin-bottom: 1rem;
    flex: 0 0 100%;
  }
  footer .bottom_footer {
    margin-top: 2rem;
    flex-flow: column;
    padding: 2rem 0;
  }
  footer .bottom_footer .coppyright {
    margin: 1rem 0;
  }
  footer .bottom_footer .item_bot {
    flex: 0 0 100%;
  }
}
@media (min-width: 2560px) {
  footer .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.aboutBanner {
  display: flex;
  padding-top: 180px;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  background: transparent;
}
.aboutBanner .text_stroke {
  color: rgba(32, 79, 117, 0.08) !important;
  text-shadow: none !important;
  z-index: 1;
}
.aboutBanner::after {
  content: "";
  position: absolute;
  height: calc(100% - 145px);
  width: 100%;
  top: 0px;
  left: 0;
  background: var(--color-theme);
  pointer-events: none;
}
.aboutBanner .btn--primary {
  position: absolute;
  left: var(--spacing);
  bottom: 200px;
  border: 1px solid var(--Stroke, rgba(32, 48, 73, 0.16));
  border-radius: 50%;
}
.aboutBanner .btn--primary::before {
  background-color: var(--color-orange);
}
.aboutBanner .btn--primary:hover path {
  fill: #fff;
}
.aboutBanner .segTitle {
  font-size: 172px;
  color: var(--color-orange);
  padding-left: var(--spacing);
  z-index: 2;
  position: absolute;
  left: 0;
}
.aboutBanner .right_banner {
  margin-top: 80px;
  width: 77%;
  z-index: 1;
  position: relative;
}
.aboutBanner .right_banner .popup_video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.aboutBanner .right_banner .play_video {
  transform: scale(0.8);
}
.aboutBanner .right_banner img,
.aboutBanner .right_banner video {
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1439px) {
  .aboutBanner .segTitle {
    font-size: 160px;
  }
}
@media (min-width: 1500px) {
  .aboutBanner .right_banner {
    padding-right: var(--spacing);
  }
}
@media (max-width: 767px) {
  .aboutBanner {
    padding-top: 130px;
    flex-flow: column-reverse;
    background: var(--color-theme);
  }
  .aboutBanner .text_stroke {
    display: none;
  }
  .aboutBanner .btn--primary {
    display: none;
  }
  .aboutBanner::after {
    height: 70px;
    bottom: -1px;
  }
  .aboutBanner .segTitle {
    font-size: 50px;
  }
  .aboutBanner .right_banner {
    margin-top: 50px;
    width: 85%;
  }
  .aboutBanner .right_banner img,
  .aboutBanner .right_banner video {
    height: auto;
  }
}
@media (min-width: 2560px) {
  .aboutBanner {
    padding-top: 300px;
  }
  .aboutBanner .segTitle {
    font-size: 200px;
    padding-left: var(--spacing-5);
  }
  .aboutBanner .right_banner {
    padding-right: var(--spacing-5);
    margin-top: 153px;
  }
  .aboutBanner .right_banner img,
  .aboutBanner .right_banner video {
    height: 60vh;
  }
  .aboutBanner .right_banner .popup_video {
    left: calc(50% - var(--spacing-5) / 2);
  }
}

.muted_sound,
.volum_sound {
  position: absolute;
  bottom: 35px;
  left: 30px;
  z-index: 99;
  border: none;
  background: var(--color-blue);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.muted_sound::after,
.volum_sound::after {
  background: var(--color-orange);
}

.volum_sound {
  display: none;
}
.volum_sound.unactive {
  display: none;
}
.volum_sound.active {
  display: flex;
}

.muted_sound.unactive {
  display: none;
}
.muted_sound.active {
  display: flex;
}
.muted_sound::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 41px;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
  z-index: -1;
  background: #bb3c3c;
}

.muted_sound,
.volum_sound {
  color: #fff;
}
.muted_sound::after,
.volum_sound::after {
  z-index: -2;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  top: 50%;
  left: 50%;
  background: #ffce5f;
  animation: coccoc-alo-circle-anim 2s infinite ease-in-out;
}

.aboutIntro {
  background: var(--color-blue);
  padding-top: var(--spacing-2);
  margin-top: -145px !important;
  z-index: 0;
}
.aboutIntro .description {
  font-size: 34px;
  margin-top: 90px;
  display: flex;
  justify-content: flex-end;
}
.aboutIntro .description article {
  width: 77%;
  line-height: 1.15;
  margin-bottom: 140px;
  padding-right: var(--spacing-4);
}
.aboutIntro .content_intro {
  padding-left: var(--spacing);
}
.aboutIntro .content_intro img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.aboutIntro .left_intro {
  flex: 0 0 52%;
  margin-right: 52px;
}
.aboutIntro .left_intro img {
  height: 575px;
}
.aboutIntro .left_intro article {
  margin-bottom: 60px;
  text-transform: initial;
  width: 65%;
}
.aboutIntro .right_intro {
  flex: 1;
}
@media (max-width: 1439px) {
  .aboutIntro .description {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .aboutIntro .content_intro {
    padding-right: var(--spacing);
  }
}
@media (max-width: 767px) {
  .aboutIntro {
    margin-top: 0 !important;
  }
  .aboutIntro .content_intro {
    flex-flow: column;
  }
  .aboutIntro .left_intro {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .aboutIntro .left_intro article {
    width: 100%;
  }
  .aboutIntro .description {
    font-size: 18px;
    margin-top: 0;
  }
  .aboutIntro .description article {
    width: 84%;
    padding-right: 15px;
    line-height: 1.4;
    margin-bottom: 3rem;
  }
  .aboutIntro .content_intro {
    padding-right: var(--spacing);
  }
  .aboutIntro .left_intro {
    flex-flow: column-reverse;
    display: flex;
  }
  .aboutIntro .left_intro article {
    margin: 2rem 0;
  }
  .aboutIntro .left_intro img {
    height: auto;
  }
}
@media (min-width: 2560px) {
  .aboutIntro {
    padding-left: var(--spacing-5);
    padding-right: var(--spacing-5);
  }
  .aboutIntro .description {
    margin-left: var(--spacing-2-5);
  }
  .aboutIntro .description article {
    font-size: 5rem;
    line-height: 1.4;
    padding-right: 0;
    width: 85%;
  }
  .aboutIntro .left_intro img {
    height: 50vh;
  }
}

.aboutNumber {
  background: var(--color-blue);
  padding: 100px 0;
}
.aboutNumber .list_number {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aboutNumber .item_number {
  flex: 0 0 25%;
  text-align: center;
}
.aboutNumber .item_number .number {
  font-size: 80px;
  font-family: var(--font-body-bold);
  line-height: 1;
}
.aboutNumber .item_number .text {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .aboutNumber {
    padding: 40px 0 60px 0;
  }
  .aboutNumber .item_number {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
  .aboutNumber .item_number .number {
    font-size: 50px;
  }
}
@media (min-width: 2560px) {
  .aboutNumber {
    padding: 200px 0;
    margin-top: -5px !important;
  }
  .aboutNumber .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
  .aboutNumber .item_number .number {
    font-size: 100px;
    margin-bottom: 2rem;
  }
  .aboutNumber .item_number .text {
    font-size: 25px;
  }
}

.aboutVision .segTitle {
  line-height: 1.2;
}
.aboutVision .list_vision {
  padding: 60px 80px;
}
.aboutVision .list_vision .item {
  margin-bottom: 44px;
}
.aboutVision .list_vision .item:last-child {
  margin-bottom: 0;
}
.aboutVision .list_vision .text {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.aboutVision .list_vision .content {
  text-transform: initial;
}
@media (max-width: 767px) {
  .aboutVision .list_vision {
    padding: 40px var(--spacing);
    text-align: center;
  }
}
@media (min-width: 3000px) {
  .aboutVision .list_vision .text {
    font-size: 4rem;
  }
}
@media (min-width: 2560px) {
  .aboutVision .list_vision {
    width: 32%;
    padding: 100px 115px !important;
  }
}

.aboutValue {
  padding: var(--spacing-2) 0;
}
.aboutValue .text_stroke {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 30%;
}
.aboutValue .text_stroke span {
  margin-left: 30%;
}
.aboutValue .left_value {
  margin-right: 52px;
  flex: 0 0 auto;
}
.aboutValue .left_value .segTitle {
  color: var(--color-blue);
}
.aboutValue .right_value .img_value {
  width: 362px;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 46px;
}
.aboutValue .content_about_value .content {
  margin-top: 7px;
}
.aboutValue .content_about_value .item {
  color: var(--color-body-text);
  margin-bottom: 44px;
  align-items: flex-start;
}
.aboutValue .content_about_value .item:last-child {
  margin-bottom: 0;
}
.aboutValue .content_about_value .item .icon {
  width: 44px;
  margin-right: 16px;
}
.aboutValue .content_about_value .item .text {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: var(--font-body-bold);
  text-transform: uppercase;
}
.aboutValue .content_about_value .item article {
  text-transform: initial;
}
@media (max-width: 767px) {
  .aboutValue .core_value {
    flex-flow: column;
  }
  .aboutValue .left_value {
    margin-right: 0;
    margin-bottom: 2rem;
    transform: none !important;
  }
  .aboutValue .left_value .segTitle {
    text-align: center;
  }
  .aboutValue .right_value {
    flex-flow: column;
  }
  .aboutValue .right_value .img_value {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .aboutValue .content_about_value .item {
    margin-bottom: 2rem;
  }
  .aboutValue .content_about_value .item .icon {
    width: 30px;
    margin-right: 1rem;
  }
  .aboutValue .content_about_value .item .content {
    margin-top: 0;
  }
}
@media (min-width: 2560px) {
  .aboutValue {
    padding: var(--spacing-2) 0;
  }
  .aboutValue .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
  .aboutValue .right_value .img_value {
    width: 500px;
    height: 600px;
  }
  .aboutValue .left_value {
    margin-right: 100px;
  }
  .aboutValue .content_about_value .item .icon {
    margin-top: 10px;
  }
  .aboutValue .content_about_value .item .text {
    font-size: 30px;
  }
}

.btn_mouse_width {
  transition: width 0.5s ease-in-out !important;
}
.btn_mouse_width:hover {
  width: 100px;
}

.aboutLeader {
  padding-bottom: var(--spacing-2);
}
.aboutLeader .control_leader {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
  padding-right: var(--spacing);
}
.aboutLeader .control_leader article {
  color: var(--color-blue);
  text-transform: initial;
  margin-top: 2rem;
  width: 60%;
}
.aboutLeader .control_leader .group {
  flex-wrap: nowrap;
}
.aboutLeader .intro_leader {
  padding-left: var(--spacing);
}
.aboutLeader .segTitle {
  color: var(--color-blue);
}
.aboutLeader .list_about_leader {
  overflow: hidden;
}
.aboutLeader .list_about_leader .flickity-button {
  opacity: 0;
}
.aboutLeader .list_about_leader:focus-visible {
  outline: none;
  box-shadow: none;
}
.aboutLeader .list_about_leader .item {
  width: 380px;
  margin-right: 32px;
  text-transform: initial;
}
.aboutLeader .list_about_leader .item img {
  margin-bottom: 20px;
  height: 490px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutLeader .list_about_leader .item .name {
  font-size: 18px;
  color: #191919;
  font-family: var(--font-body-bold);
}
.aboutLeader .list_about_leader .item .note {
  color: var(--color-body-text);
}
@media (max-width: 767px) {
  .aboutLeader .control_leader {
    flex-flow: column;
    align-items: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }
  .aboutLeader .control_leader .segTitle {
    margin-bottom: 2rem;
    transform: none !important;
    text-align: center;
  }
  .aboutLeader .control_leader article {
    color: var(--color-blue);
    text-transform: initial;
    margin-top: 0;
    width: 100%;
    text-align: center;
    transform: none !important;
    margin-bottom: 1rem;
  }
  .aboutLeader .list_about_leader .item img {
    height: 350px;
  }
}
@media (min-width: 2560px) {
  .aboutLeader .intro_leader {
    padding: 0 var(--spacing-5);
  }
  .aboutLeader .control_leader {
    padding-right: 0;
  }
  .aboutLeader .list_about_leader .item {
    height: 580px;
  }
  .aboutLeader .list_about_leader img {
    height: 550px;
  }
}

.aboutEvironment {
  background: var(--color-theme);
  padding-bottom: var(--spacing-2);
}
.aboutEvironment .text_stroke {
  position: absolute;
  left: var(--spacing);
}
.aboutEvironment .gallery__image img {
  height: 630px;
}
.aboutEvironment .gallery__nav-count {
  padding: 0;
  position: relative;
}
.aboutEvironment .gallery__buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutEvironment .gallery__buttons .js-tabs-next:hover .btn__content {
  border: none;
}
.aboutEvironment .gallery__buttons .js-tabs-next:hover::before {
  border: none;
}
.aboutEvironment .gallery__buttons .js-tabs-prev::after {
  border: none;
}
.aboutEvironment .gallery__buttons .js-tabs-prev .btn__content {
  border: none;
}
.aboutEvironment .gallery__buttons .js-tabs-prev:hover .btn__content {
  border: 1px solid #fff;
  border-radius: 1000px;
}
.aboutEvironment .gallery__buttons .btn__content {
  border: 1px solid #fff;
  border-radius: 1000px;
}
.aboutEvironment .gallery__texts {
  background: var(--color-orange);
  width: 40%;
}
.aboutEvironment .gallery__text {
  background: var(--color-orange);
  color: #fff;
  width: 100%;
}
.aboutEvironment .gallery__text .name {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.2;
}
.aboutEvironment .gallery__text .text--crop {
  text-transform: initial;
}
@media (min-width: 1500px) {
  .aboutEvironment {
    padding-left: var(--spacing);
    padding-right: var(--spacing);
  }
  .aboutEvironment .gallery__image img {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .aboutEvironment .gallery__image img {
    height: 400px;
  }
  .aboutEvironment .gallery__texts {
    width: calc(100% - var(--col-1));
    margin-left: var(--col-1);
  }
}
@media (min-width: 2560px) {
  .aboutEvironment {
    padding-left: var(--spacing-5);
    padding-right: var(--spacing-5);
  }
}

.bannerActivi .segTitle {
  font-size: 74px;
  line-height: 1.2;
}
.bannerActivi .right_banner {
  position: relative;
}
.bannerActivi .right_banner .overlay_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(156deg, rgba(0, 0, 0, 0.56) 5.36%, rgba(0, 0, 0, 0) 29.86%);
}
@media (max-width: 1439px) {
  .bannerActivi .segTitle {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .bannerActivi .segTitle {
    font-size: 3rem;
  }
}
@media (min-width: 2560px) {
  .bannerActivi .segTitle {
    font-size: 90px;
    padding-left: var(--spacing-5);
  }
  .bannerActivi .right_banner {
    padding-right: var(--spacing-5);
  }
}

.aboutActivi {
  padding-bottom: var(--spacing-2);
}
.aboutActivi .subTitle {
  margin-top: 140px;
}
.aboutActivi .segTitle {
  width: 100%;
  margin-left: 100px;
}
.aboutActivi .content_intro_activi {
  text-transform: initial;
  margin-top: 32px;
  width: 80%;
  margin-bottom: 52px;
}
.aboutActivi .content_intro_activi .content {
  margin-right: 60px;
  flex: 0 0 50%;
}
.aboutActivi .content_intro_activi .content:last-child {
  margin-right: 0;
}
.aboutActivi .img_about_activi {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1500px) {
  .aboutActivi .img_about_activi {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .aboutActivi .segTitle {
    margin-left: 0;
    text-align: center;
    line-height: 1.3;
  }
  .aboutActivi .subTitle {
    text-align: center;
    line-height: 1.3;
  }
  .aboutActivi .content_intro_activi {
    width: 100%;
    flex-flow: column;
    text-align: center;
  }
  .aboutActivi .content_intro_activi .content {
    margin-right: 0;
  }
  .aboutActivi .img_about_activi {
    height: auto;
  }
  .aboutActivi .subTitle {
    margin-top: 0 !important;
  }
}
@media (min-width: 2560px) {
  .aboutActivi .container-h {
    padding-left: 0;
    padding-right: 0;
  }
}

.eventActivity {
  padding-top: var(--spacing-2);
}
.eventActivity .advantages-title {
  top: 20%;
}
@media (max-width: 767px) {
  .eventActivity {
    padding-bottom: var(--spacing-2);
  }
}

.aboutReason {
  padding: var(--spacing-2) 0;
  background: var(--color-blue);
  text-align: center;
}
.aboutReason .subTitle {
  font-family: var(--font-body-bold);
  text-transform: uppercase;
  font-size: 52px;
  margin-left: 100px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.aboutReason .segTitle {
  line-height: 1.25;
  margin-left: -100px;
}
.aboutReason .segTitle .txt2 {
  margin-left: 200px;
}
.aboutReason .list_reason_opt {
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutReason .list_reason_opt .item {
  flex: 0 0 calc(33.3333333333% - 22px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 44px;
}
.aboutReason .list_reason_opt .item .icon {
  width: 65px;
  margin-bottom: 32px;
}
.aboutReason .list_reason_opt .item .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.aboutReason .list_reason_opt .item .content {
  text-transform: initial;
}
@media (max-width: 767px) {
  .aboutReason .subTitle {
    margin-left: 0;
    font-size: 32px;
  }
  .aboutReason .segTitle {
    margin-left: 0;
    font-size: 32px;
  }
  .aboutReason .segTitle .txt2 {
    margin-left: 0;
  }
  .aboutReason .list_reason_opt {
    margin-top: 3rem;
  }
  .aboutReason .list_reason_opt .item {
    flex: 0 0 100%;
    margin-bottom: 2rem;
    padding: 44px 20px;
  }
}
@media (min-width: 2560px) {
  .aboutReason .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.newsActivi {
  padding: var(--spacing-2) 0;
}
.newsActivi .text_stroke {
  top: 0;
}
.newsActivi .segTitle {
  top: 75%;
}
@media (max-width: 767px) {
  .newsActivi {
    padding: 40px 0;
  }
}

.eventPage {
  padding-top: 180px;
  padding-bottom: var(--spacing-2);
}
.eventPage .segTitle {
  color: var(--color-blue);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .eventPage {
    padding-top: 130px;
  }
  .eventPage .segTitle {
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media (min-width: 2560px) {
  .eventPage .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

#pills-tabEventContent .list_event {
  flex-wrap: wrap;
  justify-content: space-between;
}
#pills-tabEventContent .item_event {
  margin-bottom: 44px;
  flex: 0 0 calc(50% - 22px);
  display: flex;
  flex-flow: column;
}
#pills-tabEventContent .item_event img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 24px;
}
#pills-tabEventContent .item_event .name {
  color: #191919;
}
#pills-tabEventContent .item_event .cate {
  color: #8b8b8b;
  font-size: 13px;
}
#pills-tabEventContent .tab-pane {
  position: relative;
  display: none;
}
#pills-tabEventContent .tab-pane.active {
  display: block;
}
@media (min-width: 1500px) {
  #pills-tabEventContent .item_event img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #pills-tabEventContent .item_event {
    flex: 0 0 100%;
    text-align: center;
  }
}

.list_cate_event .nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Stroke, rgba(32, 48, 73, 0.16));
  padding-bottom: 44px;
  margin-bottom: 44px;
  flex-wrap: wrap;
  justify-content: center;
}
.list_cate_event .nav .nav-item {
  border-radius: 30px;
  border: 1px solid transparent;
  padding: 8px 24px 5px 24px;
  margin-right: 12px;
  margin-bottom: 12px;
  background: #f7e4dd;
}
.list_cate_event .nav .nav-item.active {
  background: var(--color-orange);
  border: 1px solid #e9c9bd;
}
.list_cate_event .nav .nav-item.active .nav-link {
  color: #fff;
}
.list_cate_event .nav .nav-item .nav-link {
  color: #191919;
  background: none;
  border: none;
  font-family: var(--font-body);
}
@media (max-width: 767px) {
  .list_cate_event .nav {
    flex-wrap: wrap;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
  }
  .list_cate_event .nav .nav-item {
    margin-bottom: 12px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item {
  background: transparent;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.pagination .page-item.active {
  background: var(--color-orange);
}
.pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item .page-link {
  color: #494949;
}

.detail_news {
  background: var(--color-theme);
  padding-top: 120px;
}
.detail_news .banner_small img {
  height: 75vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_news .left_detail_post {
  flex: 0 0 65%;
}
.detail_news .right_detail_post {
  flex: 1;
}
.detail_news .article_news {
  padding: 60px 0 80px 0;
  color: var(--color-body-text);
  text-align: justify;
  text-transform: initial;
}
.detail_news .article_news .left_content_news {
  padding-right: 70px;
}
.detail_news .article_news .bottom_news {
  margin-top: 27px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
}
.detail_news .article_news .bottom_news .btn_primary {
  color: #1c1c1c;
  text-decoration: none;
  background: #e8e8e8;
  padding: 5px 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  transition: background 0.75s ease, color 0.75s ease;
}
.detail_news .article_news .bottom_news .btn_primary svg {
  margin-right: 5px;
}
.detail_news .article_news .bottom_news .btn_primary:hover {
  background: var(--color-orange);
  color: #fff;
}
.detail_news .article_news .bottom_news .btn_primary:hover path {
  fill: #fff;
}
.detail_news .article_news .right_content_news {
  padding-left: 24px;
}
.detail_news .article_news .right_content_news .title_other {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--Stroke, rgba(32, 48, 73, 0.16));
  padding-bottom: 20px;
}
.detail_news .article_news .right_content_news .view_all_news {
  color: var(--color-orange);
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s ease;
}
.detail_news .article_news .right_content_news .view_all_news svg {
  margin-left: 10px;
  transition: margin-left 0.5s ease;
}
.detail_news .article_news .right_content_news .view_all_news:hover {
  color: var(--color-blue);
}
.detail_news .article_news .right_content_news .view_all_news:hover svg {
  margin-left: 18px;
}
.detail_news .article_news .right_content_news .view_all_news:hover svg path {
  fill: var(--color-blue);
}
.detail_news .article_news .time_news {
  align-items: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
  gap: 8px;
}
.detail_news .article_news .time_news .cate {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.detail_news .article_news .time_news .cate .item {
  border-radius: 50px;
  border: 1px solid #e9c9bd;
  background: #f7e4dd;
  padding: 4px 16px 6px 16px;
  flex: 0 0 auto;
}
.detail_news .article_news .wp-block-image figure {
  width: 100%;
}
.detail_news .article_news .wp-block-image img {
  margin: auto;
  display: block;
}
.detail_news .article_news .segTitle {
  font-size: 38px;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 24px;
  text-align: left;
}
.detail_news .article_news .description a {
  color: #204f75;
}
.detail_news .article_news .description a:hover {
  text-decoration: underline;
}
.detail_news .list_news_other .item_news {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0;
}
.detail_news .list_news_other .item_news::after {
  display: none;
}
.detail_news .list_news_other .item_news:last-child {
  border-bottom: none;
}
.detail_news .list_news_other .item_news .img {
  margin-right: 16px;
  overflow: hidden;
  flex: 0 0 auto;
}
.detail_news .list_news_other .item_news .img img {
  width: 95px;
  height: 67px;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail_news .list_news_other .item_news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
}
.detail_news .list_news_other .item_news .title a {
  font-size: 16px;
  color: var(--color-body-text);
  text-decoration: none;
  transition: color 0.5s ease;
  font-family: var(--font-body-bold);
}
.detail_news .list_news_other .item_news .title a:hover {
  color: var(--color-orange);
}
.detail_news .list_news_other .item_news .cate {
  color: #8b8b8b;
  font-size: 12px;
}
@media (max-width: 767px) {
  .detail_news {
    padding-top: 80px;
  }
  .detail_news .article_news {
    padding: 50px 0;
  }
  .detail_news .article_news .time_news .cate {
    gap: 8px;
  }
  .detail_news .left_detail_post {
    flex: 0 0 100%;
  }
  .detail_news .paragraph_content {
    flex-flow: column;
  }
  .detail_news .banner_small img {
    height: 350px;
  }
  .detail_news .left_content_news {
    padding-right: 0 !important;
    border-right: none !important;
  }
  .detail_news .left_content_news .segTitle {
    text-align: center;
    font-size: 35px !important;
  }
  .detail_news .left_content_news .time_news {
    justify-content: flex-start;
  }
  .detail_news .right_content_news {
    padding-left: 0 !important;
    padding-top: 3rem;
  }
  .detail_news .right_content_news .title_other {
    text-align: center;
  }
  .detail_news .bottom_news {
    flex-flow: column;
    margin-bottom: 2rem;
    align-items: center;
  }
  .detail_news .bottom_news .btn_primary {
    margin-bottom: 1rem;
  }
}
@media (min-width: 2560px) {
  .detail_news .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.detail_event {
  padding-top: 0;
}

ul.share {
  display: flex;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
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;
}
ul.share li:hover {
  background: var(--color-orange);
}
ul.share li:hover a i {
  color: #fff !important;
}
ul.share li:nth-child(1) {
  width: -moz-max-content;
  width: max-content;
  margin-right: 8px;
  background: none;
  border: none;
  box-shadow: none;
}
ul.share li:nth-child(1):hover {
  color: unset;
  background: unset;
}
ul.share li:nth-child(2) i {
  color: #185aa9;
}
ul.share li:nth-child(3) i {
  color: #dc4a38;
}
ul.share li:nth-child(4) i {
  color: #007ab5;
}
ul.share li:nth-child(5) i {
  color: #5ab0ee;
}
ul.share li:nth-child(6) i {
  color: red;
}

.newsPage .list_event {
  justify-content: flex-start !important;
}
.newsPage .list_cate_event .item_news {
  flex: 0 0 calc(33.3333333333% - 44px);
  margin-bottom: 44px;
}
.newsPage .top_news {
  margin-bottom: 52px;
}
.newsPage .top_news .cate {
  color: #191919;
  font-size: 14px;
  text-transform: uppercase;
}
.newsPage .top_news .title {
  margin: 24px 0;
  font-family: var(--font-body-bold);
}
.newsPage .top_news .title a {
  color: #191919;
  font-size: 22px;
  transition: color 0.5s ease;
}
.newsPage .top_news .title a:hover {
  color: var(--color-orange);
}
.newsPage .top_news .content_news {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1;
}
.newsPage .top_news .content {
  color: var(--color-body-text);
  margin-bottom: 48px;
  text-transform: initial;
}
.newsPage .top_news .content img {
  display: none;
}
.newsPage .top_news .image {
  flex: 0 0 calc(66.6666666667% - 40px);
  margin-right: 40px;
}
.newsPage .top_news .image img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsPage .top_news .date_news {
  align-items: flex-end;
  justify-content: space-between;
  color: var(--color-body-text);
}
.newsPage .top_news .date_news .date {
  font-size: 82px;
  line-height: 0.8;
}
.newsPage .top_news .date_news .month {
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1500px) {
  .newsPage .item_news {
    height: 530px;
  }
  .newsPage .top_news .image img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .newsPage .top_news {
    flex-flow: column;
  }
  .newsPage .top_news .image {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .newsPage .top_news .image img {
    height: auto;
  }
  .newsPage .top_news .content {
    margin-bottom: 3rem;
  }
  .newsPage .top_news .date_news {
    justify-content: flex-end;
  }
  .newsPage .top_news .date {
    margin-right: 10px;
    font-size: 60px !important;
  }
  .newsPage .list_event .item_news {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.aboutLibrary {
  padding: var(--spacing-2) 0;
}
.aboutLibrary .list_cate_event .nav {
  justify-content: flex-start;
}
.aboutLibrary .segTitle {
  color: var(--color-blue);
  margin-bottom: 60px;
}
.aboutLibrary .tab-content {
  position: relative;
}
.aboutLibrary .text_stroke {
  position: absolute;
  right: 0;
  top: -72px;
  text-align: right;
}
.aboutLibrary .item_libr {
  margin: 0 0 60px 0;
  flex: 0 0 calc(50% - 30px);
}
.aboutLibrary .item_libr:nth-child(2n) {
  margin: 60px 0 0 0;
}
.aboutLibrary .list_library {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .aboutLibrary .list_cate_event .nav {
    justify-content: center;
  }
  .aboutLibrary .segTitle {
    margin-bottom: 2rem;
    text-align: center;
  }
  .aboutLibrary .text_stroke {
    top: -50px;
    font-size: 50px;
  }
  .aboutLibrary .tab-content {
    padding-top: 50px;
  }
  .aboutLibrary .item_libr {
    flex: 0 0 100%;
    margin: 0 0 2rem 0;
  }
  .aboutLibrary .item_libr:nth-child(2n) {
    margin: 0 0 2rem 0;
  }
  .aboutLibrary .nav .nav-item {
    padding: 8px 10px 5px 10px;
  }
}
@media (min-width: 2560px) {
  .aboutLibrary .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.pageContact {
  padding-top: 180px;
}
.pageContact .left_contact {
  flex: 0 0 60%;
}
.pageContact .left_contact .segTitle {
  font-size: 172px;
  color: var(--color-blue);
  margin-bottom: -15px;
  margin-left: -11px;
}
.pageContact .left_contact .box_intro {
  background: var(--color-orange);
  color: #fff;
  padding: 80px;
}
.pageContact .left_contact .box_intro .item {
  margin-bottom: 44px;
}
.pageContact .left_contact .box_intro .item:last-child {
  margin-bottom: 0;
}
.pageContact .left_contact .box_intro .item .title {
  font-size: 22px;
  font-family: var(--font-body-bold);
  margin-bottom: 12px;
}
.pageContact .left_contact .box_intro .child {
  text-transform: initial;
  display: flex;
}
.pageContact .left_contact .box_intro .child .name {
  font-family: var(--font-body-bold);
  margin-right: 10px;
}
.pageContact .left_contact .box_intro .child .label {
  color: rgba(255, 255, 255, 0.7411764706);
}
.pageContact .left_contact .box_intro .child .label:hover {
  color: var(--color-blue);
}
.pageContact .right_contact {
  flex: 1;
  margin-top: 70px;
  background: var(--color-blue);
  padding: 65px;
}
.pageContact .right_contact img {
  width: 384px;
}
@media (max-width: 1439px) {
  .pageContact .left_contact .segTitle {
    font-size: 160px;
  }
}
.pageContact .text_stroke {
  line-height: 1;
  letter-spacing: 24.2px;
  text-align: center;
}
@media (max-width: 767px) {
  .pageContact {
    padding-top: 130px;
  }
  .pageContact .intro_contact {
    flex-wrap: wrap;
  }
  .pageContact .left_contact {
    flex: 0 0 100%;
  }
  .pageContact .left_contact .segTitle {
    font-size: 45px;
    margin-bottom: 2rem;
    margin-left: 0;
    text-align: center;
  }
  .pageContact .left_contact .box_intro {
    padding: 40px var(--spacing);
  }
  .pageContact .left_contact .box_intro .item {
    margin-bottom: 2rem;
  }
  .pageContact .left_contact .box_intro .item .title {
    font-size: 18px;
  }
  .pageContact .left_contact .box_intro .child .name {
    flex: 0 0 auto;
  }
  .pageContact .right_contact {
    margin-top: 0;
  }
  .pageContact .right_contact img {
    width: 100%;
  }
}
@media (min-width: 2560px) {
  .pageContact .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.registerContact {
  padding: var(--spacing-2) 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.66);
}
.registerContact .segTitle {
  margin-bottom: 16px;
  text-align: center;
}
.registerContact article {
  text-align: center;
  text-transform: initial;
  margin-bottom: 44px;
  opacity: 0.8;
}
.registerContact .form_rgister form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.registerContact .form_rgister input,
.registerContact .form_rgister textarea {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  color: #fff;
  font-size: 14px;
  padding: 11px 16px;
  height: 40px;
  width: 100%;
  margin-top: 5px;
}
.registerContact .form_rgister input::-moz-placeholder, .registerContact .form_rgister textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-transform: initial;
}
.registerContact .form_rgister input::placeholder,
.registerContact .form_rgister textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-transform: initial;
}
.registerContact .form_rgister .form_control {
  margin-right: 10px;
}
.registerContact .form_rgister .form_control:last-child {
  margin-right: 0;
}
.registerContact .form_rgister .wpcf7-response-output {
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  left: 50%;
}
.registerContact .form_rgister .from_group {
  flex: 0 0 calc(25% - 10px);
  align-items: center;
  margin-right: 10px;
  justify-content: center;
}
.registerContact .form_rgister .from_group.your_content {
  margin-right: 0;
}
.registerContact .form_rgister .from_group p br {
  display: none;
}
.registerContact .form_rgister .group_1 {
  flex: 0 0 calc(50% - 20px);
}
.registerContact .form_rgister label {
  text-transform: initial;
  font-size: 14px;
}
.registerContact .form_rgister button {
  display: flex;
  background: var(--color-orange);
  border-radius: 30px;
  align-items: center;
  margin-top: 32px;
  border: none;
  padding: 12px 24px 10px 24px;
}
.registerContact .form_rgister button svg {
  margin-left: 8px;
}
.registerContact .form_rgister button path {
  fill: #fff;
}
@media (max-width: 767px) {
  .registerContact .form_rgister form {
    flex-flow: column;
  }
  .registerContact .form_rgister .from_group {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 2560px) {
  .registerContact .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.bannerLibrary {
  background: var(--color-theme);
}
.bannerLibrary::after {
  display: none;
}

.popup_register {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.631372549);
  transition: all 0.5s ease-in-out;
}
.popup_register .content_popup {
  background: var(--color-blue);
  border-radius: 20px;
  width: 900px;
  margin: auto;
  position: relative;
}
.popup_register .box_content {
  justify-content: center;
}
.popup_register form input,
.popup_register form textarea {
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 11px 8px;
  margin-top: 5px;
  color: var(--color-body-text);
  width: 100%;
}
.popup_register form input:focus-visible,
.popup_register form textarea:focus-visible {
  outline: none;
}
.popup_register form input::-moz-placeholder, .popup_register form textarea::-moz-placeholder {
  color: #bdbdbd;
  text-transform: initial;
}
.popup_register form input::placeholder,
.popup_register form textarea::placeholder {
  color: #bdbdbd;
  text-transform: initial;
}
.popup_register form label {
  text-transform: initial;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.popup_register form button {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}
.popup_register form button path {
  fill: #fff;
}
.popup_register form textarea {
  height: 112px;
}
.popup_register form .from_group {
  margin-bottom: 10px;
}
.popup_register form .from_group p {
  width: 100%;
}
.popup_register form .form_control {
  margin-bottom: 10px;
}
.popup_register form .form_control:last-child {
  margin-bottom: 0;
}
.popup_register form .group_1 {
  flex-flow: column;
}
.popup_register .close_popup {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: var(--color-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup_register.active {
  opacity: 1;
  pointer-events: all;
}
.popup_register .left {
  flex: 0 0 50%;
  height: auto;
}
.popup_register .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.popup_register .right {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 44px;
}
.popup_register .right .segTitle {
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .popup_register .segTitle {
    font-size: 28px !important;
  }
  .popup_register form input {
    padding: 9px 8px;
  }
  .popup_register form textarea {
    height: 68px;
    padding: 9px 8px;
  }
}
@media (max-width: 767px) {
  .popup_register .left {
    display: none;
  }
  .popup_register .content_popup {
    width: 90%;
  }
  .popup_register .right .segTitle {
    text-align: center;
  }
}

.wpml-ls-statics-footer {
  margin: 10px 0 0 10px !important;
  padding: 0 !important;
}
.wpml-ls-statics-footer .wpml-ls-current-language {
  display: none !important;
}
.wpml-ls-statics-footer .wpml-ls-link {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  border: 1px solid #cfcfcf !important;
  color: #b9b9b9 !important;
}
.wpml-ls-statics-footer .wpml-ls-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.25s ease-in-out;
  background: var(--color-blue);
  transform: scale(0);
}
.wpml-ls-statics-footer .wpml-ls-link span {
  position: relative;
  z-index: 1;
}
.wpml-ls-statics-footer .wpml-ls-link:hover {
  border: 1px solid transparent;
  color: #fff !important;
}
.wpml-ls-statics-footer .wpml-ls-link:hover::after {
  transform: scale(1);
}
@media (max-width: 1439px) {
  .wpml-ls-statics-footer .wpml-ls-link {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .wpml-ls-statics-footer .wpml-ls-link {
    width: 40px;
    height: 40px;
  }
}

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

.menu__nav__item-wrap .submenu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  margin: 0.5rem 0 1rem 3rem;
}
.menu__nav__item-wrap .submenu a {
  text-transform: initial;
  font-size: 20px;
  padding: 4px 0;
  opacity: 0.8;
}
.menu__nav__item-wrap .parent_menu {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.menu__nav__item-wrap svg {
  position: absolute;
  transform: translate(0, -50%);
  transition: transform 0.5s ease-in-out;
  top: 50%;
  left: calc(100% + 10px);
}
.menu__nav__item-wrap:hover svg {
  transform: rotate(180deg);
}
.menu__nav__item-wrap:hover svg path {
  fill: var(--color-orange);
}
.menu__nav__item-wrap:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  pointer-events: all;
}

.loading_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-theme);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.75s ease-in-out;
  z-index: 9999;
}
.loading_page img {
  width: 250px;
  animation: loading 2s infinite ease-in-out;
}
.loading_page.hidden {
  transform: translate(0, -100vh);
}

@keyframes loading {
  0% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.wrapper_call {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wrapper_call .add_social .core {
  display: none;
}
.wrapper_call .add_social.change .core {
  display: block;
}
.wrapper_call .add_social.change .add {
  display: none;
}
.wrapper_call .show_social {
  display: flex;
  flex-flow: column;
  transform: translate(0, 100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.wrapper_call .show_social.show {
  opacity: 1;
  transform: none;
}
.wrapper_call a {
  margin-top: 15px;
}
.wrapper_call a.btn--primary {
  transform: none;
}
@media (min-width: 767px) {
  .wrapper_call .add_social {
    display: none;
  }
  .wrapper_call .show_social {
    opacity: 1;
    transform: none;
  }
}

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
  }
}
.coccoc-alo-ph-circle {
  width: 100px;
  height: 100px;
  /* top: 50px; */
  /* left: 50px; */
  /* position: absolute; */
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}

.coccoc-alo-phone {
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  /* z-index: 200000 !important; */
  /* -webkit-backface-visibility: hidden; */
  /* -webkit-transform: translateZ(0); */
  transition: visibility 0.5s;
  /* right: 150px; */
  /* top: 30px; */
  position: relative;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: var(--color-orange);
  opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: var(--color-orange);
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: var(--color-orange);
  opacity: 0.5;
}

.coccoc-alo-ph-circle-fill {
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 1px solid #fff;
  opacity: 0.1;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}

.coccoc-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle {
  border-color: #fff;
  opacity: 0.5;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle {
  background-color: var(--color-orange);
}

.homeSuccess {
  padding: var(--spacing-2) 0;
  text-align: center;
}
.homeSuccess .segTitle {
  color: var(--color-blue);
}
.homeSuccess .subTitle,
.homeSuccess .segTitle {
  position: relative;
  z-index: 1;
}
.homeSuccess .text_stroke {
  position: absolute;
  bottom: 10%;
  z-index: -1;
}
.homeSuccess .text_xoay {
  position: absolute;
  left: 26%;
  cursor: pointer;
  top: 22%;
}
.homeSuccess .text_xoay img {
  animation: xoayvong 30s linear 0s infinite;
}
.homeSuccess .text_xoay svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (min-width: 1500px) {
  .homeSuccess .text_xoay {
    left: 32%;
  }
}
@media (min-width: 1800px) {
  .homeSuccess .text_xoay {
    left: 35%;
  }
}
@media (min-width: 1920px) {
  .homeSuccess .text_xoay {
    left: 28%;
  }
}
@media (min-width: 1920px) {
  .homeSuccess .container-h {
    padding: 0 var(--spacing-5);
  }
}
@media (max-width: 1440px) {
  .homeSuccess .container-h {
    padding-right: var(--spacing-3);
    padding-left: var(--spacing-3);
  }
}
@media (max-width: 767px) {
  .homeSuccess {
    padding: var(--spacing-4) 0;
  }
  .homeSuccess .container-h {
    padding: 0 !important;
  }
  .homeSuccess .text_xoay {
    top: 100px;
    left: 0;
  }
  .homeSuccess .text_xoay img {
    width: 100px;
  }
}
@media (min-width: 3000px) {
  .homeSuccess .text_xoay img {
    width: 350px;
  }
}

@keyframes xoayvong {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slide_success {
  position: relative;
}
@media (max-width: 767px) {
  .slide_success {
    width: 100vw;
  }
}

.list_image_success .slick-arrow {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.list_image_success .image {
  height: 600px;
  opacity: 0;
  transition: all 0.5s ease;
}
.list_image_success .image.slick-active {
  opacity: 1;
}
.list_image_success .image img {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.list_image_success .image.slick-center {
  transform: scale(1);
}
.list_image_success .image.slick-center .overlay_success {
  transform: none;
}
.list_image_success .image.slick-center .overlay_success img {
  height: 100%;
}
.list_image_success .image.slick-center .overlay_success::after {
  opacity: 0;
  height: 100%;
}
.list_image_success .image .overlay_success {
  transition: all 0.5s ease;
  transform: scale(0.4) translate(0, 45%);
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.list_image_success .image .overlay_success::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  bottom: 0;
  transition: all 0.5s ease;
  left: 0;
  background: linear-gradient(0deg, rgba(217, 126, 63, 0.8) 0%, rgba(217, 126, 63, 0.8) 100%);
}
@media (min-width: 2000px) {
  .list_image_success .image {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .list_image_success .slick-list {
    padding: 0 !important;
    width: 100vw;
  }
  .list_image_success .slick-list .image {
    width: 95vw;
    margin: 0 15px;
  }
  .list_image_success .slick-list .image.slick-center {
    width: 95vw;
  }
}

.landing {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 430px;
  position: relative;
  z-index: 1;
}
.landing .distortion {
  height: 100%;
  width: 100%;
}
.landing .distortion canvas {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .landing {
    height: 250px;
  }
}

.animated {
  -webkit-mask: url("https://res.cloudinary.com/sade/image/upload/v1590665990/smoke-mask_y341ya.png");
          mask: url("https://res.cloudinary.com/sade/image/upload/v1590665990/smoke-mask_y341ya.png");
  -webkit-mask-size: 1300% 100%;
          mask-size: 1300% 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  z-index: 2;
}

@keyframes mask-play {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}
.activityBanner {
  padding-top: 130px;
  padding-bottom: 10px;
  position: relative;
}
.activityBanner .img_banner {
  position: relative;
}
.activityBanner .img_banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
}
.activityBanner .img_banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 25.83%);
}
.activityBanner .segTitle {
  color: var(--color-orange);
  font-size: 100px;
  margin-top: -80px;
  font-family: var(--font-body);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .activityBanner {
    padding-top: 80px;
  }
  .activityBanner .img_banner img {
    height: auto;
  }
  .activityBanner .segTitle {
    font-size: 45px;
    margin-top: -40px;
    line-height: 1.1;
  }
}
@media (min-width: 2560px) {
  .activityBanner .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
}

.activityList {
  position: relative;
}
.activityList .text_stroke {
  right: 0;
  bottom: 280px;
  position: absolute;
  z-index: -1;
}
.activityList .segTitle {
  text-align: center;
  color: var(--color-blue);
  line-height: 1.3;
  margin: 130px 0 80px 0;
}
.activityList .segTitle .txt1 {
  color: var(--color-orange);
}
.activityList .list_event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activityList .list_event .item_libr {
  margin: 0 0 100px 0;
  flex: 0 0 calc(50% - 30px);
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.activityList .list_event .item_libr a {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.activityList .list_event .item_libr:nth-child(2n) {
  margin: 100px 0 0 0;
}
.activityList .list_event .item_libr img {
  height: 470px;
}
.activityList .list_event .item_libr .name {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  margin-top: 0;
  color: #fff;
}
.activityList .list_event .item_libr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 25.83%);
}
.activityList .list_event .item_libr article {
  color: var(--color-body-text);
  text-transform: initial;
}
@media (max-width: 767px) {
  .activityList .segTitle {
    margin: 5rem 0 2rem auto;
    font-size: 25px;
  }
  .activityList .list_event {
    flex-flow: column;
  }
  .activityList .list_event .item_libr {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .activityList .list_event .item_libr article {
    margin-bottom: 30px;
    text-align: center;
  }
  .activityList .list_event .item_libr .name {
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    text-align: center;
  }
  .activityList .list_event .item_libr:nth-child(2n) {
    margin: 0 0 30px 0;
  }
  .activityList .list_event .item_libr img {
    height: 300px;
  }
}
@media (min-width: 2560px) {
  .activityList .container-h {
    padding-right: var(--spacing-5);
    padding-left: var(--spacing-5);
  }
  .activityList .list_event .item_libr img {
    height: 650px;
  }
}

.customerPg {
  padding-top: 180px;
}/*# sourceMappingURL=style.css.map */