@charset "UTF-8";
/* Regular */
@font-face {
  font-family: "Allison";
  src: url("../fonts/Allison-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-MediumItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-BlackItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* Semibold (≈ 600) */
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Semibold Italic */
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* Bold (≈ 700) */
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "Arsenal";
  src: url("../fonts/Arsenal-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* Extrabold (≈ 800) */
@font-face {
  font-family: "Trirong";
  src: url("../fonts/Trirong-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* Extrabold Italic */
@font-face {
  font-family: "Trirong-ExtraBoldItalic";
  src: url("../fonts/Trirong-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* Heavy (≈ 900) */
html {
  font-size: 2.7777777778vw;
}
@media (min-width: 1024px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0;
}

body {
  font-family: "Allison", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1F1E19;
}

img {
  width: 100%;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

a,
button {
  text-decoration: none;
  color: #0066C5;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

input:focus,
select:focus,
button:focus {
  outline: none;
}

ul {
  list-style: none;
}

b, strong {
  font-weight: 700 !important;
}

/** font family **/
.font-allison {
  font-family: "Allison", Arial, Helvetica, sans-serif;
}

.font-arsenal {
  font-family: "Arsenal", Arial, Helvetica, sans-serif;
}

.font-trirong {
  font-family: "Trirong", Arial, Helvetica, sans-serif;
}

.font-base {
  font-family: "Allison", Arial, Helvetica, sans-serif;
}

/** text color **/
.text-default {
  color: #1F1E19;
}

.text-primary {
  color: #B06D43;
}

.text-secondary {
  color: #0C3A53;
}

.text-third {
  color: #0D3652;
}

.text-fourth {
  color: #80BCF3;
}

.text-five {
  color: #69B7FF;
}

.text-six {
  color: #FFC497;
}

.bg-default {
  background-color: #1F1E19;
}

.bg-primary {
  background-color: #B06D43;
}

.bg-secondary {
  background-color: #0C3A53;
}

.bg-third {
  background-color: #0D3652;
}

.bg-fourth {
  background-color: #80BCF3;
}

.bg-five {
  background-color: #69B7FF;
}

.bg-six {
  background-color: #FFC497;
}

@media (min-width: 1024px) {
  .text-lg-default {
    color: #1F1E19 !important;
  }
  .text-lg-primary {
    color: #B06D43 !important;
  }
  .text-lg-secondary {
    color: #0C3A53 !important;
  }
  .text-lg-third {
    color: #0D3652 !important;
  }
  .text-lg-fourth {
    color: #80BCF3 !important;
  }
  .text-lg-five {
    color: #69B7FF !important;
  }
  .text-lg-six {
    color: #FFC497 !important;
  }
  .bg-lg-default {
    background-color: #1F1E19 !important;
  }
  .bg-lg-primary {
    background-color: #B06D43 !important;
  }
  .bg-lg-secondary {
    background-color: #0C3A53 !important;
  }
  .bg-lg-third {
    background-color: #0D3652 !important;
  }
  .bg-lg-fourth {
    background-color: #80BCF3 !important;
  }
  .bg-lg-five {
    background-color: #69B7FF !important;
  }
  .bg-lg-six {
    background-color: #FFC497 !important;
  }
}
.text-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #AF6E47 0%, #C58159 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-1 {
  display: inline-block;
  background: linear-gradient(90deg, #AF6E47 0%, #E0966B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t-shadow {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}

.bg-linear-social {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 55%, rgb(206, 232, 253) 100%);
}

.bg-linear-1 {
  background: linear-gradient(180deg, rgba(0, 36, 55, 0) 69.03%, #002437 93.81%);
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.section_tinhhoa .slick-arrow {
  transition: all 0.3s ease;
}
.section_tinhhoa .slick-arrow:hover {
  background: transparent !important;
}
.section_tinhhoa .slick-arrow:hover svg rect {
  stroke: #C3CED4;
}
.section_tinhhoa .slick-arrow:hover svg path {
  fill: #C3CED4;
}

.slider_tinhhoa .slick-track {
  padding: 2rem 0;
}
.slider_tinhhoa .item {
  box-shadow: 0 0 0.9rem 1px rgba(0, 0, 0, 0.3);
  position: relative;
}
.slider_tinhhoa .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: #0C3A53;
  background: linear-gradient(180deg, rgba(12, 58, 83, 0) 0%, rgb(12, 58, 83) 100%);
  z-index: 1;
}
.slider_tinhhoa .item_number {
  background-image: url("../images/bg_number.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.lightbox .lb-outerContainer {
  position: relative;
}
.lightbox .lb-details {
  width: 100%;
  padding: 1rem 0;
}
.lightbox .lb-caption {
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  font-family: "Arsenal", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.lightbox .lb-number {
  display: none !important;
}
.lightbox .lb-closeContainer {
  position: absolute !important;
  top: -2.5rem;
  right: 0;
  z-index: 9999;
}
.lightbox .lb-closeContainer .lb-close {
  background-color: #000 !important;
  background-position: center center;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
}
.lightbox .lb-next {
  width: 6.4rem !important;
  height: 6.4rem !important;
  background: url("../images/ico_next.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: -10rem !important;
  opacity: 1 !important;
}
.lightbox .lb-prev {
  width: 6.4rem !important;
  height: 6.4rem !important;
  background: url("../images/ico_prev.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: -10rem !important;
  opacity: 1 !important;
}

.high-item:hover .detail, .low-item:hover .detail {
  opacity: 1;
}
.high-item:hover .detail2, .low-item:hover .detail2 {
  opacity: 0;
}
.high .detail, .low .detail {
  opacity: 0;
  transition: all 0.3s ease;
}

.active .picture::before {
  opacity: 0.8;
}
.active.active-high .high .detail {
  opacity: 1;
}
.active.active-high .high .detail2 {
  opacity: 0;
}
.active.active-low .low .detail {
  opacity: 1;
}
.active.active-low .low .detail2 {
  opacity: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  z-index: 9999;
}
.modal.active {
  display: flex;
}
.modal.fade .modal-overlay, .modal.fade .modal-close {
  opacity: 1;
}
.modal.fade .modal-content {
  opacity: 1;
  transform: translateY(0);
}
.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background-color: black;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 9;
}
@media (min-width: 1024px) {
  .modal-close {
    top: 4rem;
    right: 4rem;
    font-size: 2.2rem;
  }
}
.modal-close:hover svg {
  transform: rotate(180deg);
}
.modal-close svg {
  transition: 0.3s ease-in-out;
}
.modal-close svg path {
  stroke: #000000;
  transition: 0.3s ease-in-out;
}
.modal-content {
  overflow: auto;
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.3s ease-in-out;
}

.arrowSlidePhankhu .btn-arrows:hover svg path {
  stroke: #ffffff;
}

.popup {
  display: none;
}
.popup.active {
  display: flex;
}
.popup.active .popup-overlay {
  opacity: 1;
}
.popup.fade .popup-content {
  transform: translateX(0);
}
.popup .popup-overlay {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.popup-content {
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes svg_bunder {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes float-play {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes anchorFloat {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-15px);
    opacity: 1;
  }
}
@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -420px;
    }
  }
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0, -5px, 0);
    }
    50% {
      transform: translate3d(0, 2px, 0);
    }
  }
}
@media (min-width: 1024px) {
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1920px;
    }
  }
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0, -25px, 0);
    }
    50% {
      transform: translate3d(0, 5px, 0);
    }
  }
}
@keyframes animate-pulse {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.5);
  }
  45% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2rem);
  }
}
@media (min-width: 1024px) {
  @keyframes cloud_animate {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes cloud_animate2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2rem);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@media (max-width: 1023px) {
  @keyframes cloud_animate {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-0.5rem);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes cloud_animate2 {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0.5rem);
    }
    100% {
      transform: translateY(0);
    }
  }
}
@keyframes button-sweep {
  0% {
    right: -180px;
  }
  60% {
    right: 180px;
  }
  100% {
    right: 180px;
  }
}
@keyframes sweep {
  0% {
    background-position: 0 0;
  }
  30% {
    background-position: 150% 150%;
  }
  99% {
    background-position: 150% 150%;
  }
  100% {
    background-position: 150% 150%;
  }
}
@keyframes animate-scale-in {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=global.css.map */