html {
  font-size: 2.7777777778vw;
}
@media (min-width: 969px) {
  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;
}

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

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-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Aequitas";
  src: url("../fonts/VLAEQUITAS-BOLD.TTF") format("opentype");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Fz Photograph";
  src: url("../fonts/FzPhotograph.eot");
  src: url("../fonts/FzPhotograph.eot?#iefix") format("embedded-opentype"), url("../fonts/FzPhotograph.woff2") format("woff2"), url("../fonts/FzPhotograph.woff") format("woff"), url("../fonts/FzPhotograph.ttf") format("truetype");
  font-display: swap;
}
/** font family **/
.font-aequitas {
  font-family: "Aequitas", Arial, Helvetica, sans-serif;
}

.font-fz {
  font-family: "Fz Photograph", Arial, Helvetica, sans-serif;
}

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

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

.text-primary {
  color: #E95A29;
}

.text-secondary {
  color: #16354E;
}

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

.text-fourth {
  color: #A87F60;
}

.text-five {
  color: #333333;
}

.bg-default {
  background-color: #222222;
}

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

.bg-secondary {
  background-color: #16354E;
}

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

.bg-fourth {
  background-color: #A87F60;
}

.bg-five {
  background-color: #333333;
}

@media (min-width: 969px) {
  .text-lg-default {
    color: #222222 !important;
  }
  .text-lg-primary {
    color: #E95A29 !important;
  }
  .text-lg-secondary {
    color: #16354E !important;
  }
  .text-lg-third {
    color: #0E6C85 !important;
  }
  .text-lg-fourth {
    color: #A87F60 !important;
  }
  .text-lg-five {
    color: #333333 !important;
  }
  .bg-lg-default {
    background-color: #222222 !important;
  }
  .bg-lg-primary {
    background-color: #E95A29 !important;
  }
  .bg-lg-secondary {
    background-color: #16354E !important;
  }
  .bg-lg-third {
    background-color: #0E6C85 !important;
  }
  .bg-lg-fourth {
    background-color: #A87F60 !important;
  }
  .bg-lg-five {
    background-color: #333333 !important;
  }
}
::-webkit-scrollbar {
  width: 0;
}

.valuelayer-slide-item {
  transition: 0.3s ease-in-out;
}
@media (min-width: 969px) {
  .valuelayer-slide-item {
    cursor: pointer;
  }
  .valuelayer-slide-item:not(.slick-current) {
    transform: scale(0.85) translateY(2rem);
  }
  .valuelayer-slide-item:not(.slick-current):not(:hover) img {
    filter: grayscale(1);
  }
  .valuelayer-slide-item:not(.slick-current):not(:hover) .number, .valuelayer-slide-item:not(.slick-current):not(:hover) .sub, .valuelayer-slide-item:not(.slick-current):not(:hover) .title, .valuelayer-slide-item:not(.slick-current):not(:hover) .description, .valuelayer-slide-item:not(.slick-current):not(:hover) .description span, .valuelayer-slide-item:not(.slick-current):not(:hover) .title span, .valuelayer-slide-item:not(.slick-current):not(:hover) .sub span {
    color: #808080 !important;
  }
}

.section_hesinhthai {
  position: relative;
}
@media (min-width: 969px) {
  .section_hesinhthai::after {
    content: "";
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 63.5rem;
    height: 40rem;
    background-image: url("../images/gr_line.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

.list_tienich-item {
  font-size: 1.6rem;
  font-weight: 700;
  color: #16354E;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (min-width: 969px) {
  .list_tienich-item {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.list_tienich-item:last-child {
  margin-bottom: 0;
}
.list_tienich-item.active {
  color: #E95A29;
}
.list_tienich-item.active svg {
  width: 3.3rem;
  height: 1.9rem;
  left: -4rem;
}
.list_tienich-item.active svg path {
  fill: #E95A29;
}
.list_tienich-item svg {
  transition: all 0.3s ease;
}

.slide_tienich .slick-arrow {
  font-size: 0;
  position: absolute !important;
  bottom: 1.5rem;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 969px) {
  .slide_tienich .slick-arrow {
    width: 5.5rem;
    height: 5.5rem;
    bottom: 2.5rem;
  }
}
.slide_tienich .slick-arrow:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide_tienich .slick-prev {
  left: 1rem;
}
@media (min-width: 969px) {
  .slide_tienich .slick-prev {
    left: 3rem;
  }
}
.slide_tienich .slick-prev:before {
  background-image: url("../images/arr_left.png");
}
.slide_tienich .slick-next {
  right: 1rem;
}
@media (min-width: 969px) {
  .slide_tienich .slick-next {
    right: 3rem;
  }
}
.slide_tienich .slick-next:before {
  background-image: url("../images/arr_right.png");
}

#videoPlayer {
  transition: opacity 0.4s ease;
}

.section_phongcach {
  position: relative;
}
.section_phongcach::before {
  content: "";
  width: 28.5rem;
  height: 46rem;
  background-image: url("../images/bg_tabphongcach.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: inherit;
  bottom: -3.5rem;
  left: 0;
  z-index: 1;
}
@media (min-width: 969px) {
  .section_phongcach::before {
    width: 74.5rem;
    height: 99.5rem;
    top: 12rem;
    left: -3rem;
    bottom: inherit;
    z-index: 1;
  }
}
.section_phongcach .group_name {
  position: absolute;
}
.section_phongcach .group_name::after {
  content: "";
  width: 100%;
  height: 5.4rem;
  background: linear-gradient(180deg, rgba(22, 53, 78, 0) 0%, #16354E 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 969px) {
  .section_phongcach .group_name::after {
    height: 21.2rem;
  }
}

.phongcach_tab-item {
  background-image: url("../images/bg_tab.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.phongcach_tab-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.phongcach_tab-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.phongcach_tab-item span {
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  filter: blur(0px);
}
.phongcach_tab-item .ico_play {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(0px);
  z-index: 4;
}
@media (min-width: 969px) {
  .phongcach_tab-item .ico_play {
    width: 8rem;
    height: 8rem;
  }
}
.phongcach_tab-item:hover, .phongcach_tab-item.active {
  transform: translateY(-5px);
}
.phongcach_tab-item:hover::before, .phongcach_tab-item.active::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.phongcach_tab-item:hover::after, .phongcach_tab-item.active::after {
  opacity: 1;
}
.phongcach_tab-item:hover span, .phongcach_tab-item.active span {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  filter: blur(3px);
}
.phongcach_tab-item:hover .ico_play, .phongcach_tab-item.active .ico_play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0px);
  animation: float-play 1s ease-in-out infinite;
}

.svg-path-alumi {
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
.svg-path-alumi.active {
  opacity: 1;
}
.svg-path-alumi.active .line {
  animation: svg_bunder 1s ease-in-out infinite;
}

.slide_canho-item {
  border: none !important;
}
.slide_canho-item img {
  width: 100%;
  height: 26rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 969px) {
  .slide_canho-item img {
    height: 56rem;
  }
}

.btn_canho .cpn_btn svg circle {
  fill: #fff;
  transition: fill 0.3s ease;
}
.btn_canho .cpn_btn svg path {
  stroke: #E95A29;
  transition: stroke 0.3s ease;
}
.btn_canho .cpn_btn:hover svg circle {
  fill: #E95A29;
}
.btn_canho .cpn_btn:hover svg path {
  stroke: #ffffff;
}

.anchor-float {
  animation: anchorFloat 3s ease-in-out infinite;
}

.slide-phankhu .slick-track {
  display: flex;
}
.slide-phankhu .slide-phankhu-item {
  display: flex;
  height: auto;
}

.ico_social {
  width: 4.2rem;
  transition: all 0.3s ease;
}
.ico_social-bg {
  transition: fill 0.3s ease;
}
.ico_social-icon {
  transition: fill 0.3s ease;
}
.ico_social:hover .ico_social-bg {
  fill: #FF772B;
}
.ico_social:hover .ico_social-icon {
  fill: #fff;
}
@media (min-width: 969px) {
  .ico_social {
    width: 5.6rem;
    height: auto;
  }
}

.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: 969px) {
  .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: white;
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 9;
}
@media (min-width: 969px) {
  .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-content {
  overflow: auto;
  opacity: 0;
  transform: translateY(-10rem);
  transition: 0.3s ease-in-out;
}

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

@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;
  }
}/*# sourceMappingURL=global.css.map */