@font-face {
  font-family: "SVN-Product";
  src: url("../fonts/SVN-ProductSansBold.eot");
  src: url("../fonts/SVN-ProductSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-ProductSansBold.woff2") format("woff2"), url("../fonts/SVN-ProductSansBold.woff") format("woff"), url("../fonts/SVN-ProductSansBold.ttf") format("truetype"), url("../fonts/SVN-ProductSansBold.svg#SVN-ProductSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Product";
  src: url("../fonts/SVN-ProductSans.eot");
  src: url("../fonts/SVN-ProductSans.eot?#iefix") format("embedded-opentype"), url("../fonts/SVN-ProductSans.woff2") format("woff2"), url("../fonts/SVN-ProductSans.woff") format("woff"), url("../fonts/SVN-ProductSans.ttf") format("truetype"), url("../fonts/SVN-ProductSans.svg#SVN-ProductSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beau Sweet Sans";
  src: url("../fonts/BeauSweetSans-Light.woff2") format("woff2"), url("../fonts/BeauSweetSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #019547;
  --color-green: #1f504b;
  --color-orange: #ff6718;
  --color-text: #44443c;
  --color-body: rgba(31, 80, 75, 0.8);
  --color-grey: #f4f0ef;
  --color-grd: linear-gradient(
    0deg,
    #20504b -7.3%,
    #20504b 26.38%,
    #21544a 43.22%,
    #24604a 60.06%,
    #2a754a 78.11%,
    #32924a 96.15%,
    #3cb54a 112.99%
  );
  --width-container: 1267px;
  --font-body: "SVN-Product";
  --font-title: "Cormorant Garamond", serif;
  --font-beau: "Beau Sweet Sans";
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: var(--font-body) !important;
  color: var(--color-text);
}

.container_frame {
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .container_frame {
    width: calc(100% - 120px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container_frame {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .container_frame {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.slick_arrow {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 1.71rem 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick_arrow:hover {
  background: var(--color-orange);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .slick_arrow {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.slick-dots {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  background: rgba(206, 206, 206, 0.5);
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: var(--color-orange);
  position: relative;
  z-index: 9;
  width: 0.78rem;
  height: 0.78rem;
}
.slick-dots li button {
  display: none;
}

.animated-icon1 {
  display: none;
  margin-top: 0;
  width: 2.14rem;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 99;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 8px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
  background: #fff;
}
.animated-icon1 span:nth-child(1) {
  top: -0.71rem;
}
.animated-icon1 span:nth-child(2) {
  top: 0;
}
.animated-icon1 span:nth-child(3) {
  top: 0.71rem;
}
.animated-icon1.open span {
  background: #fff;
}
.animated-icon1.open span:nth-child(1) {
  top: 0;
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -3.57rem;
}
.animated-icon1.open span:nth-child(3) {
  top: 0;
  transform: rotate(-135deg);
}
@media (max-width: 1024px) {
  .animated-icon1 {
    display: inline-block;
  }
}

.play_video {
  width: 6.57rem;
  height: 6.57rem;
  border-radius: 50%;
  border: 1px solid rgba(237, 237, 237, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.64rem;
  text-decoration: none;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.play_video:hover {
  color: var(--color-orange);
  background: #fff;
}
.play_video::after, .play_video::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: calc(100% + 2.8rem);
  height: calc(100% + 2.8rem);
  background: rgba(255, 255, 255, 0.1);
}
.play_video::before {
  background: rgba(255, 255, 255, 0.2);
  width: calc(100% + 1.42rem);
  height: calc(100% + 1.42rem);
}
@media (max-width: 767px) {
  .play_video {
    font-size: 0.92rem;
    width: 4rem;
    height: 4rem;
  }
}

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

.btn_primary,
.btn_second {
  border: 1px solid var(--color-green);
  color: var(--color-green);
  padding: 1rem 1.71rem;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary span,
.btn_second span {
  position: relative;
  z-index: 1;
}
.btn_primary::after,
.btn_second::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--color-green);
  transition: height 0.5s ease;
  pointer-events: none;
}
.btn_primary:hover,
.btn_second:hover {
  color: #fff;
}
.btn_primary:hover::after,
.btn_second:hover::after {
  height: 100%;
}

.btn_second {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: #fff;
}
.btn_second::after {
  background: var(--color-green);
}

.segTitle {
  color: var(--color-green);
  font-family: var(--font-title);
  font-size: 2.7rem;
  font-weight: 550;
}
@media (max-width: 1280px) {
  .segTitle {
    font-size: 2.4rem;
  }
}
.subTitle {
  color: var(--color-green);
  font-size: 1.42rem;
  font-weight: bold;
}

.loadingpage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-green);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.loadingpage.unactive {
  transform: translateY(-100%);
}
.loadingpage .logo_loading {
  animation: zoom-img 3s infinite ease-in-out;
  width: 25rem;
}
@media (max-width: 767px) {
  .loadingpage .logo_loading {
    width: 14.2rem;
  }
}

@keyframes zoom-img {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1rem 0;
  transition: all 0.5s ease;
}
.header.active {
  background: var(--color-green);
  padding: 0.71rem 0;
}
.header .logo {
  padding: 0;
}
.header .item_menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header .item_menu a {
  text-transform: uppercase;
}
.header .item_menu.has_childmenu .arrow_sub {
  color: #fff;
  font-size: 0.8rem;
  margin-right: 5px;
  margin-left: -5px;
}
.header .item_menu .submenu {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 100%;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background: var(--color-green);
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.header .item_menu .submenu.active {
  opacity: 1;
  height: auto !important;
  pointer-events: all;
}
.header .item_menu .submenu li {
  padding: 0 1.1rem;
}
.header .item_menu .submenu a {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0784313725);
  color: #fff;
}
.header .item_menu.active a {
  color: var(--color-orange);
}
.header a {
  color: #fff;
  text-decoration: none;
  padding: 1.1rem;
  font-size: 1.07rem;
  transition: color 0.3s ease;
  display: block;
}
.header a:hover {
  color: var(--color-orange);
}
.header a:hover path {
  fill: var(--color-orange);
}
.header .menu_header {
  margin-left: 3rem;
  margin-bottom: 0;
}
.header .btn_primary {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  height: 3rem;
}
.header .btn_primary::after {
  background: var(--color-orange);
}
.header .btn_primary:hover {
  color: #fff;
  border: 1px solid var(--color-orange);
}
.header .container_frame {
  width: calc(var(--width-container) + 8.5rem);
}
.header .logo img {
  width: 8.5rem;
}
.header .navbar {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.header .navbar .language-selector {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
  outline: none;
}
.header .navbar .language-selector option {
  background: var(--color-green);
  color: #fff;
  padding: 5px;
}
.header .controls_header .navbar {
  display: none;
}
@media (max-width: 1439px) {
  .header .container_frame {
    width: calc(100% - 2.8rem);
  }
}
@media (max-width: 1319px) {
  .header a {
    padding: 1rem;
  }
  .header .menu_header {
    margin-left: 2rem;
  }
  .header .item_menu a {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .header .--right {
    display: none !important;
  }
  .header .--left {
    justify-content: space-between;
    width: 100%;
  }
  .header .container_frame {
    width: 100%;
    padding: 0 1.07rem;
  }
  .header .item_menu {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }
  .header .item_menu.has_childmenu .arrow_sub {
    position: absolute;
    /* transform: translate(0, -50%); */
    top: 9px;
    right: 15px;
    margin: 0;
  }
  .header .item_menu.has_childmenu .submenu {
    position: relative;
    top: unset;
    left: 0;
    height: 0;
    margin-left: 1rem;
  }
  .header .item_menu.has_childmenu .submenu a {
    border-bottom: none;
  }
  .header .item_menu a {
    font-size: 1.5rem;
  }
  .header .menu_header {
    position: fixed;
    flex-flow: column;
    height: 100vh;
    width: 80%;
    right: 0;
    top: 0;
    margin: 0;
    background: var(--color-green);
    align-items: flex-start;
    justify-content: center;
    z-index: 9;
    transform: translate(120%, 0);
    transition: transform 0.5s ease;
  }
  .header .menu_header a {
    text-transform: uppercase;
    display: block;
    text-transform: uppercase;
    padding: 0.71rem;
  }
  .header .menu_header.open {
    transform: none;
  }
  .header .controls_header .navbar {
    display: block;
  }
}
@media (max-width: 767px) {
  .header {
    position: relative;
    background: var(--color-green);
  }
  .header.active {
    position: fixed;
  }
}

.cta_page {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
}
.cta_page .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-orange);
  margin-bottom: 12px;
  text-decoration: none;
  transition: all 0.5s ease;
  position: relative;
  border: 3px solid rgba(0, 0, 0, 0.3294117647);
}
.cta_page .item:hover {
  background: var(--color-orange);
  color: #fff;
}
.cta_page .item:last-child {
  background: var(--color-orange);
  color: #fff;
  margin-top: 1.5rem;
  border: 6px solid rgba(0, 0, 0, 0.3);
}
.cta_page .item:last-child::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50%;
  z-index: -1;
}

.homeBanner {
  position: relative;
}
.homeBanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 29%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4392156863), transparent, transparent);
}
.homeBanner .img_mobile {
  display: none;
}
.homeBanner .content_slider_banner {
  position: relative;
}
.homeBanner .content_slider_banner .bounceBtn {
  flex-flow: column;
  gap: 4px;
  font-size: 1.1rem;
}
.homeBanner .item_banner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}
.homeBanner .content_banner {
  position: absolute;
  z-index: 1;
  color: #fff;
  transform: translate(-50%, 0);
  bottom: 1.42rem;
  left: 50%;
  text-align: right;
  width: 60%;
  font-size: 2.57rem;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.homeBanner .content_banner .subTitle {
  color: #fff;
  font-weight: 300;
}
.homeBanner .content_banner .title {
  font-family: var(--font-title);
  font-size: 4.71rem;
  line-height: 1.3;
}
@media (max-width: 1439px) {
  .homeBanner .content_banner {
    font-size: 2.28rem;
  }
  .homeBanner .content_banner .title {
    font-size: 3.92rem;
  }
}
@media (max-width: 767px) {
  .homeBanner .content_banner {
    width: 100%;
  }
  .homeBanner .content_banner .title {
    font-size: 4.14rem;
  }
}

.homeAbout {
  padding-bottom: 5.71rem;
  position: relative;
}
.homeAbout .pattern1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.homeAbout .pattern2 {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
}
.homeAbout .--left {
  width: 55%;
  padding-top: 8.5rem;
  padding-right: 21.4rem;
  position: relative;
  z-index: 1;
}
.homeAbout .segTitle {
  margin: 0 0 2rem 0;
  line-height: 1.2;
}
.homeAbout .thumbnail_about {
  width: 24.2rem;
  aspect-ratio: 340/414;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: calc(100% - 100px);
  transform: translate(0, -50%);
  top: 50%;
  z-index: 2;
}
.homeAbout .btn_primary {
  margin: 3rem 0 4rem 0;
}
.homeAbout .box_hightlight {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  color: #fff;
  padding: 50px 20px 24px 20px;
  width: 180px;
  margin-right: 44px;
}
.homeAbout .box_hightlight .number {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.homeAbout .box_hightlight .number p {
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}
.homeAbout .box_hightlight .number span {
  position: absolute;
  top: 0;
  left: 100%;
}
.homeAbout .box_hightlight .text {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 16px;
}
.homeAbout .overview {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.homeAbout .overview .item_overview {
  display: flex;
  margin-bottom: 8px;
}
.homeAbout .overview .item_overview span:nth-child(1) {
  flex: 0 0 45%;
}
.homeAbout .overview .item_overview span:nth-child(2) {
  font-weight: bold;
  color: var(--color-green);
}
.homeAbout .--right {
  width: 45%;
  position: relative;
}
.homeAbout .--right .left_arr,
.homeAbout .--right .right_arr {
  position: absolute;
  height: 100%;
  width: 15%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.homeAbout .--right .left_arr .slick_arrow,
.homeAbout .--right .right_arr .slick_arrow {
  transform: translate(-150%, 0);
}
.homeAbout .--right .left_arr:hover .slick_arrow,
.homeAbout .--right .right_arr:hover .slick_arrow {
  transform: none;
}
.homeAbout .--right .right_arr {
  left: unset;
  right: 0;
}
.homeAbout .--right .right_arr .slick_arrow {
  transform: translate(150%, 0);
}
.homeAbout .--right .gallery_img {
  height: 100%;
}
.homeAbout .--right .gallery_img .slick-list,
.homeAbout .--right .gallery_img .slick-track {
  height: 100%;
}
.homeAbout .--right .gallery_img img {
  aspect-ratio: 574/670;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeAbout .--right .slick-dots {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 1.42rem;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .homeAbout {
    padding-bottom: 60px;
    padding-right: 2.8rem;
  }
  .homeAbout .content_about {
    flex-flow: column;
  }
  .homeAbout .--left {
    padding-right: 0;
    padding-top: 60px;
    width: 100%;
    text-align: center;
  }
  .homeAbout .--left .btn_primary {
    margin: 2rem auto;
  }
  .homeAbout .--right {
    width: 100%;
    margin-top: 2rem;
  }
  .homeAbout .--right img {
    height: 29.2rem;
    position: relative;
    width: 100%;
    transform: none;
    right: unset;
    margin-bottom: 1rem;
  }
  .homeAbout .--right .left_arr .slick_arrow,
  .homeAbout .--right .right_arr .slick_arrow {
    transform: none !important;
  }
  .homeAbout .info_about {
    flex-flow: column-reverse;
    text-align: left;
  }
  .homeAbout .overview {
    width: 70%;
    margin: 0 auto 2rem auto;
  }
  .homeAbout .box_hightlight {
    margin: auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .homeAbout {
    padding-bottom: 3.57rem;
  }
  .homeAbout .pattern1 {
    display: none;
  }
  .homeAbout .pattern2 {
    width: 100%;
  }
  .homeAbout .--right .thumbnail_about {
    position: relative;
    width: 100%;
    height: auto !important;
    right: inherit;
    transform: none;
    top: unset;
    margin-bottom: 1rem;
  }
  .homeAbout .--right .left_arr .slick_arrow,
  .homeAbout .--right .right_arr .slick_arrow {
    transform: none !important;
  }
  .homeAbout .--right .gallery_img img {
    height: 21.4rem !important;
  }
  .homeAbout .content_about {
    flex-flow: column;
  }
  .homeAbout .content_about .--left,
  .homeAbout .content_about .--right {
    width: 100%;
  }
  .homeAbout .content_about .--left {
    padding-top: 3.57rem;
    padding-right: 0 !important;
    text-align: center;
  }
  .homeAbout .content_about .segTitle {
    margin: 0 0 0.71rem 0;
  }
  .homeAbout .content_about .btn_primary {
    margin: 1.5rem auto 2rem auto;
  }
  .homeAbout .content_about .info_about {
    flex-flow: column;
  }
  .homeAbout .content_about .info_about .box_hightlight {
    width: 100%;
    margin: 1rem 0 2rem 0;
    text-align: left;
    background-image: url(/static/images/Subtract_mb.png) !important;
  }
  .homeAbout .content_about .overview {
    margin-bottom: 2rem;
    text-align: left;
  }
}

.ctapage {
  position: fixed;
  bottom: 2.14rem;
  right: 1.42rem;
  z-index: 99;
}

.item_cta {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-orange);
  margin-bottom: 1rem;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 0 4px rgba(0, 0, 0, 0.2);
}
.item_cta.cta_mobile {
  display: none;
}
.item_cta:hover {
  background: var(--color-orange);
  color: #fff;
}
@media (max-width: 1024px) {
  .item_cta.cta_mobile {
    display: flex;
  }
}

.cta_header {
  display: none;
}
@media (max-width: 1024px) {
  .cta_header {
    display: flex;
    align-items: center;
  }
  .cta_header .cta_mobile {
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    margin-bottom: 0;
    margin-left: 0.71rem;
  }
}

.--language {
  position: relative;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  margin-right: 1.1rem;
}
.--language ul {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 6px 0;
  flex-flow: column;
  background: var(--color-green);
  border-radius: 8px;
}
.--language ul a {
  color: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
}
.--language ul li {
  width: 100%;
  height: 100%;
  padding: 0.71rem 1.42rem !important;
}
.--language ul .wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.--language .wpml-ls-statics-footer {
  position: absolute;
  top: calc(100% + 1.07rem);
  left: 0;
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 6px;
  width: 100%;
  transition: all 0.5s ease;
  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;
  text-transform: uppercase;
}
.--languageCurrent a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}

.bounceBtn {
  animation: pulse 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: bounce 2s infinite;
  text-decoration: none;
  color: #fff;
}
.bounceBtn:hover {
  color: var(--color-orange);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.71rem);
  }
  60% {
    transform: translateY(-5px);
  }
}
.btn-close {
  position: absolute;
  right: -1.07rem;
  top: -1.07rem;
  z-index: 1;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  width: 2.14rem;
  height: 2.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalContact .modal-dialog {
  max-width: 70vw !important;
}
.modalContact .modal-body {
  padding: 0 !important;
}
.modalContact .content_modal {
  display: flex;
}
.modalContact .img_modal {
  flex: 1;
  height: auto;
}
.modalContact .img_modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
}
.modalContact .--right {
  background: var(--color-green);
  flex: 0 0 50%;
  padding: 2.8rem 3rem 2.8rem 3rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.modalContact .segTitle {
  color: #fff !important;
  margin-bottom: 0.8rem;
}
.modalContact .desc {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
  font-size: 1.1rem;
  line-height: 1.375;
}
.modalContact .formContact label {
  color: var(--color-orange);
  padding: 10px 0;
  font-size: 0.9rem;
}
.modalContact .formContact input {
  width: 100%;
  background: transparent;
  height: 2.7rem;
  border: none;
  border-bottom: 1px solid rgba(242, 242, 242, 0.1);
  color: #fff;
}
.modalContact .formContact input:focus {
  outline: none;
}
.modalContact .formContact input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modalContact .formContact input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modalContact .formContact .btn_primary {
  margin: 3rem auto 0 auto;
  border: 1px solid #fff !important;
  color: #fff;
  cursor: pointer;
}
.modalContact .formContact .btn_primary::after {
  background: var(--color-orange);
}
.modalContact .formContact .btn_primary span {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .modalContact .img_modal {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .modalContact .img_modal {
    flex: unset !important;
    height: 14.2rem;
  }
  .modalContact .img_modal img {
    position: relative;
    width: 100%;
  }
  .modalContact .content_modal {
    flex-flow: column;
  }
  .modalContact .--right {
    width: 100%;
    padding: 1.42rem;
    text-align: center;
  }
  .modalContact .--right form .wpcf7-not-valid-tip {
    text-align: left !important;
  }
  .modalContact .modal-dialog {
    max-width: 100% !important;
    margin: 1.07rem;
  }
}

.modalSuccess {
  background: rgba(0, 0, 0, 0.231372549);
}
.modalSuccess .modal-body {
  padding: 2rem 6rem;
}
.modalSuccess .modal-content {
  background: var(--color-green);
  color: #fff;
  text-align: center;
}
.modalSuccess .icon_check {
  width: 6rem;
  height: 6rem;
  background: var(--color-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 2rem auto;
}
.modalSuccess .segTitle {
  margin-bottom: 1.41rem;
  color: #fff;
}
.modalSuccess .modal-header {
  border: none;
  padding: 0;
}
@media (max-width: 767px) {
  .modalSuccess .modal-body {
    padding: 2rem 20px 4rem 20px;
  }
  .modalSuccess .segTitle {
    margin-bottom: 1rem;
  }
}

.homeHighLight .title_ecosystem {
  line-height: 1.31;
}
.homeHighLight .description_high {
  text-align: center;
  margin: 0 auto 2.8rem;
  width: 55%;
}
.homeHighLight .slick-dots {
  margin-top: 3rem;
}
.homeHighLight .list_highlight {
  display: block;
  width: 100%;
}
.homeHighLight .content_high {
  position: relative;
  margin: 0 auto 0;
}
.homeHighLight .arrow_ecosystem {
  position: absolute;
  width: calc(100% + 2.8rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 13.9rem;
  transform: translate(-50%, -50%);
  z-index: 1;
  left: 50%;
  pointer-events: none;
}
.homeHighLight .arrow_ecosystem .slick_arrow {
  pointer-events: auto;
}
@media screen and (max-width: 1056px) {
  .homeHighLight .description_high {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .homeHighLight .description_high {
    width: 100%;
  }
  .homeHighLight .slick-dots {
    margin-top: 2rem;
  }
  .homeHighLight .content_high {
    width: 100%;
  }
  .homeHighLight .content_high .arrow_ecosystem {
    width: calc(100% - 2.14rem);
  }
  .homeHighLight .title_ecosystem {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .homeHighLight .slick-list {
    margin-bottom: 1rem;
  }
}

.item_high {
  margin: 0 0.8rem;
  height: -moz-max-content;
  height: max-content;
}
.item_high .img_high {
  aspect-ratio: 401/360;
  position: relative;
  margin-bottom: 1.71rem;
  overflow: hidden;
}
.item_high .img_high .--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
}
.item_high .name_high {
  font-size: 1.85rem;
  text-align: center;
  transition: color 0.5s ease;
  font-family: var(--font-title);
}
.item_high .name_high:hover {
  color: var(--color-orange);
}
.item_high .desc {
  text-align: center;
  margin-top: 0.71rem;
}

.item_eco {
  width: 59rem;
  margin-right: 5.8rem;
  height: auto;
}
.item_eco.item_service .img_eco {
  width: 20.85rem;
}
.item_eco.item_service .img_eco img {
  aspect-ratio: 292/412;
}
.item_eco.item_service .--content {
  padding: 2.28rem 0 2.28rem 2.28rem;
}
.item_eco .content_eco {
  height: 100%;
}
.item_eco .img_eco {
  width: 70%;
  overflow: hidden;
  aspect-ratio: 500/360;
  height: auto;
}
.item_eco .img_eco img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: transform 2s ease;
}
.item_eco .img_eco:hover img {
  transform: scale(1.3);
}
.item_eco .--content {
  width: 29rem;
  padding: 4.71rem 0 4.71rem 3.14rem;
  flex: 0 0 auto;
}
.item_eco .--content .--txt_desc {
  margin-bottom: 3.71rem;
}
.item_eco .--content .--title a {
  font-size: 1.85rem;
  font-family: var(--font-title);
  text-decoration: none;
  color: var(--color-text);
  font-weight: 550;
  margin-bottom: 1.14rem;
  display: block;
  line-height: normal;
  transition: color 0.5s ease;
}
.item_eco .--content .--title a:hover {
  color: var(--color-orange);
}
.item_eco .--content article {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
  height: 100px;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .item_eco {
    margin-right: 2.8rem;
  }
}
@media (max-width: 767px) {
  .item_eco {
    width: 95vw;
    margin-right: 15px;
  }
  .item_eco .content_eco {
    flex-flow: column;
  }
  .item_eco .--content article {
    height: auto;
  }
  .item_eco .--content {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .item_eco .--content .btn_link {
    display: block;
    margin: auto;
  }
  .item_eco .--content .--txt_desc {
    margin-bottom: 1rem;
  }
  .item_eco .--content .--title a {
    margin-bottom: 0.5rem;
  }
  .item_eco .img_eco {
    width: 100%;
    aspect-ratio: unset;
    height: 300px;
  }
  .item_eco.item_service .img_eco {
    width: 100%;
  }
  .item_eco.item_service .--content {
    padding: 20px 0;
    text-align: center;
  }
  .item_eco.item_service .--content .btn_link {
    margin: auto;
    display: block;
  }
}

.homeEcosystem {
  padding: 5.71rem 0;
}
.homeEcosystem .desc_eco {
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: flex-end;
}
.homeEcosystem .desc_eco .segTitle {
  width: 50%;
}
.homeEcosystem .desc_eco article {
  width: 30%;
}
.homeEcosystem .slick-track {
  display: flex;
}
.homeEcosystem .slick-dots {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .homeEcosystem {
    padding: 50px 0;
  }
  .homeEcosystem .slick-dots {
    margin-top: 1rem;
  }
  .homeEcosystem .desc_eco {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
  }
  .homeEcosystem .desc_eco .segTitle,
  .homeEcosystem .desc_eco article {
    width: 100%;
  }
}

.btn_link {
  font-size: 1.07rem;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-orange);
  gap: 10px;
  display: flex;
  transition: color 0.5s ease;
  align-items: center;
}
.btn_link svg {
  width: 0.85rem;
}
.btn_link svg path {
  transition: fill 0.5s ease;
}
.btn_link:hover {
  color: var(--color-green);
}
.btn_link:hover path {
  fill: var(--color-green);
}

.homeService {
  background: var(--color-grey);
}
.homeService .desc_eco {
  width: 50%;
  text-align: center;
  margin: 0 auto 3rem auto;
}
.homeService .desc_eco .segTitle {
  width: 100%;
}
.homeService .desc_eco article {
  width: 100%;
}
@media (max-width: 767px) {
  .homeService .desc_eco {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.homeLibrary {
  padding: 5.71rem 0;
}
.homeLibrary .content_libr {
  width: 50%;
  text-align: center;
  margin: 0 auto 3rem auto;
}
@media (max-width: 767px) {
  .homeLibrary {
    padding: 50px 0;
  }
  .homeLibrary .content_libr {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}

.list_library .item_library {
  margin-right: 24px;
}
.list_library .item_library .albums {
  gap: 24px;
}
.list_library .item_library .image_center {
  gap: 24px;
  display: flex;
  flex-flow: column;
}
.list_library .item_library .--bottom {
  gap: 24px;
}
.list_library .item_library img {
  -o-object-fit: cover;
     object-fit: cover;
}
.list_library .item_library .img1 {
  aspect-ratio: 643/540;
  width: 46rem;
}
.list_library .item_library .img2 {
  aspect-ratio: 551/268;
  width: 39rem;
}
.list_library .item_library .img3,
.list_library .item_library .img4 {
  aspect-ratio: 263/252;
  width: 18.7rem;
}

.homeRegister .content_register {
  height: 100%;
  position: relative;
}
.homeRegister .--left_regis {
  background: var(--color-green);
  color: #fff;
  flex: 0 0 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  height: auto;
  z-index: 1;
}
.homeRegister .--left_regis article {
  margin: 1.71rem 0 3.14rem 0;
}
.homeRegister .--right_register {
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
}
.homeRegister .--right_register img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeRegister .segTitle {
  color: #fff;
}
@media (max-width: 767px) {
  .homeRegister .content_register {
    flex-flow: column;
  }
  .homeRegister .--left_regis {
    flex: 0 0 100%;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 50px 15px;
    text-align: center;
  }
  .homeRegister .--left_regis .btn_second {
    margin: auto;
  }
  .homeRegister .--left_regis .article {
    margin: 1rem 0 1.5rem 0;
  }
  .homeRegister .--right_register {
    position: relative;
    width: 100%;
    top: unset;
    height: auto;
  }
}

.homeNews {
  padding: 5.71rem 0;
}
.homeNews .content_news {
  flex: 0 0 35%;
  padding-right: 8.28rem;
}
.homeNews .content_news .segTitle {
  margin-bottom: 1.14rem;
}
.homeNews .content_news article {
  margin: 0 0 3.14rem 0;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .homeNews .content_news {
    flex: 0 0 40%;
    padding-right: 3.28rem;
  }
}
@media (max-width: 767px) {
  .homeNews {
    padding: 50px 0;
  }
  .homeNews .desc_news {
    flex-flow: column;
  }
  .homeNews .content_news {
    flex: 0 0 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .homeNews .content_news .btn_primary {
    margin: auto;
  }
  .homeNews .content_news article {
    margin: 0 0 1rem 0;
  }
}

.list_news {
  overflow: hidden;
}
.list_news .item_news {
  margin-right: 3.14rem;
  width: 25.14rem;
}
@media (max-width: 767px) {
  .list_news .item_news {
    margin-right: 1.5rem;
  }
}

#info.homeAbout .--left {
  padding-right: 8.4rem;
}

.item_news .img_news {
  width: 100%;
  display: block;
  aspect-ratio: 352/210;
  margin-bottom: 1.71rem;
  overflow: hidden;
}
.item_news .img_news img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.75s ease;
}
.item_news .img_news:hover img {
  transform: scale(1.4);
  transition: transform 1.5s ease;
}
.item_news .--info {
  gap: 16px;
  align-items: center;
  font-size: 0.92rem;
}
.item_news .title_news {
  margin: 0.85rem 0;
}
.item_news .title_news a {
  color: var(--color-text);
  text-decoration: none;
  font-family: var(--font-title);
  font-size: 1.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: color 0.5s ease;
  font-weight: 550;
}
.item_news .title_news a:hover {
  color: var(--color-orange);
}
.item_news article {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.--info_create {
  gap: 16px;
  align-items: center;
  font-size: 0.92rem;
}

.item_bignew {
  width: 50rem;
  display: flex !important;
  margin: 0 2.28rem;
  flex-flow: column-reverse;
}
.item_bignew.slick-center {
  flex-flow: column;
}
.item_bignew .txt_news {
  display: flex;
  gap: 8rem;
  justify-content: space-between;
}
.item_bignew .btn_link {
  margin-top: 1.42rem;
}
@media (max-width: 767px) {
  .item_bignew {
    width: 90vw;
    margin: 0 10px;
  }
  .item_bignew .txt_news {
    flex-flow: column;
    gap: 10px;
  }
}

.newshighLight .content_news {
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 0;
}
.newshighLight .item_bignew .txt_news {
  margin-bottom: 1.71rem;
}
.newshighLight .item_bignew .img_news {
  margin-bottom: 0;
}
.newshighLight .item_bignew .--left {
  flex: 0 0 50%;
}
.newshighLight .item_bignew.slick-center .img_news {
  margin-bottom: 1.71rem;
}
.newshighLight .item_bignew.slick-center .txt_news {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .newshighLight .content_news {
    width: 100%;
  }
  .newshighLight .item_bignew .--left {
    flex: 0 0 100%;
  }
}

.--tag_category {
  background: #dcdcdc;
  padding: 6px 16px;
  font-size: 0.92rem;
  text-transform: uppercase;
}

.footer {
  background: var(--color-green);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 5rem;
}
.footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.5s ease;
}
.footer a path {
  transition: fill 0.5s ease;
}
.footer a:hover {
  color: var(--color-orange);
}
.footer a:hover path {
  fill: var(--color-orange);
}
.footer .logo {
  width: 18rem;
  margin-right: 5.7rem;
  align-items: flex-start;
}
.footer .logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .bottom_footer {
  justify-content: space-between;
  padding: 1.71rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 3.71rem;
}
.footer .list_contact {
  display: flex;
  flex-flow: column;
}
.footer .list_contact .--item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.14rem;
}
.footer .list_menu {
  display: flex;
  flex-wrap: wrap;
}
.footer .list_menu li {
  flex: 0 0 50%;
}
.footer .list_menu a {
  margin-bottom: 1.14rem;
  display: block;
}
.footer .title_footer {
  text-transform: uppercase;
  font-size: 1.28rem;
  margin-bottom: 1.42rem;
  color: #fff;
}
.footer .info_contact {
  flex: calc((100% - 18rem) / 3);
}
.footer .info_contact article {
  margin-bottom: 1.71rem;
}
.footer .info_contact .btn_second {
  gap: 10px;
}
.footer .info_contact .btn_second svg {
  width: 12px;
}
.footer form {
  margin-bottom: 0;
}
.footer form input {
  width: 100%;
  background: no-repeat;
  border: none;
  border-bottom: 1px solid rgba(242, 242, 242, 0.1);
  color: #fff;
  padding: 8px 0;
  margin-bottom: 1.71rem;
}
.footer form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .policy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .policy a {
  display: block;
  position: relative;
  padding-right: 1.14rem;
  margin-right: 1.14rem;
}
.footer .policy a::after {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  background: rgba(255, 255, 255, 0.16);
  width: 1px;
  height: 1.35rem;
}
.footer .policy a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer .policy a:last-child::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .footer .content_footer {
    flex-wrap: wrap;
  }
  .footer .content_footer .logo {
    flex: 0 0 50%;
    padding-right: 7rem;
  }
  .footer .content_footer .info_contact {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .footer .content_footer {
    flex-flow: column;
  }
  .footer .logo {
    margin: 0 auto 3rem auto;
  }
  .footer .bottom_footer {
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
  }
  .footer .info_contact {
    margin-bottom: 1.5rem;
  }
  .footer .info_contact .btn_second {
    margin: auto;
  }
}

.bannerOption {
  position: relative;
}
.bannerOption .img_banner {
  height: 34.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.bannerOption .content_banner {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 1;
}
.bannerOption .breadcrumb {
  justify-content: center;
}
.bannerOption .segTitle {
  text-transform: uppercase;
  font-size: 4.8rem;
  color: #fff;
}
@media (max-width: 767px) {
  .bannerOption .segTitle {
    font-size: 3.8rem;
  }
  .bannerOption .content_banner {
    padding: 15px;
  }
}

.breadcrumb {
  gap: 10px;
}
.breadcrumb a {
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb li:last-child a {
  color: #fff;
}
.breadcrumb li a {
  color: rgba(255, 255, 255, 0.4);
}

.courseVideo {
  position: relative;
}
.courseVideo .img_video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 47.8rem;
  filter: brightness(0.7);
}
@media (max-width: 767px) {
  .courseVideo .img_video {
    height: 350px;
  }
}

.list_high_course {
  overflow: hidden;
}
.list_high_course .item_highcourse {
  margin-right: 1.71rem;
}

.item_highcourse {
  aspect-ratio: 370/548;
  width: 26.4rem;
  position: relative;
}
.item_highcourse .img_high {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_highcourse .content_course {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  padding: 1.71rem;
}
.item_highcourse .content_course article {
  color: #fff;
  margin-top: 0;
  opacity: 0;
  transition: margin-top 1s ease;
  height: 0;
}
.item_highcourse .--name {
  text-transform: uppercase;
  font-size: 1.28rem;
  z-index: 1;
  border-left: 3px solid var(--color-orange);
  padding-left: 0.71rem;
  color: #fff;
}
.item_highcourse::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.469446) 39.95%, rgba(0, 0, 0, 0.651) 77.22%, rgba(0, 0, 0, 0.7) 100%);
}
.item_highcourse::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: var(--color-green);
  bottom: 0;
  left: 0;
  transition: height 0.75s ease;
}
.item_highcourse:hover::before {
  height: 100%;
}
.item_highcourse:hover .content_course article {
  height: auto;
  margin-top: 1.2rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .item_highcourse {
    aspect-ratio: 370/440;
  }
}

.courseLocation {
  background: var(--color-green);
  color: #fff;
  position: relative;
}
.courseLocation .pattern {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
}
.courseLocation .flag {
  width: 8rem;
  margin-bottom: 2.28rem;
}
.courseLocation .segTitle {
  color: #fff;
}
.courseLocation .left_loca {
  padding-top: 5.71rem;
  padding-left: 15.35rem;
  padding-right: 4rem;
}
.courseLocation .left_loca article {
  margin: 1.42rem 0 2.28rem 0;
}
.courseLocation .list_address .--item {
  gap: 12px;
  align-items: center;
}
.courseLocation .list_address .--number {
  color: var(--color-orange);
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
}
.courseLocation .slick-dots {
  justify-content: flex-start;
  margin-top: 1.71rem;
}
.courseLocation .--img_maps {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .courseLocation .left_loca {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .courseLocation .left_loca {
    padding: 50px 0;
  }
}

.courseScoreboard {
  position: relative;
}
.courseScoreboard .img_score {
  -o-object-fit: cover;
     object-fit: cover;
  height: 42.8rem;
}
.courseScoreboard .content_score {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 4.28rem;
  width: 35%;
  color: #fff;
}
.courseScoreboard .content_score .segTitle {
  color: #fff;
}
.courseScoreboard .content_score article {
  margin: 1.71rem 0 3.71rem 0;
}
.courseScoreboard .content_score .btn_primary {
  color: #fff;
  border: 1px solid #fff;
}
.courseScoreboard::after {
  content: "";
  background: linear-gradient(248.72deg, rgba(0, 0, 0, 0) 35.98%, rgba(0, 0, 0, 0.388635) 62.1%, rgba(0, 0, 0, 0.5) 82.62%), linear-gradient(18.06deg, rgba(0, 0, 0, 0) 59.64%, rgba(0, 0, 0, 0.5) 89.79%);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .courseScoreboard .img_score {
    height: auto;
  }
  .courseScoreboard::after {
    display: none;
  }
  .courseScoreboard .content_score {
    position: relative;
    width: 100%;
    bottom: unset;
    padding: 40px 15px;
    text-align: center;
    background: var(--color-green);
  }
  .courseScoreboard .content_score article {
    margin: 1.71rem 0 1.71rem 0;
  }
  .courseScoreboard .content_score .btn_primary {
    margin: auto;
  }
}

.courseTimeline {
  padding: 5.71rem 0;
}
.courseTimeline .content_time {
  width: 50%;
  text-align: center;
  margin: 0 auto 4.42rem auto;
}
@media (max-width: 767px) {
  .courseTimeline {
    padding: 50px 0;
  }
  .courseTimeline .content_time {
    width: 100%;
  }
}

.listTimenumber {
  margin-bottom: 3.14rem;
}
.listTimenumber::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(204, 204, 204);
  left: 0;
  top: 0.675rem;
  z-index: -1;
}
.listTimenumber .item_number {
  color: rgb(214, 214, 214);
  font-size: 2.28rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  width: 200px;
}
.listTimenumber .item_number .dots {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgb(214, 214, 214);
  margin: auto;
}
.listTimenumber .item_number.slick-center {
  color: var(--color-orange);
}
.listTimenumber .item_number.slick-center .dots {
  background: var(--color-orange);
}

.listDetailTime .content_hole .--tile {
  color: var(--color-green);
  font-weight: bold;
  padding-bottom: 1.42rem;
  margin-bottom: 1.42rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 2.14rem;
}
.listDetailTime .content_hole .--left {
  border: 1px solid rgba(68, 68, 60, 0.16);
  padding: 2.28rem;
}
.listDetailTime .content_hole .--left .btn_primary {
  margin-top: 2.28rem;
}
.listDetailTime .content_hole .--right {
  padding-left: 2.28rem;
}
.listDetailTime .content_hole .--right img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listDetailTime .overview_hole {
  margin-top: 1rem;
}
.listDetailTime .overview_hole .item_over {
  gap: 22px;
  margin-bottom: 0.85rem;
}
.listDetailTime .overview_hole .item_over .--title {
  flex: 0 0 20%;
}
.listDetailTime .overview_hole .item_over span {
  flex: 0 0 20%;
}
.listDetailTime .overview_hole ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.listDetailTime .overview_hole ul .--color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgb(231, 231, 231);
}
.listDetailTime .overview_hole ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
@media (max-width: 767px) {
  .listDetailTime .content_hole {
    padding: 0;
  }
  .listDetailTime .content_hole .--tile {
    text-align: center;
  }
  .listDetailTime .content_hole article {
    text-align: justify;
  }
  .listDetailTime .content_hole .btn_primary {
    margin: 2rem auto 0 auto;
  }
  .listDetailTime .content_hole .--right {
    padding: 0;
  }
}

.newsAll {
  padding: 5.71rem 0;
  background: var(--color-grey);
}
.newsAll .nav {
  margin: 3rem 0 2.28rem 0;
}
.newsAll .item_news {
  margin-bottom: calc(var(--bs-gutter-x) / 2 * 2);
}
.newsAll .tab-content .btn_primary {
  margin: 3.14rem auto 0 auto;
}

.nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 3.14rem;
}
.nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 0 0 1.71rem 0;
  transition: all 0.5s ease;
  border-radius: 0;
  font-weight: bold;
}
.nav .nav-link.active, .nav .nav-link:hover {
  background-color: transparent;
  color: var(--color-orange);
  border-bottom: 2px solid var(--color-orange);
  font-weight: bold;
}
@media (max-width: 767px) {
  .nav {
    margin: 3rem 0 2.28rem 0;
    flex-wrap: nowrap;
    /* width: max-content; */
    overflow-x: scroll;
  }
  .nav .nav-link {
    width: -moz-max-content;
    width: max-content;
  }
}

.content_detail_news {
  background: var(--color-grey);
  padding-bottom: 8.57rem;
  padding-top: 10rem;
}
.content_detail_news .boxDetailNews {
  width: 70%;
  background: #fff;
  margin: auto;
  padding: 3.9rem 8.57rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.content_detail_news .segTitle {
  margin: 1.71rem 0;
}
.content_detail_news .description_post {
  text-align: justify;
  margin-bottom: 2.85rem;
}
.content_detail_news .description_post p:last-child {
  margin-bottom: 0;
}
.content_detail_news .description_post img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.content_detail_news .description_post figcaption {
  text-align: center;
  margin-top: 4px;
}
.content_detail_news .--info_create {
  margin-bottom: 2.85rem;
}
.content_detail_news .breadcrumb li a {
  color: rgba(0, 0, 0, 0.4);
}
.content_detail_news .breadcrumb li:last-child a {
  color: var(--color-orange);
}
.content_detail_news .controls_news {
  margin-bottom: 1.42rem;
  padding-bottom: 1.42rem;
  border-bottom: 1px solid rgba(68, 68, 60, 0.1);
}
@media (min-width: 768px) and (max-width: 1056px) {
  .content_detail_news {
    padding-bottom: 70px;
  }
  .content_detail_news .boxDetailNews {
    width: 85%;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .content_detail_news {
    padding: 4rem 0;
  }
  .content_detail_news .boxDetailNews {
    width: 90%;
    padding: 3rem 15px;
  }
  .content_detail_news .controls_news {
    flex-flow: column;
    gap: 15px;
  }
}

.controls_news {
  justify-content: space-between;
  align-items: center;
}

.tag_news {
  align-items: center;
  gap: 1.71rem;
}
.tag_news ul li {
  padding-right: 1.14rem;
  margin-right: 1.14rem;
  position: relative;
}
.tag_news ul li::after {
  content: "/";
  position: absolute;
  transform: translate(0, -50%);
  right: 0;
  top: 50%;
  color: rgba(68, 68, 60, 0.8);
}
.tag_news ul li:last-child::after {
  display: none;
}
.tag_news a {
  color: rgba(68, 68, 60, 0.8);
  text-decoration: none;
  transition: color 0.5s ease;
}
.tag_news a:hover {
  color: var(--color-orange);
}

.back_toprev {
  display: flex;
  align-items: center;
  color: rgba(68, 68, 60, 0.8);
  gap: 10px;
  padding: 4px 10px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.5s ease;
  border: 1px solid rgba(68, 68, 60, 0.2);
}
.back_toprev:hover {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
  color: #fff;
}
.back_toprev:hover path {
  fill: #fff;
}

.social_share {
  gap: 1.14rem;
  color: rgba(68, 68, 60, 0.8);
  align-items: center;
}
.social_share ul {
  gap: 1.14rem;
}
.social_share ul li {
  width: 2.28rem;
  height: 2.28rem;
  border: 1px solid rgba(68, 68, 60, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.social_share ul li a {
  color: rgba(68, 68, 60, 0.8);
}
.social_share ul li:hover {
  background: var(--color-orange);
  border: 1px solid var(--color-orange);
}
.social_share ul li:hover a {
  color: #fff;
}

.otherNews {
  padding: 5.71rem 0;
}
.otherNews .--top_other {
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .otherNews .--top_other {
    flex-flow: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
  .otherNews .--top_other .btn_primary {
    margin: auto;
  }
}

.productAll {
  padding: 5.71rem 0;
}
.productAll .controls_prod {
  justify-content: space-between;
  align-items: flex-end;
  margin: 3rem 0 2.28rem 0;
  gap: 3.14rem;
}
.productAll .controls_prod .search_prod {
  flex: 0 0 auto;
}
.productAll .nav {
  flex: 1;
}
.productAll .tab-pane .btn_primary {
  margin: 3.14rem auto 0 auto;
}
@media (max-width: 767px) {
  .productAll {
    padding: 50px 0;
  }
  .productAll .segTitle {
    text-align: center;
  }
  .productAll .controls_prod {
    flex-flow: column;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    gap: unset;
    margin: 0 0 2rem 0;
  }
  .productAll .controls_prod .nav,
  .productAll .controls_prod .search_prod,
  .productAll .controls_prod input {
    width: 100%;
  }
}

.search_prod {
  position: relative;
}
.search_prod .icon_search {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 1.28rem;
}
.search_prod input {
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 1rem 3.42rem;
  line-height: 1;
}
.search_prod button {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  right: 0;
}

.item_prod,
.item_food {
  margin-bottom: calc(var(--bs-gutter-x) / 2 * 2);
}
.item_prod .img_prod,
.item_food .img_prod {
  display: block;
  width: 100%;
  aspect-ratio: 393/310;
  margin-bottom: 1.42rem;
}
.item_prod .img_prod img,
.item_food .img_prod img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: var(--color-grey);
}
.item_prod .--name,
.item_food .--name {
  font-size: 1.71rem;
  margin-bottom: 0.57rem;
}
.item_prod .--price,
.item_food .--price {
  font-size: 1.42rem;
}
@media (max-width: 767px) {
  .item_prod .img_prod,
  .item_food .img_prod {
    margin-bottom: 1rem;
  }
}

.policy_prod {
  background: var(--color-grey);
  padding: 5.71rem 0;
  position: relative;
}
.policy_prod .pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  pointer-events: none;
}
.policy_prod .--left_policy {
  padding-right: 6.42rem;
}
.policy_prod .--left_policy .segTitle {
  margin-bottom: 1.71rem;
}
.policy_prod .box_policy {
  padding: 3.14rem;
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.policy_prod .--item_poli {
  margin-bottom: 2.28rem;
}
.policy_prod .--item_poli .--name {
  margin-bottom: 0.85rem;
  font-size: 1.71rem;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .policy_prod .--left_policy {
    padding-right: 1rem;
  }
  .policy_prod .box_policy {
    padding: 20px;
  }
  .policy_prod .--item_poli {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .policy_prod {
    padding: 50px 0;
  }
  .policy_prod .--left_policy {
    padding-right: 0;
    text-align: center;
  }
  .policy_prod .--left_policy article {
    margin-bottom: 2rem !important;
  }
  .policy_prod .btn_primary {
    margin: 0 auto 2rem;
  }
  .policy_prod .box_policy {
    padding: 20px 15px;
    text-align: justify;
  }
}

.aboutFacility {
  padding: 5.71rem 0;
}
.aboutFacility .--left_about {
  padding-right: 9.85rem;
}
.aboutFacility .--left_about .segTitle {
  margin-bottom: 2.28rem;
}
.aboutFacility .--left_about .--desc {
  font-weight: bold;
  font-size: 1.28rem;
  margin-bottom: 1.71rem;
}
.aboutFacility .--left_about .btn_primary {
  margin: 2.28rem 0 4.28rem 0;
}
.aboutFacility .--left_about .img_left {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 501/317;
}
.aboutFacility .right_about .img_right {
  aspect-ratio: 629/540;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 4.28rem;
}
.aboutFacility .right_about article {
  width: 70%;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .aboutFacility .--left_about {
    padding-right: 1rem;
  }
  .aboutFacility .right_about article {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aboutFacility {
    padding: 50px 0;
  }
  .aboutFacility .--left_about {
    padding-right: 0;
    margin-bottom: 1rem;
    text-align: justify;
  }
  .aboutFacility .--left_about .segTitle {
    text-align: center;
    margin-bottom: 1rem;
  }
  .aboutFacility .--left_about .btn_primary {
    margin: 2rem auto;
  }
  .aboutFacility .right_about .img_right {
    margin-bottom: 2rem;
    aspect-ratio: unset;
    height: auto;
  }
  .aboutFacility .right_about article {
    width: 100%;
    text-align: justify;
  }
}

.menuFacility {
  padding: 5.71rem 0;
  background: var(--color-grey);
}
.menuFacility .nav {
  margin: 3rem 0 2.28rem 0;
}
.menuFacility .tab-pane .btn_primary {
  margin: 3.14rem auto 0 auto;
}
@media (max-width: 767px) {
  .menuFacility {
    padding: 50px 0;
  }
  .menuFacility .segTitle {
    text-align: center;
  }
}

.item_food .--name {
  font-size: 1.42rem;
  color: #000;
}
.item_food .img_prod img {
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_Bookimg {
  padding: 5.71rem 0;
  background: var(--color-grey);
}
.contact_Bookimg .--top_booking {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.71rem;
}
.contact_Bookimg .--top_booking article {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .contact_Bookimg {
    padding: 50px 0;
  }
  .contact_Bookimg .--top_booking {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact_Bookimg .--top_booking article {
    margin-top: 1rem;
  }
  .contact_Bookimg .box_booking {
    margin-bottom: 1rem;
  }
  .contact_Bookimg .box_booking:last-child {
    margin-bottom: 0;
  }
}

.box_booking {
  background: #fff;
  padding: 2.28rem;
  color: var(--color-text);
}
.box_booking .--title {
  font-weight: 550;
  font-size: 2rem;
  font-family: var(--font-title);
}
.box_booking article {
  padding: 0.57rem 0 1.42rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.42rem;
}
.box_booking .--info_contact li {
  gap: 8px;
  margin-bottom: 0.85rem;
}
.box_booking .--info_contact li:last-child {
  margin-bottom: 0;
}
.box_booking .--info_contact span {
  font-weight: bold;
}
.box_booking .--info_contact a {
  text-decoration: none;
  color: var(--color-text);
  transition: color 0.5s ease;
}
.box_booking .--info_contact a:hover {
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .box_booking {
    padding: 20px;
  }
}

.courseHighlight {
  position: relative;
}
.courseHighlight .pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}

.aboutProshop {
  padding: 5.71rem 0;
}
.aboutProshop .--left_about {
  padding-right: 10rem;
}
.aboutProshop .--left_about .segTitle {
  margin-bottom: 8rem;
}
.aboutProshop .--img_left {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.aboutProshop .--img_left .img1 {
  aspect-ratio: 290/317;
  width: 55%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutProshop .--img_left .img_round {
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  animation: img_round 8s linear infinite;
  margin-right: -4.25rem;
  margin-top: -3rem;
}
.aboutProshop .--img_left .img_round img {
  width: 8.5rem;
  height: 8.5rem;
}
.aboutProshop .--right_about .img_right {
  aspect-ratio: 629/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutProshop .--right_about article {
  margin-top: 3.14rem;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .aboutProshop .--left_about {
    padding-right: 1rem;
  }
  .aboutProshop .--left_about .segTitle br {
    display: none;
  }
  .aboutProshop .--right_about article {
    width: 100%;
    padding-left: 4rem;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .aboutProshop {
    padding: 50px 0;
  }
  .aboutProshop .--left_about {
    padding-right: 0;
    text-align: center;
  }
  .aboutProshop .--left_about .segTitle {
    margin-bottom: 2rem;
  }
  .aboutProshop .--img_left {
    align-items: flex-start;
    position: relative;
  }
  .aboutProshop .--img_left .img1 {
    width: 80%;
  }
  .aboutProshop .--img_left .img_round {
    position: absolute;
    bottom: -6rem;
    left: calc(80% - 4.25rem);
    margin: 0;
  }
  .aboutProshop .--right_about {
    margin-top: 8rem;
  }
  .aboutProshop .--right_about .img_right {
    aspect-ratio: unset;
  }
  .aboutProshop .--right_about article {
    margin-top: 1rem;
    width: 100%;
    text-align: justify;
  }
}

@keyframes img_round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.highlightProshop {
  background: var(--color-grey);
  padding: 5.71rem 0;
}
.highlightProshop .--top_high {
  width: 45%;
  text-align: center;
  margin: 0 auto 3rem auto;
}
.highlightProshop .--top_high .segTitle {
  margin-bottom: 1.14rem;
}
.highlightProshop .slick-dots {
  margin-top: 3.14rem;
}
.highlightProshop .slick_arrow {
  position: absolute;
  transform: translate(0, -50%);
  top: 37%;
  z-index: 1;
}
.highlightProshop .slick_arrow.next_arrow {
  right: -1.2rem;
}
.highlightProshop .slick_arrow.prev_arrow {
  left: -1.2rem;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .highlightProshop .--top_high {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .highlightProshop {
    padding: 50px 0;
  }
  .highlightProshop .--top_high {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}

.item_proshop .--thumbnail {
  aspect-ratio: 401/472;
  width: 100%;
  margin-bottom: 1.14rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.item_proshop .--name {
  font-size: 1.85rem;
  margin-bottom: 0.71rem;
  font-family: var(--font-title);
  font-weight: 550;
  text-decoration: none;
  transition: color 0.5s ease;
  color: var(--color-text);
}
.item_proshop .--name:hover {
  color: var(--color-orange);
}
.item_proshop .--content {
  text-align: center;
}
.item_proshop .btn_primary {
  margin-top: 2.28rem;
  width: 100%;
}

.list_proshop .item_proshop {
  margin: 0 1.14rem;
}
@media (max-width: 767px) {
  .list_proshop .item_proshop {
    margin: 0 0.75rem;
  }
}

.aboutLocker {
  padding: 5.71rem 0;
}
.aboutLocker .top_about {
  width: 73%;
  margin-left: auto;
  justify-content: flex-end;
}
.aboutLocker .top_about .right_top {
  aspect-ratio: 320/179;
  width: 22.8rem;
  margin-left: 4.71rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutLocker .top_about .segTitle .title2 {
  margin-left: 8.57rem;
}
.aboutLocker .bottom_about {
  margin-top: -1.71rem;
}
.aboutLocker .bottom_about .img_left {
  aspect-ratio: 501/540;
  width: 50%;
  padding-right: 11.2rem;
}
.aboutLocker .bottom_about .img_left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutLocker .bottom_about .content_about {
  margin-top: 6.35rem;
  width: 35%;
}
.aboutLocker .bottom_about .content_about .--excerpt {
  font-weight: 700;
  margin-bottom: 1.71rem;
  font-size: 1.28rem;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .aboutLocker .top_about {
    width: 100%;
  }
  .aboutLocker .bottom_about {
    margin-top: 2rem;
    flex-flow: column;
  }
  .aboutLocker .bottom_about .img_left {
    width: 100%;
    padding-right: 0;
    aspect-ratio: unset;
  }
  .aboutLocker .bottom_about .content_about {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .aboutLocker {
    padding: 50px 0;
  }
  .aboutLocker .top_about {
    flex-flow: column;
    width: 100%;
  }
  .aboutLocker .top_about .segTitle {
    margin-bottom: 1rem;
    text-align: center;
  }
  .aboutLocker .top_about .right_top {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    margin-left: auto;
  }
  .aboutLocker .bottom_about {
    flex-flow: column-reverse;
    margin-top: 2rem;
  }
  .aboutLocker .bottom_about .img_left {
    width: 100%;
    padding-right: 0;
    aspect-ratio: unset;
    height: auto;
  }
  .aboutLocker .bottom_about .content_about {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 0;
    width: 100% !important;
  }
  .aboutLocker .bottom_about .content_about article {
    width: 100% !important;
  }
  .aboutLocker .bottom_about .content_about .btn_primary {
    margin: 2rem auto !important;
  }
  .aboutLocker .bottom_about .content_about .info_overview {
    flex-flow: column;
    gap: 1rem;
  }
}

.librarySpace {
  padding: 5.71rem 0;
  background: var(--color-grey);
}
.librarySpace .--top_space {
  text-align: center;
  width: 55%;
  margin: 0 auto 3.71rem auto;
}
@media (max-width: 767px) {
  .librarySpace {
    padding: 50px 0;
  }
  .librarySpace .--top_space {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}

.list_imgspace .item_space {
  margin: 0 2.21rem;
  transition: all 0.5s ease;
  width: 50rem;
  transform: scale(0.8);
  transform-origin: top;
}
.list_imgspace .item_space.slick-center {
  transform: scale(1.1);
}
.list_imgspace .slick-track {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .list_imgspace .item_space {
    width: 95vw;
    transform: none;
    margin: 0 0.75rem;
  }
  .list_imgspace .item_space.slick-center {
    transform: none;
  }
  .list_imgspace .slick-track {
    padding: 0;
  }
}

.item_space .--thumbnail {
  position: relative;
  aspect-ratio: 413/319;
}
.item_space .--thumbnail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.93%, rgba(0, 0, 0, 0.402) 85.7%, rgba(0, 0, 0, 0.6) 100%);
}
.item_space .--thumbnail .--name {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 2.28rem;
  font-size: 2rem;
  width: 100%;
  color: #fff;
  z-index: 1;
}
.item_space .--thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.aboutPrice .bottom_about .content_about {
  width: 50%;
}
.aboutPrice .bottom_about .content_about .--excerpt,
.aboutPrice .bottom_about .content_about article {
  width: 75%;
}
.aboutPrice .bottom_about .content_about .--excerpt {
  color: rgb(105, 105, 99);
}
.aboutPrice .bottom_about .content_about .btn_primary {
  margin: 2.28rem 0 4.21rem 0;
}
.aboutPrice .bottom_about .content_about .info_overview .--name {
  font-weight: 700;
  font-size: 1.28rem;
  margin-bottom: 0.85rem;
  color: rgb(105, 105, 99);
}

.list_price {
  gap: 9.28rem;
  margin-top: 4.85rem;
}
.list_price .item_price {
  flex: 0 0 30%;
}
.list_price .item_price .--title {
  font-size: 2rem;
  margin-bottom: 1.71rem;
  font-family: var(--font-title);
}
.list_price .item_price li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.14rem;
  font-size: 1.14rem;
  align-items: flex-end;
  line-height: 1;
  color: rgb(105, 105, 99);
}
.list_price .item_price li span:nth-child(2) {
  background: rgba(0, 0, 0, 0.1);
  flex: 1;
  height: 1px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .list_price {
    flex-flow: column;
    gap: 1rem;
    margin-top: 2rem;
  }
  .list_price .item_price .--title {
    margin-bottom: 1rem;
  }
}

.blockGolf img {
  width: 100%;
  height: auto;
}

.priceBenefit {
  padding: 5.71rem 0;
}
.priceBenefit .segTitle {
  margin-bottom: 3.71rem;
}
.priceBenefit .content_price {
  padding-left: 7.92rem;
}
.priceBenefit .--experence {
  margin-top: 3.71rem;
}
.priceBenefit .--experence .img_benefit {
  padding-left: 7.92rem;
  width: 23.21rem;
}
.priceBenefit .--experence .img_benefit .--img {
  aspect-ratio: 325/148;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .priceBenefit .content_price {
    padding-left: 0;
  }
  .priceBenefit .--experence .img_benefit {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .priceBenefit {
    padding: 50px 0;
  }
  .priceBenefit .segTitle {
    margin-bottom: 2rem;
    text-align: center;
  }
  .priceBenefit .content_price {
    padding-left: 0;
    text-align: justify;
    margin-top: 2rem;
  }
  .priceBenefit .--experence {
    margin-top: 2rem;
  }
  .priceBenefit .--experence .img_benefit {
    width: 100%;
    padding-left: 0;
  }
}

.list_benefit .--item {
  gap: 3.14rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.14rem 0;
}
.list_benefit .--item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_benefit .--item .--name {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2rem;
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .list_benefit .--item {
    flex-flow: column;
    gap: 10px;
    text-align: center;
  }
}

.priceProgram {
  padding: 5.71rem 0;
  background: var(--color-grey);
}
.priceProgram .--top_program {
  width: 45%;
  text-align: center;
  margin: 0 auto 3.71rem auto;
}
.priceProgram .--top_program .segTitle {
  margin-bottom: 1.14rem;
}
.priceProgram .item_program {
  margin-bottom: 2.28rem;
}
.priceProgram .item_program:last-child {
  margin-bottom: 0;
}
.priceProgram .item_program .btn_primary {
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .priceProgram .--top_program {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .priceProgram {
    padding: 50px 0;
  }
  .priceProgram .--top_program {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}

.item_program {
  background: #fff;
}
.item_program:nth-child(2n) {
  flex-flow: row-reverse;
}
.item_program .thumbnail {
  aspect-ratio: 559/370;
  flex: 0 0 50%;
}
.item_program .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.item_program .content_program {
  padding: 3.14rem;
}
.item_program .--title {
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 2rem;
  margin: 1.42rem 0 1.14rem;
  line-height: 1.2;
}
.item_program .info_time {
  margin-bottom: 1.14rem;
}
.item_program .info_time .--item {
  gap: 8px;
}
@media (min-width: 768px) and (max-width: 1056px) {
  .item_program .content_program {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .item_program {
    flex-flow: column;
  }
  .item_program:nth-child(2n) {
    flex-flow: column;
  }
  .item_program .content_program {
    padding: 30px 15px;
  }
  .item_program .content_program article {
    text-align: justify;
  }
  .item_program .info_time .--item {
    flex-flow: column;
    gap: 0;
  }
  .item_program .info_time .--item strong {
    flex: 0 0 auto;
  }
  .item_program .info_time .--item .--title {
    font-size: 1.75rem;
  }
}

.tag_pro {
  color: #fff;
  background: var(--color-orange);
  padding: 0.42rem 1.14rem;
  text-transform: uppercase;
  font-size: 0.92rem;
  width: -moz-max-content;
  width: max-content;
}

.aboutStay .--left_about .--top {
  margin-bottom: 8rem;
}
.aboutStay .--left_about .segTitle {
  margin-bottom: 2.28rem;
}
@media (max-width: 767px) {
  .aboutStay .--left_about .--top {
    margin-bottom: 2rem;
  }
  .aboutStay .--left_about .segTitle {
    margin-bottom: 1rem !important;
  }
}

.highlightStay {
  background: #fff;
  padding-top: 0;
}
.highlightStay .item_proshop .--thumbnail {
  aspect-ratio: 401/502;
}

.policy_prod .--left_policy article {
  margin-bottom: 3.71rem;
}

@media (min-width: 768px) {
  .nav_poli {
    flex-flow: column;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    gap: 0.85rem;
  }
  .nav_poli .nav-link {
    border-left: 4px solid transparent;
    padding: 1.14rem 1.7rem;
    border-bottom: none;
  }
  .nav_poli .nav-link:hover, .nav_poli .nav-link.active {
    border-left: 4px solid var(--color-orange);
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .nav_poli {
    justify-content: center;
  }
}

.hotelAll {
  padding: 5.71rem 0;
}
.hotelAll .--top_hotel {
  width: 45%;
  margin: 0 auto 3.71rem auto;
  text-align: center;
}
.hotelAll .--top_hotel .segTitle {
  margin-bottom: 1.14rem;
}
.hotelAll .btn_primary {
  margin: 3.71rem auto 0 auto;
}
@media (max-width: 767px) {
  .hotelAll .--top_hotel {
    width: 100%;
  }
}

.item_hotel {
  margin-bottom: calc(var(--bs-gutter-x) / 2 * 2);
}
.item_hotel .--img_hotel {
  aspect-ratio: 360/464;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_hotel .--img_hotel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.item_hotel .--img_hotel .--thumbnail {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
}
.item_hotel .--img_hotel .--logo {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 10rem;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  filter: grayscale(1) brightness(200);
}
.item_hotel .--img_hotel:hover::after {
  opacity: 1;
}
.item_hotel .--img_hotel:hover .--thumbnail {
  transform: scale(1.3);
}
.item_hotel .--img_hotel:hover .--logo {
  opacity: 1;
}
.item_hotel .--name {
  font-size: 1.57rem;
  color: var(--color-green);
  text-align: center;
  transition: color 0.5s ease;
  margin-top: 1.71rem;
}
.item_hotel .--name:hover {
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .item_hotel .--img_hotel {
    aspect-ratio: 360/295;
  }
}

.bannerEcosys .imgbanner {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.bannerEcosys .content_bannereco {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.bannerEcosys .content_bannereco .segTitle {
  text-transform: uppercase;
  font-size: 4.8rem;
  color: #fff;
  margin-bottom: 3.14rem;
}
.bannerEcosys .list_logobanner .--item {
  width: 20.5rem;
  padding: 1rem 4.28rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bannerEcosys .list_logobanner .--item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerEcosys .list_logobanner .--item .logo img {
  width: 12rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1) brightness(20);
}
@media (max-width: 767px) {
  .bannerEcosys .segTitle {
    font-size: 4rem !important;
    text-align: center;
  }
  .bannerEcosys .segTitle br {
    display: none;
  }
}

.aboutEcosys .--right .gallery_img img {
  aspect-ratio: 710/732;
}
.aboutEcosys .--left {
  padding-right: 8.4rem;
  width: 50%;
}
.aboutEcosys .--right {
  width: 50%;
}

.ecosysLoca {
  background: var(--color-grey);
  color: rgb(105, 105, 99);
}
.ecosysLoca .segTitle {
  color: var(--color-green);
}/*# sourceMappingURL=style.css.map */