/* Base */
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  color: #000;
  position: relative;
  font-weight: normal; }
  body.active-menu {
    overflow: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

table,
td,
th {
  border: 1px solid black; }

td.w10,
th.w10 {
  width: 10%; }
td.w20,
th.w20 {
  width: 20%; }
td.w30,
th.w30 {
  width: 30%; }
td.w40,
th.w40 {
  width: 40%; }
td.w50,
th.w50 {
  width: 50%; }
td.w60,
th.w60 {
  width: 60%; }
td.w70,
th.w70 {
  width: 70%; }
td.w80,
th.w80 {
  width: 80%; }
td.w90,
th.w90 {
  width: 90%; }
td.w100,
th.w100 {
  width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: inherit; }
  a:hover {
    color: #ffba00; }

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

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

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

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

.full-container {
  position: relative;
  left: 0;
  transition: 0.4s; }
  .active-menu .full-container {
    left: -280px; }

.container {
  max-width: 1230px;
  padding: 0px 15px; }

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

.hidden {
  display: none; }

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

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

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

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

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

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

::placeholder {
  color: #ccc; }

button,
textarea,
input,
select {
  font-family: inherit;
  outline: none; }

@keyframes nhapnho {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
@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: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #c6c6c6;
  color: #fff;
  transition: 0.4s;
  font-size: 24px;
  top: calc(50% - 25px);
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 8; }
  .nav-swiper.swiper-button-prev {
    left: 15px;
    text-indent: -3px; }
  .nav-swiper.swiper-button-next {
    right: 15px;
    text-indent: 3px; }

/* Page navigation */
.page-navi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin: 30px 0px;
  gap: 5px 10px; }
  .page-navi button, .page-navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 50%;
    color: #000;
    background: #fff;
    font-weight: bold;
    transition: 0.4s;
    cursor: pointer;
    text-transform: uppercase; }
    .page-navi button:hover, .page-navi a:hover {
      background: rgba(255, 186, 0, 0.5); }
    .page-navi button.active, .page-navi a.active {
      background: #ffba00;
      color: #fff; }

#btn-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #fff;
  background: #f60034;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99; }

.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; }
  .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; }
    .hotline-ani.zalo-ani:before {
      border-color: #0a94e3; }
    .hotline-ani.zalo-ani:after {
      background: rgba(10, 148, 227, 0.3); }

[data-aos="text-ani"] {
  display: inline-block;
  overflow: hidden;
  line-height: 1.4;
  color: transparent;
  position: relative; }
  [data-aos="text-ani"]:before {
    content: attr(data-anitext);
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    transform-origin: left top;
    transform: translate(0, 100%) skewY(45deg);
    transition: transform 1.1s cubic-bezier(0.12, 0.55, 0.51, 0.96) 0.55s; }
  [data-aos="text-ani"].aos-animate:before {
    transform: translate(0, 0) skewY(0deg); }

/* Header */
.full-header {
  display: block;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  top: 0; }
  @media (max-width: 992px) {
    .full-header {
      padding: 10px 0px; } }
  .full-header .container {
    max-width: 1600px; }
  .full-header .main-header {
    position: static;
    background: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 1280px) {
      .full-header .main-header {
        order: 2;
        justify-content: space-between; } }
    .full-header .main-header .logo {
      display: block;
      flex-shrink: 0;
      width: fit-content; }
      .full-header .main-header .logo img {
        display: block;
        max-height: 60px;
        object-fit: contain; }
        @media (max-width: 992px) {
          .full-header .main-header .logo img {
            max-height: 50px; } }
    .full-header .main-header .menu-main {
      display: block;
      flex: 1 1 auto;
      padding-left: 30px;
      font-weight: bold; }
      @media only screen and (min-width: 1281px) {
        .full-header .main-header .menu-main #menu-primary {
          display: block;
          width: 100%;
          text-align: right;
          margin: 0;
          padding: 0; }
          .full-header .main-header .menu-main #menu-primary > .menu-item {
            display: inline-flex;
            padding: 0px 16px;
            position: relative;
            height: 100px;
            align-items: center;
            justify-content: center; }
            .full-header .main-header .menu-main #menu-primary > .menu-item .icon-sub {
              display: none; }
            .full-header .main-header .menu-main #menu-primary > .menu-item > .menu-link {
              display: flex;
              align-items: center;
              width: 100%;
              color: #fff; }
              .full-header .main-header .menu-main #menu-primary > .menu-item > .menu-link:after {
                content: "";
                width: 0;
                height: 2px;
                background: #ffba00;
                position: absolute;
                bottom: 0px;
                left: 0;
                opacity: 0;
                visibility: hidden;
                transition: 0.4s; }
            .full-header .main-header .menu-main #menu-primary > .menu-item:hover > .menu-link:after {
              width: 100%;
              opacity: 1;
              visibility: visible; }
            .full-header .main-header .menu-main #menu-primary > .menu-item:hover .sub-menu {
              transition: 0.4s;
              opacity: 1;
              visibility: visible;
              top: 100%; }
            .full-header .main-header .menu-main #menu-primary > .menu-item .sub-menu {
              display: block;
              position: absolute;
              min-width: 240px;
              width: auto;
              top: 105%;
              left: 0;
              background: rgba(0, 0, 0, 0.85);
              opacity: 0;
              visibility: hidden;
              padding: 10px 0px; }
              .full-header .main-header .menu-main #menu-primary > .menu-item .sub-menu .menu-item {
                display: block;
                width: 100%;
                white-space: nowrap; }
                .full-header .main-header .menu-main #menu-primary > .menu-item .sub-menu .menu-item .menu-link {
                  display: block;
                  width: 100%;
                  padding: 10px 20px;
                  color: #fff; }
                  .full-header .main-header .menu-main #menu-primary > .menu-item .sub-menu .menu-item .menu-link:hover {
                    color: #ffba00; } }
      @media only screen and (max-width: 1280px) {
        .full-header .main-header .menu-main {
          max-width: calc(100% - 50px);
          width: auto;
          padding-left: 15px;
          order: 2; }
          .full-header .main-header .menu-main .btn-menu-mobi {
            display: flex;
            width: 40px;
            height: 40px;
            justify-content: center;
            align-items: center;
            font-size: 34px;
            background: none;
            border: none;
            color: #fff;
            margin-left: auto; }
            .full-header .main-header .menu-main .btn-menu-mobi .hide-menu {
              display: none; }
          .full-header .main-header .menu-main #menu-primary {
            display: block;
            width: 280px;
            height: 100%;
            overflow-y: auto;
            position: fixed;
            top: 0;
            right: -280px;
            background: #222;
            color: #fff;
            transition: 0.4s;
            visibility: hidden;
            margin: 0;
            padding: 0; }
            .full-header .main-header .menu-main #menu-primary .menu-item {
              display: flex;
              flex-wrap: wrap;
              width: 100%;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
              .full-header .main-header .menu-main #menu-primary .menu-item:last-child {
                border-bottom: 0; }
              .full-header .main-header .menu-main #menu-primary .menu-item .sub-menu {
                display: none;
                width: 100%;
                background: #333; }
              .full-header .main-header .menu-main #menu-primary .menu-item .menu-link {
                display: block;
                width: 100%;
                padding: 10px; }
              .full-header .main-header .menu-main #menu-primary .menu-item.has-children > .menu-link {
                width: calc(100% - 40px); }
              .full-header .main-header .menu-main #menu-primary .menu-item.has-children .icon-sub {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 40px;
                height: 40px;
                background: none;
                border: none;
                color: #fff; }
              .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu {
                display: block;
                width: 100%; }
                .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container {
                  display: block;
                  width: 100%;
                  padding: 0;
                  margin: 0; }
                  .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu {
                    display: block;
                    width: 100%; }
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .tt-sub-mm {
                      display: none; }
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2,
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3,
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 {
                      display: none;
                      width: 100%; }
                      .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item,
                      .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item,
                      .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item {
                        display: flex;
                        flex-wrap: wrap;
                        width: 100%;
                        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item:last-child,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item:last-child,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item:last-child {
                          border-bottom: 0; }
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item .mega-link,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item .mega-link,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item .mega-link {
                          display: block;
                          width: 100%;
                          padding: 10px;
                          font-size: 13px; }
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item.has-children > .mega-link,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item.has-children > .mega-link,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item.has-children > .mega-link {
                          width: calc(100% - 40px); }
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .mega-item.has-children .icon-sub,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 .mega-item.has-children .icon-sub,
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 .mega-item.has-children .icon-sub {
                          display: flex;
                          justify-content: center;
                          align-items: center;
                          width: 40px;
                          height: 40px;
                          background: none;
                          border: none;
                          color: #fff; }
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 {
                      background: #333; }
                      .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .sub-mega-menu {
                        display: block;
                        width: 100%; }
                        .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-2 .sub-mega-menu .wrap-mega-menu {
                          display: block;
                          width: 100%; }
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-3 {
                      background: #444; }
                    .full-header .main-header .menu-main #menu-primary .menu-item .mega-menu .inner-container .main-mega-menu .menu-lv-4 {
                      background: #555; }
          .full-header .main-header .menu-main.active .btn-menu-mobi .hide-menu {
            display: block; }
          .full-header .main-header .menu-main.active .btn-menu-mobi .show-menu {
            display: none; }
          .full-header .main-header .menu-main.active #menu-primary {
            right: 0;
            visibility: visible; } }
  .full-header .languages {
    display: flex;
    min-width: 80px;
    max-width: 200px;
    align-items: center; }
    @media only screen and (max-width: 1280px) {
      .full-header .languages {
        order: 1; } }
    .full-header .languages label {
      font-size: 20px;
      color: #fff;
      line-height: 1; }
    .full-header .languages select {
      display: inline-block;
      min-width: 50px;
      background: none;
      color: #fff;
      border: none; }
    .full-header .languages .select2.select2-container--default .select2-selection--single {
      background: none;
      border: none;
      height: auto; }
      .full-header .languages .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff; }
        .full-header .languages .select2.select2-container--default .select2-selection--single .select2-selection__rendered span {
          display: flex;
          width: 100%;
          align-items: center;
          text-transform: uppercase; }
      .full-header .languages .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        top: 0;
        right: 0; }

.select2-container--default .select2-dropdown {
  border: none;
  background-color: transparent; }
.select2-container--default .select2-results__option--selectable {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff; }
  .select2-container--default .select2-results__option--selectable.select2-results__option--highlighted {
    background-color: #ffba00;
    color: #fff; }

/* Footer */
.footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: #fff; }
  .footer__main {
    display: block;
    width: 100%; }
    .footer__main .container {
      max-width: 1080px; }
    .footer__main .nameCompany {
      font-size: 22px;
      font-weight: 600; }
      .footer__main .nameCompany small {
        font-size: 14px; }
      @media (max-width: 768px) {
        .footer__main .nameCompany {
          align-items: center; } }
  .footer__logo {
    display: block;
    width: fit-content; }
    @media (max-width: 768px) {
      .footer__logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
    .footer__logo img {
      display: block;
      width: auto;
      max-height: 60px; }
      @media (max-width: 768px) {
        .footer__logo img {
          max-height: 50px; } }
  .footer__contact {
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 768px) {
      .footer__contact {
        text-align: center; } }
  .footer__menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    row-gap: 5px; }
    .footer__menu li {
      display: block;
      width: 100%; }
      .footer__menu li a {
        display: block;
        width: fit-content;
        font-weight: 600;
        font-size: 16px; }
      @media (max-width: 768px) {
        .footer__menu li {
          text-align: center; }
          .footer__menu li a {
            margin-left: auto;
            margin-right: auto; } }
  .footer__copyright {
    display: block;
    width: 100%;
    background: #404040;
    font-size: 14px;
    font-weight: normal;
    font-weight: 600;
    text-align: center; }
    .footer__copyright a {
      color: #cfcece; }
      .footer__copyright a:hover {
        color: #ffba00;
        text-decoration: underline; }

.top-and-share {
  position: fixed;
  display: block;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  transition: right 0.4s; }
  @media only screen and (max-width: 640px) {
    .top-and-share {
      bottom: 10px;
      right: 10px; } }
  .top-and-share li {
    display: block;
    width: 100%;
    margin-top: 10px; }
    @media only screen and (max-width: 640px) {
      .top-and-share li {
        display: inline-block;
        width: auto;
        margin-top: 0;
        margin-left: 10px; } }
    .top-and-share li.first-child {
      margin: 0; }
    .top-and-share li a {
      display: flex;
      width: 40px;
      height: 40px;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      border-radius: 50%;
      overflow: hidden;
      background: #fff;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }
      .top-and-share li a.youtube {
        color: #fe0000; }
        .top-and-share li a.youtube:hover {
          background: #fe0000; }
      .top-and-share li a.face {
        color: #0d8bf0; }
        .top-and-share li a.face:hover {
          background: #0d8bf0; }
      .top-and-share li a.mail {
        color: #cd1c30; }
        .top-and-share li a.mail:hover {
          background: #cd1c30; }
      .top-and-share li a.to-top {
        background: #f60034;
        color: #fff; }
      .top-and-share li a:hover {
        color: #fff; }

.active-menu .top-and-share {
  right: 300px; }

/* Home */
.home-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .home-title {
      font-size: 26px; } }

/* Slider */
.main-slider {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  clip-path: polygon(0% 0%, 0% 85%, 15% 100%, 85% 100%, 100% 85%, 100% 0%); }
  @media (max-width: 992px) {
    .main-slider {
      clip-path: none;
      height: 420px; } }
  .main-slider .swiper-slide {
    position: relative;
    overflow: hidden; }
    .main-slider .swiper-slide video,
    .main-slider .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .swiper-slide img {
      transform: scale(1.5);
      transition: transform 1s; }
    .main-slider .swiper-slide .content-slide {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      transition: 0.6s;
      transition-delay: 0.5s;
      color: #fff;
      max-width: 1080px;
      width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        .main-slider .swiper-slide .content-slide {
          transform: translate(0, -50%);
          left: 0;
          padding: 0px 15px; } }
      .main-slider .swiper-slide .content-slide h3 {
        display: block;
        width: 100%;
        font-size: 32px;
        font-weight: bold; }
        .main-slider .swiper-slide .content-slide h3 [data-aos="text-ani"]:before {
          color: #fff;
          transform: translate(0, 100%) skewY(45deg); }
        @media only screen and (max-width: 640px) {
          .main-slider .swiper-slide .content-slide h3 {
            font-size: 26px; } }
      .main-slider .swiper-slide .content-slide p {
        display: block;
        width: 100%;
        line-height: 1.5;
        font-size: 16px; }
        @media only screen and (max-width: 640px) {
          .main-slider .swiper-slide .content-slide p {
            font-size: 14px; } }
      .main-slider .swiper-slide .content-slide .slideBtns {
        display: flex;
        column-gap: 20px;
        margin-top: 15px; }
      .main-slider .swiper-slide .content-slide .btn-slide {
        display: flex;
        width: fit-content;
        padding: 10px 20px;
        text-transform: uppercase;
        border-radius: 3px;
        background: #fff;
        color: #000;
        font-weight: 600;
        transition: .4s; }
        .main-slider .swiper-slide .content-slide .btn-slide:first-child {
          background: #ffba00;
          color: #fff; }
        .main-slider .swiper-slide .content-slide .btn-slide:hover {
          transform: translateY(-3px); }
    .main-slider .swiper-slide.swiper-slide-active img {
      transform: scale(1); }
    .main-slider .swiper-slide.swiper-slide-active .content-slide {
      opacity: 1;
      visibility: visible; }
      .main-slider .swiper-slide.swiper-slide-active .content-slide h3 [data-aos="text-ani"].aos-animate:before {
        transform: translate(0, 0) skewY(0deg); }
  .main-slider .nav-swiper {
    opacity: 0;
    visibility: hidden; }
  .main-slider:hover .nav-swiper {
    opacity: .5;
    visibility: visible; }
    .main-slider:hover .nav-swiper.swiper-button-disabled {
      opacity: 0; }
    .main-slider:hover .nav-swiper:hover {
      opacity: 1;
      background: #ffba00;
      color: #fff; }
  .main-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1; }
    .main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffba00; }

/* About */
.about-home {
  display: block;
  width: 100%;
  padding-bottom: 50vh; }
  @media only screen and (max-width: 640px) {
    .about-home {
      padding-bottom: 20vh; } }
  .about-home .main-about-home {
    display: block;
    width: 100%;
    position: relative;
    padding: 80px 0px 150px; }
    @media (max-width: 768px) {
      .about-home .main-about-home {
        padding-top: 50px; } }
    .about-home .main-about-home:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0.9) 65%, transparent); }
    .about-home .main-about-home .content {
      display: block;
      width: 100%;
      position: relative;
      margin-top: 20px;
      line-height: 1.5; }

.cateProd__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .cateProd__item .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cateProd__item .title {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    max-height: 50%;
    font-size: 36px;
    color: #fff;
    margin: 0; }
    @media (max-width: 992px) {
      .cateProd__item .title {
        font-size: 24px;
        padding: 15px; } }
  .cateProd__item:hover .cateProd__btn {
    opacity: 1; }
.cateProd > *:last-child .cateProd__item .title {
  color: #ffff; }
.cateProd__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: absolute;
  min-height: 45px;
  min-width: 250px;
  padding: 0px 30px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transition: .4s;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  overflow: hidden;
  opacity: 0; }
  .cateProd__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: .4s; }
  .cateProd__btn:hover {
    clip-path: polygon(10% 0%, 0% 100%, 90% 100%, 100% 0%); }
    .cateProd__btn:hover::before {
      width: 100%; }

/* All Page */
.full-more-layout {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 60vh;
  min-height: 300px;
  padding-top: 30px; }
  @media only screen and (max-width: 640px) {
    .full-more-layout {
      height: 380px; } }
  .full-more-layout .bg-more-layout {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
  .full-more-layout .main-more-layout {
    display: block;
    width: 100%;
    text-align: center; }
    .full-more-layout .main-more-layout .content {
      display: block;
      width: 100%;
      color: #fff; }
      .full-more-layout .main-more-layout .content .tt-page {
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 40px;
        margin-bottom: 0;
        letter-spacing: 2px; }
        @media only screen and (max-width: 640px) {
          .full-more-layout .main-more-layout .content .tt-page {
            font-size: 26px; } }
        .full-more-layout .main-more-layout .content .tt-page [data-aos="text-ani"]:before {
          color: #fff;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
      .full-more-layout .main-more-layout .content .des-page {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0; }

@keyframes scrollAnimateBtn {
  0% {
    transform: translateY(-1px); }
  50% {
    transform: translateY(3px); }
  100% {
    transform: translateY(-1px); } }
.full-breadcrumbs {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 10px 0px; }
  .full-breadcrumbs .breadcrumbs {
    display: block;
    width: 100%; }
    .full-breadcrumbs .breadcrumbs ul {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: right; }
      .full-breadcrumbs .breadcrumbs ul li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        position: relative;
        font-size: 13px;
        font-weight: bold; }
        .full-breadcrumbs .breadcrumbs ul li:after {
          position: absolute;
          content: "/";
          bottom: 0;
          right: -1px; }
        .full-breadcrumbs .breadcrumbs ul li:last-child {
          margin: 0;
          padding: 0; }
          .full-breadcrumbs .breadcrumbs ul li:last-child:after {
            display: none; }
        .full-breadcrumbs .breadcrumbs ul li a {
          color: #999; }
          .full-breadcrumbs .breadcrumbs ul li a:hover {
            color: #f60034; }

.products {
  display: block;
  width: 100%;
  padding: 50px 0px;
  background: #f5f5f5; }
  .products__list {
    row-gap: 30px; }
  @media (max-width: 768px) {
    .products {
      padding: 30px 0px; }
      .products__list {
        row-gap: 20px; } }

.product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  transition: .4s ease-in-out; }
  .product::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 69.5%; }
  .product__title {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    z-index: 1; }
  .product__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
    z-index: 0;
    transition: .4s ease-in-out; }
  .product:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.2); }
    .product:hover .product__image {
      transform: scale(1.05); }

.downloadCatalogue {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff; }
  .downloadCatalogue .container {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .downloadCatalogue .container {
        padding: 0; } }
  .downloadCatalogue__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    min-height: 45px;
    transition: .4s ease-in-out;
    background: #494848;
    color: #fff;
    font-weight: 600;
    clip-path: polygon(25% 0%, 0% 100%, 100% 100%, 100% 0%);
    padding-left: 90px;
    font-size: 18px; }
    .downloadCatalogue__btn::before {
      content: "\f33d";
      font-family: "Font Awesome 5 Pro";
      font-weight: normal;
      margin-right: 8px;
      color: #ffba00;
      transition: .4s ease-in-out; }
    .downloadCatalogue__btn:hover {
      background: #ffba00;
      color: #000; }
      .downloadCatalogue__btn:hover::before {
        color: #000; }

.quipment {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .quipment__block {
    display: block;
    width: 100%;
    padding: 50px 0px;
    background: #f6f6f6; }
    @media (max-width: 768px) {
      .quipment__block {
        padding: 30px 0px; } }
    .quipment__block:nth-child(2n) {
      background: #494848; }
      .quipment__block:nth-child(2n) .quipment__slider .quipment__item .content {
        color: #fff; }
        @media (min-width: 768px) {
          .quipment__block:nth-child(2n) .quipment__slider .quipment__item .content {
            padding-right: 30px;
            padding-left: 10%;
            order: -1; } }
      .quipment__block:nth-child(2n) .quipment__slider .nav-swiper {
        color: #fff; }
      @media (min-width: 768px) {
        .quipment__block:nth-child(2n) .quipment__slider .swiper-pagination {
          right: unset;
          left: calc(10% - 30px); }
        .quipment__block:nth-child(2n) .quipment__slider .nav-swiper {
          color: #fff; }
          .quipment__block:nth-child(2n) .quipment__slider .nav-swiper.swiper-button-next {
            right: calc(50% + 30px); }
          .quipment__block:nth-child(2n) .quipment__slider .nav-swiper.swiper-button-prev {
            right: calc(50% + 80px); } }
  .quipment__slider .swiper-slide {
    padding: 0px 2px; }
  .quipment__slider .swiper-pagination {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    left: unset;
    right: 0;
    padding-left: 30px;
    z-index: 1; }
    @media (max-width: 768px) {
      .quipment__slider .swiper-pagination {
        width: 100%;
        padding: 0; } }
    .quipment__slider .swiper-pagination .swiper-pagination-bullet {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #d9d8d8;
      margin: 0;
      padding: 0;
      opacity: 1; }
      .quipment__slider .swiper-pagination .swiper-pagination-bullet-active {
        background: #ffba00; }
  .quipment__slider .nav-swiper {
    top: unset;
    bottom: 0;
    width: 50px;
    height: 30px;
    font-size: 18px;
    z-index: 2;
    background: none;
    color: #000;
    border-radius: 0; }
    .quipment__slider .nav-swiper::after {
      content: "";
      display: block;
      width: 0;
      height: 20px;
      position: absolute;
      right: 0;
      border-right: 1px solid #ddd; }
    .quipment__slider .nav-swiper i {
      font-weight: bold; }
    .quipment__slider .nav-swiper.swiper-button-next {
      right: 10%; }
      .quipment__slider .nav-swiper.swiper-button-next::after {
        display: none; }
    .quipment__slider .nav-swiper.swiper-button-prev {
      left: unset;
      right: calc(10% + 50px); }
    .quipment__slider .nav-swiper:hover {
      color: #ffba00; }
    @media (max-width: 768px) {
      .quipment__slider .nav-swiper.swiper-button-next {
        right: 0; }
      .quipment__slider .nav-swiper.swiper-button-prev {
        right: 50px; } }
  .quipment__item {
    display: flex;
    width: 100%; }
    @media (max-width: 768px) {
      .quipment__item {
        flex-direction: column; } }
    .quipment__item .image {
      display: block;
      width: 50%; }
      @media (max-width: 768px) {
        .quipment__item .image {
          width: 100%; } }
      .quipment__item .image img {
        display: block;
        width: 100%; }
    .quipment__item .content {
      width: 50%;
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 10%;
      padding-bottom: 60px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 768px) {
        .quipment__item .content {
          width: 100%;
          padding-top: 20px;
          padding-left: 0px;
          padding-right: 0px;
          padding-bottom: 50px; } }
      .quipment__item .content .title {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ffba00;
        font-size: 32px;
        font-weight: bold; }
        @media (max-width: 768px) {
          .quipment__item .content .title {
            font-size: 24px; } }

.services {
  display: block;
  width: 100%;
  padding: 50px 0px;
  position: relative; }
  @media (max-width: 768px) {
    .services {
      padding: 30px 0px; } }
  .services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30%;
    background: #fff;
    z-index: -1; }
  .services::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70%;
    background: #f6f6f6;
    z-index: -1; }
  .services__title {
    display: block;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .services__title {
        font-size: 26px; } }
  .services__des {
    display: block;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .services__des {
        margin-bottom: 20px; } }
  .services__list {
    row-gap: 30px; }
    @media (max-width: 768px) {
      .services__list {
        row-gap: 20px; } }

.service {
  display: flex;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transition: .4s ease-in-out;
  position: relative; }
  .service::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 105%;
    z-index: 0; }
  .service__image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: .4s ease-in-out;
    z-index: 1; }
  .service__content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    min-height: 130px;
    max-height: 100%;
    overflow: hidden;
    padding: 20px;
    z-index: 2;
    color: #fff; }
  .service__title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600; }
  .service__des {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px; }
  .service:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1); }
    .service:hover .service__image {
      transform: scale(1.05); }

.contactPage {
  display: block;
  width: 100%;
  padding: 50px 0px 0px;
  background: #f6f6f6; }
  @media (max-width: 768px) {
    .contactPage {
      padding-top: 30px; } }
  .contactPage__infos {
    display: block;
    width: 100%; }
    .contactPage__infos .row {
      row-gap: 20px; }
  .contactPage__info {
    display: flex;
    width: fit-content; }
    .contactPage__info .icon {
      flex-shrink: 0;
      display: block;
      width: fit-content;
      height: 40px; }
    .contactPage__info .content {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      padding-left: 15px; }
      .contactPage__info .content .title {
        display: block;
        width: 100%;
        font-size: 16px;
        color: #000;
        margin-bottom: 0;
        font-weight: bold; }
      .contactPage__info .content .text {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: normal; }
  .contactPage__map {
    display: block;
    width: 100%;
    overflow: hidden; }
    .contactPage__map iframe {
      display: block;
      width: 100%;
      height: 330px; }

.ct-contact {
  position: relative;
  padding: 0;
  z-index: 2;
  min-height: 90px; }

.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: #fff; }
      @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 {
        width: calc(100% - 150px);
        border: none;
        background: none;
        outline: 0; }
      .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: #1b1b1b;
          border: none;
          color: #fff;
          position: relative;
          cursor: pointer;
          border-radius: 5px;
          transition: 0.4s; }
          .form-contact form .form-grp.btn-form button:hover {
            background: #ffba00; }

.page-404 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 180px 0px 100px; }
  .page-404 .main-page-404 {
    display: block;
    width: 100%;
    max-width: 380px; }
    .page-404 .main-page-404 .inner-404 {
      display: block;
      width: 100%;
      padding-top: 100%;
      background: rgba(246, 0, 52, 0.9);
      color: #fff;
      border-radius: 50%; }
      .page-404 .main-page-404 .inner-404 .content-404 {
        margin-top: -100%;
        text-align: center;
        font-size: 100%;
        justify-content: center;
        padding: 10% 3%; }
        .page-404 .main-page-404 .inner-404 .content-404 .tt-404 {
          display: block;
          width: 100%;
          text-align: center;
          font-size: 300%;
          margin-bottom: 10%; }
        .page-404 .main-page-404 .inner-404 .content-404 .mess {
          display: block;
          width: 100%;
          font-size: 115%;
          margin-bottom: 10%; }
        .page-404 .main-page-404 .inner-404 .content-404 .back-to-home {
          display: inline;
          position: relative;
          padding: 8px 20px;
          font-size: 110%;
          font-style: italic;
          text-transform: uppercase;
          font-weight: bold; }
          .page-404 .main-page-404 .inner-404 .content-404 .back-to-home::before, .page-404 .main-page-404 .inner-404 .content-404 .back-to-home::after {
            content: "";
            position: absolute;
            top: 0;
            width: 30px;
            height: 100%;
            border: 1px solid #fff; }
          .page-404 .main-page-404 .inner-404 .content-404 .back-to-home::before {
            left: 0;
            border-right: 0;
            border-radius: 10px 0px 0px 10px; }
          .page-404 .main-page-404 .inner-404 .content-404 .back-to-home::after {
            right: 0;
            border-left: 0;
            border-radius: 0px 10px 10px 0px; }

.aboutDetail {
  display: block;
  width: 100%;
  padding: 50px 0px; }
  @media (max-width: 768px) {
    .aboutDetail {
      padding: 30px 0px; } }
  .aboutDetail__content {
    display: block;
    width: 100%; }

.aboutHeading {
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .aboutHeading {
      font-size: 28px; } }

.aboutHistory {
  display: block;
  width: 100%;
  padding: 50px 0px; }
  .aboutHistory__main {
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 50px; }
    @media (max-width: 768px) {
      .aboutHistory__main {
        padding: 0px 35px; } }
    .aboutHistory__main::before {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      top: 51px;
      left: 0;
      height: 0;
      border-top: 1px solid #eee; }
    .aboutHistory__main .nav-swiper {
      width: 30px;
      height: 30px;
      background: #ffba00;
      font-size: 16px;
      opacity: 1;
      top: 36px; }
      .aboutHistory__main .nav-swiper.swiper-button-next {
        right: 0; }
      .aboutHistory__main .nav-swiper.swiper-button-prev {
        left: 0; }
  .aboutHistory__slider .swiper-slide {
    padding: 0px 2px; }
    .aboutHistory__slider .swiper-slide.swiper-slide-active .historyBlock__title {
      color: #ffba00; }
      .aboutHistory__slider .swiper-slide.swiper-slide-active .historyBlock__title::after {
        background: #ffba00; }
    .aboutHistory__slider .swiper-slide.swiper-slide-active .historyBlock__content li::marker {
      color: #ffba00; }

.historyBlock {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .historyBlock__title {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: .4s; }
    .historyBlock__title::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #000;
      transition: .4s;
      position: absolute;
      bottom: -5px;
      left: 0; }
  .historyBlock__content ol, .historyBlock__content ul {
    padding-left: 18px; }
  .historyBlock__content li {
    margin-bottom: 10px; }
    .historyBlock__content li::marker {
      transition: .4s; }

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