@charset "UTF-8";
@font-face {
  font-family: "UTM Americana EB";
  src: url("../fonts/UTMAmericanaEB.eot");
  src: url("../fonts/UTMAmericanaEB.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAmericanaEB.woff2") format("woff2"), url("../fonts/UTMAmericanaEB.woff") format("woff"), url("../fonts/UTMAmericanaEB.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "UTM Amherst";
  src: url("../fonts/UTMAmherst.eot");
  src: url("../fonts/UTMAmherst.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAmherst.woff2") format("woff2"), url("../fonts/UTMAmherst.woff") format("woff"), url("../fonts/UTMAmherst.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.my_container {
  background-color: #f6f3e8;
  overflow: hidden; }

.img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block; }

.text_title {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  font-size: 27px;
  font-family: "UTM Americana EB";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #7a1717;
  margin-top: 0;
  line-height: 1.3 !important;
  margin-bottom: 60px !important; }

.page-title {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  font-size: 65px;
  font-family: "UTM Americana EB";
  font-weight: bold;
  font-style: normal;
  color: #7a1717;
  margin-top: 0;
  line-height: 1.3 !important;
  margin-bottom: 40px !important; }

.text_content {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444; }

.img-cap {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  margin-bottom: 25px !important; }

.spee span {
  font-family: unset; }

.group_image {
  position: relative;
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }
  .group_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .group_image img:first-child {
    position: initial; }

.author {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: 2%; }
  .author p {
    text-align: center;
    margin-bottom: 0; }

#menu-box .box_width_common .block_scoll_menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  #menu-box .box_width_common .block_scoll_menu ul li {
    background-color: #f4f4f4;
    font-size: 16px;
    position: relative;
    border-bottom: 1px dotted #c3c3c3; }
    #menu-box .box_width_common .block_scoll_menu ul li:last-child {
      border-bottom: 0; }
    #menu-box .box_width_common .block_scoll_menu ul li a {
      display: block;
      color: #333;
      text-decoration: none;
      font-size: 16px;
      padding: 9px 0 8px 20px;
      position: relative;
      -webkit-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #menu-box .box_width_common .block_scoll_menu ul li.active::before, #menu-box .box_width_common .block_scoll_menu ul li:hover::before {
      content: "";
      position: absolute;
      left: 0;
      height: 100%;
      width: 5px;
      background-color: #9f224e;
      -webkit-animation: aniWidth 0.2s linear;
      -o-animation: aniWidth 0.2s linear;
      animation: aniWidth 0.2s linear;
      animation-fill-mode: forwards;
      animation-delay: 0.1s; }
    #menu-box .box_width_common .block_scoll_menu ul li.active a, #menu-box .box_width_common .block_scoll_menu ul li:hover a {
      color: #fff; }

@-webkit-keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@-moz-keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@-ms-keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
@keyframes aniWidth {
  0% {
    width: 5px; }
  100% {
    width: 100%; } }
.coppy_right_left {
  background-color: #d0d0d0;
  padding: 10px 20px 50px;
  color: #838282;
  font-size: 14px; }
  .coppy_right_left .txt_coppy_right p {
    margin-bottom: 10px; }
  .coppy_right_left .txt_lienhe h4 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px; }
  .coppy_right_left .txt_lienhe a {
    text-decoration: none;
    color: #838282;
    font-size: 14px; }
    .coppy_right_left .txt_lienhe a span {
      color: #9f224e; }

.map-emp-container {
  height: calc(100vh - 170px); }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0 !important; }

.swiper-slide-active {
  opacity: 1 !important; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  top: 46%; }

/* Nút quay lại */
.swiper-button-prev {
  background-image: url("../images/btn-left.png");
  left: 3%; }

/* Nút tiếp theo */
.swiper-button-next {
  background-image: url("../images/btn-right.png");
  right: 3%; }

.swiper-pagination {
  bottom: 0; }

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #939398 !important;
  opacity: 1 !important;
  margin: 0 5px; }

.swiper-pagination-bullet-active {
  background-color: #ffdd00 !important; }

.swiper-container {
  max-width: 100%;
  width: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  width: 100%; }

.swiper-container-1 {
  margin-bottom: 30px; }
  .swiper-container-1 .swiper-slide {
    background-size: cover;
    background-position: center; }
    .swiper-container-1 .swiper-slide img {
      width: 80%; }
  .swiper-container-1 .sl-1 {
    background-image: url(../images/s1-bg-1.png); }
  .swiper-container-1 .sl-2 {
    background-image: url(../images/s1-bg-2.png); }
  .swiper-container-1 .sl-3 {
    background-image: url(../images/s1-bg-3.png); }
  .swiper-container-1 .sl-4 {
    background-image: url(../images/s1-bg-4.png); }
  .swiper-container-1 .sl-5 {
    background-image: url(../images/s1-bg-5.png); }
  .swiper-container-1 .sl-6 {
    background-image: url(../images/s1-bg-6.png); }

.swiper-container-2 {
  margin-top: 50px;
  margin-bottom: 12px; }
  .swiper-container-2 .swiper-slide {
    background-size: cover;
    background-position: center; }
    .swiper-container-2 .swiper-slide img {
      width: 80%; }
  .swiper-container-2 .sl-1 {
    background-image: url(../images/s2-bg-1.png); }
  .swiper-container-2 .sl-2 {
    background-image: url(../images/s2-bg-2.png); }
  .swiper-container-2 .sl-3 {
    background-image: url(../images/s2-bg-3.png); }
  .swiper-container-2 .sl-4 {
    background-image: url(../images/s2-bg-4.png); }
  .swiper-container-2 .sl-5 {
    background-image: url(../images/s2-bg-5.png); }
  .swiper-container-2 .sl-6 {
    background-image: url(../images/s2-bg-6.png); }

.nav-container {
  padding: 10px 0;
  background-color: #f6f3e8;
  position: fixed;
  bottom: 0px;
  width: 100%; }

.nav-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto; }

.nav-item.home {
  display: none; }

.nav-item {
  display: flex;
  width: 340px;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  animation: shadow-eff 0.8s infinite alternate; }
  .nav-item:hover {
    filter: brightness(1.1); }
    .nav-item:hover p {
      color: #7a1717; }
  .nav-item p {
    margin-bottom: 0;
    font-size: 25px;
    font-family: "UTM Americana EB";
    font-weight: bold;
    font-style: normal;
    color: #929397;
    line-height: 1.2;
    text-align: center; }

.nav-item.active p {
  color: #ffc30d !important; }

@keyframes shadow-eff {
  from {
    transform: scale(1);
    filter: brightness(1.2); }
  to {
    transform: scale(0.98); } }
body .topbar.nav-up {
  transform: none !important; }

.pointer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  pointer-events: none; }
  .pointer-container p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #444;
    line-height: 1.2 !important; }
  .pointer-container img {
    height: auto;
    display: block; }
  .pointer-container .img-pointer {
    animation: fade-upp 0.5s infinite alternate;
    width: 30px; }
  .pointer-container .img-back {
    display: none;
    animation: fade-left 0.5s infinite alternate; }
  .pointer-container .back-text {
    display: none; }

@keyframes fade-upp {
  from {
    transform: translateY(-3px);
    filter: brightness(1); }
  to {
    transform: translateY(3px);
    filter: brightness(1.5); } }
@keyframes fade-left {
  from {
    transform: translateX(0px);
    filter: brightness(1); }
  to {
    transform: translateX(7px);
    filter: brightness(1.5); } }
.pointer-container.show-back {
  cursor: pointer;
  pointer-events: inherit; }
  .pointer-container.show-back .img-back {
    display: block; }
  .pointer-container.show-back .back-text {
    display: block; }
  .pointer-container.show-back .img-pointer {
    display: none; }
  .pointer-container.show-back .pointer-text {
    display: none; }

.my-hide {
  transition: none !important;
  visibility: hidden; }

.page {
  display: none;
  opacity: 0;
  padding-bottom: 200px;
  padding-top: 40px;
  background-color: #f6f3e8; }

.page.active {
  display: block;
  animation: fade 0.7s 0.1s forwards; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.page-0 {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 0 !important; }

.group_img_1 {
  margin-bottom: 50px; }

.group_img_2 {
  margin-top: -7%;
  margin-bottom: 50px; }

.img-1 {
  margin-top: 40px;
  margin-bottom: 50px; }

.img-2 {
  margin-top: 40px;
  margin-bottom: 50px; }

.img-3 {
  margin-top: 40px;
  margin-bottom: 10px; }

.img-4 {
  margin-top: -7%; }

.img-5 {
  margin-top: -5%;
  margin-bottom: 20px; }

.group_img_5 {
  margin-top: 40px;
  margin-bottom: 10px; }

p.img-des {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444;
  margin-bottom: 50px; }

.blend-mode {
  mix-blend-mode: multiply; }

.map-emp-container {
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: #fff; }

.flourish-credit {
  display: none !important; }

.flourish-embed {
  background-color: #fff; }

.footer {
  display: flex;
  justify-content: end;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fff; }

.group_img_3 {
  margin-top: 40px;
  margin-bottom: 50px; }

.group_img_4 {
  margin-bottom: 50px;
  max-width: calc(100% - 200px); }

.img-7-container {
  position: relative;
  z-index: -1;
  margin-top: -15%; }
  .img-7-container img {
    margin-bottom: 10px; }
  .img-7-container .author {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; }

@media (min-width: 1921px) {
  .section-content {
    max-width: 100%; }

  .group_image.full {
    width: 100%; }
    .group_image.full img {
      width: 100%; }
    .group_image.full img:first-child {
      width: 100%; }

  .img.full {
    width: 100%; }

  .map-emp-container {
    height: calc(95vh - 170px);
    margin-bottom: 100px; } }
@media (max-width: 1600px) {
  .img-2 {
    width: 85%; }

  .group_img_4 {
    max-width: calc(100% - 100px); }

  .nav-item img {
    width: 19px; }

  .nav-container {
    padding: 5px 0; }

  .nav-item {
    width: 250px;
    gap: 5px; }
    .nav-item p {
      font-size: 17px; }

  .nav-row {
    gap: 5px; }

  .pointer-container {
    margin-top: 5px; }

  .pointer-container p {
    font-size: 15px; }
  .pointer-container .img-pointer {
    width: 18px; }
  .pointer-container .img-back {
    width: 25px; } }
@media (max-width: 1440px) {
  .page {
    padding-top: 25px; }

  .group_img_1 {
    margin-bottom: 30px; }

  .group_img_2 {
    margin-bottom: 30px; }

  .group_img_3 {
    margin-top: 30px;
    margin-bottom: 40px; }

  .group_img_4 {
    margin-bottom: 35px; }

  .group_img_5 {
    width: 70%; }

  .img-1 {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 50%; }

  .img-3 {
    width: 70%;
    margin-top: 30px; }

  .text_title {
    font-size: 24px;
    margin-bottom: 40px !important; }

  .page-title {
    font-size: 55px;
    margin-bottom: 20px !important; }

  p.img-des {
    margin-bottom: 35px; }

  .swiper-button-prev,
  .swiper-button-next {
    width: 65px;
    height: 65px; }

  .map-emp-container {
    margin-top: 40px;
    margin-bottom: 90px;
    height: calc(100vh - 150px); }

  .group_img_4 {
    max-width: calc(100% - 80px); }

  .pointer-container p {
    font-size: 15px; }
  .pointer-container .img-pointer {
    width: 18px; }
  .pointer-container .img-back {
    width: 23px; }

  .page {
    padding-bottom: 165px; }

  .nav-item {
    width: 224px; }
    .nav-item img {
      width: 16px; }
    .nav-item p {
      font-size: 16px; } }
@media (max-width: 1180px) {
  .text_title {
    font-size: 24px;
    margin-bottom: 40px !important;
    padding: 0 30px; }
    .text_title br {
      display: none; }

  .nav-item p {
    font-size: 20px; } }
@media (max-width: 820px) {
  .nav-row {
    gap: 15px;
    flex-wrap: wrap; }

  .nav-item {
    width: 44%; }

  .page-title {
    font-size: 43px;
    padding: 0 20px; }

  .swiper-button-prev,
  .swiper-button-next {
    width: 45px;
    height: 45px; }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px; }

  .page {
    padding-bottom: 200px; }

  .img-3,
  .img-1 {
    width: calc(100% - 20px); }

  .img-2 {
    width: calc(100%); }

  .group_img_5 {
    width: 95%; } }
@media (min-width: 577px) {
  .nav-container {
    position: relative;
    bottom: 10px; }

  .page {
    padding-bottom: 30px; } }
@media (min-width: 577px) and (max-width: 1600px) {
  .nav-item p {
    font-size: 20px; }

  .nav-item img {
    width: 19px; }

  .nav-item {
    width: 275px; }

  .pointer-container {
    margin-top: 14px; }

  .map-emp-container {
    height: calc(100vh - 100px); } }
@media (min-width: 577px) {
  .mobile {
    display: none !important; }

  .pc {
    display: block !important; } }
@media (max-width: 576px) {
  .pc {
    display: none !important; }

  .mobile {
    display: block !important; }

  .text_title {
    font-size: 21px;
    margin-bottom: 30px !important;
    padding: 0 15px; }

  .group_text {
    padding: 0 15px; }

  .page {
    padding-bottom: 105px; }

  .nav-row {
    gap: 0px; }

  .nav-item {
    width: fit-content;
    gap: 0px;
    margin-bottom: 10px;
    padding: 0 5px;
    justify-content: space-between;
    align-items: center; }
    .nav-item img {
      width: 15px; }
    .nav-item p {
      font-size: 16px; }

  .pointer-container {
    margin-top: 3px; }

  .pointer-container p {
    font-size: 16px; }
  .pointer-container img {
    height: auto;
    display: block;
    width: 20px; }

  .page-title {
    font-size: 38px;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    padding: 0 10px; }

  .page {
    padding-top: 20px; }

  .footer {
    padding-right: 9px;
    padding-bottom: 0px;
    margin-top: -1px; }
    .footer img {
      width: 70px; }

  .map-emp-container {
    margin-bottom: 70px; }

  .img-1 {
    margin-top: 30px;
    margin-bottom: 30px; }

  .img-2 {
    margin-top: 30px;
    margin-bottom: 30px; }

  p.img-des {
    padding: 0 20px;
    margin-bottom: 30px; }

  .group_img_3 {
    margin-top: -30%;
    margin-bottom: 30px;
    width: calc(100% - 20px); }

  .img-4 {
    margin-top: -12%; }

  .img-5 {
    margin-top: -12%;
    margin-bottom: 10px; }

  .img-9 {
    margin-top: -5%; }

  .group_img_4 {
    max-width: calc(100% - 20px);
    margin-bottom: 30px; }

  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px; }

  .swiper-container-1 {
    margin-bottom: 15px; }
    .swiper-container-1 .swiper-slide img {
      width: calc(100% - 20px); }

  .swiper-container-2 {
    margin-bottom: 0px; }
    .swiper-container-2 .swiper-slide img {
      width: calc(100% - 20px); }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }

  .swiper-container {
    padding-bottom: 35px; }

  /* Nút quay lại */
  .swiper-button-prev {
    left: 3px; }

  /* Nút tiếp theo */
  .swiper-button-next {
    right: 3px; }

  .group_img_5 {
    margin-top: 30px;
    width: 85%;
    margin-bottom: 20px; }

  .swiper-container-2 {
    margin-top: 30px; }

  .author {
    width: 100%;
    font-size: 15px;
    bottom: 5px; }
    .author p {
      line-height: 1.3 !important; }

  .nav-container {
    overflow: scroll; }

  .nav-row {
    gap: 0px;
    flex-wrap: nowrap;
    overflow: scroll;
    justify-content: start; }

  .nav-item {
    min-width: fit-content;
    gap: 8px; }

  .img-cap {
    font-size: 15px; }

  .map-emp-container {
    height: calc(90vh - 180px); } }
@media (max-width: 440px) {
  .nav-container {
    padding: 7px 0; }

  .pointer-container {
    margin-top: 5px; }

  .pointer-container .img-back {
    height: 21px; }

  .pointer-container {
    height: 31px; } }
@media (max-width: 414px) {
  .nav-item p {
    font-size: 15px; }

  .text_title {
    font-size: 20px; }

  .page-title {
    font-size: 33px; }

  .map-emp-container {
    height: calc(90vh - 200px); }

  .group_img_1 {
    margin-bottom: 25px; }

  .nav-item {
    padding: 0px 3px; }

  .text_content {
    font-size: 19px; } }
@media (max-width: 393px) {
  .text_title {
    padding: 0 10px; }

  .nav-item img {
    width: 15px; }

  .pointer-container .img-pointer {
    width: 20px; } }
@media (max-width: 375px) {
  .nav-item p {
    font-size: 17px; }
    .nav-item p br {
      display: none; } }

/*# sourceMappingURL=main.css.map */
