@charset "UTF-8";
.p-left-section {
  padding-left: calc((100% - var(--width-container)) / 2);
}
@media (min-width: 1279px) and (max-width: 1439px) {
  .p-left-section {
    padding-left: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .p-left-section {
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .p-left-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section {
  height: 100vh !important;
}
@media (max-width: 767px) {
  .section {
    height: auto !important;
  }
}

.fp-tableCell {
  height: 100vh !important;
}
@media (max-width: 767px) {
  .fp-tableCell {
    height: auto !important;
  }
}

.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: 450px;
  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 header .content_header .list_widget .btn_register {
  border: 1px solid rgba(1, 90, 94, 0.2);
  color: rgb(1, 90, 94);
}
.fp-viewing-vi-tri header .content_header .list_widget .btn_menu {
  border: 1px solid rgba(1, 90, 94, 0.2);
  color: rgb(1, 90, 94);
}
.fp-viewing-vi-tri header .content_header .list_widget .btn_menu span {
  background: rgb(1, 90, 94) !important;
}

.segTitle {
  font-size: 40px;
  font-weight: 500;
  font-family: var(--font-title);
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .segTitle {
    opacity: 1 !important;
  }
}

.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 .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%;
  }
}
@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;
  aspect-ratio: 786/405;
  height: 100%;
  top: 0;
  right: 0;
  width: 300px;
  background: linear-gradient(to left, #043839 -4.33%, rgba(4, 56, 57, 0) 100%);
}
.homeSubdivision .p-left-section {
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
}
.homeSubdivision .--left {
  flex: 1;
  text-align: right;
}
.homeSubdivision .segTitle {
  margin-bottom: 12px;
}
.homeSubdivision .segTitle span {
  color: #DFB86A;
}
.homeSubdivision .desc {
  color: #fff;
}
.homeSubdivision .--right {
  width: 70%;
  flex: 0 0 70%;
  display: flex;
  gap: 14px;
  align-items: center;
}
.homeSubdivision .left_block {
  position: relative;
  width: 60%;
  flex: 0 0 60%;
}
.homeSubdivision .left_block .--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
}
.homeSubdivision .left_block .--number {
  display: flex;
  align-items: flex-end;
}
.homeSubdivision .left_block .--number .index {
  font-size: 56px;
  color: #DFB86A;
  line-height: 1;
}
.homeSubdivision .left_block .--number .total {
  font-size: 16px;
  color: #fff;
}
.homeSubdivision .left_block .arrow_subdivision {
  display: flex;
  gap: 12px;
}
.homeSubdivision .left_block .arrow_subdivision .slick_arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.homeSubdivision .left_block .arrow_subdivision .slick_arrow:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.homeSubdivision .list_img_left .--item {
  aspect-ratio: 596/490;
}
.homeSubdivision .list_img_left .--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.homeSubdivision .list_img_right {
  width: 40%;
  flex: 0 0 40%;
}
.homeSubdivision .list_img_right .--item {
  aspect-ratio: 250/410;
  width: 17vw;
  margin: 0 7px;
}
.homeSubdivision .list_img_right .--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .homeSubdivision {
    padding: 40px 0;
  }
  .homeSubdivision::after {
    display: none;
  }
  .homeSubdivision .list_img_right {
    display: none;
  }
  .homeSubdivision .p-left-section {
    flex-flow: column;
  }
  .homeSubdivision .p-left-section .--left {
    text-align: center;
  }
  .homeSubdivision .p-left-section .--left .segTitle {
    font-size: 32px;
  }
  .homeSubdivision .p-left-section .--left .desc {
    text-align: justify;
  }
  .homeSubdivision .p-left-section .--right {
    width: 100%;
  }
  .homeSubdivision .p-left-section .--right .left_block {
    width: 100%;
    flex: 0 0 100%;
  }
  .homeSubdivision .p-left-section .--right .left_block .--bottom {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin-top: 24px;
  }
}

.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/2025/09/su-kien.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
.homeUpdate::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 1;
}
.homeUpdate .p-left-section {
  position: relative;
  z-index: 2;
}
.homeUpdate .homwUpdate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeUpdate .segTitle h1,
.homeUpdate .segTitle h2 {
  text-align: center;
}
.homeUpdate .--right {
  height: calc(100vh - 52px);
  border-radius: 80px 0 0 80px;
  background-image: url(/wp-content/uploads/2025/09/image.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 46%;
  margin-left: auto;
  padding: 80px 0;
}
.homeUpdate .--right .list_news {
  display: flex;
  flex-flow: column;
  gap: 20px;
  height: 100%;
  margin-left: -100px;
  flex: 1;
}
.homeUpdate .--right .list_news .item_news {
  width: 100%;
  display: flex;
  gap: 24px;
  height: 30%;
  padding-right: 60px;
}
.homeUpdate .--right .list_news .item_news .--img {
  width: 35%;
  aspect-ratio: 320/170;
  flex: 0 0 35%;
}
.homeUpdate .--right .list_news .item_news .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.homeUpdate .--right .list_news .item_news .--title {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.homeUpdate .--right .list_news .item_news .button_detail {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  height: 44px;
  display: flex;
  align-items: center;
  -webkit-text-decoration: auto;
          text-decoration: auto;
  margin-left: 17px;
  gap: 8px;
  cursor: pointer;
}
.homeUpdate .--right .list_news .item_news .button_detail::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  left: -17px;
  border-radius: 50%;
  border: 1px solid rgba(238, 246, 231, 0.2);
  border-right: 1px solid transparent;
}
.homeUpdate .--right .list_news .item_news .button_detail span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.homeUpdate .--right #news-list {
  display: flex;
  flex-flow: column;
  height: 100%;
}
@media (max-width: 767px) {
  .homeUpdate {
    background-image: url(/wp-content/uploads/2025/09/Tien-ich-1.jpg);
    padding-top: 40px;
  }
  .homeUpdate::after {
    display: none;
  }
  .homeUpdate .homwUpdate {
    flex-flow: column;
  }
  .homeUpdate .homwUpdate .segTitle {
    text-align: center;
    font-size: 32px;
  }
  .homeUpdate .--right {
    height: auto;
    border-radius: 0;
    width: 100%;
    padding: 40px 0;
    background-image: unset;
  }
  .homeUpdate .--right .list_news {
    margin-left: 0;
    gap: 40px;
  }
  .homeUpdate .--right .list_news .item_news {
    flex-flow: column;
    padding-right: 0;
  }
  .homeUpdate .--right .list_news .item_news .--img {
    width: 100%;
    aspect-ratio: unset;
    height: 200px;
    flex: unset;
  }
  .homeUpdate .--right .list_news .item_news .--img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .homeUpdate .--right .pagination {
    margin-top: 12px;
  }
}

.homeMain {
  position: relative;
}
.homeMain::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 38%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 3.01%, rgba(0, 0, 0, 0) 96.82%);
  pointer-events: none;
}
.homeMain::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 36%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) -4.33%, rgba(0, 0, 0, 0.392) 49.59%, rgba(0, 0, 0, 0.294522) 74.84%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 10;
}
.homeMain .homeBannerContent {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}
.homeMain .homeBannerContent .title_primary_banner {
  font-size: 56px;
  font-family: var(--font-title);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center;
  margin-bottom: 16px;
  line-height: 0.9;
}
.homeMain .homeBannerContent .subText {
  font-size: 20px;
  font-family: var(--font-title);
  color: var(--color-white);
  text-align: center;
}
@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: 32px;
    padding-right: 0;
  }
  .homeMain .homeBannerContent .title_primary_banner span {
    font-size: 68px;
  }
  .homeMain .homeBannerContent .subText {
    font-size: 14px;
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-144vw);
  }
}
.homeIntro {
  background-image: url(/wp-content/uploads/2025/09/Thu-vien.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.homeIntro .content_intro {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}
.homeIntro .content_intro .container_frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.homeIntro .content_intro .container_frame .nav-tabs {
  border-bottom: transparent;
  display: flex;
  gap: 32px;
}
.homeIntro .content_intro .container_frame .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
  border-color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.homeIntro .content_intro .container_frame .nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
.homeIntro .marquee {
  height: 30vh;
  overflow: hidden;
  margin-bottom: 12px;
}
.homeIntro .marquee .marquee-content {
  display: flex;
  gap: 12px;
  height: 100%;
}
.homeIntro .marquee .marquee-content.images {
  animation: scrolling 40s linear infinite;
}
.homeIntro .marquee .marquee-content .marquee-item {
  height: 100%;
  width: auto;
  position: relative;
}
.homeIntro .marquee .marquee-content .marquee-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 20px;
  z-index: 1;
}
.homeIntro .marquee .marquee-content .marquee-item .txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  z-index: 2;
}
.homeIntro .marquee .marquee-content .marquee-item .button_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
  z-index: 2;
}
.homeIntro .marquee .marquee-content .marquee-item img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .homeIntro .content_intro {
    padding: 40px 0;
  }
  .homeIntro .content_intro .container_frame {
    flex-flow: column;
  }
  .homeIntro .content_intro .container_frame .segTitle {
    font-size: 32px;
    text-align: center;
    margin-bottom: 12px;
    width: 100%;
  }
  .homeIntro .content_intro .container_frame .nav-tabs {
    justify-content: center;
    width: 100%;
  }
  .homeIntro .marquee {
    height: 130px;
  }
  .homeIntro .marquee .marquee-content {
    animation: scrolling 10s linear infinite;
  }
}

.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 {
  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/2025/09/Tien-ich-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.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%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 2s ease;
}
.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%;
  height: 36%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) -4.33%, rgba(0, 0, 0, 0.46) 49.59%, rgba(0, 0, 0, 0.22) 74.84%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.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 .content_overview {
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.homeOverviewPrj .content_overview .title_overview {
  font-size: 40px;
  font-weight: 500;
  color: var(--color-white);
  text-transform: uppercase;
  font-family: var(--font-title);
  width: 90%;
  margin: 0 auto 24px;
  padding-left: 2rem;
}
.homeOverviewPrj .content_overview ul {
  display: flex;
  flex-flow: column;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 86px;
}
.homeOverviewPrj .content_overview ul li {
  color: var(--color-white);
  color: rgb(255, 255, 255);
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.homeOverviewPrj .content_overview ul li .--left {
  display: flex;
  align-items: center;
  flex: 0 0 170px;
}
.homeOverviewPrj .content_overview ul li span {
  font-size: 13px;
  font-weight: 600;
  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 .content_overview .description {
    font-size: 12px;
    margin-right: 50px;
    padding-right: 30px;
  }
  .homeOverviewPrj ul li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .homeOverviewPrj {
    padding: 40px 0;
  }
  .homeOverviewPrj .homwOverViewPrj_row {
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
  }
  .homeOverviewPrj .homwOverViewPrj_row .container_frame {
    padding: 0;
  }
  .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 .title_overview {
    padding-left: 0;
    margin-bottom: 12px;
    text-align: center;
    font-size: 32px;
  }
  .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;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .homeOverviewPrj .content_overview ul li .--left {
    flex: 0 0 145px;
  }
  .homeOverviewPrj .segTitle h2 {
    font-size: 40px !important;
  }
  .homeOverviewPrj .pat_bot {
    display: none;
  }
  .homeOverviewPrj .pat_top {
    display: none;
  }
}

@keyframes pulsescy {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes pulsescy2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateRadar {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.homeMaps {
  background: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.homeMaps .round_big,
.homeMaps .round_small,
.homeMaps .round_medium {
  position: absolute;
  left: 34%;
  width: 71%;
  transform: translate(-50%, -50%);
  top: 54%;
  animation: rotateRadar 13s linear infinite;
}
.homeMaps .round_medium {
  width: 36%;
}
.homeMaps .round_small {
  width: 10%;
  animation: rotateRadar 13s linear infinite;
}
.homeMaps .maps_left {
  display: flex;
  flex-flow: column;
  padding: 150px 20px 100px 0;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.homeMaps .maps_left .segTitle {
  color: rgb(1, 90, 94);
  margin-bottom: 24px;
}
.homeMaps .maps_left article {
  color: rgb(1, 90, 94);
  font-size: 13px;
  line-height: 1.6;
}
.homeMaps .maps_left .--list {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.homeMaps .maps_left .--list .--item {
  display: flex;
  gap: 20px;
}
.homeMaps .maps_left .--list .--item .--left {
  padding-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 90px;
}
.homeMaps .maps_left .--list .--item .--left .number {
  font-size: 52px;
  color: rgb(1, 90, 94);
  margin-bottom: 5px;
  line-height: 1;
}
.homeMaps .maps_left .--list .--item .--left .name {
  font-size: 14px;
  color: rgb(1, 90, 94);
}
.homeMaps .maps_left .--list .--item .unit {
  font-size: 14px;
  color: rgb(1, 90, 94);
}
.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: rgb(1, 90, 94);
  border-radius: 8px;
}
.homeMaps .homeMaps_row {
  position: relative;
}
.homeMaps .cardImg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}
.homeMaps .img_map {
  width: 100%;
  height: 100%;
}
.homeMaps .img_location {
  position: absolute;
  top: 39%;
  right: 61.5%;
  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: 39%;
    right: 61.5%;
  }
}
@media (max-height: 850px) {
  .homeMaps .img_location {
    top: 39%;
    right: 61.5%;
  }
}
@media (max-height: 750px) {
  .homeMaps .img_location {
    top: 39%;
    right: 61.5%;
  }
}
@media (max-height: 650px) {
  .homeMaps .img_location {
    top: 39%;
    right: 61.5%;
  }
}
@media (min-width: 767px) {
  .homeMaps .img_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeMaps {
    padding: 40px 0;
    overflow: hidden;
  }
  .homeMaps .maps_left {
    padding: 15px;
  }
  .homeMaps .maps_left .homeover_list {
    width: 100%;
  }
  .homeMaps .segTitle {
    text-align: center;
    font-size: 32px;
  }
  .homeMaps .cardImg {
    position: relative;
    z-index: 1;
  }
  .homeMaps .cardImg .round_big,
  .homeMaps .cardImg .round_small,
  .homeMaps .cardImg .round_medium {
    display: none;
  }
  .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: #000;
}

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;
}
header .content_header .logo_header {
  width: 100px;
  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: #015A5E;
  }
  header .content_header {
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .content_header .logo_header {
    width: 80px;
  }
  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 {
  right: 30px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#fp-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#fp-nav ul li {
  margin: 0;
  height: 46px;
}
#fp-nav ul li .fp-tooltip {
  color: #DFB86A;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 500;
}
#fp-nav ul li:hover a span {
  width: 5px;
  background: #DFB86A;
  border-radius: 30px;
  height: 46px;
  margin: unset;
}
#fp-nav ul li:hover a span:nth-child(2) {
  top: 5px;
  left: 3px;
}
#fp-nav ul li:hover a.active span {
  width: 5px;
  background: #DFB86A;
  border-radius: 30px;
  height: 46px;
}
#fp-nav ul li:hover a.active span:nth-child(2) {
  top: 11px;
  left: 9px;
}
#fp-nav ul li a.active span {
  width: 5px;
  background: #DFB86A;
  border-radius: 30px;
  height: 46px;
}
#fp-nav ul li a.active span:nth-child(2) {
  top: 11px;
  left: 9px;
}
#fp-nav ul li a span {
  top: 7px;
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.2);
}
#fp-nav ul li a.active + .fp-tooltip {
  opacity: 1;
  width: auto;
}

#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/09/Group-14-scaled-1.jpg);
  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;
  }
}

@keyframes radiateAni {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.homeArea {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeArea .title_area {
  position: absolute;
  bottom: 60px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 40px;
  font-family: var(--font-title);
  text-transform: uppercase;
  text-align: center;
}
.homeArea .segTitle {
  margin-right: 2rem;
}
.homeArea .img_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
}
.homeArea .img_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.homeArea .img_bg .list_marker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0;
}
.homeArea .img_bg .list_marker .item {
  position: absolute;
  width: 24px;
  height: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: transform 0.5s ease;
}
.homeArea .img_bg .list_marker .item::after {
  content: "";
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.9166vw;
  height: 5.9166vw;
  border-radius: 50%;
  background: #015A5E;
  animation: radiateAni 2.5s infinite;
  pointer-events: none;
}
.homeArea .img_bg .list_marker .item img {
  width: 100%;
  height: auto;
}
.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 {
  width: 100%;
  height: 100%;
}
.homeArea .cardArea .img-bg {
  width: 100%;
  height: 100%;
}
.homeArea .cardArea img {
  position: relative;
  z-index: 2;
  width: auto !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@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 .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;
}
@media (max-width: 767px) {
  .homeArea .title_area {
    font-size: 20px;
    bottom: 10px;
  }
  .homeArea .img_bg {
    height: auto;
  }
  .homeArea .img_bg img {
    -o-object-position: center;
       object-position: center;
  }
}

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

.pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.pagination li {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.pagination li a {
  -webkit-text-decoration: auto;
          text-decoration: auto;
  color: #fff;
}
.pagination li.active {
  background: #DFB86A;
}

.site-footer {
  padding-top: 20px;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.site-footer .container_frame {
  height: 100%;
  overflow: hidden;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    height: auto;
  }
  .site-footer .footer-agents {
    padding-top: 0 !important;
  }
}
.site-footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.site-footer .footer-content .footer-address {
  height: 100%;
  overflow: auto;
  padding-right: 12px;
  padding-top: 60px;
}
.site-footer .footer-content .footer-address::-webkit-scrollbar {
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.site-footer .footer-content .footer-address::-webkit-scrollbar-thumb {
  background: #fff;
}
.site-footer .footer-content .footer-agents {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .site-footer .footer-content {
    flex-direction: row;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-newsletter {
    margin-top: 0;
  }
}
.site-footer .footer-column {
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .site-footer .footer-column {
    width: 25%;
    margin-bottom: 0;
  }
}
.site-footer .footer-column.footer-agents {
  height: 100%;
}
.site-footer .footer-section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .site-footer .footer-section-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.site-footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.site-footer .contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer .contact-icon {
  width: 20px;
  height: 20px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  border: 0.5px solid rgba(255, 255, 255, 0.5);
}
.site-footer .contact-icon .icon-img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .contact-text {
  font-size: 13px;
  color: #fff;
}
.site-footer .office-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #fff;
}
.site-footer .office-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.site-footer .office-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-footer .office-item .office-city {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.site-footer .office-item .office-address {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  color: #fff;
  padding-left: 0;
  margin: 0;
}
.site-footer .legal-list .legal-item {
  font-size: 13px;
  font-weight: 500;
  margin-left: 16px;
  line-height: 1.6;
  list-style: disc;
}
.site-footer .legal-list .legal-item .legal-link {
  color: #fff;
  text-decoration: none;
}
.site-footer .legal-list .legal-item .legal-link:hover {
  text-decoration: underline;
}
.site-footer .footer-logo {
  width: 50%;
  max-width: 230px;
  height: auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.site-footer .newsletter-form {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.site-footer .newsletter-form .newsletter-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  color: #000;
}
.site-footer .newsletter-form .newsletter-desc {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 12px;
}
.site-footer .agents-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 12px;
  overflow-y: auto;
  height: 100%;
}
.site-footer .agents-list::-webkit-scrollbar {
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.site-footer .agents-list::-webkit-scrollbar-thumb {
  background: #fff;
}
@supports (-moz-appearance: none) {
  .site-footer .agents-list {
    scrollbar-width: thin; /* Độ dày thanh cuộn */
    scrollbar-color: #fff transparent; /* Màu thanh cuộn và màu nền */
  }
  .site-footer .agents-list::-webkit-scrollbar {
    width: 2px;
  }
}
@media (max-width: 767px) {
  .site-footer .agents-list {
    height: auto;
    max-height: 400px;
  }
}
.site-footer .agent-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-footer .agent-item .agent-name {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.site-footer .agent-item .agent-phone {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.site-footer .footer-copyright {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  padding: 12px 0;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 12px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .site-footer .footer-copyright {
    color: #000;
  }
}

.form_footer .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.form_footer input {
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 12px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.form_footer .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.form_footer .wpcf7-radio .wpcf7-list-item label input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: white;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.form_footer .wpcf7-radio .wpcf7-list-item label input:checked {
  background-color: #F6360D;
  border-color: #F6360D;
}
.form_footer .wpcf7-radio .wpcf7-list-item label input:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form_footer .button-submit {
  background-color: #043737;
  height: 36px;
  border: none;
  width: -moz-max-content;
  width: max-content;
  border-radius: 60px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.form_footer .button-submit:focus {
  outline: none;
}

.item_facebook {
  position: fixed;
  bottom: 83px;
  right: 45px;
}

.list_cta {
  display: flex;
  gap: 10px;
  position: fixed;
  bottom: 83px;
  right: 45px;
  z-index: 99;
  flex-flow: column;
}
.list_cta .item_cta {
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
  border: 2px solid rgba(255, 255, 255, 0.32);
}
.list_cta .item_cta a {
  color: var(--text-body);
}/*# sourceMappingURL=home.css.map */