@charset "UTF-8";
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
.page-loader .back_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.page-loader .title_loading {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 88px;
  font-weight: 500;
  text-align: center;
  animation: loading 2s infinite ease-in-out;
  color: #fff;
  line-height: 0.88;
  z-index: 1;
  font-family: var(--font-title);
  background: linear-gradient(132deg, #ffef18 0%, #f89700 70%, #f66100 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-loader .logo_loading {
  animation: loading 2s infinite ease-in-out;
  width: 350px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.page-loader .sparkle {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 46%;
  left: 43%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader .star {
  --star-size: 50px;
  --star-life: 5s;
  --start-left: 0px;
  --start-top: 0px;
  --end-left: 0px;
  --end-top: 0px;
  --star-color: #f1c40f;
  width: var(--star-size);
  height: var(--star-size);
  left: var(--end-left);
  top: var(--end-top);
  /* background-color: var(--star-color); */
  position: absolute;
  mix-blend-mode: lighten;
  animation: slide var(--star-life) ease-in forwards;
  background-image: url(/wp-content/uploads/2024/10/flare_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-loader .title_loading {
    font-size: 47px;
  }
  .page-loader .logo_loading {
    width: 200px;
  }
}

@keyframes slide {
  0% {
    left: var(--start-left);
    top: var(--start-top);
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    left: var(--end-left);
    top: var(--end-top);
    transform: rotate(calc(180deg * var(--star-life-num))) scale(0.5);
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) scale(1.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3);
  }
}
.fp-viewing-vi-tri #fp-nav a span,
.fp-viewing-thu-vien #fp-nav a span {
  background: var(--text-body) !important;
}
.fp-viewing-vi-tri #fp-nav ul li a.active span:nth-child(2)::before,
.fp-viewing-thu-vien #fp-nav ul li a.active span:nth-child(2)::before {
  background: var(--text-body);
}
.fp-viewing-vi-tri #fp-nav ul li a.active span:nth-child(2)::after,
.fp-viewing-thu-vien #fp-nav ul li a.active span:nth-child(2)::after {
  background: var(--text-body);
}

.homeUtility {
  height: 100vh;
}
.homeUtility .subContent {
  padding: 150px 20px 100px 75px;
  height: 100vh;
  display: flex;
  flex-flow: column;
}
.homeUtility .utility_left {
  height: 100vh;
}
.homeUtility .textOption {
  height: 100%;
}
.homeUtility .--bottom {
  overflow-y: auto;
  flex: 1;
}
.homeUtility .--bottom::-webkit-scrollbar {
  width: 3px;
}
.homeUtility .--bottom::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 8px;
}
.homeUtility .segTitle h1,
.homeUtility .segTitle h2 {
  font-weight: 400 !important;
}
.homeUtility .segTitle h1 {
  line-height: 1.35;
}
.homeUtility .title_benefit {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.homeUtility ul {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.homeUtility li {
  color: #fff;
  display: flex;
  gap: 8px;
  list-style: none;
}
.homeUtility li::before {
  content: "•";
  margin-right: 6px;
}
.homeUtility li span {
  width: 100px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .homeUtility {
    height: auto;
  }
  .homeUtility .utility_left {
    height: auto;
  }
  .homeUtility .subContent {
    height: auto;
  }
  .homeUtility .subContent {
    padding: 40px 15px;
  }
  .homeUtility .segTitle {
    text-align: center;
  }
  .homeUtility .segTitle h1 {
    padding-bottom: 0;
  }
  .homeUtility article {
    margin: 20px 0;
  }
}

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

.homeLibrary {
  position: relative;
}
.homeLibrary .library_left {
  position: relative;
}
.homeLibrary .img_music {
  width: 20%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 20px;
  bottom: 20%;
}
.homeLibrary .img_music_1 {
  width: 30%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.homeLibrary .txt {
  position: relative;
}
.homeLibrary .txt::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--text-body);
  border-radius: 50%;
  left: -25px;
  top: 64%;
  transition: all 0.5s ease-out;
}
.homeLibrary .txt::after {
  content: "";
  border-left: 1px solid var(--text-body);
  position: absolute;
  top: -10%;
  left: -1rem;
  height: 78%;
  transition: all 0.5s ease-out;
}
.homeLibrary .txt h1 {
  padding-bottom: 0;
}
.homeLibrary li {
  font-size: 28px !important;
}
.homeLibrary .segTitle h2,
.homeLibrary .segTitle h1 {
  color: var(--text-body) !important;
  font-weight: 400;
}
.homeLibrary .segTitle h1 {
  font-family: var(--font-rathi);
  font-size: 60px;
}
@media (max-width: 767px) {
  .homeLibrary .library_left {
    padding: 32px 15px;
  }
  .homeLibrary .library_right .slideNavItem.slideNav-prev {
    left: 36%;
  }
  .homeLibrary .library_right .slideNavItem {
    left: 52%;
  }
  .homeLibrary .library_right .top .left img {
    height: 200px !important;
  }
  .homeLibrary .library_right .top .left a {
    width: 100% !important;
  }
  .homeLibrary .library_right .top .left .img2 {
    height: auto !important;
  }
  .homeLibrary .library_right .bottom {
    margin-top: 0;
  }
  .homeLibrary .library_right .bottom img {
    height: 200px !important;
  }
}

.homeTypenes .list_article article {
  display: none;
}
.homeTypenes .list_article article.active {
  display: block;
}
.homeTypenes #thap-tang .list_img .item .--button {
  left: 47px;
  right: unset;
}
.homeTypenes .hometype_right {
  height: 100vh;
  padding: 120px 56px 60px 56px;
}
.homeTypenes .hometype_right .textOption {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.homeTypenes .hometype_right .tab-content {
  flex: 1;
  overflow: auto;
}
.homeTypenes .hometype_right .tab-content::-webkit-scrollbar {
  width: 3px;
}
.homeTypenes .hometype_right .tab-content::-webkit-scrollbar-thumb {
  background: var(--text-body);
  border-radius: 8px;
}
.homeTypenes .list_img {
  position: relative;
  height: 100vh;
  width: 100%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.homeTypenes .list_img.active {
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.homeTypenes .list_img .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  height: 100vh;
}
.homeTypenes .list_img .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #000000, transparent);
}
.homeTypenes .list_img .item .--button {
  position: absolute;
  right: 47px;
  bottom: 30px;
  z-index: 20;
}
.homeTypenes .list_img .item .--button .name_img {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5;
  color: #fff;
}
.homeTypenes .list_img .item .--button .btn_detail {
  border-radius: 40px;
  background: #fff;
  padding: 0 24px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgb(10, 11, 14);
  height: 40px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.homeTypenes .list_img .item .--button .btn_detail:hover {
  background: var(--color-primary);
  transition: all 0.5s ease;
}
.homeTypenes .list_img .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeTypenes .list_img .item.active {
  opacity: 1;
}
.homeTypenes .nav-tabs {
  margin-bottom: 32px;
  border-bottom: none;
  gap: 10px;
}
.homeTypenes .nav-tabs .nav-link {
  color: #fff;
  border-radius: 40px;
  padding: 10px 24px;
  border-color: rgba(255, 255, 255, 0.2);
}
.homeTypenes .nav-tabs .nav-link:hover {
  background: rgb(250, 239, 165);
  color: rgb(10, 11, 14);
}
.homeTypenes .nav-tabs .nav-link.active {
  border-color: transparent;
  background: rgb(250, 239, 165);
  color: rgb(10, 11, 14);
}
.homeTypenes .description {
  width: 80%;
}
.homeTypenes .listTypenes {
  padding-right: 15px;
}
.homeTypenes .listTypenes .item span {
  opacity: 0.8;
}
.homeTypenes article {
  margin-bottom: 72px;
}
.homeTypenes .segTitle h1 br {
  display: block;
}
@media (min-width: 768px) {
  .homeTypenes .segTitle h1 br {
    display: none;
  }
}
@media (max-width: 1439px) {
  .homeTypenes article {
    margin-bottom: 50px;
  }
  .homeTypenes .segTitle h1 {
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .homeTypenes .segTitle h1 {
    padding-bottom: 16px;
  }
  .homeTypenes article {
    margin-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .homeTypenes .hometype_right {
    padding: 40px 15px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5803921569);
  }
  .homeTypenes .segTitle {
    text-align: center;
  }
  .homeTypenes article {
    width: 100% !important;
    margin: 0;
  }
}

.homeTotal .homTotal_right {
  background-image: url(/wp-content/uploads/2024/09/San-pham-1-1.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.homeTotal .homTotal_right .slick-dots button {
  transition: all 0.3s ease;
}
.homeTotal .homTotal_right .slick-dots button:hover {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: all 0.3s ease;
}
.homeTotal .segTitle h1,
.homeTotal .segTitle h2 {
  font-weight: 400;
  color: var(--text-body) !important;
  padding-bottom: 0;
}
.homeTotal .segTitle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--text-body);
  left: -2rem;
  top: 0;
}
.homeTotal .btn-4 {
  background: transparent !important;
  border: 1px solid var(--text-body);
  color: var(--text-body);
  transition-delay: 0.5s !important;
}
.homeTotal .btn-4:hover {
  border: transparent;
  transition-delay: 0.5s !important;
}
.homeTotal article {
  margin-bottom: 2rem;
}
.homeTotal .list_info {
  padding-left: 110px;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.homeTotal .list_info .item_info {
  color: var(--text-body);
  position: relative;
}
.homeTotal .list_info .item_info::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px dashed var(--text-body);
}
.homeTotal .list_info .item_info span {
  font-size: 24px;
  letter-spacing: -2px;
}
.homeTotal .slider-nav {
  pointer-events: none !important;
}
.homeTotal .slick-dots {
  pointer-events: all !important;
}
@media (max-width: 1440px) and (min-width: 768px) {
  .homeTotal .homTotal_right .content .text .--bottom {
    overflow: auto;
    max-height: 42vh;
    margin-right: 20px;
  }
  .homeTotal .homTotal_right .content .text .--bottom::-webkit-scrollbar {
    width: 3px;
  }
  .homeTotal .homTotal_right .content .text .--bottom::-webkit-scrollbar-thumb {
    background: var(--text-body);
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .homeTotal article {
    padding: 0;
    width: 100%;
    text-align: justify;
  }
  .homeTotal .list_info {
    padding-left: 37px;
  }
  .homeTotal .homTotal_right .slick-dots li.slick-active {
    display: block;
  }
  .homeTotal .slick-dots {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    padding-left: 0;
    margin-bottom: 0;
  }
  .homeTotal .slick-dots button:hover {
    border: 1px solid rgb(234, 204, 4);
    color: rgb(234, 204, 4);
  }
  .homeTotal .slider-for {
    flex-flow: column !important;
    align-items: unset !important;
  }
}

.homeSubdivision {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.homeSubdivision::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.homeSubdivision .listSubdivisin ul li.active {
  color: var(--color-primary);
}
.homeSubdivision .listSubdivisin ul li.active h1::after {
  border-bottom: 1px solid var(--color-primary);
}
.homeSubdivision .listSubdivisin ul li .font-monte {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.homeSubdivision .listSubdivisin ul li .font-monte span {
  line-height: 1.25;
}
.homeSubdivision .textOption {
  z-index: 15;
  position: relative;
}
.homeSubdivision .bg-frame {
  opacity: 0;
  transition: all 0.5s ease-out;
  background-size: contain;
  z-index: 11;
}
.homeSubdivision .bg-frame.active {
  opacity: 1;
}
.homeSubdivision li h1 {
  opacity: 0.5 !important;
}
@media (max-width: 1440px) {
  .homeSubdivision article {
    margin-bottom: 24px;
  }
  .homeSubdivision ul li h1 {
    font-size: 46px;
  }
  .homeSubdivision ul li .font-monte span {
    font-size: 20px;
  }
  .homeSubdivision .segTitle h1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .homeSubdivision {
    padding-bottom: 24px;
  }
  .homeSubdivision .bg-frame {
    opacity: 1;
    height: 200px;
    width: 85%;
  }
  .homeSubdivision .bg-frame:nth-child(1) {
    margin: -60px 0 0 auto;
  }
  .homeSubdivision .subContent {
    padding: 15px;
  }
  .homeSubdivision .subContent .segTitle h1 {
    padding-bottom: 12px;
  }
  .homeSubdivision .subContent article {
    margin-bottom: 12px;
  }
  .homeSubdivision .subContent li h1 {
    font-size: 40px;
  }
}

.homeLake {
  position: relative;
}
.homeLake::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.homeLake .segTitle h2 {
  color: var(--color-white);
  line-height: 0.6;
  margin-bottom: 8px;
}
.homeLake .segTitle h1 {
  line-height: 1.1;
}
.homeLake .segTitle h1 span {
  color: #fff;
  font-size: 46px;
  font-family: var(--font-rathi);
  line-height: 0.6;
}
.homeLake .textOption article {
  color: var(--color-white);
}
@media (max-width: 767px) {
  .homeLake .lakeContent {
    padding: 32px 15px;
  }
  .homeLake .segTitle {
    padding: 1rem 0;
    text-align: center;
  }
  .homeLake .segTitle h1 {
    padding-bottom: 0;
  }
}

.homeUpdate {
  background-image: url(/wp-content/uploads/2024/10/Frame-427321581.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.homeUpdate .segTitle h1,
.homeUpdate .segTitle h2 {
  text-align: center;
}
.homeUpdate .item_update {
  position: relative;
  margin: 0 22px;
  cursor: pointer;
}
.homeUpdate .item_update::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.homeUpdate .item_update .img_update {
  aspect-ratio: 378/442;
}
.homeUpdate .item_update .img_update img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeUpdate .item_update .content {
  position: absolute;
  bottom: 32px;
  left: 50%;
  right: 32px;
  display: flex;
  gap: 32px;
  align-items: flex-end;
  transform: translateX(-50%);
  z-index: 10;
  width: calc(100% - 64px);
}
.homeUpdate .item_update .content .dateTime {
  opacity: 0.6;
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
}
.homeUpdate .item_update .content .title {
  font-size: 22px;
  color: var(--color-white);
  line-height: 1.36;
}
.homeUpdate .item_update .content .btn_view {
  color: var(--color-white);
  border: 0.72px solid rgba(255, 255, 255, 0.5);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.homeUpdate .item_update .content .btn_view:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
  border: 0.72px solid var(--color-white);
}
.homeUpdate .list_update {
  margin-bottom: 32px;
}
.homeUpdate .arrow_update {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  display: flex;
  gap: 12px;
}
.homeUpdate .arrow_update .slick_arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgb(196, 196, 196);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.homeUpdate .arrow_update .slick_arrow:hover {
  border: 1px solid #fff;
}
.homeUpdate .arrow_update .slick_arrow:hover svg path {
  fill: #fff;
}
@media (max-width: 1439px) {
  .homeUpdate .item_update .img_update {
    aspect-ratio: 378/337;
  }
  .homeUpdate .item_update .txt .title {
    font-size: 16px;
  }
  .homeUpdate .item_update .btn_view {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 1280px) {
  .homeUpdate .segTitle h2 {
    font-size: 26px;
  }
  .homeUpdate .segTitle h1 {
    font-size: 27px;
    padding-bottom: 16px;
  }
  .homeUpdate .list_update {
    margin-bottom: 16px;
  }
  .homeUpdate .item_update .img_update {
    aspect-ratio: 378/337;
  }
  .homeUpdate .item_update .txt .title {
    font-size: 16px;
  }
  .homeUpdate .item_update .btn_view {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .homeUpdate {
    padding: 40px 0;
  }
  .homeUpdate .segTitle {
    padding: 1rem 0;
  }
}

.homeMain {
  position: relative;
}
.homeMain .homeBannerContent {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.homeMain .homeBannerContent .title_primary_banner {
  font-size: 56px;
  line-height: 1.2;
  padding-right: 75px;
  text-align: right;
  background: -webkit-linear-gradient(0deg, rgb(250, 239, 165), rgb(201, 153, 69));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.homeMain .homeBannerContent .title_primary_banner span {
  font-size: 100px;
  font-family: var(--font-rathi);
  line-height: 0.7;
}
@media (max-width: 1439px) {
  .homeMain .homeBannerContent .title_primary_banner {
    font-size: 46px;
    line-height: 1;
  }
}
@media (max-width: 1280px) {
  .homeMain .homeBannerContent .title_primary_banner {
    font-size: 44px;
  }
  .homeMain .homeBannerContent .title_primary_banner span {
    font-size: 88px;
  }
}
@media (max-width: 767px) {
  .homeMain .homeBannerContent {
    transform: translateX(-50%);
    bottom: 30px;
    left: 50%;
  }
  .homeMain .homeBannerContent .title_primary_banner {
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    text-align: center;
    font-size: 37px;
    padding-right: 0;
  }
  .homeMain .homeBannerContent .title_primary_banner span {
    font-size: 68px;
  }
}

.homeIntro {
  background-image: url(/wp-content/uploads/2024/10/Frame-427321582.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5411764706);
}
.homeIntro .homeIntro_left {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  padding: 100px 100px 100px 75px;
  flex: 0 0 50%;
  max-width: 50%;
}
.homeIntro .homeIntro_left .subContent {
  padding: 1rem;
  margin: 0;
}
.homeIntro .homeIntro_left .subContent .segTitle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: -25px;
  top: 74%;
  transition: all 0.5s ease-out;
}
.homeIntro .homeIntro_left .subContent .segTitle::after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: -1rem;
  height: 78%;
  transition: all 0.5s ease-out;
}
.homeIntro .homeIntro_left .subContent .segTitle h1 {
  padding-bottom: 0;
}
.homeIntro .homeIntro_left .--bottom {
  overflow-y: auto;
}
.homeIntro .homeIntro_left .--bottom::-webkit-scrollbar {
  width: 3px;
}
.homeIntro .homeIntro_left .--bottom::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 8px;
}
@supports (-moz-appearance: none) {
  .homeIntro .homeIntro_left .--bottom {
    scrollbar-width: thin; /* Độ dày thanh cuộn */
    scrollbar-color: var(--color-primary) black; /* Màu thanh cuộn và màu nền */
  }
}
.homeIntro .homeIntro_left article {
  width: 100%;
}
.homeIntro .homeIntro_left .txt {
  margin-bottom: 26px;
  padding: 0 1rem;
}
.homeIntro .homeIntro_left .txt-2 {
  width: 70%;
}
.homeIntro .homeIntro_left .img_thumb {
  width: 70%;
  aspect-ratio: 385/220;
  margin-bottom: 24px;
}
.homeIntro .homeIntro_left .img_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeIntro .content_intro {
  height: 100%;
}
.homeIntro .content_intro {
  display: flex;
}
.homeIntro .content_intro .homeIntro_right .item {
  transition: all 0.5s ease-out;
  width: 46vw;
}
.homeIntro .content_intro .homeIntro_right .slick-current {
  transition: all 0.5s ease-out;
}
.homeIntro .content_intro .homeIntro_right .slick-slide {
  transition: all 0.5s ease-out;
}
.homeIntro .content_intro .homeIntro_right .--image {
  display: flex;
  height: 100vh;
  align-items: center;
  padding: 6rem 0;
}
.homeIntro .content_intro .homeIntro_right .--image img {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 4px;
  transition: all 0.5s ease-out;
}
.homeIntro .content_intro .homeIntro_right .--image .img1 {
  width: 23vw;
  height: 100%;
}
.homeIntro .content_intro .homeIntro_right .--image .imgsmall {
  width: 23vw;
  height: 100%;
}
.homeIntro .content_intro .homeIntro_right .--image .img2 {
  width: 100%;
  height: 50%;
}
.homeIntro .content_intro .homeIntro_right .--image .img3 {
  width: 100%;
  height: 50%;
}
@media (max-width: 1439px) {
  .homeIntro .homeIntro_left .txt {
    margin-bottom: 16px;
  }
  .homeIntro .txt-2 {
    margin-bottom: 0;
  }
  .homeIntro .txt {
    margin-bottom: 16px;
  }
  .homeIntro .homeIntro_left .img_thumb {
    aspect-ratio: 385/180;
    margin-bottom: 16px;
  }
}
@media (max-width: 1280px) {
  .homeIntro .homeIntro_left .txt-2 {
    margin-bottom: 0;
  }
  .homeIntro .homeIntro_left .txt {
    margin-bottom: 16px;
  }
  .homeIntro .homeIntro_left .segTitle h2 {
    font-size: 26px !important;
    margin-bottom: 0;
  }
  .homeIntro .homeIntro_left .img_thumb {
    aspect-ratio: 370/141;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .homeIntro {
    padding: 40px 0;
  }
  .homeIntro .content_intro {
    flex-flow: column;
  }
  .homeIntro .content_intro .homeIntro_right .item {
    width: 100vw;
  }
  .homeIntro .content_intro .homeIntro_right .--image {
    height: 380px;
    padding: 2rem 0;
  }
  .homeIntro .content_intro .homeIntro_right .--image .imgsmall,
  .homeIntro .content_intro .homeIntro_right .--image .img1 {
    width: 50vw;
  }
  .homeIntro .homeIntro_left {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .homeIntro .homeIntro_left .--bottom {
    overflow-y: unset;
  }
  .homeIntro .homeIntro_left .txt {
    padding: 0;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .homeIntro .homeIntro_left .img_thumb {
    aspect-ratio: unset;
    width: 100%;
    opacity: 1 !important;
    transform: none !important;
  }
  .homeIntro .homeIntro_left .subContent {
    opacity: 1 !important;
    transform: none !important;
  }
  .homeIntro .homeIntro_left .txt-2 {
    width: 100%;
  }
}

.section .homeIntro_left .img_thumb,
.section .homeIntro_left .subContent {
  transform: translate(-50px, 50px);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.section .content_overview .description,
.section .content_overview ul {
  transform: translate(-50px, 50px);
  opacity: 0;
  transition: all 0.75s ease-out;
}
.section.fp-completely .content_overview .description,
.section.fp-completely .content_overview ul,
.section.fp-completely .img_overview {
  transform: none;
  opacity: 1;
}
.section.fp-completely .homeIntro_left .img_thumb,
.section.fp-completely .homeIntro_left .subContent {
  transform: none;
  opacity: 1;
}

.homeOverviewPrj {
  background-image: url(/wp-content/uploads/2024/10/Frame-427321581.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.5411764706);
}
.homeOverviewPrj .homwOverViewPrj_row {
  width: 60%;
  margin: auto;
}
.homeOverviewPrj .segTitle {
  z-index: 1;
}
.homeOverviewPrj .segTitle h1 {
  padding-bottom: 24px;
}
.homeOverviewPrj .img_overview {
  width: 100%;
  opacity: 1 !important;
}
.homeOverviewPrj .img_overview img {
  width: 100%;
  height: 100%;
  aspect-ratio: 797/330;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.5);
  top: 50%;
  left: 50%;
  transition: all 2s ease;
}
.homeOverviewPrj.fp-completely .img_overview img {
  transform: translate(-50%, -50%) scale(1);
}
.homeOverviewPrj.fp-completely .img_overview img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 62%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.481827) 30.25%, rgba(0, 0, 0, 0.281689) 64.92%, rgba(0, 0, 0, 0.202612) 80.21%, rgba(0, 0, 0, 0.110048) 91.11%, rgba(0, 0, 0, 0) 100%);
}
.homeOverviewPrj .pat_bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.homeOverviewPrj .pat_bot img {
  width: 100%;
}
.homeOverviewPrj .pat_bot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4196078431), transparent);
}
.homeOverviewPrj .pat_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 60%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.481827) 30.25%, rgba(0, 0, 0, 0.281689) 64.92%, rgba(0, 0, 0, 0.202612) 80.21%, rgba(0, 0, 0, 0.110048) 91.11%, rgba(0, 0, 0, 0) 100%);
}
.homeOverviewPrj .img-flower-1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17%;
  z-index: 20;
  pointer-events: none;
  height: auto;
  transform: translateY(-50%);
}
.homeOverviewPrj .img-flower-2 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 17%;
  z-index: 20;
  pointer-events: none;
  height: auto;
  transform: translateY(-50%);
}
.homeOverviewPrj .content_overview_left {
  position: relative;
  z-index: 1;
  width: 46%;
  display: flex;
  flex-flow: column;
}
.homeOverviewPrj .content_overview {
  display: flex;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
  position: absolute;
  width: 65%;
  right: 100px;
  top: 110px;
}
.homeOverviewPrj .content_overview .description {
  line-height: 1.5;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  padding-right: 46px;
  margin-right: 66px;
  color: var(--color-white);
  flex: 1;
  text-align: justify;
}
.homeOverviewPrj .content_overview ul {
  display: flex;
  flex-flow: column;
  padding-top: 52px;
}
.homeOverviewPrj .content_overview ul li {
  color: var(--color-white);
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  list-style: none;
}
.homeOverviewPrj .content_overview ul li span {
  font-size: 18px;
  color: var(--color-white);
}
@media (max-width: 1439px) {
  .homeOverviewPrj .content_overview .description {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  .homeOverviewPrj .segTitle h2 {
    font-size: 26px !important;
    margin: 0;
  }
  .homeOverviewPrj .segTitle h1 {
    font-size: 27px;
    padding-bottom: 16px;
  }
  .homeOverviewPrj .img_overview {
    aspect-ratio: 797/255;
  }
  .homeOverviewPrj .content_overview .description {
    font-size: 12px;
    margin-right: 50px;
    padding-right: 30px;
  }
  .homeOverviewPrj ul li {
    font-size: 12px;
  }
  .homeOverviewPrj ul li span {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .homeOverviewPrj {
    padding: 40px 0;
  }
  .homeOverviewPrj .homwOverViewPrj_row {
    width: 100%;
  }
  .homeOverviewPrj .homwOverViewPrj_row .img_overview {
    aspect-ratio: unset !important;
    width: 100%;
    opacity: 1;
    transform: none;
  }
  .homeOverviewPrj .homwOverViewPrj_row .img_overview img {
    position: relative;
    aspect-ratio: unset;
    height: auto;
    transform: none;
    left: unset;
    top: unset;
    margin-bottom: 1rem;
  }
  .homeOverviewPrj .homwOverViewPrj_row .segTitle {
    position: relative;
    top: 0;
  }
  .homeOverviewPrj .homwOverViewPrj_row .content_overview_left {
    width: 100%;
  }
  .homeOverviewPrj .homwOverViewPrj_row .content_overview {
    flex-flow: column;
    position: relative;
    width: 100%;
    right: unset;
    top: unset;
  }
  .homeOverviewPrj .homwOverViewPrj_row .content_overview .description {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    width: 100%;
    border-right: none;
    text-align: justify;
    opacity: 1;
    transform: none;
  }
  .homeOverviewPrj .homwOverViewPrj_row .content_overview ul {
    opacity: 1;
    transform: none;
    padding-left: 0;
    padding-top: 0;
  }
  .homeOverviewPrj .segTitle h2 {
    font-size: 40px !important;
  }
}

.homeMaps {
  background-image: url(/wp-content/uploads/2024/10/vi-tri.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeMaps .maps_left {
  display: flex;
  flex-flow: column;
  padding: 150px 20px 100px 75px;
  height: 100vh;
}
.homeMaps .maps_left .segTitle h1,
.homeMaps .maps_left .segTitle h2 {
  color: var(--text-body);
}
.homeMaps .maps_left .segTitle h1 {
  line-height: 0.6;
}
.homeMaps .maps_left article {
  color: var(--text-body);
  line-height: 1.5;
  letter-spacing: -0.14px;
  font-size: 13px;
}
.homeMaps .maps_left ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.homeMaps .maps_left ul li {
  color: var(--text-body);
}
.homeMaps .maps_left ul li span {
  font-size: 24px;
}
.homeMaps .maps_left .homeover_list {
  width: 70%;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.homeMaps .maps_left .homeover_list::-webkit-scrollbar {
  width: 3px;
}
.homeMaps .maps_left .homeover_list::-webkit-scrollbar-thumb {
  background: var(--text-body);
  border-radius: 8px;
}
.homeMaps .homeMaps_row {
  position: relative;
}
.homeMaps .cardImg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
.homeMaps .img_map {
  width: 100%;
  height: 100%;
}
.homeMaps .img_location {
  position: absolute;
  top: 24%;
  right: 28%;
  width: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  animation: zoom-img 2s infinite ease-in-out;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .homeMaps .segTitle h1 {
    padding-bottom: 16px;
  }
}
@media (max-height: 950px) {
  .homeMaps .img_location {
    top: 23%;
    right: 27.5%;
  }
}
@media (max-height: 850px) {
  .homeMaps .img_location {
    top: 21%;
    right: 26.5%;
  }
}
@media (max-height: 750px) {
  .homeMaps .img_location {
    top: 21%;
    right: 26.5%;
  }
}
@media (max-height: 650px) {
  .homeMaps .img_location {
    top: 16%;
    right: 25.5%;
  }
}
@media (min-width: 767px) {
  .homeMaps .img_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeMaps {
    padding: 40px 0;
  }
  .homeMaps .maps_left {
    padding: 15px;
  }
  .homeMaps .maps_left .homeover_list {
    width: 100%;
  }
  .homeMaps .segTitle {
    text-align: center;
  }
  .homeMaps .cardImg {
    position: relative;
    z-index: 1;
  }
  .homeMaps .img_mobile {
    width: 100%;
    height: 100%;
  }
  .homeMaps .img_map {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    bottom: unset;
    display: none;
  }
  .homeMaps .img_location {
    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;
  }
}

input {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
}
header .container_frame {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  header .container_frame {
    position: unset;
  }
}
header.unactive {
  pointer-events: none;
}
header .content_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-left: 75px;
  padding-right: 75px;
}
header .content_header .logo_header {
  width: 230px;
  height: auto;
}
header .content_header .logo_header img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .content_header .list_widget {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .content_header .list_widget .hotline {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-white);
  text-decoration: none;
}
header .content_header .list_widget .btn_register {
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 40px;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 12.5px;
  text-decoration: none;
}
header .content_header .list_widget .btn_menu {
  color: var(--color-white);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 24px;
  cursor: pointer;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-size: 12.5px;
  z-index: 10000;
}
header .content_header .list_widget .btn_menu p {
  margin-bottom: 0;
}
header .content_header .list_widget .btn_menu.active {
  border-radius: 50%;
  padding: 0;
  width: 40px;
  height: 40px;
}
header .content_header .list_widget .btn_menu.active p {
  display: none;
}
header .content_header .list_widget .btn_menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(2px, 2px);
  width: 20px;
}
header .content_header .list_widget .btn_menu.active span:nth-child(2) {
  transform: rotate(-45deg) translate(3px, -4px);
}
header .content_header .list_widget .btn_menu .--tab {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
header .content_header .list_widget .btn_menu .--tab span {
  width: 30px;
  height: 1px;
  background: #fff;
  transition: var(--transition-all);
  margin-bottom: 0;
}
header .content_header .list_widget .btn_menu .--tab span:nth-child(2) {
  width: 20px;
}
@media (max-width: 1280px) {
  header .content_header {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  header {
    box-shadow: 0 2px 9px rgba(119, 119, 119, 0.3215686275);
  }
  header.active {
    background: #000;
  }
  header .content_header {
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .content_header .logo_header {
    width: 130px;
  }
  header .content_header .list_widget .btn_register {
    display: none;
  }
  header .content_header .list_widget .hotline {
    display: none;
  }
  header .content_header .list_widget .btn_menu {
    width: 50px;
    height: 50px;
  }
  header .content_header .list_widget .btn_menu p {
    display: none;
  }
  header .content_header .list_widget .btn_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 2px);
  }
  header .content_header .list_widget .btn_menu.active span:nth-child(2) {
    transform: rotate(-45deg) translate(2px, -3px);
  }
}

#fp-nav {
  left: 50px !important;
  bottom: 1rem !important;
  top: unset !important;
  transform: none !important;
}
#fp-nav ul {
  display: flex;
}
@media (max-width: 1439px) {
  #fp-nav {
    bottom: 10px !important;
  }
}

#fp-nav ul li .fp-tooltip.fp-left {
  top: -30px;
  background: var(--color-primary);
  border-radius: 100px;
  padding: 0 10px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 20px;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, 0);
  left: 50%;
}
#fp-nav ul li.active .fp-tooltip.fp-left {
  opacity: 1;
}

.--listMenu {
  position: fixed;
  background: var(--color-2);
  width: 40vw;
  max-width: 500px;
  height: 100vh;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  transition: var(--transition-all);
  background-image: url(/wp-content/uploads/2025/03/Mask-group.png);
  background-size: cover;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99999;
}
.--listMenu .img_note {
  position: absolute;
  width: 50%;
  height: auto;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0.02;
}
.--listMenu .btn_close_header {
  width: 72px;
  height: 72px;
  background: rgb(250, 239, 165);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(-50%);
}
.--listMenu .btn_close_header.active {
  opacity: 1;
}
.--listMenu .btn_close_header:hover {
  background: #fff;
  transition: all 0.5s ease;
}
.--listMenu .btn_close_header i {
  font-size: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .--listMenu .btn_close_header {
    left: unset;
    right: 15px;
    top: 20px;
    transform: none;
    width: 50px;
    height: 50px;
  }
}
.--listMenu.active {
  transform: none;
}
.--listMenu .itemMenu {
  color: #fff;
  font-size: 16px;
  transition: var(--transition-all);
  position: relative;
}
.--listMenu .itemMenu::after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 16px);
  width: 150px;
  height: 1px;
  background: rgb(255, 218, 84);
  position: absolute;
  opacity: 0;
}
.--listMenu .itemMenu:hover {
  margin-left: 10px;
  color: rgb(255, 218, 84);
}
.--listMenu .itemMenu:hover::after {
  opacity: 1;
}
.--listMenu .--menu_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 18px;
  height: 100%;
}
.--listMenu .container_frame {
  height: 100%;
}
.--listMenu .--menu {
  display: flex;
  flex-flow: column;
  width: 50%;
  gap: 18px;
  text-transform: uppercase;
  max-height: calc(100vh - 120px);
}
.--listMenu .--menu::-webkit-scrollbar {
  width: 0;
}
.--listMenu .--menu li {
  list-style: none;
}
.--listMenu .--menu li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .--listMenu {
    width: 100vw;
  }
  .--listMenu .--menu li {
    text-align: center;
  }
}

.homeArea {
  position: relative;
}
.homeArea .segTitle {
  margin-right: 2rem;
}
.homeArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 21%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.485694) 45%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
}
.homeArea .img_bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.homeArea .img_bg img {
  width: 100%;
  height: auto;
}
.homeArea .img_bg .list_marker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homeArea .img_bg .list_marker .item {
  position: absolute;
  width: 18px;
  height: 18px;
  background: yellow;
  border: 0.5px solid rgb(228, 186, 157);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: red;
  transition: transform 0.5sease;
}
.homeArea .img_bg .list_marker .item::after {
  animation: sonarEffect 1s linear infinite both;
  top: 0;
  border: 1px solid var(--color-primary);
  left: 0;
  padding: 0;
  /* z-index: -1; */
  box-shadow: 0 0 0 2px #0a6a87;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  transform: scale(0.9);
}
.homeArea .img_bg .list_marker .item:nth-child(1) {
  left: 22%;
  top: 47%;
}
.homeArea .img_bg .list_marker .item:nth-child(2) {
  left: 34%;
  top: 39%;
}
.homeArea .img_bg .list_marker .item:nth-child(3) {
  left: 77%;
  top: 44%;
}
.homeArea .img_bg .list_marker .item:nth-child(4) {
  left: 28%;
  top: 45%;
}
.homeArea .img_bg .list_marker .item:nth-child(5) {
  left: 30%;
  top: 58%;
}
.homeArea .img_bg .list_marker .item:nth-child(6) {
  left: 88%;
  top: 42%;
}
.homeArea .img_bg .list_marker .item:nth-child(7) {
  left: 62%;
  top: 54%;
}
.homeArea .img_bg .list_marker .item:nth-child(8) {
  left: 77%;
  top: 28%;
}
.homeArea .img_bg .list_marker .item:nth-child(9) {
  left: 18%;
  top: 30%;
}
.homeArea .img_bg .list_marker .item:nth-child(10) {
  left: 11%;
  top: 43%;
}
.homeArea .img_bg .list_marker .item:nth-child(11) {
  left: 35%;
  top: 25%;
}
.homeArea .img_bg .list_marker .item:nth-child(12) {
  left: 55%;
  top: 16%;
}
.homeArea .img_bg .list_marker .item:nth-child(13) {
  left: 67%;
  top: 17%;
}
.homeArea .img_bg .list_marker .item:nth-child(14) {
  left: 60%;
  top: 26%;
}
.homeArea .img_bg .list_marker .item:nth-child(15) {
  left: 25%;
  top: 58%;
}
.homeArea .img_bg .list_marker .item:nth-child(16) {
  left: 45%;
  top: 58%;
}
.homeArea .img_bg .list_marker .item:nth-child(17) {
  left: 76%;
  top: 57%;
}
.homeArea .cardArea {
  position: relative;
  height: 100vh;
}
.homeArea .cardArea::before {
  content: "";
  position: absolute;
  height: 31%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #1c4d56, #1c4d56, transparent);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 20;
}
@media (max-height: 700px) and (max-width: 1440px) and (min-width: 1024px) {
  .homeArea .cardArea::before {
    height: 51%;
  }
}
@media (max-width: 767px) {
  .homeArea .cardArea {
    height: auto;
  }
  .homeArea .cardArea::before {
    height: 100%;
  }
  .homeArea .cardArea .img_bg {
    position: relative;
    z-index: 20;
  }
  .homeArea .cardArea .--content {
    position: relative;
    left: 0;
    right: unset;
    bottom: unset;
    flex-flow: column;
    padding: 15px;
    gap: 14px;
    align-items: flex-start;
  }
  .homeArea .cardArea .--content .segTitle .font-play {
    padding-bottom: 0;
  }
  .homeArea .cardArea .--content .list_note {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .homeArea .cardArea .header_list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.homeArea .--content {
  z-index: 21;
  position: absolute;
  right: 100px;
  bottom: 1rem;
  display: flex;
  align-items: flex-end;
}
.homeArea .--content .list_note {
  padding-right: 85px;
  margin-right: 85px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.homeArea .--content .list_note .title_note {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #fff;
}
.homeArea .--content .list_note .--list {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.homeArea .--content .list_note .--list .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.homeArea .--content .list_note .--list .item:nth-child(1) .color {
  background: rgb(240, 164, 135);
}
.homeArea .--content .list_note .--list .item:nth-child(2) .color {
  background: rgb(240, 228, 143);
}
.homeArea .--content .list_note .--list .item:nth-child(3) .color {
  background: rgb(178, 255, 173);
}
.homeArea .--content .list_note .--list .item:nth-child(4) .color {
  background: rgb(146, 208, 219);
}
.homeArea .--content .list_note .--list .item .color {
  width: 37px;
  height: 21px;
  flex: 0 0 auto;
}
.homeArea .--content .list_note .--list .item .name {
  font-size: 13px;
  letter-spacing: -0.26px;
  line-height: 1.5;
  color: #fff;
}
.homeArea .--content .list_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 32px;
  height: -moz-max-content;
  height: max-content;
}
.homeArea .--content .list_info .item_info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.homeArea .--content .list_info .item_info .number {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: rgb(125, 110, 68);
}
.homeArea .--content .list_info .item_info .name {
  color: #fff;
}
.homeArea .header_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 8px;
}
.homeArea .header_list .item {
  display: flex;
  gap: 12px;
  flex-flow: column;
}
.homeArea .header_list .item .--top {
  display: flex;
  align-items: center;
  gap: 12px;
}
.homeArea .header_list .item .--top .title {
  color: #fff;
}
.homeArea .header_list .item .list_number {
  display: flex;
  gap: 2px;
}
.homeArea .header_list .item .list_number .number {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background: rgb(125, 110, 68);
}
.homeArea .header_list .item .right-list ul {
  padding-left: 27px !important;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 20px;
}
.homeArea .header_list .item .right-list ul li {
  list-style: none;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

@keyframes zoom-img {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.bg_menu_header {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.bg_menu_header.active {
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
}

header {
  z-index: 201;
}

#video {
  width: 64%;
  left: 36%;
  padding-left: 18px;
}
#video .box_img {
  position: relative;
  height: 100%;
  aspect-ratio: 320/230;
}
#video .slick_arrow {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  color: #fff;
  border: 1px solid rgb(192, 192, 196);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  #video .slick_arrow {
    display: none;
  }
}
#video .slick_arrow.prev_arrow {
  left: 30px;
}
#video .slick_arrow.next_arrow {
  left: 90px;
}
@media (max-width: 767px) {
  #video {
    width: 100%;
    left: 0;
    padding-left: 0;
  }
  #video .slick_arrow {
    bottom: 15px;
  }
}
#video .item {
  margin: 0 12px;
  position: relative;
}
#video .item .name {
  color: #fff;
  margin-top: 0.5rem;
  padding: 10px 0;
}
#video .item .play_icon {
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-decoration: none;
}
#video .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.--copyRight {
  display: flex;
  text-align: center;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.--copyRight span {
  color: #fff;
}
.--copyRight span:last-child {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .--copyRight {
    margin-top: 3rem;
    line-height: 1.5;
  }
}

.popup_page {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3019607843);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}
.popup_page.hidden {
  opacity: 0;
  pointer-events: none;
}
.popup_page .slick_arrow {
  width: 50px !important;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-body);
  position: absolute;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.popup_page .slick_arrow.next_arrow {
  left: unset;
  right: 0;
}
.popup_page .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--text-body);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.popup_page .listing {
  height: 100%;
  display: flex;
  align-items: center;
}
.popup_page .item {
  display: flex;
  align-items: center;
  height: 100%;
}
.popup_page img {
  width: auto;
  max-height: 70vh;
  margin: auto;
}
.popup_page.popup_mb {
  display: none;
}
@media (max-width: 767px) {
  .popup_page img {
    width: 90%;
    max-height: unset;
  }
  .popup_page .slick_arrow {
    width: 40px !important;
    height: 40px;
  }
  .popup_page.popup_mb {
    display: block;
  }
  .popup_page.popup_pc {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */