/* Base */
:root {
  scroll-behavior: auto; }

@font-face {
  font-family: Androgyne;
  src: url(../fonts/UTMANDROGYNE.TTF) format(truetype);
  font-weight: normal;
  font-display: swap; }
body {
  font-family: "Arial", "Microsoft JhengHei", sans-serif;
  color: #292929; }
  body.active-menu-mobi {
    overflow: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width */
  /* Track */
  /* Handle */ }
  *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    opacity: .8; }
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px; }
  *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px; }

table {
  width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  color: inherit; }
  a:hover {
    color: #f29104; }

img,
iframe,
video {
  max-width: 100%; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

.container {
  max-width: 1330px;
  padding: 0px 15px;
  margin: 0 auto; }

.row {
  margin: 0px -15px; }
  .row > * {
    padding: 0px 15px; }

.hidden {
  display: none; }

.error {
  font-size: 13px;
  color: red; }

.cookiePopup {
  display: flex;
  width: calc(100% - 20px);
  max-width: 400px;
  background: #f3f3f3;
  flex-wrap: wrap;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100; }
  .cookiePopup__text {
    display: block;
    width: 100%;
    padding: 30px;
    color: #000;
    margin-bottom: 0;
    border-bottom: 2px solid #666; }
  .cookiePopup__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 42px;
    color: #000;
    background: transparent;
    transition: 1s;
    background: #f3f3f3; }
    .cookiePopup__btn.btnGotIt {
      background: #333333;
      color: #fff; }
    .cookiePopup__btn:hover {
      background: #061227;
      color: #fff; }

input[type="checkbox"] {
  margin-right: 5px; }

::-webkit-input-placeholder {
  color: #555; }

::-moz-placeholder {
  color: #555; }

:-ms-input-placeholder {
  color: #555; }

::-ms-input-placeholder {
  color: #555; }

::placeholder {
  color: #555; }

button,
textarea {
  font-family: inherit; }

.btn:focus {
  box-shadow: none; }

@keyframes ani_scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.2); }
  80% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes nhapnho {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-5px); } }
@keyframes nhapnhay {
  0% {
    transform: scale(1);
    color: #fff; }
  100% {
    transform: scale(1.1);
    color: #FFC600; } }
@keyframes lac {
  0% {
    transform: rotate(0); }
  10% {
    transform: rotate(-25deg); }
  20% {
    transform: rotate(25deg); }
  30% {
    transform: rotate(-25deg); }
  40% {
    transform: rotate(25deg); }
  50% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
@keyframes hotline_before {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  50% {
    transform: scale(0.8);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes hotline_after {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
.nav-swiper {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #213047;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
  top: calc(50% - 20px);
  margin: 0;
  overflow: hidden;
  z-index: 8;
  opacity: .5;
  border-radius: 50%; }
  .nav-swiper::after {
    display: none; }
  .nav-swiper:hover {
    opacity: 1; }
  .nav-swiper.swiper-button-prev {
    left: 15px;
    text-indent: -3px; }
  .nav-swiper.swiper-button-next {
    right: 15px;
    text-indent: 3px; }

.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .5; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1; }

/* Page navigation */
.page-navi {
  display: block;
  width: 100%;
  text-align: center;
  margin: 30px 0px 0px; }
  .page-navi a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    background: #fff;
    font-weight: bold;
    transition: 0.4s;
    cursor: pointer;
    margin: 5px;
    font-size: 12px;
    text-transform: uppercase; }
    .page-navi a.active {
      border-color: #f29104;
      background: #f29104;
      color: #fff; }

.hotline-ani {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .hotline-ani {
      bottom: 80px; } }
  .hotline-ani:before, .hotline-ani:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    overflow: hidden; }
  .hotline-ani:before {
    z-index: 1;
    border: 2px solid #0A3970;
    width: 100%;
    height: 100%;
    animation: 1s hotline_before ease-in-out 0s infinite; }
  .hotline-ani:after {
    z-index: 2;
    background: rgba(10, 57, 112, 0.3);
    width: 80%;
    height: 80%;
    animation: 1s hotline_after 0s ease-out infinite alternate; }
  .hotline-ani .icon-hotline-ani {
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    animation: 1s lac 0s ease-in infinite;
    z-index: 3; }
  .hotline-ani .hotline-number {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    background: #0A3970;
    color: #fff;
    padding: 0px 20px 0px 40px;
    display: flex;
    align-items: center;
    height: 50%;
    border-radius: 0px 40px 40px 0px; }
  .hotline-ani.zalo-ani {
    bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .hotline-ani.zalo-ani {
        bottom: 170px; } }
    .hotline-ani.zalo-ani:before {
      border-color: #0A94E3; }
    .hotline-ani.zalo-ani:after {
      background: rgba(10, 148, 227, 0.3); }

#toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #f29104;
  color: #fff;
  font-size: 18px;
  transition: .4s;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  #toTop.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  #toTop:hover {
    background: #061227; }

.header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  background: transparent;
  color: #fff;
  z-index: 99;
  transition: .15s;
  padding: 35px 0px 10px; }
  @media (max-width: 992px) {
    .header {
      padding: 15px 0px; } }
  .header .container {
    position: relative;
    z-index: 99;
    max-width: 100%;
    padding: 0px 30px; }
    @media (max-width: 992px) {
      .header .container {
        padding: 0px 15px; } }
  .header__logo {
    display: block;
    width: fit-content;
    max-width: 240px; }
    .header__logo img {
      display: block;
      max-height: 98px;
      transition: .15s; }
      @media (max-width: 992px) {
        .header__logo img {
          max-height: 45px; } }
  .header__menu {
    display: block;
    width: 100%; }
  .header--dark {
    backdrop-filter: blur(5px);
    padding: 22.5px 0px;
    color: #333; }
    .header--dark .toggleMenu {
      color: #fff; }
  .header.fixed {
    background: #f58d42;
    backdrop-filter: blur(5px);
    padding: 10px 0px;
    color: #fff; }
    .header.fixed .header__logo img {
      max-height: 98px; }
      @media (max-width: 992px) {
        .header.fixed .header__logo img {
          max-height: 45px; } }
    .header.fixed .toggleMenu {
      color: #000; }

.toggleMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  flex-shrink: 0;
  margin-left: 20px; }
  .toggleMenu:focus {
    box-shadow: none; }

.menuToggle {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  transition: .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 98;
  overflow-y: overlay; }
  .menuToggle__list {
    display: flex;
    flex-direction: column;
    transition: .2s ease-in-out;
    transition-delay: 0s;
    transform: translateY(-3px);
    opacity: 0;
    align-items: center;
    padding-top: 160px;
    gap: 10px; }
    @media (max-width: 992px) {
      .menuToggle__list {
        padding-top: 110px; } }
    .menuToggle__list li {
      display: block;
      width: 100%; }
      .menuToggle__list li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #000; }
        @media (max-width: 992px) {
          .menuToggle__list li a {
            font-size: 20px; } }
      .menuToggle__list li:hover > a, .menuToggle__list li.active > a {
        color: #f29104; }

body.activeMenu {
  overflow: hidden; }
  body.activeMenu .menuToggle {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
    body.activeMenu .menuToggle__list {
      transition-delay: .2s;
      opacity: 1;
      transform: translateY(0); }
  body.activeMenu .toggleMenu {
    color: #000; }
    body.activeMenu .toggleMenu i::before {
      content: "\f00d"; }
  body.activeMenu .languages .langIcon {
    color: #000; }
  body.activeMenu #menu-primary {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

#menu-primary {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  transition: .2s ease-in-out;
  opacity: 1;
  visibility: visible;
  pointer-events: all; }
  @media (min-width: 992px) {
    #menu-primary .menu-item {
      display: block;
      width: fit-content;
      position: relative; }
      #menu-primary .menu-item .menu-link {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 15px 28px;
        font-family: "Microsoft JhengHei";
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        transition: .15s;
        position: relative; }
        #menu-primary .menu-item .menu-link::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 30px;
          width: calc(100% - 60px);
          height: 3px;
          background: #f29104;
          transition: .15s;
          transform-origin: bottom;
          transform: scaleY(0); }
      #menu-primary .menu-item .sub-menu {
        display: flex;
        flex-direction: column;
        width: fit-content;
        min-width: 180px;
        padding: 10px 0px;
        background: #fff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
        position: absolute;
        top: 105%;
        left: 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .15s ease-in-out; }
        #menu-primary .menu-item .sub-menu li {
          display: block;
          width: 100%;
          white-space: nowrap; }
          #menu-primary .menu-item .sub-menu li a {
            display: block;
            width: 100%;
            padding: 10px 30px;
            background: #fff;
            transition: .15s ease-in-out;
            font-weight: 600;
            color: #000; }
            #menu-primary .menu-item .sub-menu li a:hover {
              color: #f29104; }
      #menu-primary .menu-item > .btn-sub {
        display: none; }
      #menu-primary .menu-item:hover > .menu-link {
        color: inherit; }
        #menu-primary .menu-item:hover > .menu-link::after {
          transform: scaleY(1); }
      #menu-primary .menu-item:hover > .sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: all; }
      #menu-primary .menu-item.active > .menu-link {
        color: #f29104; } }
  @media (max-width: 992px) {
    #menu-primary {
      display: none; } }

.languages {
  display: block;
  position: relative;
  width: fit-content;
  flex-shrink: 0;
  padding: 10px 0px; }
  .languages .langIcon {
    font-size: 20px; }
  .languages .dropLang {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background: #fff;
    padding: 10px 0px;
    min-width: 120px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 0;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .15s ease-in-out; }
    .languages .dropLang .lang {
      display: block;
      width: 100%;
      padding: 10px 15px;
      color: #000;
      font-weight: bold; }
      .languages .dropLang .lang:hover, .languages .dropLang .lang.current {
        color: #f29104; }
      .languages .dropLang .lang.current {
        pointer-events: none; }
  .languages:hover .dropLang {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

.active-menu-mobi .header__menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all; }
.active-menu-mobi .overlayMenu {
  opacity: 1;
  visibility: visible; }

.footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1; }
  .footer__infoTop {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 10px 80px;
    padding: 30px 10px;
    background: #f29104;
    color: #fff; }
    .footer__infoTop > * {
      display: block;
      width: fit-content; }
      @media (max-width: 992px) {
        .footer__infoTop > * {
          text-align: center; } }
      .footer__infoTop > * i {
        font-size: 18px;
        margin-right: 5px; }
    .footer__infoTop a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer .row {
    row-gap: 20px; }
  .footer__main {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    overflow: hidden; }
    .footer__main .footerBoxs__title {
      display: block;
      width: 100%;
      font-size: 20px;
      color: #2b52a2;
      font-weight: bold;
      margin-bottom: 30px;
      margin-top: 45px; }
      @media (max-width: 992px) {
        .footer__main .footerBoxs__title {
          margin-top: 0; } }
    .footer__main .footerBoxs__text {
      color: #333;
      font-size: 16px; }
    .footer__main .footerBoxs__menu {
      display: flex;
      width: 100%;
      margin: 0;
      padding: 0;
      flex-direction: column; }
      .footer__main .footerBoxs__menu li {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .footer__main .footerBoxs__menu li a {
          display: block;
          width: fit-content;
          max-width: 100%;
          color: #333;
          font-size: 16px; }
          .footer__main .footerBoxs__menu li a:hover {
            color: #f29104;
            text-decoration: underline; }
  .footer__logo {
    display: block;
    width: fit-content;
    margin-bottom: 30px; }
    .footer__logo img {
      display: block;
      width: 100%;
      height: auto;
      max-height: 70px; }
  .footer__social {
    display: flex;
    width: 100%;
    gap: 10px; }
    .footer__social a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border: none;
      background: #f29104;
      color: #fff;
      border-radius: 50%;
      font-size: 18px;
      transition: .15s ease-in-out; }
      .footer__social a:hover {
        transform: translateY(-3px); }
  .footer__bot {
    display: block;
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #f29104; }
    @media (max-width: 992px) {
      .footer__bot {
        text-align: center; } }
    .footer__bot .copyright {
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 0;
      color: #fff; }
      .footer__bot .copyright a {
        color: #fff;
        font-size: 14px; }
        .footer__bot .copyright a:hover {
          color: #fff;
          text-decoration: underline; }
    .footer__bot ul {
      display: flex;
      flex-wrap: wrap;
      width: fit-content;
      margin: 0;
      padding: 0; }
      @media (max-width: 992px) {
        .footer__bot ul {
          width: 100%;
          margin-left: -15px;
          justify-content: center; } }
      .footer__bot ul li {
        display: block;
        width: fit-content;
        padding: 0px 15px;
        border-right: 1px solid #fff; }
        .footer__bot ul li:last-child {
          border-right: 0; }
        .footer__bot ul li a {
          display: block;
          width: fit-content;
          color: #fff;
          font-size: 14px; }
          .footer__bot ul li a:hover {
            color: #fff;
            text-decoration: underline; }

.slider {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .slider .swiper-pagination-bullet-active {
    background: #f29104; }
  .slider .swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 75px;
    background: none;
    color: #fff;
    opacity: 0.9;
    transition: .4s; }
    @media (max-width: 992px) {
      .slider .swiper-nav {
        display: none; } }
    .slider .swiper-nav::after {
      display: block;
      width: auto;
      height: auto;
      background: none;
      color: #fff;
      font-family: "Font Awesome 5 Pro";
      font-size: 26px; }
    .slider .swiper-nav.swiper-button-prev {
      left: 0; }
      .slider .swiper-nav.swiper-button-prev::after {
        content: "\f053"; }
    .slider .swiper-nav.swiper-button-next {
      right: 0; }
      .slider .swiper-nav.swiper-button-next::after {
        content: "\f054"; }
    .slider .swiper-nav:hover {
      opacity: 1; }
  .slider__item {
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .slider__item > * {
      position: relative; }
    .slider__item > img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      aspect-ratio: 16 / 9;
      animation: ani_scaleIn 1.6s both cubic-bezier(0.645, 0.045, 0.355, 1);
      position: relative;
      z-index: 0; }
      @media (max-width: 992px) {
        .slider__item > img {
          height: 480px; } }
    .slider__item > iframe, .slider__item > video {
      position: relative;
      z-index: 0;
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      pointer-events: none; }
      @media (max-width: 992px) {
        .slider__item > iframe, .slider__item > video {
          height: 480px;
          pointer-events: all; } }
  .slider__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 768px;
    left: 15%;
    z-index: 1 !important; }
    @media (max-width: 992px) {
      .slider__content {
        width: 100%;
        left: 0;
        padding: 0px 10px; } }
  .slider__subtitle {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    font-style: italic; }
    @media (max-width: 992px) {
      .slider__subtitle {
        font-size: 20px; } }
  .slider__title {
    display: block;
    width: fit-content;
    color: #fff;
    font-family: Androgyne, sans-serif;
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .slider__title {
        font-size: 24px;
        margin-bottom: 10px; } }
  .slider__text {
    display: block;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      .slider__text {
        font-size: 16px;
        margin-bottom: 15px; } }
  .slider__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px; }
  .slider__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: fit-content;
    height: 62px;
    padding: 0px 35px;
    border-radius: 5px;
    transition: .5s;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); }
    .slider__btn--service {
      background: #f29104; }
    .slider__btn--contact {
      background: #fff;
      color: #f29104; }
    .slider__btn:hover {
      clip-path: polygon(10% 0%, 0% 100%, 90% 100%, 100% 0%);
      border-radius: 0;
      background: #061227;
      color: #fff; }
    @media (max-width: 992px) {
      .slider__btn {
        flex-grow: 1;
        padding: 0px 20px;
        height: 35px;
        font-size: 16px; } }
  .slider .swiper-slide-active .slider__subtitle, .slider .swiper-slide-active .slider__title, .slider .swiper-slide-active .slider__text, .slider .swiper-slide-active .slider__btn {
    animation: fadeInScale 1s .3s ease-in-out both; }

.sub-heading {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #f29104;
  margin-bottom: 10px; }
  @media (max-width: 992px) {
    .sub-heading {
      font-size: 16px; } }

.heading {
  display: block;
  width: 100%;
  font-size: 63px;
  font-weight: bold;
  color: #2d52a2; }
  @media (max-width: 992px) {
    .heading {
      font-size: 30px; } }

.prodHome {
  display: block;
  width: 100%;
  padding: 80px 0px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .prodHome__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .prodHome__bg::before {
      content: "";
      display: block;
      width: 100%;
      height: 600px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
    .prodHome__bg img {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: calc(100% - 600px);
      object-position: center top;
      object-fit: cover; }
  .prodHome .container {
    position: static;
    z-index: 2; }
  .prodHome__top {
    margin-bottom: 80px;
    position: relative;
    z-index: 1; }
  .prodHome__des {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .prodHome__list {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
  .prodHome__item {
    display: block;
    position: relative;
    overflow: hidden;
    grid-column: span 1; }
    .prodHome__item .image {
      display: block;
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover;
      position: relative;
      z-index: 0;
      transition: .2s ease-in-out; }
    .prodHome__item .title {
      display: block;
      width: 60%;
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      margin: 0;
      position: absolute;
      z-index: 1;
      bottom: 40px;
      left: 40px;
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8); }
    .prodHome__item:first-child {
      grid-row: 1 / span 6; }
    .prodHome__item:nth-child(2) {
      grid-row: 2 / span 3; }
      .prodHome__item:nth-child(2) .title {
        font-size: 30px; }
    .prodHome__item:nth-child(3) {
      grid-row: 7 / span 3; }
      .prodHome__item:nth-child(3) .title {
        font-size: 30px; }
    .prodHome__item:last-child {
      grid-row: 5 / span 6; }
    .prodHome__item:hover .image {
      transform: scale(1.1); }
  .prodHome__infos {
    display: flex;
    width: 100%;
    gap: 26px;
    position: relative;
    z-index: 2; }
    .prodHome__infos .boxInfo {
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .prodHome__infos .boxInfo__img {
        display: block;
        width: auto;
        height: 40px;
        flex-shrink: 0;
        margin-right: 15px;
        margin-top: 10px; }
      .prodHome__infos .boxInfo__content {
        display: flex;
        flex-direction: column; }
        .prodHome__infos .boxInfo__content .number {
          display: block;
          width: 100%;
          font-size: 60px;
          font-weight: bold;
          margin-bottom: 5px;
          line-height: 1; }
        .prodHome__infos .boxInfo__content .text {
          display: block;
          width: 100%;
          font-size: 16px;
          font-weight: normal; }
  @media (max-width: 992px) {
    .prodHome {
      padding: 30px 0px; }
      .prodHome__top {
        margin-bottom: 30px; }
      .prodHome__title {
        font-size: 26px; }
      .prodHome__list {
        gap: 10px;
        grid-template-columns: 1fr;
        margin-bottom: 30px; }
      .prodHome__item {
        grid-row: span 1 !important; }
        .prodHome__item .title {
          font-size: 28px; }
      .prodHome__infos {
        flex-direction: column;
        row-gap: 15px; }
        .prodHome__infos .boxInfo {
          padding-bottom: 20px;
          position: relative; }
          .prodHome__infos .boxInfo__img {
            height: 30px;
            margin-top: 4px; }
          .prodHome__infos .boxInfo__content .number {
            font-size: 40px; }
          .prodHome__infos .boxInfo__content .text {
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center; } }

.ourSteps {
  display: block;
  width: 100%;
  padding: 100px 0px;
  overflow: hidden;
  position: relative; }
  .ourSteps__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 0; }
  .ourSteps .container {
    position: relative;
    z-index: 1; }
  .ourSteps .sub-heading {
    margin-bottom: 20px; }
  .ourSteps .heading {
    font-size: 36px;
    color: #fff;
    max-width: 360px; }
  .ourSteps .accordion .accordion-item {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff; }
  .ourSteps .accordion .accordion-button {
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.64);
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: bold;
    color: #fff; }
    .ourSteps .accordion .accordion-button::after {
      display: none; }
    .ourSteps .accordion .accordion-button:focus {
      box-shadow: none; }
    .ourSteps .accordion .accordion-button:not(.collapsed), .ourSteps .accordion .accordion-button:hover {
      color: #f29104; }
  .ourSteps .accordion .accordion-body {
    padding: 30px 0px 10px;
    font-size: 18px; }
  @media (max-width: 992px) {
    .ourSteps {
      padding: 30px 0px; }
      .ourSteps .heading {
        font-size: 30px; }
      .ourSteps .accordion .accordion-button {
        font-size: 20px; } }

.ourFactories {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    .ourFactories {
      flex-direction: column; } }
  .ourFactories .container {
    position: absolute;
    z-index: 2;
    padding: 50px 0px;
    pointer-events: none; }
    @media (max-width: 992px) {
      .ourFactories .container {
        position: relative;
        margin-top: -80px;
        padding: 0px 15px 30px; } }
  .ourFactories__bg {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    aspect-ratio: 1920/723; }
  .ourFactories__map {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 1920/723; }
    .ourFactories__map .ofLocation {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: none;
      border: none;
      opacity: 0.7;
      transition: opacity 0.3s;
      transform: translate(50%, 50%); }
      .ourFactories__map .ofLocation::before, .ourFactories__map .ofLocation::after {
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute; }
      .ourFactories__map .ofLocation::before {
        width: 100%;
        height: 100%;
        background: rgba(248, 5, 1, 0.5);
        border: 1px solid rgba(248, 5, 1, 0.8); }
      .ourFactories__map .ofLocation::after {
        width: 12px;
        height: 12px;
        background: #f29104; }
      .ourFactories__map .ofLocation:hover {
        transform: translate(50%, 50%) scale(1.1); }
        .ourFactories__map .ofLocation:hover::before {
          animation: 1s hotline_before ease-in-out 0s infinite; }
      @media (max-width: 992px) {
        .ourFactories__map .ofLocation {
          width: 8px;
          height: 8px; }
          .ourFactories__map .ofLocation::after {
            width: 5px;
            height: 5px; } }
  .ourFactories .popupInfo {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 3;
    transition: .15s ease-in-out;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    padding: 35px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3); }
    .ourFactories .popupInfo.show {
      top: 50%;
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .ourFactories .popupInfo .closePopup {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      background: #000;
      color: #fff;
      width: 40px;
      height: 40px;
      font-size: 20px;
      border: none;
      border-radius: 0;
      transition: .2s; }
      .ourFactories .popupInfo .closePopup:hover {
        background: #f29104; }
      .ourFactories .popupInfo .closePopup:focus {
        box-shadow: none; }
    .ourFactories .popupInfo__title {
      display: block;
      width: 100%;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 20px; }
    .ourFactories .popupInfo__company {
      display: block;
      width: 100%;
      font-size: 15px;
      margin-bottom: 5px; }
    .ourFactories .popupInfo__content {
      display: block;
      width: 100%;
      font-size: 15px; }
      .ourFactories .popupInfo__content p {
        margin-bottom: 5px; }
  .ourFactories__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 620px; }
    .ourFactories__content .heading {
      font-size: 48px;
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .ourFactories__content .heading {
          font-size: 32px;
          margin-bottom: 20px; } }
  .ourFactories__des {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 35px; }
  .ourFactories__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 54px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 30px;
    border-radius: 5px;
    background: #f29104;
    color: #fff;
    pointer-events: all;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    transition: background .5s, clip-path .5s !important; }
    .ourFactories__btn:hover {
      clip-path: polygon(10% 0%, 0% 100%, 90% 100%, 100% 0%);
      border-radius: 0;
      background: #061227;
      color: #fff; }
    @media (max-width: 992px) {
      .ourFactories__btn {
        font-size: 13px;
        height: 46px; } }

.services__list {
  row-gap: 15px; }

@media (min-width: 992px) {
  .col-lg-20 {
    width: calc(100%/5); } }

.serviceBox {
  padding: 30px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 20px -5px rgba(0, 0, 0, 0.3); }
  .serviceBox__title {
    font-size: 18px;
    text-transform: uppercase; }
  .serviceBox__img {
    display: block;
    width: fit-content;
    max-width: 100%; }
  .serviceBox:hover {
    box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px); }
    .serviceBox:hover .serviceBox__img {
      animation: nhapnho .5s linear 0s infinite alternate; }

.topPage {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 19/6;
  min-height: 460px;
  padding: 50px 0px 30px; }
  @media (max-width: 992px) {
    .topPage {
      min-height: 280px;
      align-items: flex-end;
      padding-bottom: 20px; } }
  .topPage .container {
    position: relative;
    z-index: 1; }
  .topPage__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }
  .topPage__title {
    display: block;
    width: 100%;
    font-family: Androgyne, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.43);
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .topPage__title {
        font-size: 20px; } }
  .topPage__des {
    display: block;
    width: 100%;
    max-width: 500px;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    color: #fff; }
  .topPage--sp {
    clip-path: polygon(0% 0%, 0% 100%, 100% 80%, 100% 0%); }

.breadcrumb {
  position: absolute;
  top: 131px;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  display: inline; }
  @media (max-width: 992px) {
    .breadcrumb {
      top: 75px; } }

.productsTitle {
  display: block;
  width: 100%;
  text-align: center;
  padding: 50px 0px;
  background: #fff;
  font-size: 63px;
  font-weight: bold;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .productsTitle {
      font-size: 26px;
      padding: 30px 0px; } }

.products {
  display: block;
  width: 100%;
  background: #f6f6f6; }
  .products__list {
    margin: 0;
    margin-left: -1px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: row; }
    .products__list > * {
      grid-column: span 1;
      grid-row: span 1;
      padding: 0;
      margin-right: -1px;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      position: relative;
      z-index: 1; }
      .products__list > *:hover {
        z-index: 2; }
    @media (max-width: 992px) {
      .products__list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) {
      .products__list {
        grid-template-columns: 1fr;
        border-top: 1px solid #ddd; } }
  .products__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: -1px;
    margin-right: -1px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: .2s ease-in-out;
    background: #f6f6f6;
    padding: 20px; }
    @media (max-width: 992px) {
      .products__item {
        border-bottom: 1px solid #ddd; } }
    .products__item .image {
      display: block;
      width: 100%;
      background: none;
      overflow: hidden;
      flex-shrink: 0;
      margin-bottom: 20px; }
      .products__item .image img {
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        object-position: center;
        object-fit: contain;
        margin: auto; }
    .products__item .title {
      display: block;
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      flex: 1 1 auto;
      margin-bottom: 35px;
      color: #292929; }
      @media (max-width: 992px) {
        .products__item .title {
          font-size: 28px;
          margin-bottom: 20px; } }
    .products__item .more {
      display: flex;
      width: fit-content;
      align-items: center;
      margin-left: -20px;
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      gap: 6px; }
      .products__item .more::before {
        content: "";
        display: block;
        width: 35px;
        height: 0;
        border-top: 1px solid #ddd;
        transition: .2s ease-in-out; }
      .products__item .more:after {
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
        font-weight: bold; }
    .products__item:hover {
      border-color: #f29104;
      transform: translateY(-5px);
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3); }
      .products__item:hover .more {
        color: #f29104; }
        .products__item:hover .more::before {
          border-color: #f29104; }

.botPage {
  display: block;
  width: 100%;
  height: 395px;
  position: relative;
  z-index: 3;
  background: #f6f6f6;
  margin-top: 100px; }
  @media (max-width: 992px) {
    .botPage {
      margin-top: 0;
      height: auto; }
      .botPage .container {
        max-width: 100%;
        padding: 0 !important; } }
  .botPage::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    background: #f6f6f6; }
    @media (max-width: 992px) {
      .botPage::before {
        display: none; } }
  .botPage__bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    clip-path: polygon(15% 0%, 0% 100%, 100% 100%, 100% 0%); }
    .botPage__bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }
  .botPage .container {
    position: relative;
    z-index: 1; }
  .botPage__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 15%;
    top: -65px;
    background: #2d52a2;
    color: #fff;
    padding: 45px;
    max-width: 590px; }
    @media (max-width: 992px) {
      .botPage__content {
        left: 0;
        top: 0;
        position: relative;
        padding: 30px 15px; } }
  .botPage__title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media (max-width: 992px) {
      .botPage__title {
        font-size: 28px;
        margin-bottom: 15px; } }
  .botPage__des {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .botPage__des {
        font-size: 16px;
        margin-bottom: 20px; } }
  .botPage__btn {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    border: none;
    background: #f29104;
    color: #fff;
    padding: 5px 30px;
    text-transform: uppercase;
    transition: .2s ease-in-out; }
    .botPage__btn:hover {
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.prodList {
  display: block;
  width: 100%;
  padding: 40px 0px 0px;
  overflow: hidden;
  background: #f6f6f6; }
  .prodList__wrap {
    row-gap: 30px; }
  @media (max-width: 992px) {
    .prodList {
      padding: 30px 0px; }
      .prodList__wrap {
        row-gap: 20px; } }

.product {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  transition: .2s ease-in-out; }
  .product__image {
    display: block;
    width: 100%;
    background: none;
    overflow: hidden;
    flex-shrink: 0; }
    .product__image img {
      display: block;
      width: 100%;
      aspect-ratio: 1/1;
      object-position: center;
      object-fit: contain;
      margin: auto; }
  .product__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 15px; }
  .product__title {
    display: block;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px; }
    .product__title a {
      display: block;
      width: 100%;
      font-size: 18px;
      font-weight: bold;
      transition: .2s ease-in-out; }
      .product__title a:hover {
        color: #f29104; }
  .product__meta {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #5d5d5d; }
    .product__meta p {
      margin-bottom: 0; }
  .product__readmore {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    transition: .2s ease-in-out;
    position: relative; }
    .product__readmore span {
      position: relative;
      z-index: 1; }
    .product__readmore::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 0;
      background: #f29104;
      border: 1px solid transparent;
      border-radius: 5px;
      transition: .2s ease-in-out; }
    .product__readmore:hover::before {
      border-color: #f29104;
      background: #fff;
      color: #f29104;
      transform: skewX(-15deg); }
  .product:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }

#menu-cate {
  margin: 0; }
  #menu-cate li {
    position: relative;
    margin-bottom: 5px; }
    #menu-cate li a {
      font-size: 17px;
      font-weight: bold;
      color: #666; }
    #menu-cate li.active {
      padding-bottom: 35px; }
      #menu-cate li.active::marker {
        color: #f29104; }
      #menu-cate li.active a {
        color: #f29104; }
      #menu-cate li.active::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -13px;
        display: block;
        width: 0;
        height: 35px;
        border-right: 1px solid #f29104; }
    #menu-cate li:hover::marker {
      color: #f29104; }
    #menu-cate li:hover a {
      color: #f29104; }

.full-breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  height: 44px;
  background: #eee;
  margin-top: 0px; }
  @media (max-width: 992px) {
    .full-breadcrumb {
      margin-top: 90px; } }
  .full-breadcrumb .breadcrumb {
    top: unset;
    color: #292929; }

.prodDetail {
  display: block;
  width: 100%;
  padding-bottom: 50px; }
  .prodDetail__summary {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0px 100px;
    background: #f9f9f9; }
    @media (max-width: 992px) {
      .prodDetail__summary {
        padding: 30px 0px; } }
    .prodDetail__summary::before {
      content: "";
      position: absolute;
      z-index: 0;
      display: block;
      width: 50%;
      height: calc(100% - 50px);
      top: 0;
      left: 0;
      background: #fff; }
      @media (max-width: 992px) {
        .prodDetail__summary::before {
          display: none; } }
    .prodDetail__summary .container {
      position: relative;
      z-index: 1; }
      .prodDetail__summary .container .row {
        row-gap: 20px; }
  .prodDetail__gallery {
    --prod-thumb-size: 90px;
    --prod-thumb-gap: 10px;
    align-items: flex-start;
    min-width: 0; }
  .prodDetail__thumbs {
    flex-shrink: 0;
    display: block;
    width: 90px;
    min-width: 0;
    height: calc((var(--prod-thumb-size) * 5) + (var(--prod-thumb-gap) * 4));
    margin-right: 10px;
    overflow: hidden; }
    .prodDetail__thumbs .swiper-slide {
      height: var(--prod-thumb-size) !important; }
    .prodDetail__thumbs .thumb {
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #eee; }
      .prodDetail__thumbs .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: contain; }
    .prodDetail__thumbs .swiper-slide.swiper-slide-thumb-active .thumb {
      border-color: #f29104; }
    @media (max-width: 992px) {
      .prodDetail__thumbs {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-top: 10px; }
        .prodDetail__thumbs .swiper-slide {
          height: auto !important; }
        .prodDetail__thumbs .thumb {
          height: auto;
          aspect-ratio: 1/1; } }
  .prodDetail__images {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 100px);
    overflow: hidden; }
    .prodDetail__images .image {
      display: block;
      width: 100%;
      aspect-ratio: 1/1; }
      .prodDetail__images .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: contain; }
    @media (max-width: 992px) {
      .prodDetail__images {
        max-width: 100%; } }
  .prodDetail__meta {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #5d5d5d;
    margin-bottom: 30px; }
    .prodDetail__meta p {
      margin-bottom: 0px; }
    @media (max-width: 992px) {
      .prodDetail__meta {
        margin-bottom: 20px; } }
  .prodDetail__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .prodDetail__title::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 150px;
      height: 0;
      border-top: 1px solid #f29104; }
    @media (max-width: 992px) {
      .prodDetail__title {
        margin-bottom: 20px; } }
  .prodDetail__des {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #5d5d5d; }
  .prodDetail__tabs {
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden; }
    .prodDetail__tabs .container {
      max-width: 1030px; }
      @media (max-width: 992px) {
        .prodDetail__tabs .container {
          padding: 0; } }
    .prodDetail__tabs .nav-tabs {
      position: relative;
      border: none; }
      .prodDetail__tabs .nav-tabs::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        height: 100%;
        background: #eee; }
      .prodDetail__tabs .nav-tabs .nav-link {
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 2px solid transparent;
        color: #5d5d5d;
        font-size: 18px;
        font-weight: 500;
        background: none;
        border-radius: 0;
        flex-grow: 1;
        text-align: center; }
        @media (max-width: 992px) {
          .prodDetail__tabs .nav-tabs .nav-link {
            font-size: 16px; } }
        .prodDetail__tabs .nav-tabs .nav-link.active {
          color: #000;
          border-color: #f29104;
          background: #fff; }
    .prodDetail__tabs .tab-pane {
      padding: 40px 0px; }
      @media (max-width: 992px) {
        .prodDetail__tabs .tab-pane {
          padding: 30px 0px; } }
    .prodDetail__tabs .specData {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #ddd; }
      .prodDetail__tabs .specData th,
      .prodDetail__tabs .specData td {
        padding: 10px;
        border: 1px solid #ddd; }
      .prodDetail__tabs .specData th {
        width: 30%; }
      .prodDetail__tabs .specData tr:nth-child(2n) {
        background: #eee; }

.menuPage {
  display: block;
  width: 100%;
  background: #eee;
  overflow: hidden; }
  .menuPage .container {
    max-width: 1080px; }
    @media (max-width: 992px) {
      .menuPage .container {
        padding: 0; } }
  .menuPage__nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: none; }
    .menuPage__nav a {
      flex-grow: 1;
      display: block;
      width: auto;
      text-align: center;
      padding: 15px;
      background: none;
      color: #5d5d5d;
      font-size: 18px;
      font-weight: 500;
      border-bottom: 2px solid transparent; }
      @media (max-width: 992px) {
        .menuPage__nav a {
          padding: 10px;
          font-size: 16px;
          flex-basis: 50%; } }
      .menuPage__nav a:hover {
        color: #000; }
      .menuPage__nav a.active {
        background: #fff;
        color: #000;
        border-color: #f29104; }

.aboutPage {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 992px) {
    .aboutPage {
      padding: 30px 0px; } }
  .aboutPage h1,
  .aboutPage h2,
  .aboutPage h3,
  .aboutPage h4,
  .aboutPage h5 {
    font-weight: 700; }

.main-milestones {
  position: relative;
  align-items: flex-start; }
  .main-milestones > * {
    padding: 50px 15px; }
    @media (max-width: 992px) {
      .main-milestones > * {
        padding: 30px 15px; } }
  .main-milestones .col-milestones {
    display: block; }
    .main-milestones .col-milestones.ctrl-milestones {
      width: 240px;
      text-align: right;
      position: sticky;
      top: 0; }
      @media only screen and (max-width: 960px) {
        .main-milestones .col-milestones.ctrl-milestones {
          display: none; } }
      .main-milestones .col-milestones.ctrl-milestones li {
        display: inline-block;
        width: 100%; }
        .main-milestones .col-milestones.ctrl-milestones li a {
          font-size: 18px;
          font-weight: normal;
          color: #666; }
        .main-milestones .col-milestones.ctrl-milestones li.active a {
          font-size: 72px;
          color: #f29104; }
        .main-milestones .col-milestones.ctrl-milestones li.active + li a {
          font-size: 32px; }
    .main-milestones .col-milestones.panel-milestones {
      width: calc(100% - 240px);
      border-left: 3px solid #eeeeee; }
      @media only screen and (max-width: 960px) {
        .main-milestones .col-milestones.panel-milestones {
          width: 100%;
          border: none; } }
      .main-milestones .col-milestones.panel-milestones .ct-milestone {
        display: block;
        width: 100%; }
        .main-milestones .col-milestones.panel-milestones .ct-milestone .year {
          display: block;
          width: 100%;
          font-size: 50px;
          font-weight: normal; }
          @media (max-width: 992px) {
            .main-milestones .col-milestones.panel-milestones .ct-milestone .year {
              font-size: 32px; } }
        .main-milestones .col-milestones.panel-milestones .ct-milestone .content {
          padding-bottom: 30px; }
          @media (max-width: 992px) {
            .main-milestones .col-milestones.panel-milestones .ct-milestone .content {
              padding-bottom: 10px; } }
          .main-milestones .col-milestones.panel-milestones .ct-milestone .content li {
            margin-bottom: 10px; }
            .main-milestones .col-milestones.panel-milestones .ct-milestone .content li::marker {
              font-size: 16px;
              color: #f29104; }
        .main-milestones .col-milestones.panel-milestones .ct-milestone.active .year {
          color: #f29104; }

.news {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #fff;
  overflow: hidden; }
  .news .container {
    max-width: 1230px; }
  .news__list {
    row-gap: 30px; }

.post {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  transition: .2s ease-in-out;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .post__image {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
    flex-shrink: 0;
    overflow: hidden; }
    .post__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: .2s ease-in-out; }
  .post__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding: 20px; }
  .post__date {
    flex-shrink: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #c0c0c0;
    margin-bottom: 10px; }
  .post__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    flex: 1 1 auto;
    margin-bottom: 35px;
    color: #292929; }
    @media (max-width: 992px) {
      .post__title {
        font-size: 24px;
        margin-bottom: 20px; } }
  .post__more {
    display: flex;
    width: fit-content;
    align-items: center;
    margin-left: -20px;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    gap: 6px; }
    .post__more::before {
      content: "";
      display: block;
      width: 35px;
      height: 0;
      border-top: 1px solid #ddd;
      transition: .2s ease-in-out; }
    .post__more:after {
      content: "\f0da";
      font-family: "Font Awesome 5 Pro";
      font-weight: bold; }
  .post:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3); }
    .post:hover .post__image img {
      transform: scale(1.1); }
    .post:hover .post__more {
      color: #f29104; }
      .post:hover .post__more::before {
        border-color: #f29104; }

.newsDetail {
  display: block;
  width: 100%;
  padding: 0px 0px 50px; }
  @media (max-width: 992px) {
    .newsDetail {
      padding-bottom: 30px; } }
  .newsDetail .container {
    max-width: 1230px; }
  .newsDetail__cate {
    display: block;
    width: fit-content;
    min-width: 280px;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    border-bottom: 2px solid #f29104;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center; }
    @media (max-width: 992px) {
      .newsDetail__cate {
        margin-left: auto;
        margin-right: auto; } }
  .newsDetail__date {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #c0c0c0;
    margin-top: 50px;
    margin-bottom: 10px; }
    @media (max-width: 992px) {
      .newsDetail__date {
        margin-top: 30px; } }
  .newsDetail__title {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .newsDetail__title {
        font-size: 26px;
        margin-bottom: 20px; } }
  .newsDetail__content {
    display: block;
    width: 100%;
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      .newsDetail__content {
        margin-bottom: 30px; } }
  .newsDetail__nav {
    display: flex;
    justify-content: center;
    width: 100%; }
    .newsDetail__nav a {
      display: flex;
      width: 50%;
      max-width: 180px;
      padding: 10px;
      border: 1px solid #ccc;
      background: #fff;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      font-weight: normal;
      transition: .2s ease-in-out;
      text-transform: uppercase; }
      .newsDetail__nav a:hover {
        background: #f29104;
        color: #fff;
        border-color: transparent;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }

.support {
  display: block;
  width: 100%;
  padding: 20px 0px 50px;
  background: #fff; }
  .support .container {
    max-width: 1140px; }
  .support__list {
    row-gap: 30px; }
  .support__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .2s ease-in-out; }
    .support__item .image {
      display: block;
      width: 100%;
      aspect-ratio: 250/285;
      overflow: hidden;
      flex-shrink: 0; }
      .support__item .image img {
        display: block;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        transition: .2s ease-in-out; }
    .support__item .title {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      position: relative;
      padding: 15px;
      background: #000;
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      transition: .2s ease-in-out;
      margin-bottom: 0;
      flex-shrink: 0; }
      .support__item .title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 0px;
        height: 0;
        border-top: 1px solid #fff;
        transition: .2s ease-in-out; }
    .support__item:hover {
      transform: translateY(-5px);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
      .support__item:hover .image img {
        transform: scale(1.1); }
      .support__item:hover .title {
        background: #f29104;
        padding-left: 30px; }
        .support__item:hover .title::before {
          width: 25px; }

.factoriesPage {
  display: block;
  width: 100%; }
  .factoriesPage__top {
    display: block;
    width: 100%;
    overflow: hidden; }
    .factoriesPage__top img {
      display: block;
      width: 100%;
      height: auto; }
  .factoriesPage .container {
    row-gap: 45px;
    padding: 50px 0px; }
  .factoriesPage__block {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #fff;
    border: 1px solid transparent;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: .2s ease-in-out; }
    .factoriesPage__block:hover {
      border-color: #f29104;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

.worldwide {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #fff; }
  .worldwide__block {
    display: flex;
    width: 100%;
    overflow: hidden; }
    .worldwide__block .map {
      display: block;
      width: 50%;
      aspect-ratio: 2/1;
      min-height: 500px; }
      .worldwide__block .map iframe {
        display: block;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }
    .worldwide__block .info {
      display: block;
      width: 60%;
      position: relative;
      margin-left: -10%;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }
      .worldwide__block .info__inner {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        padding: 15%;
        padding-left: 20%;
        background: #fff;
        clip-path: polygon(0% 0%, 15% 100%, 100% 100%, 100% 0%);
        transition: .2s ease-in-out; }
        .worldwide__block .info__inner .title {
          display: block;
          width: 100%;
          font-size: 45px;
          font-weight: bold;
          margin-bottom: 20px; }
        .worldwide__block .info__inner .content {
          display: block;
          width: 100%;
          font-size: 14px; }
          .worldwide__block .info__inner .content p {
            margin-bottom: 0; }
    .worldwide__block:nth-child(2n) {
      flex-direction: row-reverse; }
      .worldwide__block:nth-child(2n) .info {
        margin-left: unset;
        margin-right: -10%; }
        .worldwide__block:nth-child(2n) .info__inner {
          background: #e0e0e0;
          clip-path: polygon(0% 0%, 0% 100%, 90% 100%, 100% 0%); }
    .worldwide__block:hover .info__inner {
      background: #e6a7a6; }
    @media (max-width: 992px) {
      .worldwide__block {
        flex-direction: column; }
        .worldwide__block:nth-child(2n) {
          flex-direction: column; }
        .worldwide__block .map {
          width: 100%;
          aspect-ratio: 16/9;
          min-height: unset;
          max-height: 240px; }
        .worldwide__block .info {
          width: 100%;
          margin: 0 !important;
          filter: unset !important; }
          .worldwide__block .info__inner {
            padding: 30px 15px !important;
            clip-path: unset !important; }
            .worldwide__block .info__inner .title {
              font-size: 30px; } }

.contactPage {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 992px) {
    .contactPage {
      padding: 0; } }
  .contactPage .container {
    max-width: 1230px; }

.form-contact {
  display: block;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 1; }
  @media (max-width: 768px) {
    .form-contact {
      padding: 30px 0px; } }
  .form-contact__title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .form-contact__title {
        font-size: 26px; } }
  .form-contact__des {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
  .form-contact form {
    position: relative;
    z-index: 1; }
    .form-contact form .form-grp {
      width: calc(100% - 10px);
      padding: 15px 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      flex-wrap: wrap;
      margin: 0px 5px 10px;
      background: #f7f7f7; }
      .form-contact form .form-grp:focus-within {
        background: #fdf5f5; }
      @media only screen and (max-width: 640px) {
        .form-contact form .form-grp {
          padding: 10px; } }
      .form-contact form .form-grp.f-grp-2 {
        width: calc(100% / 2 - 10px); }
        @media only screen and (max-width: 640px) {
          .form-contact form .form-grp.f-grp-2 {
            width: calc(100% - 10px); } }
      .form-contact form .form-grp label {
        width: 130px;
        border-right: 2px solid #ccc;
        margin-right: 20px; }
      .form-contact form .form-grp input,
      .form-contact form .form-grp textarea, .form-contact form .form-grp select {
        width: calc(100% - 150px);
        border: none;
        background-color: transparent;
        outline: 0;
        height: 24px;
        padding: 0; }
        .form-contact form .form-grp input:focus,
        .form-contact form .form-grp textarea:focus, .form-contact form .form-grp select:focus {
          box-shadow: none; }
      .form-contact form .form-grp textarea {
        height: 150px; }
      .form-contact form .form-grp.capcha input {
        width: calc(100% - 350px); }
        @media only screen and (max-width: 640px) {
          .form-contact form .form-grp.capcha input {
            width: 100%;
            margin-top: 10px; } }
      .form-contact form .form-grp img {
        margin-right: 10px;
        max-height: 40px;
        max-width: 200px; }
      .form-contact form .form-grp.btn-form {
        background: none;
        padding: 0;
        margin-top: 30px; }
        .form-contact form .form-grp.btn-form button {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          width: fit-content;
          text-align: center;
          height: 45px;
          padding: 0px 50px;
          background: #f29104;
          border: none;
          color: #fff;
          position: relative;
          cursor: pointer;
          border-radius: 5px;
          transition: 0.4s; }
          .form-contact form .form-grp.btn-form button:hover {
            background: #2d52a2; }

.privacyPage {
  display: block;
  width: 100%;
  padding: 50px 0px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .privacyPage {
      padding: 30px 0px; } }
  .privacyPage .container {
    max-width: 1230px; }
  .privacyPage p {
    font-size: 15px;
    font-weight: normal; }

.page404 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .page404__bg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 768px;
    object-fit: cover;
    animation: ani_scaleIn 1.6s both cubic-bezier(0.645, 0.045, 0.355, 1); }
  .page404__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(248, 5, 1, 0.5);
    color: #fff;
    text-align: center; }
    @media (max-width: 992px) {
      .page404__content {
        border-radius: 0;
        width: calc(100% - 20px);
        height: auto;
        padding: 10px; } }
  .page404__title {
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }
  .page404__text {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 40px; }
  .page404__btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    transition: .15s ease-in-out; }
    .page404__btn:hover {
      color: #fff;
      transform: translateY(-2px); }

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