@font-face {
  font-family: "Averta";
  src: url("../fonts/Averta-Regular.eot");
  src: url("../fonts/Averta-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Averta-Regular.woff2") format("woff2"), url("../fonts/Averta-Regular.woff") format("woff"), url("../fonts/Averta-Regular.ttf") format("truetype"), url("../fonts/Averta-Regular.svg#Averta-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LostgunSemBd";
  src: url("../fonts/Lostgun-SemiBold.eot");
  src: url("../fonts/Lostgun-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lostgun-SemiBold.woff2") format("woff2"), url("../fonts/Lostgun-SemiBold.woff") format("woff"), url("../fonts/Lostgun-SemiBold.ttf") format("truetype"), url("../fonts/Lostgun-SemiBold.svg#Lostgun-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lostgun";
  src: url("../fonts/Lostgun-Regular.eot");
  src: url("../fonts/Lostgun-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lostgun-Regular.woff2") format("woff2"), url("../fonts/Lostgun-Regular.woff") format("woff"), url("../fonts/Lostgun-Regular.ttf") format("truetype"), url("../fonts/Lostgun-Regular.svg#Lostgun-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/Bahnschrift.eot");
  src: url("../fonts/Bahnschrift.eot?#iefix") format("embedded-opentype"), url("../fonts/Bahnschrift.woff2") format("woff2"), url("../fonts/Bahnschrift.woff") format("woff"), url("../fonts/Bahnschrift.ttf") format("truetype"), url("../fonts/Bahnschrift.svg#Bahnschrift") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-number: "Bahnschrift";
  --font-body: "Averta";
  --font-title: "LostgunSemBd";
  --width-container: 1268px;
  --color-brown-light: #c78d5f;
  --color-brouwn: #965a25;
  --color-green: #576805;
  --color-green-dark: #0a5597;
  --color-green-light: #979b54;
  --color-green-dark-2: #0a5568;
  --color-theme: #f2f4e9;
  --color-grad: linear-gradient(
    212.28deg,
    #ccc46f 0.21%,
    #939458 34.05%,
    #7e8245 45.89%,
    #5c6527 69.58%,
    #505a1c 82.27%
  );
  --colorgrad-trans: linear-gradient(
    255.83deg,
    #5d6223 5.11%,
    #5d6223 59.57%,
    rgba(93, 98, 35, 0.761004) 70.22%,
    rgba(93, 98, 35, 0) 85.59%
  );
}
@media (min-width: 1700px) {
  :root {
    --width-container: 1496px;
  }
}
@media (min-width: 1920px) {
  :root {
    --width-container: 1690px;
  }
}
@media (min-width: 2560px) {
  :root {
    --width-container: 2254px;
  }
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 1440px) {
  html {
    font-size: clamp(16px, 1vw + 8px, 24px);
  }
}
@media (min-width: 768px) and (max-width: 1056px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: var(--font-body);
  font-size: 14px;
}
@media (min-width: 1900px) {
  body {
    font-size: 16px;
  }
}

.main {
  background: var(--color-theme);
}

.container_frame {
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .container_frame {
    width: calc(100% - 5.375rem);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container_frame {
    width: calc(100% - 3.125rem);
  }
}
@media (max-width: 767px) {
  .container_frame {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .page_contact .container_frame {
    width: calc(100% - 100px);
  }
}

.p-left-section {
  padding-left: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-left-section {
    padding-left: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-left-section {
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .p-left-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-right-section {
  padding-right: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-right-section {
    padding-right: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-right-section {
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .p-right-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.segTitle {
  font-size: 3rem;
  font-family: var(--font-title);
  color: ##ff0e0e;
  line-height: 1.2;
}
@media (max-width: 1920px) {
  .segTitle {
    font-size: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1056px) {
  .segTitle {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .segTitle {
    font-size: 22px;
    text-transform: uppercase;
  }
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.header .content_header {
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  width: 150px;
}
.header .menu_header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .menu_header .menu li.current-menu-item a, .header .menu_header .menu li:hover a {
  color: var(--color-brouwn);
}
.header .menu_header .menu a {
  display: block;
  color: var(--color-green-dark-2);
  text-transform: uppercase;
  font-size: 15px;
  padding: 1.875rem 1rem;
  transition: all 0.5s ease;
}
.header.change {
  background: #0a5597b3;
}
.header.change .logo img {
  filter: brightness(20);
}
.header.change .menu li a {
  padding: 1rem 1rem;
  color: #fff;
}
.header.change .menu li.current-menu-item a, .header.change .menu li:hover a {
  color: #ffebeb;
}
@media (max-width: 1050px) {
  .header .content_header {
    padding: 15px 0;
  }
  .header .menu_header {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: var(--color-blue);
    z-index: 9999;
    transform: translateX(100%);
    transition: all 0.5s ease;
    background: var(--color-green-light);
  }
  .header .menu_header.open {
    transform: translateX(0);
  }
  .header .menu_header .menu {
    flex-flow: column;
    height: 100%;
  }
  .header .menu_header .menu a {
    padding: 0.875rem 1rem;
    color: #fff;
  }
  .header .menu_header .menu li:hover a {
    color: var(--color-brouwn) !important;
  }
}

.animated-icon1 {
  display: none;
  margin-top: 0;
  width: 44px;
  height: 44px;
  /* height: 0; */
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 999999;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.animated-icon1 span {
  display: block;
  /* position: absolute; */
  height: 1px;
  width: 14px;
  border-radius: 8px;
  opacity: 1;
  /* left: 0; */
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: var(--color-green-dark-2);
  margin: 2px 0;
}
.animated-icon1.open span:nth-child(1) {
  transform: rotate(135deg);
  margin: -8px 0;
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}
.animated-icon1.open span:nth-child(3) {
  transform: rotate(-135deg);
}
@media (max-width: 1050px) {
  .animated-icon1 {
    display: flex;
  }
}

button:focus, button:focus-visible {
  outline: none;
  box-shadow: none;
}

.info_contact {
  position: relative;
  padding-top: 10rem;
}
.info_contact .pat_topleft {
  position: absolute;
  top: 0;
  left: 1.25rem;
  pointer-events: none;
}
.info_contact .pat_center {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
  pointer-events: none;
}
.info_contact .pat_topright {
  position: absolute;
  right: 3.1875rem;
  top: 4rem;
  pointer-events: none;
}
.info_contact .info_contact_left .segTitle {
  margin-bottom: 40px;
  color: rgb(107, 104, 50);
  text-transform: uppercase;
}
.info_contact .item_parram {
  gap: 1.875rem;
  margin-bottom: 3.4rem;
}
.info_contact .item_parram:last-child {
  margin-bottom: 0;
}
.info_contact .item_parram .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex: 0 0 auto;
  border: 1px solid rgba(199, 141, 95, 0.5);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.info_contact .item_parram .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.info_contact .item_parram label {
  color: var(--color-green-dark-2);
  text-transform: uppercase;
  color: rgb(95, 102, 43);
  line-height: 23px;
}
.info_contact .item_parram .text {
  color: rgb(95, 102, 43);
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}
.info_contact .info_contact_right {
  color: #fff;
  background: linear-gradient(0deg, #0a5597, #0a5597), linear-gradient(245.97deg, #ccc46f -0.15%, #939458 38.54%, #7e8245 52.08%, #5c6527 79.17%, #505a1c 93.67%);
  text-align: center;
  padding: 50px;
  margin-left: 4rem;
  position: relative;
}
.info_contact .info_contact_right .segTitle {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.info_contact .info_contact_right .bck_form {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  opacity: 0.2;
  pointer-events: none;
}
.info_contact .info_contact_right article {
  margin: 0.5rem auto 1.75rem auto;
  width: 80%;
  color: rgba(255, 255, 255, 0.6);
}
.info_contact .form {
  position: relative;
  z-index: 1;
}
.info_contact .form input {
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 0.625rem;
  width: 100%;
}
.info_contact .form input::-moz-placeholder {
  color: rgba(120, 120, 120, 0.5);
}
.info_contact .form input::placeholder {
  color: rgba(120, 120, 120, 0.5);
}
.info_contact .form input:focus, .info_contact .form input:focus-visible {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--color-green-dark-2);
}
.info_contact .form button {
  border: none;
  background: var(--color-brown-light);
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  padding: 4px 4px 4px 20px;
  margin-top: 1.125rem;
}
.info_contact .form button br {
  display: none;
}
.info_contact .maps_contact {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.info_contact .maps_contact iframe {
  width: 100%;
  aspect-ratio: 1280/554;
  border: 7px solid rgba(67, 76, 33, 0.2) !important;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .info_contact .info_contact_right {
    margin-left: 0;
    padding: 2rem;
  }
  .info_contact .info_contact_left .param_info .item_parram {
    margin-bottom: 2rem;
  }
  .info_contact .info_contact_left .param_info .item_parram .icon {
    width: 40px;
    height: 40px;
  }
  .info_contact .info_contact_left .param_info .item_parram .icon img {
    width: 16px;
    height: 16px;
  }
  .info_contact .info_contact_left .param_info .item_parram .text {
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .info_contact {
    padding-top: 7rem;
  }
  .info_contact .pat_topright {
    right: 0;
    width: 6%;
  }
  .info_contact .maps_contact {
    width: 100%;
  }
  .info_contact .pat_center {
    width: 30%;
  }
  .info_contact .pat_topleft {
    left: 0;
    width: 6%;
  }
  .info_contact .info_contact_left .segTitle {
    margin-bottom: 2.5rem;
  }
  .info_contact .item_parram {
    gap: 1rem;
    margin-bottom: 1.4rem;
  }
  .info_contact .item_parram .icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
  }
  .info_contact .item_parram .icon img {
    width: 12px;
    height: 12px;
  }
  .info_contact .item_parram label {
    margin-bottom: 0;
  }
  .info_contact .item_parram label {
    font-size: 12px;
  }
  .info_contact .item_parram .text {
    font-size: 14px;
  }
  .info_contact .info_contact_right {
    margin-left: 0;
    margin-top: 2rem;
    padding: 30px 15px;
  }
  .info_contact .info_contact_right .segTitle {
    font-size: 22px;
  }
  .info_contact .maps_contact {
    margin-top: 50px;
  }
  .info_contact .maps_contact iframe {
    height: 350px;
  }
}

.agency_contact {
  padding: 100px 0;
}
.agency_contact .segTitle {
  text-align: center;
  margin-bottom: 3.25rem;
  color: rgb(107, 104, 50);
  text-transform: uppercase;
}
.agency_contact .list_agency {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.75rem;
}
.agency_contact .list_agency .item_agency {
  text-align: center;
}
.agency_contact .list_agency .item_agency .logo {
  height: 100px;
  border: 1px solid var(--color-green-light);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agency_contact .list_agency .item_agency .logo img {
  width: 60%;
  mix-blend-mode: difference;
}
.agency_contact .list_agency .item_agency .name {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-green-dark-2);
  margin-top: 1.25rem;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .agency_contact .list_agency {
    grid-template-columns: repeat(4, 1fr);
  }
  .agency_contact .list_agency .item_agency .logo {
    padding: 0;
  }
  .agency_contact .list_agency .item_agency .logo img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .agency_contact {
    padding: 50px 0;
  }
  .agency_contact .segTitle {
    margin-bottom: 2rem;
  }
  .agency_contact .list_agency {
    grid-template-columns: repeat(3, 1fr);
  }
  .agency_contact .list_agency .item_agency .logo {
    padding: 10px;
    height: 60px;
  }
  .agency_contact .list_agency .item_agency .name {
    font-size: 8px;
  }
  .agency_contact .pagination-wrap {
    margin-top: 2rem;
  }
}

.pagination-wrap {
  margin-top: 3.25rem;
}
.pagination-wrap li.active a {
  background: var(--color-brown-light) !important;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1)) drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.08));
}
.pagination-wrap li.active path {
  stroke: #fff;
}
.pagination-wrap a {
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin: 0 4px;
  transition: all 0.5s ease;
}
.pagination-wrap a.disabled {
  cursor: no-drop;
}
.pagination-wrap a:hover {
  background: var(--color-brown-light);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1)) drop-shadow(2px 4px 15px rgba(0, 0, 0, 0.08));
}
.pagination-wrap a:hover path {
  stroke: #fff;
}
.pagination-wrap a:focus, .pagination-wrap a:focus-visible {
  outline: none;
  box-shadow: none;
}

.choose_news {
  padding: 100px 0;
  position: relative;
}
.choose_news .segTitle {
  text-transform: uppercase;
}
.choose_news .pat_topright {
  position: absolute;
  pointer-events: none;
  right: 1rem;
  top: 100px;
  width: 8%;
}
.choose_news .pat_topleft {
  position: absolute;
  pointer-events: none;
  left: 1.5rem;
  top: 100px;
  width: 23%;
}
.choose_news .segTitle {
  margin-bottom: 2.75rem;
  position: relative;
}
.choose_news .item_hight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.65793) 45%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.choose_news .item_hight .img_news {
  aspect-ratio: 1268/646;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose_news .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  border: 1.2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
  color: #fff;
}
.choose_news .slick-arrow:hover {
  background: var(--color-brown-light);
}
.choose_news .slick-arrow.slick-prev {
  left: 0.875rem;
}
.choose_news .slick-arrow.slick-next {
  right: 0.875rem;
}
.choose_news .info_news {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 45%;
  padding: 2rem 2.5rem;
}
@media (max-width: 767px) {
  .choose_news {
    padding: 7rem 0 50px 0;
  }
  .choose_news .segTitle {
    margin-bottom: 1.5rem;
  }
  .choose_news .item_hight .img_news {
    height: 350px;
  }
  .choose_news .item_hight .info_news {
    width: 100%;
    padding: 15px;
  }
  .choose_news .item_hight .info_news .title_news {
    font-size: 14px;
  }
}

.info_news .title_news {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 8px;
  transition: color 0.5s ease;
}
.info_news .title_news:hover {
  color: var(--color-brown-light);
}
.info_news .date {
  color: #808080;
  border-right: 1px solid #808080;
  padding-right: 12px;
  margin-right: 12px;
}
.info_news .param {
  display: flex;
  align-items: center;
}
.info_news .param span {
  color: var(--color-brown-light);
  text-transform: uppercase;
}

.all_news {
  padding-bottom: 100px;
  position: relative;
}
.all_news .segTitle {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.all_news .nav_news {
  justify-content: center;
  margin-bottom: 2.75rem;
}
.all_news .item_news {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .all_news {
    padding-bottom: 50px;
  }
  .all_news .segTitle {
    margin-bottom: 1.25rem;
  }
  .all_news .nav_news {
    margin-bottom: 1.75rem;
  }
  .all_news .pagination-wrap {
    margin-top: 1.25rem;
  }
}

.nav_news {
  gap: 1rem;
}
.nav_news li .nav-link {
  border-radius: 100px;
  color: rgba(67, 76, 33, 0.6);
  border: 1px solid rgba(67, 76, 33, 0.6);
}
.nav_news li .nav-link.active {
  background: var(--color-green-dark-2);
  color: #fff;
}

.item_news {
  background: #fff;
}
.item_news .thumbnail {
  display: block;
  overflow: hidden;
}
.item_news .thumbnail img {
  width: 100%;
  aspect-ratio: 393/260;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s ease;
}
.item_news .thumbnail:hover img {
  transform: scale(1.5);
}
.item_news .title_news {
  color: #292b26;
  font-size: 20px;
  margin-top: 8px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0.5s ease;
  margin-bottom: 1rem;
  line-height: 25px;
  height: 50px;
}
.item_news .title_news:hover {
  color: var(--color-green-dark-2);
}
.item_news .info_news {
  color: #000;
}
.item_news .des_news {
  padding: 1.5rem;
}
.item_news article {
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .item_news .title_news {
    height: unset;
    font-size: 16px;
    line-height: 20px;
  }
}

.thumbnail_banner_detail {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.thumbnail_banner_detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(117, 120, 69, 0) 71.47%, rgba(117, 120, 69, 0.662225) 83.79%, rgba(117, 120, 69, 0.86) 90.74%, rgba(85, 92, 32, 0.8) 100%);
}
.thumbnail_banner_detail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .thumbnail_banner_detail {
    height: 400px;
  }
}

.detail_post {
  padding: 100px 0;
}
.detail_post .container_frame {
  width: 1064px;
}
.detail_post .custom_bottom {
  margin-top: 2.5rem;
}
.detail_post .segTitle {
  margin-bottom: 2rem;
}
.detail_post .detail_blog {
  text-align: justify;
}
.detail_post .detail_blog p {
  font-size: 14px !important;
}
.detail_post .detail_blog p strong {
  font-size: 14px !important;
}
.detail_post .detail_blog strong {
  font-size: 14px !important;
}
.detail_post .detail_blog h3, .detail_post .detail_blog h4 {
  font-size: 14px !important;
}
.detail_post .detail_blog img {
  width: 100%;
}
@media (max-width: 767px) {
  .detail_post {
    padding: 50px 0;
  }
  .detail_post .container_frame {
    width: 100%;
  }
  .detail_post .custom_bottom {
    flex-flow: column;
    align-items: center;
    justify-content: center !important;
    gap: 1rem;
  }
}

.back_to_news {
  border: 1px solid var(--color-brown-light);
  border-radius: 100px;
  padding: 10px 20px;
  color: #343434;
  transition: all 0.5s ease;
}
.back_to_news:hover {
  background: var(--color-brown-light);
  color: #fff;
}

.social_share .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.social_share .icon a {
  color: var(--color-brown-light);
}
.social_share .icon:hover {
  background: var(--color-brown-light);
}
.social_share .icon:hover a {
  color: #fff;
}

.other_post {
  padding-bottom: 100px;
}
.other_post .container_frame {
  width: 1064px;
}
.other_post .segTitle {
  margin-bottom: 2.75rem;
}
@media (max-width: 767px) {
  .other_post {
    padding-bottom: 50px;
  }
  .other_post .container_frame {
    width: 100%;
  }
}

.albumImgLibr {
  padding-top: 160px;
  position: relative;
}
.albumImgLibr .pat_topleft {
  position: absolute;
  top: 0;
  left: 1.68rem;
  pointer-events: none;
}
.albumImgLibr .pat_topright {
  position: absolute;
  top: 0;
  right: 1.68rem;
  pointer-events: none;
}
.albumImgLibr .segTitle {
  text-align: center;
  margin-bottom: 2.75rem;
  text-transform: uppercase;
}
.albumImgLibr .list_albumimg button {
  background: transparent;
  border: none;
  position: relative;
  margin: 0 1.375rem;
}
.albumImgLibr .list_albumimg button .thumbail {
  width: 615px;
  position: relative;
}
.albumImgLibr .list_albumimg button .thumbail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.albumImgLibr .list_albumimg button .thumbail img {
  width: 100%;
  aspect-ratio: 615/464;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumImgLibr .list_albumimg button .name {
  position: absolute;
  text-align: center;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .albumImgLibr {
    padding-top: 7rem;
  }
  .albumImgLibr .pat_topleft {
    width: 20%;
    top: 50px;
    left: 1rem;
  }
  .albumImgLibr .pat_topright {
    width: 23%;
    top: 50px;
    right: 0;
  }
  .albumImgLibr .segTitle {
    margin-bottom: 1rem;
  }
  .albumImgLibr .list_albumimg button .thumbail {
    width: 90vw;
  }
  .albumImgLibr .list_albumimg button .thumbail img {
    aspect-ratio: 615/364;
  }
  .albumImgLibr .list_albumimg button .name {
    font-size: 1.25rem;
    padding: 1rem;
  }
}

.videoLibr {
  padding-top: 100px;
  position: relative;
}
.videoLibr .segTitle {
  text-align: center;
  margin-bottom: 2.75rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .videoLibr {
    padding-top: 50px;
  }
  .videoLibr .segTitle {
    margin-bottom: 1rem;
  }
}

.play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.list_thumb_big .item {
  position: relative;
}
.list_thumb_big .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.list_thumb_big .item .thumbnail {
  aspect-ratio: 1268/630;
}
.list_thumb_big .item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_thumb_big .item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  padding: 1.75rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .list_thumb_big .item .name {
    font-size: 1.25rem;
    padding: 1rem;
  }
}

.play_video .icon {
  background: var(--color-green);
  box-shadow: 0px 5.11111px 25.5556px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.play_video::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: rgba(237, 237, 237, 0.5);
  border-radius: 50%;
}
.play_video::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: rgba(237, 237, 237, 0.2);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .play_video .icon {
    width: 40px;
    height: 40px;
  }
  .play_video::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .play_video::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.list_thumb_small {
  margin-top: 2.75rem;
}
.list_thumb_small .slick-track {
  display: flex !important;
  justify-content: center;
  margin: 0 auto;
  width: 100% !important;
}
.list_thumb_small .item {
  margin: 0 0.5rem;
  width: 17.8rem;
  cursor: pointer;
  position: relative;
}
.list_thumb_small .item .play_video_small {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.list_thumb_small .item .play_video_small .icon {
  background: var(--color-green);
  box-shadow: 0px 5.11111px 25.5556px rgba(0, 0, 0, 0.08);
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .list_thumb_small .item .play_video_small .icon {
    width: 40px;
    height: 40px;
  }
  .list_thumb_small .item .play_video_small::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
  .list_thumb_small .item .play_video_small::after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}
.list_thumb_small .item img {
  width: 100%;
  aspect-ratio: 285/180;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .list_thumb_small {
    margin-top: 1rem;
  }
  .list_thumb_small .item {
    width: 50vw;
  }
  .list_thumb_small .item img {
    aspect-ratio: 285/150;
  }
}

.document_project {
  padding: 100px 0;
  position: relative;
}
.document_project .nav.nav-tabs {
  justify-content: center;
  border-bottom: none;
  gap: 16px;
  margin-bottom: 32px;
}
.document_project .nav.nav-tabs .nav-link {
  border: 1px solid #0a5597;
  border-radius: 60px;
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgba(67, 76, 33, 0.6);
  text-transform: uppercase;
}
.document_project .nav.nav-tabs .nav-link.active {
  background: #0a5597;
  color: #fff;
}
.document_project .pat_topleft {
  position: absolute;
  top: 3.43rem;
  left: 4.43rem;
  pointer-events: none;
}
.document_project .pat_topright {
  position: absolute;
  top: 0;
  right: 1rem;
  pointer-events: none;
}
.document_project .segTitle {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.document_project .container_frame {
  width: 922px;
}
@media (max-width: 922px) {
  .document_project .container_frame {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .document_project {
    padding: 50px 0;
  }
  .document_project .nav.nav-tabs .nav-link {
    font-size: 8px;
    height: 36px;
    padding: 0 16px;
  }
  .document_project .container_frame {
    width: 100%;
  }
  .document_project .segTitle {
    margin-bottom: 1rem;
  }
  .document_project .pat_topleft {
    width: 6%;
    top: 1rem;
    left: 1rem;
  }
  .document_project .pat_topright {
    width: 25%;
  }
}

.list_document {
  border: 1px solid #ebebeb;
  border-radius: 6px;
}
.list_document .item_doc {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 1.25rem 0;
}
.list_document .item_doc .name {
  color: #292b26;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--font-title);
}
.list_document .item_doc .item_custom {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 76, 33, 0.1);
  transition: background 0.5s ease;
}
.list_document .item_doc .item_custom:hover {
  background: var(--color-green);
}
.list_document .item_doc .item_custom:hover path {
  fill: #fff;
}
.list_document .item_doc:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .list_document {
    padding: 1rem;
  }
  .list_document .item_doc .name {
    font-size: 1.25rem;
  }
}

.modal {
  z-index: 9999999;
}

.albumModal .modal-dialog {
  max-width: 100vw;
  min-height: 100vh;
  margin: 0;
}
.albumModal .modal-content {
  background: #f2f4e9;
  margin: 0;
  border-radius: 0;
}
.albumModal .modal-header {
  border: none;
  padding: 44px 86px;
}
.albumModal .modal-header .btn-close {
  margin: 0;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  background: unset;
  color: var(--color-green-dark-2);
  opacity: 1;
  font-weight: 600;
  gap: 10px;
}
.albumModal .modal-body {
  padding: 0 9.5rem;
}
.albumModal .segTitle {
  text-align: center;
  margin-bottom: 3.52rem;
  text-transform: uppercase;
}
.albumModal .list_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.albumModal .list_img .--img {
  position: relative;
}
.albumModal .list_img .--img .text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  z-index: 1;
}
.albumModal .list_img .--img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.albumModal .list_img .--img {
  width: 100%;
  aspect-ratio: 1131/491;
}
.albumModal .list_img .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumModal .list_img .--img:nth-child(n+2) {
  grid-column: span 1;
}
.albumModal .list_img .--img:nth-child(n+2) img {
  aspect-ratio: 559/319;
}
.albumModal .list_img .--img:first-child {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .albumModal .segTitle {
    margin-bottom: 1rem;
  }
  .albumModal .modal-body {
    padding: 15px;
  }
  .albumModal .list_img {
    gap: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.modal-backdrop.show {
  z-index: 9999;
}

.footer {
  background: linear-gradient(248.11deg, #0a5597 2.37%, #d87f4c 86.61%);
  padding-top: 100px;
  color: #fff;
  position: relative;
}
.footer .content_footer {
  display: flex;
  justify-content: space-between;
}
.footer .content_footer .cardLogo {
  width: 34%;
}
.footer .content_footer .cardLogo .disclaimer {
  font-size: 12px;
  color: #fff;
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 11px;
}
.footer .content_footer .cardLogo .disclaimer_1 {
  font-size: 11px;
  color: #fff;
}
.footer .content_footer .cardContent {
  width: 31%;
}
.footer .content_footer .cardForm {
  width: 28%;
}
.footer .pat_topleft {
  position: absolute;
  top: 0;
  left: 1.375rem;
  pointer-events: none;
}
.footer .pat_center {
  position: absolute;
  bottom: 2.3rem;
  left: 58%;
  transform: translateX(-50%);
  pointer-events: none;
}
.footer .pat_topright {
  position: absolute;
  top: 0;
  right: 1.125rem;
  pointer-events: none;
}
.footer .left_footer .logo {
  width: 200px;
  margin-bottom: 3.25rem;
}
.footer .left_footer ul li {
  margin-bottom: 20px;
}
.footer .left_footer ul li:last-child {
  margin-bottom: 0;
}
.footer .left_footer ul li:hover a {
  color: var(--color-brown-light);
}
.footer .left_footer ul a {
  gap: 10px;
  color: #fff;
  transition: color 0.25s ease;
}
.footer .left_footer ul .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .left_footer .seemap {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  padding: 10px 20px;
  gap: 8px;
  margin-top: 3.25rem;
}
.footer .left_footer .seemap:hover {
  transition: all 0.5s ease;
  background: var(--color-brown-light);
  border-color: var(--color-brown-light);
}
.footer .center_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.footer .group_link {
  flex: 0 0 calc(50% - 21px);
}
.footer .group_link .title_ft {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
}
.footer .group_link ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .group_link ul li a {
  font-size: 14px;
}
.footer .group_link a {
  color: #fff;
  font-size: 1.25rem;
  transition: color 0.25s ease;
}
.footer .group_link a:hover {
  color: var(--color-brown-light);
}
.footer .right_footer {
  background: rgb(93, 102, 43);
  padding: 1.875rem;
  position: relative;
}
.footer .right_footer .segTitle {
  color: #fff;
  margin-bottom: 0.875rem;
  font-size: 28px;
}
.footer .right_footer article {
  margin-bottom: 2rem;
}
.footer .right_footer input {
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  margin-bottom: 12px;
  width: 100%;
  color: #fff;
}
.footer .right_footer input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .right_footer input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .right_footer input:focus, .footer .right_footer input:focus-visible {
  border-color: var(--color-brown-light);
  outline: none;
}
.footer .right_footer button {
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 100px;
  padding: 4px 4px 4px 20px;
  margin-top: 1.25rem;
}
.footer .right_footer button br {
  display: none;
}
.footer .right_footer button:hover {
  color: var(--color-brown-light);
}
.footer .bottom_footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 4.625rem;
  padding: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.footer .bottom_footer a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .disclaimer_mobile .disclaimer {
  margin-bottom: 12px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .footer .content_footer .cardLogo {
    width: 26%;
  }
  .footer .content_footer .cardLogo .left_footer .logo {
    width: 100%;
  }
  .footer .content_footer .cardLogo .left_footer ul a span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer .content_footer .cardForm {
    width: 32%;
  }
}
@media (min-width: 767px) {
  .footer .disclaimer_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
  .footer .content_footer {
    flex-flow: column;
  }
  .footer .content_footer .cardLogo {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .footer .content_footer .cardLogo .disclaimer, .footer .content_footer .cardLogo .disclaimer_1 {
    display: none;
  }
  .footer .content_footer .cardContent {
    width: 100%;
    order: 3;
  }
  .footer .content_footer .cardForm {
    width: 100%;
    order: 2;
  }
  .footer .content_footer .cardForm .right_footer {
    margin-bottom: 24px;
  }
  .footer .pat_topleft,
  .footer .pat_topright,
  .footer .pat_center {
    opacity: 0.4;
  }
  .footer .left_footer .logo {
    margin: 0 auto 2rem auto;
    display: block;
  }
  .footer .center_footer {
    margin: 2rem 0;
  }
  .footer .center_footer .group_link {
    flex: 0 0 calc(50% - 2.625rem);
  }
  .footer .right_footer {
    padding: 1.875rem 15px;
    text-align: center;
  }
  .footer .right_footer .segTitle {
    font-size: 22px;
  }
  .footer .bottom_footer {
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .footer .bottom_footer .content_bottom {
    flex-flow: column;
    text-align: center;
  }
  .footer .bottom_footer .content_bottom .left {
    flex-flow: column;
    gap: 0px !important;
    margin-bottom: 1rem;
  }
}

.banner_uti {
  height: 100vh;
  position: relative;
}
.banner_uti::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(358deg, rgba(0, 0, 0, 0.831372549), rgba(36, 36, 36, 0.5803921569), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.banner_uti .img_banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_uti .segTitle {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  text-align: center;
  bottom: 4.875rem;
  color: #fff;
  z-index: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .banner_uti {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .banner_uti {
    height: 32vh;
  }
  .banner_uti .segTitle {
    bottom: 1rem;
  }
}

.about_uti {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  overflow: hidden;
}
.about_uti .pat_left {
  position: absolute;
  top: 0;
  left: 1.3rem;
  pointer-events: none;
  height: 100%;
  width: auto;
}
.about_uti .right_about {
  padding-left: 4.25rem;
}
.about_uti .right_about img {
  width: 100%;
  aspect-ratio: 841/620;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_uti .left_about .segTitle {
  text-transform: uppercase;
}
.about_uti .left_about .content_left {
  text-align: justify;
  margin: 2.75rem 0 60px 0;
}
.about_uti .left_about .content_left .js-split {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1050px) {
  .about_uti {
    padding-bottom: 2.25rem;
  }
  .about_uti .col-md-4 {
    width: 40%;
  }
  .about_uti .col-md-8 {
    width: 60%;
  }
  .about_uti .right_about {
    padding-left: 2rem;
  }
  .about_uti .--svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .about_uti {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_uti .left_about .content_left {
    margin: 1rem 0;
  }
  .about_uti .left_about .segTitle,
  .about_uti .left_about .subTitle {
    text-align: center;
  }
  .about_uti .left_about svg {
    width: 80px;
    height: 80px;
  }
  .about_uti .right_about {
    padding-left: 0;
    margin-top: 1rem;
  }
}

.--language {
  position: relative;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.--language ul {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 6px 0;
  flex-flow: column;
  background: var(--color-1);
  border-radius: 8px;
}
.--language ul a {
  color: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
}
.--language ul li {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 10px 20px !important;
}
.--language ul .wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.--language .wpml-ls-statics-footer {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 6px;
  width: 100%;
  transition: var(--transition-all);
  width: -moz-max-content;
  width: max-content;
  left: initial;
  border-radius: 0;
}
.--language .wpml-ls-statics-footer.active {
  opacity: 1;
  top: calc(100% + 5px);
}

.--languageCurrent {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 6px;
  color: #fff;
}
.--languageCurrent li {
  list-style: none;
  pointer-events: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.--languageCurrent a {
  text-decoration: none;
  color: #fff;
}

.subTitle {
  font-size: 28px;
  color: var(--color-brouwn);
  font-weight: 600;
}
@media (max-width: 767px) {
  .subTitle {
    font-size: 16px;
  }
}

.location_uti {
  background: linear-gradient(216.49deg, #bcbc87 2.76%, #939458 58.31%, #80804e 99.31%, #747449 135.02%);
  color: #fff;
  position: relative;
}
.location_uti .pat_topright {
  position: absolute;
  top: 0;
  right: 1.56rem;
  pointer-events: none;
  z-index: 1;
}
.location_uti .pat_bottomright {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 3.125rem;
  pointer-events: none;
}
.location_uti .background_loca {
  width: 100%;
}
.location_uti .right_loca {
  position: absolute;
  width: 36%;
  top: 0;
  right: 0;
  z-index: 1;
  padding-top: 100px;
}
.location_uti .segTitle {
  color: #fff;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}
.location_uti .content_loca {
  display: grid;
  grid-template-columns: 70% auto;
  position: relative;
}
.location_uti .content_loca::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 57%;
  height: 100%;
}
.location_uti .img_location {
  position: relative;
  overflow: hidden;
}
.location_uti .img_location .round_big,
.location_uti .img_location .round_small,
.location_uti .img_location .round_medium {
  position: absolute;
  left: 60%;
  width: 60%;
  transform: translate(-50%, -50%);
  top: 56%;
  animation: pulsescy 5s infinite ease-in-out;
}
.location_uti .img_location .round_medium {
  width: 44%;
}
.location_uti .img_location .round_small {
  width: 27%;
  animation: pulsescy2 5s infinite ease-in-out;
}
.location_uti .img_location .line-road {
  position: absolute;
  top: 8%;
  left: 46.6%;
  width: 72%;
  height: auto;
}
.location_uti .img_location .line-road path {
  stroke-dasharray: 6px;
  animation: dash 40s linear infinite;
  transition: all 0.5s ease;
}
.location_uti .logo_loca {
  position: absolute;
  top: 42%;
  left: 32%;
  width: 9%;
  height: auto;
  animation: loading 2s infinite ease-in-out;
}
.location_uti .list_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -9%;
  left: -23%;
}
.location_uti .list_circle .item_circle {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location_uti .list_circle .item_circle span {
  position: absolute;
  background: var(--color-brown-light);
  padding: 3px 10px;
  border-radius: 100px;
  transform: rotate(53deg);
  top: 0;
  right: -8%;
}
.location_uti .list_circle .item_circle:nth-child(1) span {
  top: 16%;
  right: 2%;
  transform: rotate(56deg);
}
.location_uti .list_circle .item_circle:nth-child(2) span {
  top: 10%;
  right: 0;
  transform: rotate(55deg);
}
.location_uti .list_circle .item_circle:nth-child(3) span {
  top: -4%;
}
.location_uti .list_address {
  padding: 3.125rem 0 7.5rem 0;
}
.location_uti .list_address .minutes {
  font-family: var(--font-title);
  margin-bottom: 1rem;
  font-size: 42px;
}
.location_uti .list_address .content p {
  margin-bottom: 0;
}
.location_uti .slide_address .slick-track {
  padding-top: 30px;
}
.location_uti .item_address {
  position: relative;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.location_uti .item_address::after {
  content: "";
  position: absolute;
  top: -0.78rem;
  left: 0;
  pointer-events: none;
  width: 1.56rem;
  height: 1.56rem;
  background: var(--color-brown-light);
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  animation: devvn_zoom 1.5s infinite linear;
}
@media (max-width: 767px) {
  .location_uti .list_address {
    padding-bottom: 50px;
  }
  .location_uti .list_address .item_address {
    width: 60vw;
  }
  .location_uti .list_address .minutes {
    font-size: 24px;
  }
  .location_uti .content_loca {
    display: flex;
    flex-flow: column-reverse;
  }
  .location_uti .content_loca::after {
    display: none;
  }
  .location_uti .right_loca {
    position: relative;
    width: 100%;
    text-align: justify;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .location_uti .right_loca .segTitle {
    text-align: center;
  }
}

.utility_system {
  position: relative;
  background: linear-gradient(216.49deg, #bcbc87 2.76%, #939458 58.31%, #80804e 99.31%, #747449 135.02%);
}
.utility_system::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/05/Rectangle-34624259.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.utility_system .maps_loca {
  position: relative;
  width: 100%;
}
.utility_system .maps_loca .list_marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.utility_system .maps_loca .list_marker .item_marker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.utility_system .maps_loca .list_marker .item_marker.active .number {
  position: relative;
}
.utility_system .maps_loca .list_marker .item_marker.active .number::after {
  animation: sonarEffect 1s linear infinite both;
  top: 0;
  left: 0;
  padding: 0;
  /* z-index: -1; */
  box-shadow: 0 0 0 2px #0a6a87;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  transform: scale(0.9);
}
.utility_system .maps_loca .list_marker .item_marker .number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-brown-light);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 10px;
}
.utility_system .maps_loca .list_marker .item_marker .content {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-brown-light);
  padding: 10px;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}
.utility_system .maps_loca .list_marker .item_marker:hover .content {
  opacity: 1;
  visibility: visible;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(1) {
  top: 67.8%;
  left: 59.5%;
  z-index: 5 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(2) {
  top: 61%;
  left: 59.5%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(3) {
  top: 48.5%;
  left: 53.5%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(4) {
  top: 51.5%;
  left: 57.5%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(5) {
  top: 66.5%;
  left: 56%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(6) {
  top: 64.5%;
  left: 56%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(7) {
  top: 58.5%;
  left: 57%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(8) {
  top: 61.5%;
  left: 62%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(9) {
  top: 51.5%;
  left: 53.5%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(10) {
  top: 48.5%;
  left: 56%;
  z-index: 5 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(11) {
  top: 24.5%;
  left: 53%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(12) {
  top: 53.3%;
  left: 48.2%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(13) {
  top: 54.3%;
  left: 62.2%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(14) {
  top: 53.5%;
  left: 46.5%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(15) {
  top: 53.5%;
  left: 50.5%;
  z-index: 5 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(16) {
  top: 52.5%;
  left: 52.5%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(17) {
  top: 23.5%;
  left: 51%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(18) {
  top: 36.3%;
  left: 44.5%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(19) {
  top: 80.8%;
  left: 52%;
  z-index: 5 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(20) {
  top: 77.8%;
  left: 56%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(21) {
  top: 78.8%;
  left: 59%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(22) {
  top: 77.8%;
  left: 65%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(23) {
  top: 77.8%;
  left: 86%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(24) {
  top: 74.8%;
  left: 85%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(25) {
  top: 67.8%;
  left: 85%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(26) {
  top: 73.8%;
  left: 61%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(27) {
  top: 38%;
  left: 51.35%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(28) {
  top: 45%;
  left: 48.35%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(29) {
  top: 43%;
  left: 51.35%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(30) {
  top: 37%;
  left: 52.35%;
  z-index: 6 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(31) {
  top: 46%;
  left: 50.35%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(32) {
  top: 42%;
  left: 60.35%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(33) {
  top: 38.3%;
  left: 61.35%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(34) {
  top: 44.4%;
  left: 60.4%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(35) {
  top: 61.7%;
  left: 50.6%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(36) {
  top: 37.5%;
  left: 50%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(37) {
  top: 36.1%;
  left: 59.6%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(38) {
  top: 60.1%;
  left: 68.6%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(39) {
  top: 69.65%;
  left: 79.5%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(40) {
  top: 26.65%;
  left: 47.35%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(41) {
  top: 26.7%;
  left: 53.4%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(42) {
  top: 35.2%;
  left: 47.2%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(43) {
  top: 64%;
  left: 64.7%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(44) {
  top: 54.6%;
  left: 64.9%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(45) {
  top: 62.8%;
  left: 63%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(46) {
  top: 36.5%;
  left: 56%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(47) {
  top: 40.5%;
  left: 48%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(48) {
  top: 29.5%;
  left: 59%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(49) {
  top: 63.5%;
  left: 46.5%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(50) {
  top: 59.5%;
  left: 66.8%;
  z-index: 4 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(51) {
  top: 42.7%;
  left: 66.7%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(52) {
  top: 62.7%;
  left: 38.6%;
  z-index: 3 !important;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(53) {
  top: 24.3%;
  left: 47.05%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(54) {
  top: 16%;
  left: 53.5%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(55) {
  top: 57.5%;
  left: 44.7%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(56) {
  top: 78.7%;
  left: 68.3%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(57) {
  top: 64.7%;
  left: 39.4%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(58) {
  top: 35.2%;
  left: 46.7%;
}
.utility_system .maps_loca .list_marker .item_marker:nth-child(59) {
  top: 31.3%;
  left: 43.4%;
}
.utility_system .maps_loca .list_marker .item_marker.C78D5F {
  z-index: 3;
}
.utility_system .maps_loca .list_marker .item_marker.F4D0A4 {
  z-index: 2;
}
.utility_system .maps_loca .list_marker .item_marker.F4D0A4 .number {
  color: var(--color-brouwn);
  border: 1px solid var(--color-brouwn);
}
.utility_system .maps_loca .list_marker .item_marker.F4D0A4 .content {
  color: var(--color-brouwn);
}
.utility_system .content_uti {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 40%;
  z-index: 1;
}
.utility_system .segTitle {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.utility_system .nav {
  margin-bottom: 2.75rem;
  gap: 2rem;
}
.utility_system .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.utility_system .list_type {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: auto;
  gap: 16px 40px;
  max-height: 264px;
  max-width: 415px;
}
.utility_system .list_type::-webkit-scrollbar {
  width: 5px;
}
.utility_system .list_type::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.utility_system .list_type::-webkit-scrollbar-thumb {
  background: #888;
}
.utility_system .list_type::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.utility_system .item_child {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  flex: 0 0 calc(50% - 20px);
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.utility_system .item_child .number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-brown-light);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
  font-size: 10px;
}
.utility_system .nav-link {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid transparent;
  padding: 0.5rem 0;
  border-radius: 0;
}
.utility_system .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-bottom: 4px solid #fff;
  border-radius: 0;
}
.utility_system .img_map_mobile {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .utility_system::before {
    display: none;
  }
  .utility_system .content_uti {
    position: relative;
    width: 100%;
    background: var(--color-green-dark);
    padding: 40px;
  }
  .utility_system .content_uti .segTitle {
    text-align: center;
  }
  .utility_system .content_uti .nav {
    justify-content: center;
    gap: 40px;
  }
  .utility_system .overlay {
    display: none;
  }
  .utility_system::after {
    display: none;
  }
  .utility_system .list_type {
    height: auto;
    overflow: unset;
    max-height: 100%;
    max-width: 100%;
  }
  .utility_system .maps_loca {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .utility_system .img_map_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .utility_system::before {
    display: none;
  }
  .utility_system .content_uti {
    position: relative;
    width: 100%;
    padding-top: 50px;
  }
  .utility_system .content_uti .segTitle {
    text-align: center;
  }
  .utility_system .content_uti .nav {
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .utility_system .overlay {
    display: none;
  }
  .utility_system::after {
    display: none;
  }
  .utility_system .list_type {
    height: auto;
    overflow: unset;
    max-height: 100%;
    padding-bottom: 20px;
  }
  .utility_system .maps_loca {
    display: none;
    width: 100%;
  }
  .utility_system .maps_loca .list_marker .item_marker .number {
    width: 18px;
    height: 18px;
    font-size: 8px;
  }
}

.space_uti {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.space_uti .segTitle {
  text-transform: uppercase;
  font-size: 40px;
}
.space_uti .left_space .subTitle {
  font-size: 28px;
}
.space_uti .pat_left {
  position: absolute;
  top: 4.375rem;
  left: 35%;
  pointer-events: none;
}
.space_uti .pat_right {
  position: absolute;
  top: 0;
  right: 7.8rem;
  pointer-events: none;
}
.space_uti .album_space {
  gap: 3.125rem;
}
.space_uti .thumnail_space {
  flex: 0 0 30%;
  text-align: justify;
}
.space_uti .thumnail_space .thumb {
  width: 100%;
  aspect-ratio: 363/407;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5rem;
}
.space_uti .content_space {
  text-align: justify;
  margin: 100px 0 50px 25%;
}
.space_uti .slide_space .thumb {
  width: 100%;
  aspect-ratio: 941/692;
  -o-object-fit: cover;
     object-fit: cover;
}
.space_uti .slide_space .item_slide {
  position: relative;
}
.space_uti .slide_space .item_slide .number {
  position: absolute;
  bottom: 1.75rem;
  right: 3.75rem;
  font-family: var(--font-title);
  display: flex;
  align-items: flex-end;
}
.space_uti .slide_space .item_slide .number .current {
  font-size: 4.5rem;
  color: #fff;
  line-height: 1;
}
.space_uti .slide_space .item_slide .number .total {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.375rem;
}
.space_uti .right_space {
  flex: 0 0 calc(70% - 3.125rem);
  width: calc(70% - 3.125rem);
}
@media (max-width: 767px) {
  .space_uti {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .space_uti .segTitle {
    font-size: 22px;
  }
  .space_uti .left_space {
    text-align: center;
  }
  .space_uti .left_space .subTitle {
    font-size: 16px;
  }
  .space_uti .content_space {
    margin: 1rem 0 2rem 0;
  }
  .space_uti .album_space {
    flex-flow: column;
    gap: 1rem;
  }
  .space_uti .right_space {
    flex: 0 0 100%;
    width: 100%;
  }
  .space_uti .slide_space .item_slide .number {
    bottom: 1rem;
    right: 1rem;
  }
  .space_uti .slide_space .item_slide .number .current {
    font-size: 2.5rem;
  }
}

.experience_uti {
  background: linear-gradient(248.11deg, #babb85 2.37%, #828250 86.61%);
  color: #fff;
  position: relative;
}
.experience_uti .left_exp {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 3.75rem;
  position: relative;
}
.experience_uti .left_exp .pat_right {
  position: absolute;
  top: 2.8rem;
  right: 4.68rem;
}
.experience_uti .left_exp .pat_left {
  position: absolute;
  top: 0;
  left: -4rem;
  opacity: 0.1;
}
.experience_uti .left_exp article {
  width: 85%;
}
.experience_uti .right_exp {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4.875rem;
  position: relative;
  background: linear-gradient(216.49deg, #bcbc87 2.76%, #939458 58.31%, #80804e 99.31%, #747449 135.02%);
}
.experience_uti .right_exp .pat_right {
  position: absolute;
  top: -1.75rem;
  right: 2.43rem;
  opacity: 0.1;
}
.experience_uti .right_exp .item_slide {
  width: 35vw;
  filter: brightness(0.4);
  padding: 20px 10px 10px 20px;
}
.experience_uti .right_exp .item_slide.active, .experience_uti .right_exp .item_slide[data-key="0"] {
  filter: unset;
}
.experience_uti .right_exp .item_slide.active .--content, .experience_uti .right_exp .item_slide[data-key="0"] .--content {
  box-shadow: 1px 1px 20px 0 #ede596;
}
.experience_uti .right_exp .item_slide.slick-current {
  position: relative;
  z-index: 1;
}
.experience_uti .right_exp .item_slide .thumb {
  width: 100%;
  aspect-ratio: 484/496;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience_uti .right_exp .item_slide .content {
  background: #0a5597;
  padding: 20px;
  gap: 1.625rem;
}
.experience_uti .right_exp .item_slide .name {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  transition: color 0.3s ease;
}
.experience_uti .right_exp .item_slide .name:hover {
  color: var(--color-brown-light);
}
.experience_uti .right_exp .item_slide .icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background 0.3s ease;
}
.experience_uti .right_exp .item_slide .icon:hover {
  background: var(--color-brown-light);
  border: 1px solid var(--color-brown-light);
}
.experience_uti .subTitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.experience_uti .segTitle {
  margin-bottom: 2rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .experience_uti .left_exp {
    padding-top: 50px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 1rem;
  }
  .experience_uti .left_exp .segTitle {
    margin-bottom: 1rem;
  }
  .experience_uti .left_exp article {
    width: 100%;
    text-align: justify;
  }
  .experience_uti .right_exp {
    padding: 0;
    background: transparent;
  }
  .experience_uti .right_exp .item_slide {
    width: 85vw;
    padding: 0;
    padding-bottom: 20px;
  }
  .experience_uti .right_exp .item_slide .name {
    font-size: 14px;
  }
  .experience_uti .right_exp .item_slide .content .info button {
    text-align: left;
  }
  .experience_uti .right_exp .item_slide .content .info .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.imprint_home {
  background: linear-gradient(248.11deg, #babb85 2.37%, #828250 86.61%);
  color: #fff;
  position: relative;
}
.imprint_home .left_exp {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding-right: 3.75rem;
  position: relative;
  height: 100%;
}
.imprint_home .left_exp .logo_imprint {
  width: 80%;
  height: auto;
}
.imprint_home .left_exp .pat_right {
  position: absolute;
  top: 2.8rem;
  right: 4.68rem;
}
.imprint_home .left_exp .pat_left {
  position: absolute;
  top: 0;
  left: -4rem;
  opacity: 0.1;
}
.imprint_home .left_exp article {
  width: 85%;
}
.imprint_home .right_exp {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4.875rem;
  position: relative;
  background: linear-gradient(216.49deg, #bcbc87 2.76%, #939458 58.31%, #80804e 99.31%, #747449 135.02%);
}
.imprint_home .right_exp .pat_right {
  position: absolute;
  top: -1.75rem;
  right: 2.43rem;
  opacity: 0.1;
}
.imprint_home .right_exp .item_slide {
  width: 35vw;
  filter: brightness(0.4);
  padding: 20px 10px 10px 20px;
}
.imprint_home .right_exp .item_slide.active, .imprint_home .right_exp .item_slide[data-key="0"] {
  filter: unset;
}
.imprint_home .right_exp .item_slide.active .--content, .imprint_home .right_exp .item_slide[data-key="0"] .--content {
  box-shadow: 1px 1px 20px 0 #ede596;
}
.imprint_home .right_exp .item_slide.slick-current {
  position: relative;
  z-index: 1;
}
.imprint_home .right_exp .item_slide .thumb {
  width: 100%;
  aspect-ratio: 484/496;
  -o-object-fit: cover;
     object-fit: cover;
}
.imprint_home .right_exp .item_slide .content {
  background: #0a5597;
  padding: 1.5rem;
  gap: 1.625rem;
}
.imprint_home .right_exp .item_slide .name {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  transition: color 0.3s ease;
}
.imprint_home .right_exp .item_slide .name:hover {
  color: var(--color-brown-light);
}
.imprint_home .right_exp .item_slide .txt {
  font-size: 14px;
}
.imprint_home .right_exp .item_slide .icon {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: background 0.3s ease;
}
.imprint_home .right_exp .item_slide .icon:hover {
  background: var(--color-brown-light);
  border: 1px solid var(--color-brown-light);
}
.imprint_home .subTitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.imprint_home .segTitle {
  margin-bottom: 2rem;
  color: var(--color-brown-light);
}
@media (max-width: 767px) {
  .imprint_home .left_exp {
    padding-top: 50px;
    padding-right: 0;
    text-align: center;
    padding-bottom: 1rem;
  }
  .imprint_home .left_exp .segTitle {
    margin-bottom: 1rem;
  }
  .imprint_home .left_exp article {
    width: 100%;
    text-align: justify;
  }
  .imprint_home .left_exp .logo_imprint {
    width: 60%;
  }
  .imprint_home .right_exp {
    padding-bottom: 20px;
    background: transparent;
    padding: 0;
  }
  .imprint_home .right_exp .item_slide {
    width: 85vw;
    padding: 0;
  }
  .imprint_home .right_exp .item_slide .content .info button {
    text-align: left;
  }
  .imprint_home .right_exp .item_slide .content .info .txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11px;
  }
  .imprint_home .right_exp .item_slide .name {
    font-size: 12px;
  }
}

.collect_uti {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.collect_uti .pat_right {
  position: absolute;
  top: 0;
  right: 1.8rem;
  pointer-events: none;
}
.collect_uti .pat_center {
  position: absolute;
  top: -7.5rem;
  left: 38%;
  pointer-events: none;
}
.collect_uti .list_collect {
  margin-top: 4.375rem;
}
.collect_uti .left_collect .subTitle {
  font-size: 28px;
}
.collect_uti .right_collect {
  gap: 3.375rem;
  text-align: justify;
  margin-left: 25%;
  margin-top: 4.625rem;
}
.collect_uti .right_collect article {
  flex: 0 0 calc(50% - 3.375rem);
}
.collect_uti .item_collect {
  width: 35vw;
  margin-right: 3.875rem;
}
.collect_uti .item_collect .thumb {
  width: 100%;
  aspect-ratio: 500/328;
  margin-bottom: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.collect_uti .item_collect .name {
  font-size: 20px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .collect_uti {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .collect_uti .left_collect {
    text-align: center;
  }
  .collect_uti .left_collect .segTitle {
    text-transform: uppercase;
  }
  .collect_uti .left_collect .subTitle {
    font-size: 24px;
  }
  .collect_uti .list_collect {
    margin-top: 2rem;
  }
  .collect_uti .item_collect {
    width: 90vw;
    margin-right: 15px;
  }
  .collect_uti .item_collect .name {
    font-size: 19px;
  }
  .collect_uti .right_collect {
    margin-top: 1rem;
    margin-left: 0;
    flex-flow: column;
    gap: 10px;
  }
  .collect_uti .right_collect article {
    flex: 0 0 100%;
  }
}

.uti_prod {
  padding-top: 100px;
  position: relative;
}
.uti_prod .pat_right {
  position: absolute;
  top: -6.3rem;
  right: 2.125rem;
  pointer-events: none;
}
.uti_prod .segTitle {
  text-align: center;
  margin-bottom: 3.25rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .uti_prod {
    padding-top: 50px;
  }
  .uti_prod .segTitle {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
  .uti_prod .pat_right {
    width: 8%;
    top: -2rem;
  }
}

.list_prod .item_uti {
  width: 32vw;
  margin: 0 1rem;
}
.list_prod .item_uti .thumbnail {
  position: relative;
}
.list_prod .item_uti .thumbnail img {
  aspect-ratio: 472/560;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.list_prod .item_uti .thumbnail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6705882353), transparent);
}
.list_prod .item_uti .thumbnail .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .list_prod .item_uti {
    width: 90vw;
  }
  .list_prod .item_uti .thumbnail .name {
    font-size: 16px;
  }
}

.value_prod {
  position: relative;
}
.value_prod .segTitle {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 3.625rem;
  z-index: 1;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.value_prod .segTitle .--title {
  font-size: 2rem;
}
.value_prod .bck_value {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.value_prod::after, .value_prod::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.value_prod::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  height: 20%;
}
@media (max-width: 767px) {
  .value_prod .bck_value {
    height: 400px;
  }
  .value_prod .segTitle {
    width: 100%;
    bottom: 1.5rem;
  }
  .value_prod .segTitle .--title {
    font-size: 22px;
  }
}

.content_banner_title {
  pointer-events: none;
  position: fixed;
  left: 0;
  bottom: 60px;
  z-index: 100;
  color: white;
  width: 100%;
}
.content_banner_title .segTitle {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}

.homeBanner {
  position: relative;
  height: 100vh;
  background: linear-gradient(248.11deg, #babb85 2.37%, #828250 86.61%);
}
.homeBanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3882352941), transparent);
}
.homeBanner .scroll_frame {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 2rem;
  z-index: 1;
  cursor: pointer;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.homeBanner .item_banner {
  position: relative;
}
.homeBanner .item_banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6705882353), transparent);
}
.homeBanner .item_banner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanner .item_banner .content_banner {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
}
.homeBanner .item_banner .banner-img {
  transform: scale(1.2);
}
.homeBanner .item_banner .segTitle {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.homeBanner .arrow_banner {
  position: absolute;
  bottom: 2rem;
  right: 0;
  z-index: 1;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeBanner .slick_arrow {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.homeBanner .slick_arrow i {
  font-size: 10px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeBanner .item_banner .content_banner {
    left: 18px;
    bottom: 40px;
  }
  .homeBanner .item_banner .content_banner .segTitle {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .homeBanner {
    height: auto;
  }
  .homeBanner .item_banner img {
    height: 80vh;
  }
  .homeBanner .item_banner .segTitle {
    font-size: 2.5rem;
  }
  .homeBanner .arrow_banner {
    width: 100%;
    padding: 0 15px;
    transform: translate(0, -50%);
    top: 50%;
    bottom: unset;
    justify-content: space-between;
  }
  .homeBanner .slick_arrow {
    background: rgba(0, 0, 0, 0.3098039216);
  }
}

@keyframes bounce {
  50% {
    transform: translateY(-15px) translate(-50%, 0);
  }
}
.homeAbout {
  background: linear-gradient(248.11deg, #babb85 2.37%, #828250 86.61%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.homeAbout .img_decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  height: auto;
  pointer-events: none;
}
.homeAbout .top_about {
  margin-bottom: 11.3rem;
}
.homeAbout .top_about .segTitle {
  color: #ebcfa7;
  background: linear-gradient(90.71deg, #faf8f5 0.61%, #e0ceb7 30.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeAbout .top_about .subTitle {
  color: var(--color-green-dark);
}
.homeAbout .top_about .subTitle span {
  color: #fff;
}
.homeAbout .top_about article {
  width: 70%;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 0 0;
}
.homeAbout .bottom_about .subTitle {
  color: #fff;
  font-size: 16px;
}
.homeAbout .bottom_about .segTitle {
  color: #fff;
  font-size: 80px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeAbout .bottom_about .segTitle {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .homeAbout {
    padding: 50px 0;
  }
  .homeAbout .top_about {
    margin-bottom: 4rem;
  }
  .homeAbout .top_about article {
    width: 100%;
  }
  .homeAbout .bottom_about .segTitle {
    font-size: 2.5rem;
  }
}

.homeLive {
  padding-top: 60px;
  background: #f0f2e7;
  position: relative;
}
.homeLive .p-right-section {
  position: relative;
}
.homeLive .p-right-section .img_decor {
  position: absolute;
  top: 0;
  right: 30px;
  width: 50%;
  height: auto;
}
.homeLive .content_live {
  text-align: right;
  padding: 15rem 4rem 14rem 4rem;
}
.homeLive .content_live .subTitle {
  color: #000;
}
.homeLive .content_live .segTitle {
  color: var(--color-green-light);
  font-size: 12rem;
  line-height: 1.3;
  margin-top: -3rem;
  margin-bottom: -2rem;
  padding-bottom: 22px;
  font-size: 190px;
}
.homeLive .content_live .txt1 {
  color: #6b6832;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.homeLive .content_live .txt3 {
  margin-right: 4rem;
  color: #6b6832;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 16px;
}
.homeLive .thumb_live {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1700px) and (min-width: 1400px) {
  .homeLive .thumb_live {
    margin-top: 30px;
  }
}
@media (max-width: 1439px) {
  .homeLive .content_live .segTitle {
    line-height: 1;
  }
  .homeLive .content_live .txt3 {
    margin-right: 7rem;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeLive .content_live {
    padding: 15rem 2rem 14rem 2rem;
  }
  .homeLive .content_live .txt1 {
    font-size: 16px;
  }
  .homeLive .content_live .segTitle {
    font-size: 105px;
    margin-top: -1rem;
  }
  .homeLive .content_live .txt3 {
    font-size: 16px;
    letter-spacing: 8px;
  }
}
@media (max-width: 767px) {
  .homeLive {
    padding-top: 50px;
  }
  .homeLive .row {
    flex-flow: column-reverse;
  }
  .homeLive .content_live {
    padding: 0;
  }
  .homeLive .content_live .segTitle {
    font-size: 5rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
  }
  .homeLive .content_live .txt1 {
    font-size: 18px;
  }
  .homeLive .content_live .txt3 {
    margin-right: 4rem;
    font-size: 18px;
    letter-spacing: 8px;
    margin-top: -30px;
  }
}

.homeOverview {
  background: linear-gradient(248.11deg, #babb85 2.37%, #828250 86.61%);
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.homeOverview .--left {
  padding-left: 80px;
}
.homeOverview .img_decor {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 95%;
  height: auto;
}
.homeOverview .title_over {
  background: linear-gradient(89.8deg, #d7bfa0 3.71%, #fefdfd 23.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
.homeOverview .param_over {
  max-width: 400px;
}
.homeOverview .param_over .item {
  flex: 0 0 50%;
  margin-bottom: 16px;
}
.homeOverview .param_over .item .text {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.homeOverview .param_over .item .value {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.homeOverview .param_over .item .number {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}
.homeOverview .param_over .item .unit {
  position: absolute;
  top: 0px;
  left: calc(100% + 5px);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}
.homeOverview .type_apart .--title {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.homeOverview .overview {
  width: 80%;
  position: relative;
  z-index: 2;
}
.homeOverview .overview .item {
  border-top: 1px solid rgba(255, 255, 255, 0.2392156863);
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.7);
  align-items: center;
}
.homeOverview .overview .item .title {
  text-transform: uppercase;
  flex: 0 0 180px;
  line-height: 1.2;
  font-size: 12px;
}
.homeOverview .overview .item .dot {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.homeOverview .overview .item .content {
  font-weight: 600;
  padding-left: 3rem;
  font-size: 12px;
}
.homeOverview .thumb_over {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeOverview .--left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeOverview {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .homeOverview .--left {
    padding: 0 30px;
  }
  .homeOverview .--right {
    padding-right: 0;
  }
  .homeOverview .overview {
    width: 100%;
  }
  .homeOverview .thumb_over {
    position: relative;
    width: 100%;
    margin-top: 2rem;
  }
}

.homeLocation {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.homeLocation .grid_loca {
  display: grid;
  grid-template-columns: 64% auto;
}
.homeLocation .content_loca {
  position: absolute;
  z-index: 2;
  width: 36%;
  top: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.homeLocation .content_loca article {
  margin-top: 1rem;
  max-width: 380px;
}
.homeLocation .content_loca .segTitle {
  color: #6b6832;
  font-size: 30px;
}
.homeLocation .content_loca .subTitle {
  font-size: 20px;
}
.homeLocation .slide_address .minutes {
  color: var(--color-green-dark-2);
  font-family: var(--font-title);
  font-size: 56px;
  gap: 10px;
  line-height: 1.2;
}
.homeLocation .slide_address .content {
  color: var(--color-brouwn);
  font-weight: 600;
  font-size: 17.5px;
}
.homeLocation .image_maps {
  position: relative;
}
.homeLocation .image_maps::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.617142) 45.03%, #ffffff 100%);
}
.homeLocation .image_maps .icon-location {
  position: absolute;
  top: 42%;
  left: 32%;
  width: 9%;
  height: auto;
  animation: loading 2s infinite ease-in-out;
}
.homeLocation .image_maps .line-road {
  position: absolute;
  top: 0;
  left: 16.4%;
  width: 85.5%;
  height: 100%;
}
.homeLocation .image_maps .line-road path {
  stroke-dasharray: 6px;
  animation: dash 40s linear infinite;
  transition: all 0.5s ease;
}
.homeLocation .image_maps .round_big,
.homeLocation .image_maps .round_small,
.homeLocation .image_maps .round_medium {
  position: absolute;
  left: 40%;
  width: 60%;
  transform: translate(-50%, -50%);
  top: 48%;
  animation: pulsescy 5s infinite ease-in-out;
}
.homeLocation .image_maps .round_medium {
  width: 44%;
}
.homeLocation .image_maps .round_small {
  width: 27%;
  animation: pulsescy2 5s infinite ease-in-out;
}
.homeLocation .logo_maps {
  position: absolute;
  top: 38%;
  left: 30%;
  width: 10%;
}
@media (min-width: 1900px) {
  .homeLocation .content_loca {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .homeLocation .content_loca .segTitle {
    font-size: 40px;
  }
}
@media (max-width: 1439px) {
  .homeLocation .slide_address .minutes {
    font-size: 40px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeLocation {
    padding: 0;
  }
  .homeLocation .grid_loca {
    display: flex;
    flex-flow: column;
  }
  .homeLocation .content_loca {
    position: relative;
    width: 100%;
    padding: 40px;
  }
  .homeLocation .content_loca article {
    margin-bottom: 3rem;
    text-align: justify;
    max-width: 100%;
  }
  .homeLocation .image_maps::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeLocation {
    padding: 0;
  }
  .homeLocation .grid_loca {
    display: flex;
    flex-flow: column-reverse;
  }
  .homeLocation .content_loca {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .homeLocation .content_loca article {
    margin-bottom: 3rem;
    text-align: justify;
    max-width: 100%;
  }
  .homeLocation .content_loca .subTitle {
    font-size: 16px;
  }
  .homeLocation .content_loca .segTitle {
    font-size: 24px;
  }
  .homeLocation .image_maps::after {
    display: none;
  }
  .homeLocation .slide_address .minutes {
    font-size: 32px;
  }
  .homeLocation .slide_address .content {
    font-size: 16px;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes pulsescy {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes pulsescy2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.homeBuild {
  position: relative;
}
.homeBuild .background_build {
  aspect-ratio: unset;
}
@media (max-width: 1700px) {
  .homeBuild .background_build {
    aspect-ratio: 1440/750;
  }
}
@media (max-width: 1439px) {
  .homeBuild .background_build {
    aspect-ratio: 1440/810;
  }
}
.homeBuild .img_build {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.homeBuild .content_build {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-top: 3.25rem;
  color: #fff !important;
}
.homeBuild .content_build .segTitle {
  color: #fff !important;
  line-height: 1;
}
@media (max-width: 1200px) {
  .homeBuild .content_build .segTitle {
    font-size: 36px;
  }
}
.homeBuild .content_build .subTitle {
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .homeBuild .content_build .subTitle {
    font-size: 20px;
  }
}
.homeBuild .content_build article {
  text-align: justify;
  margin-bottom: 50px;
  width: 63%;
}
@media (max-width: 1920px) {
  .homeBuild .content_build article {
    width: 52%;
  }
}
@media (max-width: 1700px) {
  .homeBuild .content_build article {
    width: 61%;
  }
}
@media (max-width: 1439px) {
  .homeBuild .content_build article {
    width: 68%;
  }
}
@media (max-width: 1200px) {
  .homeBuild .content_build article {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .homeBuild .content_build article {
    width: 78%;
  }
}
.homeBuild .list_percent {
  display: flex;
  gap: 57px;
}
.homeBuild .list_percent .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homeBuild .list_percent .item .desc {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b6832;
  text-align: center;
}
.homeBuild .list_percent .item .--number {
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-number);
  text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  line-height: 1;
}
.homeBuild .list_percent .item .--number span {
  font-size: 30px;
}
@media (max-width: 1200px) {
  .homeBuild .list_percent .item .--number {
    font-size: 70px;
  }
}
@media (max-width: 1050px) and (min-width: 768px) {
  .homeBuild .img_build {
    bottom: unset;
    top: 0;
  }
  .homeBuild .content_build {
    position: relative;
    width: 100%;
    padding: 40px;
    background: var(--color-grad);
  }
  .homeBuild .content_build article {
    text-align: justify;
  }
  .homeBuild .content_build .segTitle,
  .homeBuild .content_build .subTitle {
    color: #fff;
    text-align: center;
  }
  .homeBuild .content_build .subTitle {
    margin: 0.5rem 0 2rem auto;
  }
  .homeBuild .content_build article {
    width: 100%;
  }
  .homeBuild .content_build .list_percent {
    flex-direction: column;
  }
  .homeBuild .content_build .list_percent .item .desc {
    color: #fff;
  }
  .homeBuild .content_build .list_percent .item .--number {
    text-shadow: unset;
  }
}
@media (min-width: 767px) {
  .homeBuild .img_mobile {
    display: none;
  }
}
.homeBuild .img_mobile {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .homeBuild {
    display: flex;
    flex-flow: column-reverse;
  }
  .homeBuild .img_build {
    display: none;
  }
  .homeBuild .background_build {
    display: none;
  }
  .homeBuild .content_build {
    position: relative;
    width: 100%;
    padding-top: 50px;
    background: var(--color-grad);
    padding-bottom: 50px;
  }
  .homeBuild .content_build article {
    text-align: justify;
  }
  .homeBuild .content_build .segTitle {
    padding-top: 0;
    font-size: 22px;
  }
  .homeBuild .content_build .segTitle,
  .homeBuild .content_build .subTitle {
    color: #fff;
    text-align: center;
  }
  .homeBuild .content_build .subTitle {
    margin: 0.5rem 0 2rem auto;
    font-size: 16px;
  }
  .homeBuild .content_build article {
    width: 100%;
  }
  .homeBuild .content_build .list_percent {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .homeBuild .content_build .list_percent .item {
    width: calc(50% - 10px);
  }
  .homeBuild .content_build .list_percent .item .desc {
    color: #fff;
    font-size: 14px;
  }
  .homeBuild .content_build .list_percent .item .--number {
    text-shadow: unset;
    font-size: 50px;
  }
}

.homePartner {
  padding: 100px 0;
  background: #f1f4e9;
  text-align: center;
}
.homePartner article {
  width: 55%;
  margin: 1rem auto 2rem auto;
}
.homePartner .segTitle {
  color: #b3b47e;
  text-transform: uppercase;
}
.homePartner .list_slide {
  width: 90%;
  margin: auto;
}
.homePartner .item_logo {
  border: 1px solid #b3b47e;
  padding: 23px 55px;
  margin: 0 1rem;
}
.homePartner .item_logo img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .homePartner {
    padding: 50px 0;
  }
  .homePartner article {
    width: 100%;
  }
  .homePartner .list_slide {
    width: 100%;
  }
  .homePartner .item_logo {
    padding: 20px;
  }
  .homePartner .item_logo img {
    height: 20px;
  }
}

form .wpcf7-response-output {
  display: none;
  background: transparent;
  border: transparent !important;
  border-color: transparent !important;
  text-align: center !important;
}
form.sent .wpcf7-response-output {
  display: block;
}

.modal_exp .modal-body {
  padding: 0;
}
.modal_exp .modal-body .thumb {
  width: 100%;
}
.modal_exp .modal-body .content {
  text-align: center;
  background: var(--color-brown-light);
  color: #fff;
  padding: 1rem;
}
.modal_exp .modal-body .content .name {
  font-size: 2rem;
  font-family: var(--font-title);
}
.modal_exp .modal-body .content .txt {
  width: 60%;
  margin: auto;
}
.modal_exp .modal-header {
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.modal_exp .modal-header .btn-close {
  margin: 0;
  opacity: 1;
}

.info_prod_page {
  background: linear-gradient(216.49deg, #BCBC87 2.76%, #e57e7e 58.31%, #ec9f55 99.31%, #e9e99d 135.02%);
  padding-top: 100px;
}
.info_prod_page .pat_topright {
  position: absolute;
  top: 50px;
  right: 35%;
  z-index: 1;
  pointer-events: none;
}
.info_prod_page .info_tower {
  display: grid;
  grid-template-columns: 85% auto;
  position: relative;
}
.info_prod_page .background_total_build {
  position: relative;
}
.info_prod_page .background_total_build .btn__prd_360 {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border: 1px solid var(--color-brown-light);
  background: var(--color-brown-light);
  border-radius: 100px;
  color: #fff;
  padding: 10px 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  animation: devvn_zoom 1.5s infinite linear;
}
.info_prod_page .background_total_build .btn__prd_360:hover {
  background: #fff;
  color: var(--color-brown-light);
}
.info_prod_page .background_total_build .pattern_topleft {
  position: absolute;
  top: 0;
  left: 19%;
  z-index: 1;
  pointer-events: none;
}
.info_prod_page .background_total_build .pat_botleft {
  position: absolute;
  bottom: 0;
  left: 2.18rem;
  z-index: 1;
  pointer-events: none;
}
.info_prod_page .background_total_build .txt_use {
  position: absolute;
  bottom: 2.5rem;
  left: 6.93rem;
  background: rgba(51, 51, 51, 0.7);
  -webkit-clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
          clip-path: polygon(1rem 0, 100% 0, calc(100% - 1rem) 100%, 0 100%);
}
.info_prod_page .background_total_build .thumb {
  width: 100%;
  filter: brightness(0.5);
}
.info_prod_page .background_total_build .thumb_mobile {
  width: 100%;
  filter: brightness(0.5);
}
.info_prod_page .list_prod_cut {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.info_prod_page .list_prod_cut .img_cut {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.info_prod_page .list_prod_cut .img_cut.active, .info_prod_page .list_prod_cut .img_cut:hover {
  opacity: 1;
}
.info_prod_page .list_prod_cut .img_cut:nth-child(1) {
  width: 24%;
  top: 10%;
  left: 9.5%;
}
.info_prod_page .list_prod_cut .img_cut:nth-child(2) {
  width: 30%;
  top: 10%;
  left: 35%;
}
.info_prod_page .list_prod_cut .img_cut:nth-child(3) {
  width: 27%;
  top: 10.5%;
  left: 66%;
}
.info_prod_page .list_box_prod {
  width: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.info_prod_page .list_box_prod .close_box {
  display: none;
}
.info_prod_page .box_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background: #0a5597;
  color: #fff;
  padding: 1.75rem 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: -moz-max-content;
  height: max-content;
  pointer-events: none;
  min-height: 500px;
  display: flex;
  flex-flow: column;
}
.info_prod_page .box_info.active {
  opacity: 1;
  pointer-events: auto;
}
.info_prod_page .box_info .title_chose {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  position: relative;
}
.info_prod_page .box_info .title_chose::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 1.5625rem;
  height: 1px;
}
.info_prod_page .box_info .--soon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 1rem;
}
.info_prod_page .box_info .select_tower {
  margin-bottom: 1rem;
}
.info_prod_page .box_info .title_build {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
  text-align: center;
}
.info_prod_page .box_info .title_build span {
  text-transform: uppercase;
}
.info_prod_page .box_info .des_build {
  margin-bottom: 3rem;
  text-align: justify;
  max-height: 100px;
  padding-right: 15px;
  overflow: auto;
}
.info_prod_page .box_info .des_build::-webkit-scrollbar {
  width: 5px;
}
.info_prod_page .box_info .des_build::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.info_prod_page .box_info .btn_primary {
  width: 100%;
  margin-top: 1.25rem;
  transition: all 0.5s ease;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
  animation: devvn_zoom 1.5s infinite linear;
}
.info_prod_page .box_info .item_overview {
  margin-bottom: 1rem;
}
.info_prod_page .box_info .item_overview:last-child {
  margin-bottom: 0;
}
.info_prod_page .box_info .item_overview .name {
  flex: 0 0 45%;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .info_prod_page {
    padding: 80px 0 0 0;
  }
  .info_prod_page .info_tower {
    grid-template-columns: 100% auto;
  }
  .info_prod_page .list_box_prod {
    z-index: 999;
    background: rgba(0, 0, 0, 0.4196078431);
    height: 100vh;
    width: 100%;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .info_prod_page .list_box_prod.active {
    opacity: 1;
    pointer-events: auto;
  }
  .info_prod_page .list_box_prod .box_info {
    width: calc(60% - 30px);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .info_prod_page .list_box_prod .close_box {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 1.5rem;
  }
  .info_prod_page .background_total_build .pat_botleft {
    width: 5%;
  }
  .info_prod_page .background_total_build .pattern_topleft {
    width: 5%;
  }
  .info_prod_page .pat_topright {
    width: 5%;
  }
}
@media (min-width: 767px) {
  .info_prod_page .thumb_mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .info_prod_page {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }
  .info_prod_page .info_tower {
    grid-template-columns: 100% auto;
  }
  .info_prod_page .list_box_prod {
    z-index: 999;
    transform: unset;
    top: 0;
    background: rgba(0, 0, 0, 0.4196078431);
    height: 100vh;
    width: 100%;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .info_prod_page .list_box_prod.active {
    opacity: 1;
    pointer-events: auto;
  }
  .info_prod_page .list_box_prod .box_info {
    width: calc(100% - 30px);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .info_prod_page .list_box_prod .close_box {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 1.5rem;
  }
  .info_prod_page .background_total_build .pat_botleft {
    width: 5%;
  }
  .info_prod_page .background_total_build .pattern_topleft {
    width: 5%;
  }
  .info_prod_page .background_total_build .thumb {
    display: none;
  }
  .info_prod_page .pat_topright {
    width: 5%;
  }
  .info_prod_page .list_prod_cut .img_cut:nth-child(1) {
    width: 25%;
    top: 36%;
    left: 6%;
  }
  .info_prod_page .list_prod_cut .img_cut:nth-child(2) {
    width: 34%;
    top: 35%;
    left: 31%;
  }
  .info_prod_page .list_prod_cut .img_cut:nth-child(3) {
    width: 30%;
    top: 36%;
    left: 66%;
  }
  .info_prod_page .box_info .info_overview {
    max-height: 100px;
    overflow: auto;
  }
  .info_prod_page .box_info .info_overview::-webkit-scrollbar {
    width: 5px;
  }
  .info_prod_page .box_info .info_overview::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
  }
}

.btn_primary {
  background: var(--color-brown-light);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 100px;
  border: none;
  padding: 0.75rem;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn_primary {
    position: relative;
    z-index: 10;
    pointer-events: auto;
    -webkit-touch-callout: none;
    min-height: 48px;
    min-width: 120px;
  }
  .btn_primary:hover {
    background: var(--color-brown-light);
  }
  .btn_primary:active {
    transform: scale(0.98);
    background: #b5703f;
  }
}

.modal_build .modal-dialog {
  width: 100vw;
  min-height: 100%;
  max-width: 100vw;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
.modal_build .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  min-height: 100vh;
}
.modal_build .intro_popup {
  height: 100%;
  min-height: 100vh;
}
.modal_build .intro_popup .left_popup {
  width: 20%;
  background: var(--color-grad);
  color: #fff;
  padding: 1.75rem 1.5rem;
  height: 100vh;
  overflow: auto;
}
.modal_build .intro_popup .left_popup::-webkit-scrollbar {
  width: 5px;
}
.modal_build .intro_popup .left_popup::-webkit-scrollbar-thumb {
  background: fff;
  border-radius: 10px;
}
.modal_build .intro_popup .left_popup .btn-close {
  background: transparent;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  color: #fff;
  padding: 0.625rem 1.5rem;
  transition: all 0.3s ease;
}
.modal_build .intro_popup .left_popup .btn-close:hover {
  background: var(--color-brown-light);
  transition: all 0.3s ease;
}
.modal_build .intro_popup .left_popup .segTitle {
  font-size: 32px;
  color: #fff;
  margin: 52px 0 30px 0;
}
.modal_build .intro_popup .left_popup .item_overview {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.modal_build .intro_popup .left_popup .item_overview .name {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.modal_build .intro_popup .left_popup .item_overview:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.modal_build .intro_popup .right_popup {
  background: var(--color-green-dark-2);
  color: #fff;
  width: 28%;
  padding: 40px 30px;
  height: 100vh;
  overflow: auto;
}
.modal_build .intro_popup .right_popup::-webkit-scrollbar {
  width: 5px;
}
.modal_build .intro_popup .right_popup::-webkit-scrollbar-thumb {
  background: fff;
  border-radius: 10px;
}
.modal_build .intro_popup .right_popup .segTitle {
  font-size: 30px;
  color: #fff;
}
.modal_build .intro_popup .right_popup .title_n_vr {
  align-items: center;
  margin: 20px 0 20px 0;
  justify-content: space-between;
}
.modal_build .intro_popup .right_popup .title_n_vr .segTitle {
  font-size: 24px;
}
.modal_build .intro_popup .right_popup .group_select {
  display: flex;
  flex-flow: column;
}
.modal_build .intro_popup .right_popup .group_select label {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.modal_build .intro_popup .right_popup .group_select .segTitle {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.modal_build .intro_popup .right_popup .group_select .segTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5625rem;
  height: 1px;
  background: #fff;
}
.modal_build .intro_popup .right_popup .group_select .txt_choose {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}
.modal_build .intro_popup .right_popup .group_select select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  width: 100%;
}
.modal_build .intro_popup .right_popup .vr360 {
  border: 1px solid var(--color-brown-light);
  background: var(--color-brown-light);
  border-radius: 100px;
  color: #fff;
  padding: 5px 12px;
}
.modal_build .intro_popup .right_popup .imgcut_apart {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal_build .intro_popup .right_popup .detail_apart .item {
  margin-bottom: 12px;
  font-size: 14px;
}
.modal_build .intro_popup .right_popup .detail_apart .item:last-child {
  margin-bottom: 0;
}
.modal_build .intro_popup .right_popup .detail_apart .item .name {
  flex: 0 0 45%;
}
.modal_build .intro_popup .center_popup {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  padding: 1.25rem;
  height: auto;
}
.modal_build .intro_popup .center_popup .img_keyplan_build {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 13rem;
  margin-top: 3.375rem;
  height: 8.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
}
@media (max-width: 1280px) {
  .modal_build .intro_popup .right_popup .detail_apart .item {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .modal_build .intro_popup {
    flex-flow: column;
  }
  .modal_build .left_popup {
    width: 100% !important;
    height: auto !important;
  }
  .modal_build .left_popup .segTitle {
    text-align: center;
  }
  .modal_build .right_popup {
    width: 100% !important;
    height: auto !important;
  }
  .modal_build .imgcut_apart {
    margin-top: 1.5rem;
  }
  .modal_build .img_keyplan_build {
    margin: 1rem auto 0 auto;
  }
}

.nice-select {
  background: transparent;
  width: 100%;
}
.nice-select .list {
  width: 100%;
  background: var(--color-green-dark-2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.nice-select .list .selected {
  background-color: transparent !important;
}
.nice-select .list li:hover, .nice-select .list lifocus {
  background-color: var(--color-brown-light);
}

.hub-slider {
  position: relative;
  overflow: hidden;
}
.hub-slider ul li {
  position: absolute;
  top: 0;
  opacity: 1 !important;
}

.lineParent,
.lineChild,
.js-split {
  overflow: hidden;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}
.reveal img {
  transform-origin: left;
}
@media (max-width: 767px) {
  .reveal {
    visibility: unset;
    transform: unset !important;
  }
}

.chars_ani,
.ani_text {
  overflow: hidden;
}

.homeUtils {
  padding-top: 55px;
  display: none;
  gap: 80px;
  background: #fff;
}
.homeUtils .--left {
  padding-left: 50px;
  width: 46%;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
}
.homeUtils .--left .img-1 {
  width: 62%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 387/521;
  display: flex;
  margin-left: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homeUtils .--left .img-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-1:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homeUtils .--left .img-1:hover .button_explore {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-1:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.homeUtils .--left .img-1 .button_explore {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-2 {
  width: 80%;
  aspect-ratio: 496/318;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -86px;
  overflow: hidden;
  position: relative;
}
.homeUtils .--left .img-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-2:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homeUtils .--left .img-2:hover .button_explore {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-2:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.homeUtils .--left .img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.homeUtils .--left .img-2 .button_explore {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeUtils .--right {
  flex: 1;
}
.homeUtils .--right .img-1 {
  width: 80%;
  aspect-ratio: 555/349;
  position: relative;
  overflow: hidden;
}
.homeUtils .--right .img-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeUtils .--right .img-1:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homeUtils .--right .img-1:hover .button_explore {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.homeUtils .--right .img-1:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.homeUtils .--right .img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.homeUtils .--right .img-1 .button_explore {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeUtils .--right .--content {
  padding-top: 54px;
  padding-left: 80px;
  display: flex;
  gap: 50px;
}
.homeUtils .--right .--content .cardTxt {
  width: 60%;
  flex: 0 0 auto;
}
.homeUtils .--right .--content .cardTxt .segTitle {
  font-size: 42px;
}
.homeUtils .--right .--content .cardTxt .subTitle {
  line-height: 1;
  font-size: 26px;
}
.homeUtils .--right .--content .cardTxt .desc {
  text-align: justify;
  margin: 1.5rem 0 2.5rem 0;
}
.homeUtils .--right .--content .img-2 {
  width: 80%;
  aspect-ratio: 496/318;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
}
@media (max-width: 1050px) {
  .homeUtils {
    flex-flow: column;
    gap: 30px;
    padding-top: 30px;
  }
  .homeUtils .--left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .homeUtils .--left .img-1 {
    width: 85vw;
    margin-left: 0;
    margin-bottom: 12px;
    aspect-ratio: unset;
    margin: 0 12px;
  }
  .homeUtils .--left .img-2 {
    width: 85vw;
    margin-top: 0px;
    aspect-ratio: unset;
    margin: 0 12px;
  }
  .homeUtils .--right .img-1 {
    width: 100%;
    display: none;
  }
  .homeUtils .--right .--content {
    padding: 30px 15px;
    flex-flow: column;
    gap: 20px;
  }
  .homeUtils .--right .--content .cardTxt {
    width: 100%;
    text-align: center;
  }
  .homeUtils .--right .--content .cardTxt .subTitle {
    text-align: center;
  }
  .homeUtils .--right .--content .cardTxt .desc {
    margin: 1rem 0 1.5rem 0;
  }
  .homeUtils .--right .--content .img-2 {
    width: 100%;
    margin-top: 1rem;
    display: none;
  }
}
@media (max-width: 767px) {
  .homeUtils {
    display: flex !important;
    gap: 0;
    flex-flow: column-reverse;
    padding-top: 0;
  }
  .homeUtils .--left img {
    height: 200px !important;
  }
  .homeUtils .--right .--content .cardTxt .segTitle {
    font-size: 22px;
  }
  .homeUtils .--right .--content .cardTxt .subTitle {
    font-size: 16px;
  }
}

.cta_page {
  z-index: 99;
  position: fixed;
  bottom: 60px;
  right: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.cta_page .filepdf {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cta_page .filepdf a {
  color: #fff;
}
.cta_page .filepdf:hover span {
  opacity: 1;
}
.cta_page .filepdf span {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: calc(100% + 10px);
  width: -moz-max-content;
  width: max-content;
  background: var(--color-red);
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  line-height: 1;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.cta_page .video_page {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  transition: transform 0.5s ease;
}
.cta_page .video_page:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.cta_page .video_page::after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cta_page {
    right: 15px;
  }
  .cta_page .filepdf {
    background: #fff;
  }
  .cta_page .filepdf span {
    background: #fff;
  }
  .cta_page a.devvn_animation_zoom {
    background: #fff;
  }
}

a.devvn_animation_zoom {
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  z-index: 9999;
  animation: devvn_zoom 1.5s infinite linear;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: transform 0.5s ease;
}
a.devvn_animation_zoom:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
a.devvn_animation_zoom::after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  border: 6px solid rgba(0, 0, 0, 0.06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.devvn_animation_zoom i {
  color: #0a5597;
}

@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes calltrap_spin {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-10deg);
  }
  36% {
    transform: rotate(10deg);
  }
  39% {
    transform: rotate(-10deg);
  }
  42% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  48% {
    transform: rotate(10deg);
    opacity: 1;
  }
  51% {
    transform: rotate(-10deg);
  }
  54% {
    transform: rotate(10deg);
  }
  57% {
    transform: rotate(0deg);
  }
}
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-top: 12px;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background: grey;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  margin: 0 3px;
}
.slick-dots li::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}
.slick-dots li.slick-active {
  background: #965a25;
}
.slick-dots li.slick-active::after {
  background: var(--color-red);
}

.btn_top {
  position: fixed;
  bottom: 60px;
  left: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn_top:hover {
  background: #b3b47e;
  transition: background 0.3s ease;
}
.btn_top:hover svg path {
  fill: #fff;
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.homeSlide {
  height: 100vh;
  padding-left: 60px;
  padding-top: 60px;
}
.homeSlide .slide-content {
  display: flex;
  gap: 40px;
  height: 100%;
}
.homeSlide .slide-content .--left {
  width: 46%;
  display: flex;
  flex-flow: column;
  flex: 0 0 auto;
}
.homeSlide .slide-content .--left .img-1 {
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 387/521;
  display: flex;
  margin-left: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.homeSlide .slide-content .--left .img-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-1:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homeSlide .slide-content .--left .img-1:hover .button_explore {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-1:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.homeSlide .slide-content .--left .img-1 .button_explore {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-2 {
  height: 40vh;
  width: 62vh;
  margin-top: -86px;
  overflow: hidden;
  position: relative;
}
.homeSlide .slide-content .--left .img-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-2:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homeSlide .slide-content .--left .img-2:hover .button_explore {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-2:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--left .img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.homeSlide .slide-content .--left .img-2 .button_explore {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--right {
  flex: 1;
}
.homeSlide .slide-content .--right .img-1 {
  height: 43vh;
  aspect-ratio: 555/349;
  position: relative;
  overflow: hidden;
}
.homeSlide .slide-content .--right .img-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--right .img-1:hover img {
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
.homeSlide .slide-content .--right .img-1:hover .button_explore {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--right .img-1:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--right .img-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.homeSlide .slide-content .--right .img-1 .button_explore {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeSlide .slide-content .--right .--content {
  padding-top: 30px;
  padding-left: 40px;
  display: flex;
  gap: 50px;
}
.homeSlide .slide-content .--right .--content .cardTxt {
  width: 60%;
  flex: 0 0 auto;
}
.homeSlide .slide-content .--right .--content .cardTxt .segTitle {
  font-size: 42px;
}
.homeSlide .slide-content .--right .--content .cardTxt .subTitle {
  line-height: 1;
  font-size: 26px;
}
.homeSlide .slide-content .--right .--content .cardTxt .desc {
  text-align: justify;
  margin: 1.5rem 0 2.5rem 0;
}
.homeSlide .slide-content .--right .--content .img-2 {
  width: 30%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 2rem;
}
@media (max-width: 1300px) {
  .homeSlide .slide-content .--right .--content .cardTxt .segTitle {
    font-size: 36px;
  }
  .homeSlide .slide-content .--right .--content .cardTxt .subTitle {
    font-size: 22px;
  }
  .homeSlide .slide-content .--right .--content .cardTxt .desc {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .homeSlide {
    display: none;
  }
}

.fancybox-image {
  background: #fff !important;
}

.fancybox-container {
  z-index: 99999999999 !important;
}

.btn_360 {
  border: 1px solid var(--color-brown-light);
  background: var(--color-brown-light);
  border-radius: 50%;
  color: #fff;
  width: 40px;
  flex: 0 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 1rem !important;
}
.btn_360:hover {
  background: #fff;
  transition: all 0.3s ease;
  color: var(--color-brown-light);
}/*# sourceMappingURL=style.css.map */