:root {
  --color-gradient: linear-gradient(180deg, #25494E 26.28%, rgba(30, 82, 85, 0.94) 43.29%, rgba(23, 91, 91, 0.9) 60.29%, rgba(89, 112, 91, 0.92) 65.95%, rgba(227, 156, 90, 0.91) 77.81%, #EF924C 88.61%, #EB6922 100%);
  --color-grad-gold: linear-gradient(104.22deg, #D76631 -0.34%, #E38446 20.04%, #F2AD62 31.66%, #EFC365 50.78%, #E7B856 70.86%, #CC8D4A 97.22%);
  --color-grad-green: linear-gradient(94.66deg, #24484D -1.81%, #316260 19.46%, #285052 51.54%, #346761 72.49%, #628369 100%);
  --color-grad-orange: linear-gradient(90deg, #EC702A 0%, #F99243 30.61%, #F0B84C 71.99%, #E89D4F 100%);
  --color-green: #2E5C5B;
  --color-theme: #FDF5E8;
  --width-container: 1272px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #EC702A !important;
}

.fancybox-progress {
  background: #EC702A !important;
}

@media (min-width: 1280px) {
  html {
    font-size: 12px !important;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 13px !important;
  }
  h3 {
    font-size: 1.65rem;
  }
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 13px !important;
  }
  .container {
    max-width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1700px;
  }
  html {
    font-size: 18px !important;
  }
}
html {
  font-size: 13px;
}

.section {
  position: relative;
  transform: unset;
}
.section.down {
  transform: unset;
}
@media (max-width: 640px) {
  .section {
    overflow: hidden;
  }
}

@media (min-width: 640px) {
  .fp-viewing-trang-chu .logo_opt {
    transform: translate(-50%, 0);
    left: calc(50% - 60px);
  }
  .fp-viewing-trang-chu .logo_opt img {
    width: 120px !important;
  }
  .logo_opt {
    transition: all 1s ease;
    position: fixed;
    left: 15px;
  }
}
.menu_seneva {
  display: flex;
  z-index: 999999 !important;
  /* display: flex; */
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  /* z-index: 9999; */
  left: 0;
  /* display: flex; */
  justify-content: space-between;
  background: none;
  padding: 10px 15px;
  align-items: center;
  opacity: 1;
  /* pointer-events: auto;*/
}
.menu_seneva .menu_mobile {
  display: none;
}
.menu_seneva .menu_mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  height: 100vh;
  bottom: 0;
  width: 30%;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  transform: translate(150%, 0);
  padding-bottom: 0;
  background: linear-gradient(180deg, #25494E 26.28%, rgb(30, 82, 85) 43.29%, rgb(23, 91, 91) 60.29%, rgb(89, 112, 91) 65.95%, rgb(227, 156, 90) 77.81%, #EF924C 88.61%, #EB6922 100%);
}
.menu_seneva .menu_mobile ul.active {
  transform: none;
}
.menu_seneva .menu_mobile ul.active li.parttern {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.menu_seneva .menu_mobile ul.active li.parttern img {
  margin-bottom: 0;
}
.menu_seneva .menu_mobile ul.active li.parttern img.img1 {
  filter: brightness(100);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu_seneva .menu_mobile ul.active li.parttern img.img2 {
  position: absolute;
  top: 0;
  left: 0;
}
.menu_seneva .menu_mobile li {
  text-align: center;
  padding: 5px 0;
}
.menu_seneva .menu_mobile li:hover {
  letter-spacing: 0.4em;
}
.menu_seneva .menu_mobile li a {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: unset;
  transition: all 0.5s ease;
}
.menu_seneva .menu_mobile li a:hover {
  letter-spacing: 5px;
}
.menu_seneva .menu_mobile .humberger {
  cursor: pointer;
  z-index: 99999;
  position: relative;
}
.menu_seneva .menu_mobile li img {
  width: 200px;
  margin-bottom: 1.5rem;
}
.menu_seneva .humberger p {
  background: #fff;
  height: 4px;
  margin-bottom: 5px;
  width: 36px;
  transform-origin: left;
  transition: all 0.5s ease;
}
.menu_seneva .humberger p.change {
  background: var(--color-blue);
}
.menu_seneva .humberger.active p {
  margin-bottom: 9px;
}
.menu_seneva .humberger p:nth-child(1) {
  width: 36px;
}
.menu_seneva .humberger.active p:nth-child(1) {
  width: 36px;
  transform: rotate(45deg);
}
.menu_seneva .humberger.active p:nth-child(2) {
  width: 0;
}
.menu_seneva .humberger.active p:nth-child(3) {
  transform: rotate(-45deg);
}
.menu_seneva .logo_opt img {
  position: absolute;
  width: 90px;
  transition: opacity 0.5s ease;
}
.menu_seneva .logo_opt img.color {
  opacity: 0;
}
@media (max-width: 640px) {
  .menu_seneva {
    display: flex !important;
    background: var(--color-grad-green) !important;
    pointer-events: auto !important;
    display: none !important;
  }
  .menu_seneva .menu_mobile {
    display: block !important;
  }
  .menu_seneva .menu_mobile ul {
    width: 100%;
  }
  .menu_seneva .logo_opt img {
    width: 90px;
    position: relative;
  }
  .menu_seneva .logo_opt img.color {
    display: none;
  }
}

.fp-viewing-lien-he .logo_opt {
  opacity: 0;
}

.fp-viewing-gioi-thieu .logo_opt .color, .fp-viewing-tong-quan .logo_opt .color, .fp-viewing-san-pham .logo_opt .color, .fp-viewing-tien-ich .logo_opt .color, .fp-viewing-thu-vien .logo_opt .color {
  opacity: 1 !important;
}
.fp-viewing-gioi-thieu .logo_opt .logo_yel, .fp-viewing-tong-quan .logo_opt .logo_yel, .fp-viewing-san-pham .logo_opt .logo_yel, .fp-viewing-tien-ich .logo_opt .logo_yel, .fp-viewing-thu-vien .logo_opt .logo_yel {
  opacity: 0;
}

#fp-nav {
  right: 41px !important;
  top: 40% !important;
}
#fp-nav ul li span {
  background: var(--color-grad-orange) !important;
}
#fp-nav ul li .fp-tooltip {
  background: var(--color-grad-orange);
  padding: 4px 10px;
  border-radius: 50px;
  top: -8px;
}
#fp-nav ul li a.active ~ .fp-tooltip {
  opacity: 1;
  width: -moz-max-content;
  width: max-content;
}

.txt-gradient {
  background: var(--color-grad-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-max-content;
  width: max-content;
}

.section .text_child {
  display: flex;
  line-height: 1;
}
.section .text_child span {
  transform: translate(0, -15px);
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  transition: all 0.5s ease;
}
.section .text_trans_up {
  transform: translate(0, 20px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}
.section .text_trans_right {
  transform: translate(50%, 0);
  opacity: 0;
  transition: transform 1.5s ease, opacity 1.5s ease;
}
.section.fp-completely .text_child span {
  opacity: 1;
  transform: none;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(1) {
  transition-delay: 0.1s;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(2) {
  transition-delay: 0.15s;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(3) {
  transition-delay: 0.2s;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(4) {
  transition-delay: 0.25s;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(5) {
  transition-delay: 0.3s;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(6) {
  transition-delay: 0.35s;
}
.section.fp-completely .text_child.txt1 .letter:nth-child(7) {
  transition-delay: 0.4s;
}
.section.fp-completely .text_child.txt2 .letter:nth-child(1) {
  transition-delay: 0.45s;
}
.section.fp-completely .text_child.txt2 .letter:nth-child(2) {
  transition-delay: 0.5s;
}
.section.fp-completely .text_child.txt2 .letter:nth-child(3) {
  transition-delay: 0.55s;
}
.section.fp-completely .text_child.txt2 .letter:nth-child(4) {
  transition-delay: 0.6s;
}
.section.fp-completely .text_child.txt2 .letter:nth-child(5) {
  transition-delay: 0.65s;
}
.section.fp-completely .text_child.txt2 .letter:nth-child(6) {
  transition-delay: 0.7s;
}
.section.fp-completely .text_child.txt3 .letter:nth-child(1) {
  transition-delay: 0.3s;
}
.section.fp-completely .text_child.txt3 .letter:nth-child(2) {
  transition-delay: 0.35s;
}
.section.fp-completely .text_child.txt3 .letter:nth-child(3) {
  transition-delay: 0.4s;
}
.section.fp-completely .text_child.txt3 .letter:nth-child(4) {
  transition-delay: 0.45s;
}
.section.fp-completely .text_child.txt3 .letter:nth-child(5) {
  transition-delay: 0.5s;
}
.section.fp-completely .text_child.txt4 .letter:nth-child(1) {
  transition-delay: 0.25s;
}
.section.fp-completely .text_child.txt4 .letter:nth-child(2) {
  transition-delay: 0.3s;
}
.section.fp-completely .text_child.txt4 .letter:nth-child(3) {
  transition-delay: 0.35s;
}
.section.fp-completely .text_trans_up {
  transform: none;
  opacity: 1;
}
.section.fp-completely .text_trans_right {
  transform: none;
  opacity: 1;
}

.pattern {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.trans_kv {
  animation: xoayvong 50s linear 0s infinite;
}

.slideNavItem {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 2px 12px rgba(251, 177, 81, 0.5);
  background: var(--color-grad-orange);
}
.slideNavItem svg {
  z-index: 1;
}
.slideNavItem::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-green);
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.5s ease;
}
.slideNavItem:hover::after {
  opacity: 1;
  transform: none;
}
.slideNavItem:hover svg path {
  fill: #fff !important;
}

@keyframes xoayvong {
  from {
    transform: translate(-50%, 0) scale(1) rotate(0deg);
  }
  to {
    transform: translate(-50%, 0) scale(1) rotate(360deg);
  }
}
.loading_page {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  justify-content: space-around;
  transition: all 0.5s ease;
}
.header.change {
  background: #174b4d;
  padding: 10px !important;
}
.header.change .logo img {
  width: 70px;
}
.header .logo {
  flex: 0 0 15%;
  width: 15%;
}
.header .logo img {
  width: 120px;
  transition: all 0.5s ease;
}
.header .menu_header ul li a {
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
}
.header .btn_regis a {
  background: var(--color-grad-gold);
  border-radius: 50px;
  padding: 5px 19px;
}
.header .btn_regis svg {
  width: 16px;
  margin-right: 6px;
}

.homeBanner {
  position: relative;
  height: 100vh;
}
.homeBanner .play_icon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 47%;
  left: 50%;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: none;
  opacity: 1;
  transition: background 0.5s ease;
  background: transparent;
  border: 3px solid #fff;
}
.homeBanner .play_icon a {
  color: #fff;
}
.homeBanner .play_icon.slideNavItem::after {
  border-radius: 50%;
  z-index: -1;
  background: var(--color-grad-orange);
}
.homeBanner .bg_banner {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.homeBanner .bg_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background: linear-gradient(180deg, rgba(22, 78, 80, 0.6392156863) 0%, rgba(30, 95, 92, 0.62) 40.41%, rgba(114, 150, 148, 0.65) 67.07%, rgba(217, 217, 217, 0) 100%);
  z-index: 8;
  opacity: 0;
  transition: opacity 8s ease;
  pointer-events: none;
}
.homeBanner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-gradient);
  top: 0;
  left: 0;
}
.homeBanner .title {
  z-index: 10;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 30%;
}
.homeBanner .title img {
  width: 90%;
  margin: auto;
  display: block;
  transform: rotateY(90deg);
  transition: all 1s ease;
  opacity: 0;
}
.homeBanner .img_small {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.homeBanner .img_small .img1 {
  position: relative;
  height: 100%;
}
.homeBanner .img_small .img1 img {
  width: 760px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  z-index: 1;
  position: absolute;
  -webkit-clip-path: circle(31% at 50% 100%);
          clip-path: circle(31% at 50% 100%);
  transition: all 0.5s ease;
  -o-object-position: center -94px;
     object-position: center -94px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.homeBanner .pattern img {
  z-index: 1;
  position: absolute;
}
.homeBanner .pattern img.img2 {
  width: 52%;
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
  mix-blend-mode: screen;
}
.homeBanner .pattern img.img3 {
  width: 100%;
  bottom: -100%;
  transform: translate(-50%, 0);
  left: 50%;
}
.homeBanner.fp-completely .title img {
  opacity: 1;
  transform: none;
}
.homeBanner.fp-completely .img_small .img1 img {
  -webkit-clip-path: circle(100% at 50% 100%);
          clip-path: circle(100% at 50% 100%);
  width: 100vw;
  height: 100vh;
  transition: width 5s ease, height 5s ease, transfrom 0.75s ease, -webkit-clip-path 17s ease;
  transition: width 5s ease, height 5s ease, clip-path 17s ease, transfrom 0.75s ease;
  transition: width 5s ease, height 5s ease, clip-path 17s ease, transfrom 0.75s ease, -webkit-clip-path 17s ease;
  transform: scale(1.4);
}
.homeBanner.fp-completely .bg_banner::after {
  opacity: 1;
}
@media (max-width: 640px) {
  .homeBanner {
    height: 50vh !important;
  }
  .homeBanner .fancybox-content {
    width: 100% !important;
    height: auto !important;
  }
  .homeBanner .fancybox-slide {
    padding: 10px !important;
  }
  .homeBanner .img_small img {
    transform: translate(-50%, 0);
    left: 50% !important;
  }
  .homeBanner .title {
    width: 80%;
  }
  .homeBanner .title img {
    width: 100% !important;
  }
  .homeBanner .pattern .img2 {
    width: 90% !important;
  }
  .homeBanner .pattern .img3 {
    bottom: -32% !important;
  }
  .homeBanner.fp-completely .img_small img {
    height: 60vh !important;
    transform: translate(-50%, 0) !important;
    left: 50% !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
}

.homeAbout {
  position: relative;
  height: 120vh;
}
.homeAbout .bg_about {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-position 7s ease;
}
.homeAbout .pattern {
  width: 400px;
  height: auto;
  top: 10%;
}
.homeAbout .content {
  position: absolute;
  top: 90px;
  z-index: 1;
  width: 54%;
  left: 110px;
  line-height: 1.4;
}
.homeAbout .content .title {
  font-family: "Conv_iCiel";
  margin-bottom: 0.5rem;
}
.homeAbout .content .title h2 {
  color: var(--color-green);
  margin: 0;
  line-height: 1;
  font-size: 3rem;
}
.homeAbout .content .title h3 {
  background: var(--color-grad-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1;
  font-size: 3.5rem;
  transition-delay: 0.8s;
  padding: 10px 0;
  margin-top: -10px;
}
.homeAbout .content article {
  color: var(--color-green);
  margin-left: 4rem;
  font-weight: 500;
  transition-delay: 1.2s;
}
.homeAbout.fp-completely .bg_about {
  background-position: center 87%;
}
@media (max-width: 1280px) {
  .homeAbout .content {
    width: 56%;
  }
  .homeAbout.fp-completely .bg_about {
    background-position: center 57%;
  }
}
@media (max-width: 640px) {
  .homeAbout {
    height: unset !important;
    display: flex;
    flex-flow: column-reverse;
  }
  .homeAbout .bg_about {
    height: 23vh !important;
    position: relative !important;
  }
  .homeAbout .content {
    position: relative !important;
    width: 100% !important;
    padding: 20px 0 !important;
    top: unset !important;
    left: unset !important;
  }
  .homeAbout .content .title h2 {
    font-size: 2.5rem !important;
  }
  .homeAbout .content .title h3 {
    font-size: 3rem !important;
  }
  .homeAbout .content article {
    margin-left: 0 !important;
    text-align: justify;
  }
  .homeAbout .pattern {
    width: 200px !important;
    top: unset !important;
    bottom: 0 !important;
  }
}
@media (min-width: 1600px) {
  .homeAbout .content {
    top: 90px;
  }
}

.homeFengshui {
  position: relative;
}
.homeFengshui::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #3B717B 0%, rgba(32, 132, 126, 0.488572) 51.14%, rgba(255, 255, 255, 0) 100%);
}
.homeFengshui .content {
  width: 100%;
}
.homeFengshui .title {
  flex: 0 0 30%;
  width: 30%;
  font-family: "Conv_HJGothamBold" !important;
  text-align: center;
}
.homeFengshui .title .txt2 {
  font-size: 4rem;
}
.homeFengshui ul {
  flex: 0 0 50%;
  width: 50%;
  color: #fff;
}
.homeFengshui ul li {
  align-items: center;
}
.homeFengshui ul li:nth-child(2) {
  margin-left: 3rem;
}
.homeFengshui ul li:nth-child(3) {
  margin-left: 6rem;
}
.homeFengshui ul .key {
  font-family: "Conv_iCiel";
  font-size: 50px;
  line-height: 1;
}
.homeFengshui ul article {
  color: #fff !important;
  margin-left: 2rem !important;
}
@media (max-width: 640px) {
  .homeFengshui {
    padding-top: 20px;
  }
  .homeFengshui::after {
    background: #295254;
  }
  .homeFengshui .content {
    flex-flow: column;
  }
  .homeFengshui .content .title, .homeFengshui .content ul {
    flex: 0 0 100%;
    width: 100%;
  }
  .homeFengshui .content .txt2 {
    font-size: 3rem;
  }
  .homeFengshui .content .txt-gradient {
    margin: auto;
  }
  .homeFengshui .content li {
    margin-bottom: 15px;
  }
  .homeFengshui .content li:nth-child(2), .homeFengshui .content li:nth-child(3) {
    margin-left: 0;
  }
  .homeFengshui .content li article {
    margin-left: 2rem !important;
  }
}

.homeArchitec .title {
  font-family: "Conv_HJGothamBold" !important;
}
.homeArchitec .title .txt1 {
  font-size: 3rem;
  line-height: 1 !important;
  padding: 10px 0;
}
.homeArchitec .title .txt2 {
  font-size: 4rem;
  line-height: 1 !important;
  margin-top: -20px !important;
}
.homeArchitec .title .txt3 {
  font-size: 3rem;
  line-height: 1 !important;
  padding: 10px 0;
  margin-top: -15px;
}
.homeArchitec .title .txt3 span {
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0;
}
.homeArchitec article {
  width: 92% !important;
}
@media (max-width: 640px) {
  .homeArchitec article {
    width: 100% !important;
  }
  .homeArchitec .title {
    margin-bottom: 1rem;
  }
  .homeArchitec .txt-gradient {
    width: auto !important;
    text-align: center;
  }
  .homeArchitec .txt2 {
    font-size: 3rem !important;
  }
}

.flower_img {
  position: absolute;
  top: 8%;
  right: 9%;
  z-index: 9;
  width: 100px;
}

.homePosition .img_position {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  right: 0;
}
.homePosition .img_position .--img {
  width: 100%;
  height: 109%;
}
.homePosition .img_position .location {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.homePosition .img_position .location .item {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.homePosition .img_position .location .item img {
  width: 35px;
}
.homePosition .img_position .location .item p {
  color: var(--color-green);
  font-weight: bold;
  margin-top: 5px;
}
.homePosition .img_position .location .item:nth-child(1) {
  top: 26%;
  left: 31%;
  transition-delay: 0.7s;
}
.homePosition .img_position .location .item:nth-child(2) {
  top: 39%;
  left: 29%;
  transition-delay: 0.9s;
}
.homePosition .img_position .location .item:nth-child(3) {
  top: 43%;
  left: 22%;
  transition-delay: 1.1s;
}
.homePosition .img_position .location .item:nth-child(4) {
  top: 28%;
  left: 71%;
  transition-delay: 0.5s;
  flex-flow: row;
}
.homePosition .img_position .location .item:nth-child(4) img {
  width: 55px;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.35));
}
.homePosition .img_position .location .item:nth-child(4) p {
  color: #ffffff;
  text-shadow: 0 0 4px black;
  font-family: "Conv_HJGothamBold";
  margin-left: 10px;
}
.homePosition .content_posi {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 9;
  padding-left: 110px;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 90px;
}
.homePosition .content_posi .title {
  position: relative;
  z-index: 1;
  font-family: "Conv_HJGothamBold";
  font-size: 3.5rem;
}
.homePosition .content_posi article {
  position: relative;
  z-index: 1;
  width: 63%;
  margin: 1rem 0 2rem 0;
}
.homePosition .content_posi .list_blank {
  z-index: 1;
  position: relative;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
}
.homePosition .content_posi .list_blank .item .time {
  line-height: 1;
  margin: 0 10px;
  font-weight: bold;
  width: 60px;
}
.homePosition .content_posi .list_blank .item .time p {
  white-space: nowrap;
}
.homePosition .content_posi .list_blank .item .oto img {
  filter: brightness(10);
}
.homePosition .content_posi::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(30, 105, 96, 0) 0.09%, rgba(28, 103, 96, 0.06) 10.15%, rgba(24, 101, 96, 0.62) 26.28%, rgba(17, 94, 90, 0.99) 47.01%, #0c4645 75.11%, #144248 99.91%);
}
@media (max-width: 640px) {
  .homePosition .content_posi .list_blank .address {
    font-size: 11px;
  }
}
.homePosition .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homePosition .pattern svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 30s linear alternate infinite;
  filter: brightness(10);
}
.homePosition .pattern svg:nth-child(1) {
  transform: scale(0.2);
  left: 23.5%;
  top: -11%;
}
.homePosition .pattern svg:nth-child(2) {
  left: 24%;
  transform: scale(0.5);
  top: -11%;
}
.homePosition .pattern svg:nth-child(3) {
  left: 24%;
  transform: scale(0.72);
  top: -11%;
  display: none;
}
.homePosition .pattern svg:nth-child(4) {
  transform: scale(2);
  right: -22%;
}
.homePosition.fp-completely .location .item {
  transform: rotate(0) scale(1) skew(1deg);
  opacity: 1;
  animation: location 2.3s infinite ease-in-out;
  animation-delay: 1.2s;
}
.homePosition .img_position_mobi {
  display: none;
}
@media (max-width: 640px) {
  .homePosition {
    display: flex;
    flex-flow: column-reverse;
  }
  .homePosition .content_posi {
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: justify;
  }
  .homePosition .content_posi .title {
    font-size: 3rem !important;
  }
  .homePosition .content_posi .title .txt1 {
    padding: 10px 0;
  }
  .homePosition .content_posi .title .txt2 {
    margin-top: -10px;
  }
  .homePosition .content_posi::after {
    background: var(--color-gradient);
    width: 100% !important;
  }
  .homePosition .content_posi article {
    width: 100%;
  }
  .homePosition .pattern {
    display: none;
  }
  .homePosition .img_position {
    display: none;
  }
  .homePosition .img_position_mobi {
    display: block;
    background: var(--color-theme);
  }
  .homePosition .img_position_mobi .title {
    text-align: center;
    font-size: 3rem;
    font-family: "Conv_iCiel";
    padding: 15px 0;
  }
  .homePosition .img_position_mobi img {
    width: 100%;
    height: auto;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#notePopup .modal-content {
  border: none;
}
#notePopup .modal-header {
  position: absolute;
  right: 0;
  background: var(--color-grad-orange);
  z-index: 9;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0;
  width: 43px;
  height: 43px;
  transition: background 0.5s ease;
  border: none;
}
#notePopup .modal-header button {
  margin: 0;
  padding: 0;
  color: #fff;
  opacity: 1;
}
#notePopup .modal-header button:focus {
  outline: none;
}
#notePopup .modal-header:hover {
  background: #fff;
}
#notePopup .modal-header:hover button {
  color: #f0762d;
}
#notePopup img {
  width: 100%;
}
@media (min-width: 992px) {
  #notePopup .modal-lg {
    max-width: 950px !important;
  }
}

.homeTotal {
  position: relative;
}
.homeTotal .flower_img {
  filter: brightness(10);
}
.homeTotal .title {
  position: absolute;
  z-index: 9;
  font-size: 3.5rem;
  font-family: "Conv_HJGothamBold";
  top: 3%;
  right: 5%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.homeTotal .title .txt1 {
  padding: 10px 0;
  margin-top: -10px;
}
.homeTotal .title .txt2 {
  padding: 10px 0;
  margin-top: -20px;
}
.homeTotal .img_total {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.homeTotal .img_total img {
  width: 100%;
  transform: translate(0, -15%);
  height: 150%;
}
.homeTotal .listmarker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homeTotal .listmarker .item {
  position: absolute;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.homeTotal .listmarker .item .number {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #000;
  font-weight: bold;
}
.homeTotal .listmarker .item .number::before {
  top: 0;
  border: 1px solid #fff;
  left: 0;
  padding: 0;
  z-index: 0;
  box-shadow: 0 0 0 2px #fff;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  transform: scale(0.9);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-name: sonarEffect;
}
.homeTotal .listmarker .item span {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  background: var(--color-grad-orange);
  border-radius: 50px;
  padding: 0 10px 2px 10px;
  color: #000;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: calc(100% + 5px);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition-smooth);
  z-index: 9999;
  border: 1px solid #4a4a4a;
}
.homeTotal .listmarker .item:hover {
  transform: scale(1.3);
}
.homeTotal .listmarker .item:hover span {
  opacity: 1;
  transform: translate(-50%, 0);
}
.homeTotal .listmarker .item:hover .number {
  color: #000;
  font-weight: bold;
}
.homeTotal .listmarker .item.active {
  transform: scale(1.5);
}
.homeTotal .listmarker .item.active .number {
  background: #fff31d;
  color: #000;
  font-weight: bold;
}
.homeTotal .listmarker .item:nth-child(1) {
  top: 22%;
  left: 11.5%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(2) {
  top: 16%;
  left: 12%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(3) {
  top: 11%;
  left: 12.5%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(4) {
  top: 32%;
  left: 19.5%;
  z-index: 12;
}
.homeTotal .listmarker .item:nth-child(5) {
  top: 27.5%;
  left: 20%;
  z-index: 10;
}
.homeTotal .listmarker .item:nth-child(6) {
  top: 25.5%;
  left: 19%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(7) {
  top: 20.5%;
  left: 19%;
}
.homeTotal .listmarker .item:nth-child(8) {
  top: 22%;
  left: 21%;
}
.homeTotal .listmarker .item:nth-child(9) {
  top: 24%;
  left: 17.5%;
}
.homeTotal .listmarker .item:nth-child(10) {
  top: 25%;
  left: 16%;
  z-index: 9;
}
.homeTotal .listmarker .item:nth-child(11) {
  top: 32%;
  left: 17%;
  z-index: 12;
}
.homeTotal .listmarker .item:nth-child(12) {
  top: 32%;
  left: 13%;
  z-index: 12;
}
.homeTotal .listmarker .item:nth-child(13) {
  top: 51%;
  left: 37%;
  z-index: 34;
}
.homeTotal .listmarker .item:nth-child(14) {
  top: 47%;
  left: 37.5%;
  z-index: 3;
}
.homeTotal .listmarker .item:nth-child(15) {
  top: 47%;
  left: 36%;
  z-index: 3;
}
.homeTotal .listmarker .item:nth-child(16) {
  top: 50%;
  left: 35%;
  z-index: 3;
}
.homeTotal .listmarker .item:nth-child(17) {
  top: 43%;
  left: 37%;
  z-index: 2;
}
.homeTotal .listmarker .item:nth-child(18) {
  top: 40%;
  left: 39.5%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(19) {
  top: 55%;
  left: 32.5%;
  z-index: 4;
}
.homeTotal .listmarker .item:nth-child(20) {
  top: 59%;
  left: 31.5%;
  z-index: 2;
}
.homeTotal .listmarker .item:nth-child(21) {
  top: 45%;
  left: 34.5%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(22) {
  top: 32%;
  left: 40.5%;
}
.homeTotal .listmarker .item:nth-child(23) {
  top: 75%;
  left: 67%;
}
.homeTotal .listmarker .item:nth-child(24) {
  top: 79%;
  left: 69%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(25) {
  top: 81%;
  left: 67.5%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(26) {
  top: 81%;
  left: 66%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(27) {
  top: 84%;
  left: 68.5%;
  z-index: 1;
}
.homeTotal .listmarker .item:nth-child(28) {
  top: 74%;
  left: 69.5%;
}
.homeTotal .listmarker .item:nth-child(29) {
  top: 38%;
  left: 13.5%;
  z-index: 13;
}
.homeTotal .listmarker .item:nth-child(30) {
  top: 50%;
  left: 20.5%;
}
.homeTotal .listmarker .item:nth-child(31) {
  top: 58%;
  left: 24.5%;
}
.homeTotal .listmarker .item:nth-child(32) {
  top: 8%;
  left: 12%;
}
.homeTotal .listmarker .item:nth-child(33) {
  top: 68%;
  left: 32%;
}
.homeTotal .listmarker .item:nth-child(34) {
  top: 86%;
  left: 48%;
}
.homeTotal .listmarker .item:nth-child(35) {
  top: 94%;
  left: 55%;
}
.homeTotal .listmarker .item:nth-child(36) {
  top: 97%;
  left: 76%;
}
.homeTotal .listmarker .item:nth-child(37) {
  top: 65%;
  left: 76%;
}
.homeTotal .listmarker .item:nth-child(38) {
  top: 15%;
  left: 41%;
}
.homeTotal .listmarker .item:nth-child(39) {
  top: 18%;
  left: 46%;
}
.homeTotal .listmarker .item:nth-child(40) {
  top: 26%;
  left: 60%;
}
.homeTotal .listmarker .item:nth-child(41) {
  top: 70%;
  left: 38%;
}
.homeTotal .list_note_total {
  position: absolute;
  left: 110px;
  background: rgba(0, 0, 0, 0.4);
  color: #f28036;
  padding: 10px;
  bottom: 2rem;
  pointer-events: none;
}
.homeTotal .list_note_total .item .color_note {
  width: 34px;
  height: 15px;
}
.homeTotal .list_note_total .item span {
  font-size: 10px;
}
.homeTotal .list_note_total .uti ul li {
  cursor: pointer;
  margin-bottom: 2px;
}
.homeTotal .list_note_total .uti ul li:hover {
  color: var(--color-3);
}
.homeTotal .list_note_total .uti ul li p {
  font-size: 10px;
}
.homeTotal .list_note_total .uti span {
  width: 15px;
  height: 15px;
  background: #ec3718;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #fff;
  margin-right: 5px;
}
.homeTotal .note_popup {
  position: absolute;
  left: 110px;
  transform: translate(0, -50%);
  top: 50%;
  z-index: 9;
  background: none;
  border: none;
}
.homeTotal .note_popup:focus {
  outline: none;
}
.homeTotal .note_popup p {
  position: relative;
  z-index: 9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  background: var(--color-grad-gold);
  color: #fff;
  line-height: 1;
  font-family: var(--font-gotham);
  display: flex;
  align-items: center;
  justify-content: center;
}
.homeTotal .note_popup::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.5215686275);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  z-index: 1;
  animation: cyclenote 2s infinite;
}
.homeTotal .img_total_mobi {
  display: none;
}
@media (max-width: 640px) {
  .homeTotal::after {
    display: none;
  }
  .homeTotal .img_total_desk {
    display: none;
  }
  .homeTotal .note_popup {
    display: none;
  }
  .homeTotal .img_total_mobi {
    padding: 15px;
    display: block;
    background: var(--color-gradient);
  }
  .homeTotal .img_total_mobi .title {
    text-align: center;
    font-family: "Conv_iCiel";
    color: #fff;
    font-size: 3rem;
    padding: 15px 0;
    position: relative;
    right: unset;
    align-items: center;
  }
  .homeTotal .img_total_mobi img {
    width: 100%;
    height: auto;
    border: 6px solid #fff;
  }
}

@keyframes cyclenote {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(236, 55, 24, 0.1), 0 0 10px 10p rgba(236, 55, 24, 0.1), 0 0 0 10px rgba(236, 55, 24, 0.1);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(236, 55, 24, 0.1), 0 0 10px 10px rgba(236, 55, 24, 0.1) 0 0 0 10px rgba(236, 55, 24, 0.1);
    transform: scale(1.5);
    opacity: 0;
  }
}
.homeOverview {
  position: relative;
  background: var(--color-theme);
}
.homeOverview .pattern {
  width: 400px;
  top: unset;
  bottom: -200px;
  height: auto;
  transform: translate(-50%, 0);
  left: 50%;
}
.homeOverview .content {
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.homeOverview .content .title .txt1 {
  font-weight: 800;
  font-size: 3rem;
  font-family: "Conv_HJGothamBold";
  line-height: 1.2;
  padding: 6px 0;
  width: -moz-max-content;
  width: max-content;
  transition-delay: 0.2s;
}
.homeOverview .content .title .txt2 {
  font-family: "Conv_iCiel";
  font-size: 4rem;
  line-height: 1;
  background: var(--color-grad-green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-max-content;
  width: max-content;
  transition-delay: 0.3s;
  padding: 13px 20px 10px 0;
  margin-top: -16px;
}
.homeOverview .content .title .txt3 {
  font-weight: 800;
  font-size: 3rem;
  font-family: "Conv_HJGothamBold";
  line-height: 1.2;
  padding: 10px 0;
  margin-top: -20px;
  width: -moz-max-content;
  width: max-content;
  transition-delay: 0.4s;
}
.homeOverview .content ul {
  color: var(--color-green);
  font-weight: 500;
  margin: 0;
  z-index: 1;
  position: relative;
  margin-top: 1.5rem;
  transition-delay: 0.5s;
}
.homeOverview .content ul li {
  display: flex;
  margin-bottom: 3px;
  line-height: 1.5;
}
.homeOverview .content ul li span {
  flex: 0 0 30%;
  width: 30%;
  font-weight: 800;
}
.homeOverview .content ul li label {
  opacity: 0.75;
}
.homeOverview .gallery {
  padding-left: 1rem;
  height: 100%;
}
.homeOverview .gallery .slick-list {
  height: 100%;
}
.homeOverview .gallery .slick-list .slick-track {
  height: 100%;
}
.homeOverview .gallery .img {
  height: 100%;
  display: flex;
  align-items: center;
}
.homeOverview .gallery .img img {
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.homeOverview .gallery .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: width 1s ease;
  background: var(--color-theme);
}
.homeOverview .gallery .slideNavItem {
  position: absolute;
  bottom: 5vh;
  right: 0;
}
.homeOverview .gallery .slideNavItem.slideNav-prev {
  right: 60px;
}
.homeOverview.fp-completely .gallery .img::after {
  width: 0;
}
@media (max-width: 640px) {
  .homeOverview {
    padding: 15px 0;
  }
  .homeOverview .content {
    margin-bottom: 1rem;
  }
  .homeOverview .content li span {
    flex: 0 0 40% !important;
    width: 30% !important;
  }
  .homeOverview .pattern {
    opacity: 0.5;
  }
  .homeOverview .title .txt1 {
    font-size: 2.5rem !important;
    padding: 10px 0 !important;
    width: unset !important;
  }
  .homeOverview .title .txt2 {
    margin-bottom: 0 !important;
    font-size: 4rem !important;
  }
  .homeOverview .title .txt3 {
    font-size: 2.2rem !important;
    padding: 12px 0 !important;
    width: unset !important;
  }
  .homeOverview .gallery {
    padding-left: 0 !important;
  }
  .homeOverview .gallery .img img {
    height: auto !important;
  }
  .homeOverview .gallery .slideNavItem {
    bottom: 0 !important;
  }
}

.homeDesign {
  position: relative;
  height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.homeDesign .bg_design {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top center;
  transition: background-position 7s ease;
}
.homeDesign .content {
  position: absolute;
  z-index: 4;
  padding-bottom: 1rem;
  bottom: 0;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
}
.homeDesign .content .title {
  font-family: "Conv_iCiel";
  font-size: 3.5rem;
}
.homeDesign .content .title .txt1, .homeDesign .content .title .txt3 {
  line-height: 1.2;
}
.homeDesign .content .title .txt2 {
  line-height: 1.2;
  margin-left: 2rem;
  transition-delay: 0.6s;
  padding: 10px;
  margin-top: -10px;
}
.homeDesign .content article {
  width: 85%;
  transition-delay: 0.7s;
}
.homeDesign .content article span {
  color: #f0762d;
  font-weight: bold;
}
.homeDesign .pattern {
  top: unset;
  bottom: 0;
  height: 40%;
  z-index: 2;
}
.homeDesign .pattern::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(30, 105, 96, 0) 9.18%, rgba(24, 101, 96, 0.76) 38.87%, rgba(23, 90, 88, 0.7411764706) 64.59%, rgba(20, 66, 72, 0.6784313725) 100%);
}
.homeDesign .pattern img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}
.homeDesign .pattern .sun2 {
  width: 400px;
  right: -400px;
  left: unset;
  bottom: -200px;
  z-index: 999;
}
.homeDesign.fp-completely .bg_design {
  background-position: bottom center;
}
@media (max-width: 640px) {
  .homeDesign {
    height: unset !important;
    flex-flow: column-reverse;
    background: var(--color-grad-green);
  }
  .homeDesign .pattern {
    display: none;
  }
  .homeDesign .pattern .sun2 {
    width: 300px !important;
    right: -200px !important;
    bottom: -176px !important;
    opacity: 0.5;
  }
  .homeDesign .title {
    font-size: 3rem !important;
    margin-top: 15px;
  }
  .homeDesign .title .txt2 {
    padding-top: 6px;
  }
  .homeDesign .bg_design {
    position: relative !important;
    height: 30vh !important;
  }
  .homeDesign .content {
    position: relative !important;
    transform: unset !important;
    left: unset !important;
    padding: 15px 0;
  }
  .homeDesign .content article {
    width: 100%;
    text-align: justify;
  }
}
@media (min-width: 1800px) {
  .homeDesign .content {
    width: 80%;
  }
}

.homeProduct {
  position: relative;
  padding: 0 0 0 110px;
  background: var(--color-theme);
}
.homeProduct .content {
  position: relative;
}
.homeProduct .bg_product {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.homeProduct .bg_product .color {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  pointer-events: none;
}
.homeProduct .title {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  align-items: center;
}
.homeProduct .title .slick-dots {
  margin-right: 33%;
}
.homeProduct .txt-gradient {
  font-size: 3.5rem;
  font-family: "Conv_HJGothamBold";
  margin-bottom: 2rem;
  padding: 7px 0;
}
.homeProduct .pattern {
  position: absolute;
  top: -200px;
  right: -400px;
  height: unset;
  width: 400px;
  left: unset;
  bottom: unset;
  z-index: 999;
  pointer-events: none;
  opacity: 0.7;
}
.homeProduct .slick-dots li.slick-active button {
  color: #f0762d;
}
.homeProduct .slick-dots li:hover button {
  color: #f0762d;
}
.homeProduct .slick-dots button {
  line-height: 1.2 !important;
  transition: all 0.5s ease;
}
@media (max-width: 640px) {
  .homeProduct {
    padding: 15px !important;
  }
  .homeProduct .slick-dots {
    margin-left: -2rem;
  }
  .homeProduct .bg_product {
    width: 30% !important;
  }
  .homeProduct .txt-gradient {
    font-size: 3rem !important;
  }
  .homeProduct .title {
    flex-flow: column;
    margin: 15px 0;
    align-items: flex-start;
  }
  .homeProduct .title h2 {
    margin-bottom: 0 !important;
  }
  .homeProduct .pattern {
    opacity: 0;
  }
}

.slick-dots {
  display: flex;
  margin: 0;
  height: -moz-max-content;
  height: max-content;
  align-items: flex-end;
}
.slick-dots li {
  cursor: pointer;
  position: relative;
  margin: 0 2rem;
  padding: 0 15px;
}
.slick-dots li:focus-visible {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.5);
}
.slick-dots li:first-child::after {
  display: none;
}
.slick-dots li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  left: -3rem;
  bottom: 10px;
}
.slick-dots li button {
  pointer-events: none;
  border: none;
  background: none;
  color: #fff;
  font-family: "Conv_iCiel";
  font-size: 2rem;
  opacity: 0.7;
  line-height: 1;
  position: relative;
}
.slick-dots li button:focus-visible {
  outline: none;
}
.slick-dots li button :focus {
  outline: none;
}
.slick-dots li button::after {
  content: "0";
  right: 100%;
  position: absolute;
}
@media (max-width: 640px) {
  .slick-dots li::after {
    background: #f78e40 !important;
  }
  .slick-dots button {
    color: #f78e40 !important;
  }
}

.list_product {
  z-index: 1;
  color: #fff;
}
.list_product .prod {
  width: 80vw;
  margin-right: 8px;
  position: relative;
  opacity: 1 !important;
}
.list_product .prod .img {
  flex: 0 0 70%;
  width: 70%;
  margin-right: 2rem;
}
.list_product .prod .img img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.list_product .prod .content {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.list_product .prod .content h4 {
  color: #FEEDAC;
  font-family: "Conv_iCiel";
  font-size: 3.5rem;
}
.list_product .prod .content article {
  width: 80%;
  margin: 1rem 0 2rem 0;
}
.list_product .prod .content ul {
  margin: 0;
}
.list_product .prod .content ul li {
  line-height: 1;
  margin-bottom: 1rem;
  display: flex;
}
.list_product .prod .content ul li:last-child {
  margin-bottom: 0;
}
.list_product .prod .content ul li label {
  margin-bottom: 0;
  font-weight: bold;
  flex: 1;
  line-height: 1.4;
}
.list_product .prod .content ul li span {
  text-transform: uppercase;
  opacity: 0.6;
  flex: 0 0 42%;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .list_product {
    background: var(--color-grad-green);
  }
  .list_product .prod {
    flex-flow: column;
    margin-right: 0 !important;
  }
  .list_product .prod .img {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .list_product .prod .img img {
    height: auto !important;
  }
  .list_product .prod .content {
    padding: 15px;
  }
  .list_product .prod .content h4 {
    font-size: 3rem;
  }
  .list_product .prod .content article {
    width: 100% !important;
    margin: 1rem 0 2rem 0 !important;
    text-align: justify;
  }
}

#homeProdarrow {
  position: absolute;
  left: 0;
  display: flex;
  bottom: 0;
}
#homeProdarrow .slideNavItem {
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  #homeProdarrow {
    left: unset !important;
    right: 0;
    position: relative;
    justify-content: center;
    margin-top: 10px;
  }
  #homeProdarrow .slideNavItem {
    width: 40px !important;
    height: 40px !important;
    margin: 0 5px;
  }
}

.homeUti {
  position: relative;
  background: var(--color-theme);
}
.homeUti .sun2 {
  position: absolute;
  z-index: 9;
  width: 320px;
  height: auto;
  top: calc(50vh - 160px);
  left: calc(25vw + 110px);
}
.homeUti .content {
  color: var(--color-green);
  z-index: 1;
  position: absolute;
  left: calc(48vw + 110px + 3rem);
  padding-right: 10rem;
  top: 16.5vh;
}
.homeUti .content .title {
  text-transform: uppercase;
  font-family: "Conv_HJGothamBold";
  font-size: 3.5rem;
}
.homeUti .content article {
  font-weight: 500;
  margin-top: 2rem;
}
.homeUti .pattern {
  width: 320px;
  height: auto;
  left: unset;
  right: 0;
  transform: translate(-50%, 0);
}
@media (max-width: 1280px) {
  .homeUti .content .title {
    font-size: 3rem !important;
  }
  .homeUti .content article {
    margin-top: 1rem !important;
  }
}
@media (max-width: 640px) {
  .homeUti {
    padding-bottom: 115px;
    padding-top: 6rem;
  }
  .homeUti .title {
    font-size: 3rem !important;
  }
  .homeUti .sun2 {
    display: none;
  }
  .homeUti .pattern {
    transform: none !important;
    width: 50% !important;
  }
  .homeUti .content {
    position: relative !important;
    left: unset !important;
    padding-right: unset !important;
    text-align: justify;
    top: unset !important;
    padding: 15px;
    bottom: unset !important;
  }
  .homeUti .content article {
    width: 95%;
  }
}

.fancybox-container {
  z-index: 99999999 !important;
}

.arrows_next {
  width: 60px;
  height: 60px;
  z-index: 9;
  transform: scale(0.25) rotate(-90deg);
  cursor: pointer;
  overflow: unset;
}
.arrows_next path {
  stroke: #2E5C5B;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
}
.arrows_next path.a1 {
  animation-delay: -1s;
}
.arrows_next path.a2 {
  animation-delay: -0.5s;
}
.arrows_next path.a3 {
  animation-delay: 0s;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.list_uti {
  z-index: 1;
}
.list_uti .item .name {
  line-height: 1;
}
.list_uti .item .group1 {
  padding-left: 110px;
  align-items: flex-end;
}
.list_uti .item .utility {
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding: 15px;
  font-family: "Conv_iCiel";
  font-size: 2rem;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.78);
  position: relative;
  cursor: pointer;
  background-size: 100% auto;
  transition: background-size 1s ease;
  height: 50vh;
}
.list_uti .item .utility::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: width 1s ease;
  background: var(--color-theme);
  left: 0;
  top: 0;
}
.list_uti .item .utility .icon {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.list_uti .item .utility:hover .icon {
  opacity: 1;
}
.list_uti .item .utility:hover .name {
  color: #ef974c;
}
.list_uti .item .utility.uti1 {
  width: 25vw;
  background-position: 21% 100%;
}
.list_uti .item .utility.uti2 {
  width: 23vw;
  height: 33vh;
  background-position: 21% 87%;
}
.list_uti .item .utility.uti3 {
  width: calc(25vw + 110px);
  background-position: 21% 87%;
}
.list_uti .item .utility.uti4 {
  width: 35vw;
  height: 40vh;
  background-position: 21% 40%;
}
@media (max-width: 640px) {
  .list_uti .group1 {
    padding-left: 15px !important;
  }
  .list_uti .utility {
    height: 200px !important;
    background-blend-mode: multiply;
    background: rgba(0, 0, 0, 0.3490196078);
  }
  .list_uti .utility.uti1 {
    width: 50vw !important;
  }
  .list_uti .utility.uti2 {
    width: calc(100% - (15px + 50vw)) !important;
    height: 150px !important;
  }
  .list_uti .utility.uti3 {
    width: calc(50vw + 15px) !important;
  }
  .list_uti .utility.uti4 {
    width: calc(100% - (50vw + 15px)) !important;
    height: 150px !important;
  }
}

.homeUti.fp-completely .utility::after {
  width: 0;
}

.color_uti {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.color_uti img {
  position: absolute;
  top: calc(50vh + 100px);
  right: 0;
  width: 50%;
  height: auto;
}

#homeUtiarrow {
  position: absolute;
  top: calc(50vh + 100px);
  left: calc(25vw + 110px + 35vw);
  z-index: 1;
  display: flex;
}
@media (max-width: 640px) {
  #homeUtiarrow {
    top: unset !important;
    bottom: 15px;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
}

.homeEco {
  color: #fff;
  position: relative;
}
.homeEco .container {
  position: relative;
}
.homeEco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gradient);
  pointer-events: none;
}
.homeEco .list_life {
  z-index: 1;
  height: 100%;
}
.homeEco .list_life .slick-list {
  height: 100%;
}
.homeEco .list_life .slick-list .slick-track {
  height: 100%;
}
.homeEco .list_life .item:focus-visible {
  outline: none !important;
}
.homeEco .list_life .item .img {
  position: relative;
  width: 94%;
  float: right;
  height: 90%;
  margin-right: 15px;
}
.homeEco .list_life .item .img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  border: 1px solid #FFDD92;
  border-radius: 1000px 1000px 0 0;
  top: 0;
  left: 15px;
}
.homeEco .list_life .item .img img {
  height: 100%;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px 1000px 0 0;
}
.homeEco .list_life .item .text {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2rem;
  z-index: 1;
  height: 150px;
  margin-top: 0;
}
.homeEco .list_life .item .text article {
  font-size: 0.9rem;
  font-weight: 500;
}
.homeEco .list_life .item .text h4 {
  font-family: "Conv_iCiel";
  font-size: 3rem;
  line-height: 1;
}
.homeEco .list_life .item .text .number {
  font-family: "Conv_iCiel";
  font-size: 7rem;
  margin-right: 2rem;
  position: relative;
  line-height: 1;
}
.homeEco .content_life {
  z-index: 1;
  position: relative;
  margin-bottom: 2.5rem;
}
.homeEco .content_life article {
  width: 95%;
  transition-delay: 1s;
}
.homeEco .content_life .--title {
  font-family: "Conv_iCiel";
  margin-bottom: 1rem;
  font-size: 3.5rem;
}
.homeEco .content_life .--title .txt1 {
  line-height: 1;
}
.homeEco .content_life .--title .txt3 {
  margin-left: 3rem;
  transition-delay: 0.8s;
  padding: 10px;
  margin-top: -10px;
  width: unset !important;
  line-height: 1;
}
.homeEco .left_life {
  flex: 0 0 50%;
  padding-top: 100px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.homeEco .right_life {
  display: flex;
  align-items: flex-end;
  margin-left: 4rem;
}
@media (max-width: 640px) {
  .homeEco .list_life .item {
    flex-flow: column;
  }
  .homeEco .list_life .item .text {
    position: relative !important;
    bottom: unset !important;
    left: unset !important;
    margin-bottom: 2rem;
    flex-flow: column;
    align-items: flex-start !important;
  }
  .homeEco .list_life .item .text .number {
    font-size: 3rem !important;
  }
  .homeEco .list_life .item .text h4 {
    font-size: 2rem !important;
  }
  .homeEco .list_life .item .text h4 br {
    display: none;
  }
  .homeEco .left_life {
    flex: 0 0 100% !important;
    padding-top: 30px !important;
  }
  .homeEco .right_life {
    margin-left: 0.5rem !important;
  }
  .homeEco .content_life .--title {
    font-size: 3rem !important;
    margin-bottom: 0;
  }
  .homeEco .content_life .--title .txt3 {
    margin-left: 2rem !important;
    padding-top: 8px;
  }
  .homeEco .content_life article {
    width: 100% !important;
    text-align: justify;
  }
  .homeEco .content_life article br {
    display: none;
  }
  .homeEco .list_life .img::before {
    display: none;
  }
  .homeEco .list_life .img img {
    height: 400px !important;
    min-height: unset !important;
    filter: none !important;
  }
}

#homeLifearrow {
  display: flex;
  z-index: 9;
  margin-top: 15px;
}
#homeLifearrow .nav_arrow {
  background: rgba(255, 255, 255, 0.12);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#homeLifearrow .nav_arrow svg {
  width: 15px;
  z-index: 1;
}
#homeLifearrow .nav_arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-green);
  opacity: 0;
  border-radius: 50%;
  transform: scale(0.2);
  transition: all 0.5s ease;
}
#homeLifearrow .nav_arrow:hover::after {
  opacity: 1;
  transform: none;
}
#homeLifearrow .nav_arrow.slideNav-prev {
  margin-right: 10px;
}
@media (max-width: 640px) {
  #homeLifearrow .nav_arrow {
    background: #fff !important;
  }
  #homeLifearrow .nav_arrow path {
    fill: #2E5C5B;
  }
  #homeLifearrow .nav_arrow:hover path {
    fill: #fff !important;
  }
}

.fancybox-slide {
  padding: 15px !important;
}

.homeLibrary {
  background: var(--color-theme);
}
.homeLibrary .pattern img {
  position: absolute;
}
.homeLibrary .pattern .img1 {
  top: 35vh;
  right: 10vw;
  z-index: 9;
  width: 20vw;
}
.homeLibrary .pattern .img2 {
  right: 20vw;
  bottom: 65vh;
  width: 25vw;
}
.homeLibrary .content_library {
  position: absolute;
  bottom: 67vh;
  z-index: 99;
  left: 150px;
}
.homeLibrary .content_library ul {
  border: none;
  transition-delay: 0.3s;
  margin-top: -10px;
}
.homeLibrary .content_library ul li a {
  border: none;
  font-family: "Conv_iCiel";
  font-size: 2.5rem;
  background: var(--color-grad-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.homeLibrary .content_library ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 10px;
  transition: width 0.5s ease;
  background: var(--color-grad-orange);
}
.homeLibrary .content_library ul li a.active {
  border: none;
  color: var(--color-green);
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.homeLibrary .content_library ul li a:hover {
  border: none;
}
.homeLibrary .content_library ul li a:hover::after {
  width: 80%;
}
.homeLibrary .title {
  text-transform: uppercase;
  font-family: "Conv_HJGothamBold";
  font-size: 3.5rem;
  padding: 10px 0;
  margin-top: -10px;
}
.homeLibrary .arrow_img {
  opacity: 0;
  pointer-events: none;
}
.homeLibrary .list_image .slick-list {
  height: 100%;
}
.homeLibrary .list_image .slick-list .slick-track {
  height: 100%;
}
.homeLibrary .list_image .slide__item {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.homeLibrary .list_image .slide__item .img_in_album {
  position: relative;
}
.homeLibrary .list_image .slide__item .img_in_album::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: width 1s ease;
  background: var(--color-theme);
  left: 0;
  top: 0;
}
.homeLibrary .list_image .slide__item .future {
  width: 80vw;
  height: 65vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.homeLibrary .list_image .slide__item .img_next {
  position: absolute;
  top: 0;
  right: 3rem;
  width: calc(20vw - 3rem);
  height: 35vh;
  cursor: pointer;
}
.homeLibrary .list_image .slide__item .img_next::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: width 1s ease;
  background: var(--color-theme);
  left: 0;
  top: 0;
}
.homeLibrary .list_image .slide__item .img_next .dots {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 999999999;
  color: var(--color-theme);
  font-family: "Conv_iCiel";
  font-size: 2rem;
  align-items: flex-end;
}
.homeLibrary .list_image .slide__item .img_next .dots .no {
  font-size: 3rem;
  line-height: 1;
  margin: 0 2px;
}
.homeLibrary .list_image .slide__item .img_next .dots .count {
  margin: 0 2px;
}
.homeLibrary .list_image .slide__item .img_next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.homeLibrary .slideNavItem {
  position: absolute;
  bottom: 0;
  background: var(--color-grad-orange);
  left: 80vw;
}
.homeLibrary .slideNavItem.slideNav-next {
  left: calc(80vw + 60px);
}
@media (max-width: 640px) {
  .homeLibrary .slideNavItem {
    width: 50px;
    height: 50px;
  }
}
.homeLibrary.fp-completely .img_next::after {
  width: 0 !important;
}
.homeLibrary.fp-completely .img_in_album::after {
  width: 0 !important;
}
@media (max-width: 640px) {
  .homeLibrary .slideNavItem {
    opacity: 0;
    pointer-events: none;
    left: calc(50% - 30px) !important;
    transform: translate(-50%, 0);
  }
  .homeLibrary .slideNavItem.slideNav-next {
    left: calc(50% + 20px) !important;
  }
  .homeLibrary .content_library {
    position: relative !important;
    top: unset;
    padding: 15px 0;
    left: unset !important;
    bottom: unset !important;
  }
  .homeLibrary .content_library ul {
    justify-content: center;
  }
  .homeLibrary .content_library ul a {
    font-size: 2rem;
  }
  .homeLibrary .title {
    text-align: center;
    font-size: 3rem !important;
    padding: 10px 0;
    margin: auto;
  }
  .homeLibrary .slide__item {
    flex-flow: column;
  }
  .homeLibrary .slide__item .img_next {
    right: 0 !important;
    /* position: relative !important; */
    /* right: unset !important; */
    height: 150px !important;
    width: 100px !important;
    z-index: 9;
    transform: translate(0, -50%);
    top: 50% !important;
  }
  .homeLibrary .slide__item .img_next img {
    display: none;
  }
  .homeLibrary .slide__item .future {
    width: 100% !important;
    height: 300px !important;
  }
  .homeLibrary .pattern {
    display: none;
  }
}

.slide_library .img_in_album {
  position: relative;
}
.slide_library .img_in_album .name {
  position: absolute;
  bottom: 0;
  background-image: url(/wp-content/uploads/2022/07/Sun-1.png);
  color: #fff;
  padding: 15px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-family: "Conv_iCiel";
  font-size: 2.5rem;
  line-height: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 60%;
  height: 50%;
  display: flex;
  align-items: flex-end;
}
.slide_library .img_in_album .watch {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.slide_library .img_in_album .watch .icon {
  position: relative;
}
.slide_library .img_in_album .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--color-grad-orange);
  color: var(--color-green);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}
.slide_library .img_in_album .icon a {
  color: var(--color-green);
}
.slide_library .img_in_album .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-green);
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: -1;
}
.slide_library .img_in_album .icon:hover {
  color: #fff;
}
.slide_library .img_in_album .icon:hover a {
  color: #fff;
}
.slide_library .img_in_album .icon:hover path {
  fill: #fff;
}
.slide_library .img_in_album .icon:hover::after {
  opacity: 1;
  transform: none;
}
@media (max-width: 640px) {
  .slide_library .name {
    width: 100%;
  }
  .slide_library .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

.homeNews {
  padding-left: 110px;
}
.homeNews .title {
  color: #feedac;
  font-family: "Conv_HJGothamBold";
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.homeNews .pattern .img1 {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
.homeNews .pattern .img2 {
  position: absolute;
  top: -100%;
  left: 100%;
}
.homeNews .slideNavItem {
  position: absolute;
  bottom: 0;
  left: calc(46vw - 40px + 5px);
  width: 40px;
  height: 40px;
}
.homeNews .slideNavItem.slideNav-prev {
  left: calc(46vw - 80px + 5px);
}
.homeNews .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 50px;
}
@media (max-width: 640px) {
  .homeNews {
    padding: 2rem 15px 15px 15px !important;
  }
  .homeNews .title {
    justify-content: center;
    font-size: 3rem !important;
  }
  .homeNews .slideNavItem {
    background: #fff;
    position: absolute;
    transform: translate(0, -50%);
    top: 40%;
    left: 0;
    z-index: 9;
    border-radius: 50%;
  }
  .homeNews .slideNavItem::after {
    border-radius: 50%;
  }
  .homeNews .slideNavItem.slideNav-next {
    left: unset !important;
    right: 0;
  }
}

@media (max-width: 640px) {
  .listNews {
    height: 70vh;
  }
}

.item_news {
  width: 23vw;
  color: var(--color-green);
  margin-right: 5px;
  background: #fff;
  padding: 2px;
}
.item_news .thumbnail {
  overflow: hidden;
}
.item_news .thumbnail img {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.75s ease;
}
.item_news .thumbnail:hover img {
  transform: scale(1.5);
}
.item_news .text {
  padding: 20px 0 10px 0;
  margin-left: 10px;
}
.item_news .description h5 {
  position: relative;
  padding-left: 10px;
  height: 3rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.item_news .description h5::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--color-green);
  left: 0;
  top: 0;
}
.item_news .description h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.item_news .description article {
  height: 0;
  opacity: 0;
  padding-left: 10px;
  margin: 1.5rem 0;
  pointer-events: none;
}
.item_news .description .readmore {
  padding-left: 10px;
}
.item_news .description .readmore:hover {
  color: #f0762d;
}
.item_news .description .readmore:hover path {
  fill: #f0762d;
}
.item_news .description a {
  color: var(--color-green);
}
.item_news .description a:hover {
  color: #f0762d;
}
.item_news .time {
  margin-right: 10px;
}
.item_news .time .date {
  font-family: "Conv_iCiel";
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}
.item_news.slick-current {
  background-image: url("/wp-content/uploads/2022/07/Frame-69.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F99243;
  color: #fff;
}
.item_news.slick-current article {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-height: 1.2rem;
  height: 3.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  opacity: 1;
}
.item_news.slick-current a {
  color: #fff;
}
.item_news.slick-current h5::after {
  background: #fff;
}
.item_news.slick-current path {
  fill: #fff;
}
@media (max-width: 640px) {
  .item_news {
    margin-right: unset !important;
  }
}

.social_footer .cta {
  transition: opacity 1s ease, transform 0.5s ease;
}
@media (max-width: 640px) {
  .social_footer .cta {
    transform: translate(0, 100%);
    opacity: 0;
    pointer-events: none;
  }
}
.social_footer .cta.active {
  transform: none;
  pointer-events: auto;
  opacity: 1;
}
.social_footer .burger {
  transition: transform 0.5s ease;
  display: none;
}
.social_footer .burger.active {
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .social_footer .burger {
    display: block;
  }
}

.homeContact {
  position: relative;
}
.homeContact .--content {
  position: relative;
  z-index: 3;
}
.homeContact .form h2 {
  margin: 0 auto 1rem auto;
}
.homeContact::after {
  content: "";
  background: var(--color-gradient);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.homeContact .pattern .sun {
  width: 300px;
  z-index: 1;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -150px;
  opacity: 0.7;
}
.homeContact .pattern .img3 {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, 0);
  left: 50%;
  top: -100%;
  opacity: 0.5;
}
@media (min-width: 1440px) {
  .homeContact .--content {
    padding: 0 110px 2rem;
  }
}

img[src*="https://apis.adbro.me/api/v2/advertising/track/?code=eyJDYW1wYWlnbnMiOlsxOTYxXX0%3D&event=7"] {
  display: none !important;
}

.homeKv-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeKv-1 .content_kv1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.homeKv-1 .content_kv1 .logo_kv1 {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeKv-1 .content_kv1 .sub_title {
  color: #fff;
  font-size: 92px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--font-rathi);
  line-height: 1;
  margin-bottom: 35px;
}
.homeKv-1 .content_kv1 .content_title {
  margin-bottom: 50px;
}
.homeKv-1 .content_kv1 .--title {
  display: flex;
  font-family: var(--font-salute);
  gap: 16px;
  margin-top: -64px;
}
.homeKv-1 .content_kv1 .--title .--main {
  font-size: 65px;
  font-weight: 400;
  background: linear-gradient(263.31deg, #FBF09A -37.58%, #E3C656 48.89%, #EED66F 135.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  padding-top: 10px;
}
.homeKv-1 .content_kv1 .--title .--sub {
  font-size: 94px;
  font-weight: 400;
  background: linear-gradient(263.31deg, #FBF09A -37.58%, #E3C656 48.89%, #EED66F 135.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  padding-bottom: 15px;
}
.homeKv-1 .content_kv1 .--hotline {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-sunflower);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .homeKv-1 .content_kv1 .sub_title {
    font-size: 70px;
  }
  .homeKv-1 .content_kv1 .--title .--main {
    font-size: 50px;
  }
  .homeKv-1 .content_kv1 .--title .--sub {
    font-size: 80px;
  }
  .homeKv-1 .content_kv1 .--hotline {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .homeKv-1 .content_kv1 {
    padding: 40px 0;
    height: 100vh;
    justify-content: space-between;
  }
  .homeKv-1 .content_kv1 .sub_title {
    text-align: center;
    font-size: 56px;
  }
  .homeKv-1 .content_kv1 .--title {
    flex-flow: column;
  }
  .homeKv-1 .content_kv1 .--title .--main {
    font-size: 50px;
    text-align: center;
  }
  .homeKv-1 .content_kv1 .--title .--sub {
    font-size: 65px;
    text-align: center;
  }
  .homeKv-1 .content_kv1 .--hotline {
    font-size: 20px;
  }
}

.homeKv-2 .bg_kv2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.homeKv-2 .content_kv2 {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 52px;
  padding-bottom: 44px;
}
.homeKv-2 .content_kv2::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: url("https://sunsymphonyresidence.sunpropertygroup.vn/wp-content/uploads/2025/04/Mask-group.png") no-repeat center center;
  background-size: cover;
  background-position: bottom;
  z-index: 2;
}
.homeKv-2 .content_kv2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #110B04 49.93%, rgba(17, 11, 4, 0.846849) 57.45%, rgba(17, 11, 4, 0.729903) 64.73%, rgba(17, 11, 4, 0.530825) 69.32%, rgba(17, 11, 4, 0) 76.53%);
  top: 0;
  left: 0;
  z-index: 1;
}
.homeKv-2 .content_kv2 .--top {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1;
  position: relative;
  z-index: 2;
}
.homeKv-2 .content_kv2 .logo_kv2 {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}
.homeKv-2 .content_kv2 .--title {
  font-size: 65px;
  font-weight: 400;
  background: linear-gradient(263.31deg, #FBF09A -37.58%, #E3C656 48.89%, #EED66F 135.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: var(--font-salute);
}
.homeKv-2 .content_kv2 .--sub {
  font-family: var(--font-rathi);
  font-size: 92px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -44px;
  font-family: var(--font-rathi);
}
.homeKv-2 .content_kv2 .--hotline {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  font-family: var(--font-sunflower);
}
@media (max-width: 1280px) and (min-width: 768px) {
  .homeKv-2 .content_kv2 .logo_kv2 {
    width: 150px;
  }
  .homeKv-2 .content_kv2 .--title {
    font-size: 50px;
  }
  .homeKv-2 .content_kv2 .--sub {
    font-size: 80px;
  }
  .homeKv-2 .content_kv2 .--hotline {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .homeKv-2 .content_kv2 {
    width: 100%;
    background: black;
    padding: 40px;
  }
  .homeKv-2 .content_kv2::before {
    width: 100%;
  }
  .homeKv-2 .content_kv2 .--title {
    font-size: 50px;
  }
  .homeKv-2 .content_kv2 .--sub {
    font-size: 50px;
    margin-top: -15px;
    margin-bottom: 40px;
  }
  .homeKv-2 .content_kv2 .--hotline {
    font-size: 20px;
  }
  .homeKv-2 .bg_kv2 {
    position: relative;
  }
}

.homeKv-3 .bg_kv3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeKv-3 .content_kv3 {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 52px;
  padding-bottom: 44px;
}
.homeKv-3 .content_kv3::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: url("https://sunsymphonyresidence.sunpropertygroup.vn/wp-content/uploads/2025/04/Mask-group.png") no-repeat center center;
  background-size: cover;
  background-position: bottom;
  z-index: 2;
}
.homeKv-3 .content_kv3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #110B04 49.93%, rgba(17, 11, 4, 0.846849) 57.45%, rgba(17, 11, 4, 0.729903) 64.73%, rgba(17, 11, 4, 0.530825) 69.32%, rgba(17, 11, 4, 0) 76.53%);
  top: 0;
  left: 0;
  z-index: 1;
}
.homeKv-3 .content_kv3 .--top {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1;
  position: relative;
  z-index: 2;
}
.homeKv-3 .content_kv3 .logo_kv2 {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
}
.homeKv-3 .content_kv3 .--title {
  font-size: 65px;
  font-weight: 400;
  background: linear-gradient(263.31deg, #FBF09A -37.58%, #E3C656 48.89%, #EED66F 135.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: var(--font-salute);
}
.homeKv-3 .content_kv3 .--sub {
  font-family: var(--font-rathi);
  font-size: 92px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -20px;
  font-family: var(--font-rathi);
}
.homeKv-3 .content_kv3 .--hotline {
  color: #fff;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  font-family: var(--font-sunflower);
  position: relative;
  z-index: 2;
}
.homeKv-3 .content_kv3 .line-2 {
  margin-top: -30px;
  display: flex;
  gap: 17px;
}
.homeKv-3 .content_kv3 .line-2 .--sub {
  line-height: 1;
  margin-top: -14px;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .homeKv-3 .content_kv3 .logo_kv2 {
    width: 150px;
  }
  .homeKv-3 .content_kv3 .--title {
    font-size: 50px;
  }
  .homeKv-3 .content_kv3 .--sub {
    font-size: 80px;
  }
  .homeKv-3 .content_kv3 .--hotline {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .homeKv-3 .content_kv3 {
    width: 100%;
    background: black;
    padding: 40px;
  }
  .homeKv-3 .content_kv3::before {
    width: 100%;
  }
  .homeKv-3 .content_kv3 .--title {
    font-size: 50px;
  }
  .homeKv-3 .content_kv3 .--sub {
    font-size: 60px;
    margin-top: 0;
  }
  .homeKv-3 .content_kv3 .line-2 {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .homeKv-3 .content_kv3 .line-2 .--sub {
    margin-top: -10px;
  }
  .homeKv-3 .content_kv3 .--hotline {
    font-size: 20px;
  }
  .homeKv-3 .bg_kv3 {
    position: relative;
  }
}

.fp-viewing-kv-1 .menu_seneva, .fp-viewing-kv-2 .menu_seneva, .fp-viewing-kv-3 .menu_seneva {
  display: none;
}

.container_frame {
  width: var(--width-container);
  display: block;
  margin: auto;
}
@media (max-width: 1439px) {
  .container_frame {
    width: calc(100% - 100px);
  }
}
@media (max-width: 900px) {
  .container_frame {
    width: 100% !important;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1056px) {
  .container_frame {
    width: 100%;
    padding: 0 30px;
  }
}

.homeContact-2 {
  position: relative;
  background: #000;
}
.homeContact-2 .pat_right {
  position: absolute;
  transform: translate(0, -50%);
  top: 60%;
  right: 10%;
}
.homeContact-2 .img-fire-flower {
  position: absolute;
  left: 50%;
  width: 200px;
  height: auto;
  transform: translateX(-50%);
  top: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .homeContact-2 .img-fire-flower {
    display: none;
  }
}
.homeContact-2 .container_frame {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.homeContact-2 .container_frame .cardContact {
  width: 25%;
  display: flex;
  flex-flow: column;
  margin-top: 70px;
}
.homeContact-2 .container_frame .cardContact .list_privacy .item {
  color: #fff;
  text-decoration: none;
  transition: color 0.5s ease;
}
.homeContact-2 .container_frame .cardContact .list_privacy .item:hover {
  color: var(--color-primary);
}
.homeContact-2 .container_frame .cardContact .contact_social_list {
  margin-bottom: 52px;
}
.homeContact-2 .container_frame .cardContact .contact_social_list a {
  color: #fff;
}
.homeContact-2 .container_frame .contact_regis {
  width: 30%;
  padding: 36px;
  background: #fff;
  height: 70vh;
  max-height: 518px;
  position: relative;
}
.homeContact-2 .container_frame .contact_regis .wpcf7-response-output {
  width: 100%;
}
.homeContact-2 .container_frame .contact_regis br {
  display: none !important;
}
.homeContact-2 .container_frame .contact_regis .img-flower {
  position: absolute;
  width: 150px;
  height: auto;
  bottom: 0;
  left: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .homeContact-2 .container_frame .contact_regis .img-flower {
    display: none;
  }
}
.homeContact-2 .container_frame .contact_regis::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2025/04/Mask-group.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  pointer-events: none;
}
.homeContact-2 .container_frame .contact_regis .title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 6px;
  text-align: center;
}
.homeContact-2 .container_frame .contact_regis .desc {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 24px;
}
.homeContact-2 .container_frame .contact_regis .form {
  position: relative;
  z-index: 1;
}
.homeContact-2 .container_frame .contact_regis .form .form_group {
  display: flex;
  flex-flow: column;
}
.homeContact-2 .container_frame .contact_regis .form .form-content .office {
  display: none;
}
.homeContact-2 .container_frame .cardAddress {
  width: 25%;
}
.homeContact-2 .container_frame .cardAddress {
  display: flex;
  flex-flow: column;
}
.homeContact-2 .container_frame .cardAddress .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.homeContact-2 .container_frame .cardAddress .list_address {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.homeContact-2 .container_frame .cardAddress .list_address .item {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.homeContact-2 .container_frame .cardAddress .list_address .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.homeContact-2 .container_frame .cardAddress .list_address .item .name {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 4px;
  color: #fff;
}
.homeContact-2 .container_frame .cardAddress .list_address .item .info {
  font-size: 12px;
  opacity: 0.7;
  color: #fff;
  line-height: 18px;
}
.homeContact-2 .homecontact_left {
  background-image: url(/wp-content/uploads/2025/04/Lien-he.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
}
.homeContact-2 .homecontact_left .title_contact {
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}
.homeContact-2 .homecontact_left .item p {
  line-height: 1.4;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}
.homeContact-2 .homecontact_left .item p span {
  font-weight: 400;
  opacity: 0.6;
  flex: 0 0 auto;
}
.homeContact-2 .homecontact_left .form .form_group {
  gap: 10px;
}
@media (max-width: 1700px) {
  .homeContact-2 .homecontact_left .form .form_group .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeContact-2 .homecontact_left .form .form_group .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.homeContact-2 .segTitle {
  position: relative;
}
.homeContact-2 .segTitle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: -25px;
  top: 74%;
  transition: all 0.5s ease-out;
}
.homeContact-2 .segTitle::after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: -1rem;
  height: 78%;
  transition: all 0.5s ease-out;
}
.homeContact-2 .segTitle h1,
.homeContact-2 .segTitle h2 {
  font-weight: 400 !important;
}
.homeContact-2 .segTitle h1 {
  line-height: 1.35;
}
.homeContact-2 .--copyRight {
  display: flex;
  text-align: center;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.homeContact-2 .homecontact_left input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--font-monte);
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  padding: 9px 12px;
  color: #000;
}
.homeContact-2 .homecontact_left .btn-4 {
  background: #9B8160;
  height: 44px;
  margin: 0;
  padding: 15px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1280px) {
  .homeContact-2 .contact_social_list {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .homeContact-2 .container_frame {
    flex-flow: column;
    gap: 24px;
  }
  .homeContact-2 .container_frame .cardContact,
  .homeContact-2 .container_frame .contact_regis,
  .homeContact-2 .container_frame .cardAddress {
    width: 100%;
  }
  .homeContact-2 .container_frame .cardContact .contact_social_list {
    margin-bottom: 24px;
  }
  .homeContact-2 .homecontact_left {
    padding: 40px 0;
    height: 100%;
  }
  .homeContact-2 .--copyRight {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    text-align: center;
    margin-top: 24px;
  }
}

.homeContact_row {
  display: flex;
  height: 100%;
  max-width: 100%;
  position: relative;
}
.homeContact_row .logo_contact {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-4::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-4 {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 20px 30px;
  background: rgba(0, 0, 0, 0.09);
  transition: var(--transition-smooth);
}

.btn-4::before,
.btn-4::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #875101;
}

.btn-4 span::before,
.btn-4 span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #875101;
}

.btn-4:hover::before,
.btn-4:hover::after {
  width: 100%;
}

.btn-4:hover span::before,
.btn-4:hover span::after {
  height: 100%;
}

.btn-4 span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.4s;
}

.btn-4::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.btn-4 span::before {
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}

.contact_social_list .item {
  display: flex;
  color: #fff;
  font-weight: 100;
  align-items: center;
  margin-bottom: 1em;
  font-size: 15px;
  text-decoration: none;
}

.contact_social_list .item .img {
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 6px;
  flex: 0 0 auto;
}
.contact_social_list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=main.css.map */