/* Base */
body {
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  color: #000;
  position: relative;
  font-weight: normal;
  min-height: calc(100.1vh); }
  body.active-menu {
    overflow: hidden; }

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

ul,
ol,
li {
  list-style-position: inside; }

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

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

.inner-container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: 0 auto; }
  @media only screen and (max-width: 1080px) {
    .inner-container {
      padding: 0px 10px; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-c {
  margin: 0px -15px; }
  @media only screen and (max-width: 1080px) {
    .row-c {
      margin: 0px -5px; } }

@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: block;
  width: 100%;
  text-align: center;
  margin: 10px 0px 30px; }
  .page-navi button {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 50%;
    color: #000;
    background: #fff;
    font-weight: bold;
    transition: 0.4s;
    cursor: pointer;
    margin: 5px;
    text-transform: uppercase; }
    .page-navi button.active {
      background: #aacd06;
      color: #fff; }

#btn-to-top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  border: none;
  background: #aacd06;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 98;
  opacity: 0.8;
  display: none; }
  #btn-to-top:hover {
    opacity: 1; }

.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); }

[data-aos="pulse"] {
  transform: scale(0);
  transition-timing-function: ease-in-out !important; }
  [data-aos="pulse"].aos-animate {
    transform: scale(1);
    transition-timing-function: cubic-bezier(0, 2, 0.5, 0.5) !important; }

.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: #aacd06;
    color: #fff; }

/* Header */
.full-header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  position: sticky;
  top: 0;
  animation: fadeIn 0.4s ease-in-out 0s forwards;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 0px 0px; }
  @media only screen and (max-width: 1080px) {
    .full-header {
      padding-top: 10px; } }
  .full-header .main-header {
    align-items: flex-end; }
    @media only screen and (max-width: 1080px) {
      .full-header .main-header {
        align-items: center; } }
    .full-header .main-header .logo {
      margin-bottom: 15px; }
      @media only screen and (max-width: 1080px) {
        .full-header .main-header .logo {
          margin-bottom: 10px; } }
      .full-header .main-header .logo img {
        min-width: 100px; }
    .full-header .main-header .menu-main .languages {
      display: flex;
      align-items: center;
      margin-right: 20px; }
      @media only screen and (max-width: 1080px) {
        .full-header .main-header .menu-main .languages {
          margin-right: 10px; } }
      .full-header .main-header .menu-main .languages label {
        font-size: 20px;
        color: #000;
        line-height: 1; }
      .full-header .main-header .menu-main .languages select {
        display: inline-block;
        background: none;
        color: #000;
        border: none; }
      .full-header .main-header .menu-main .languages .select2.select2-container--default .select2-selection--single {
        background: none;
        border: none;
        height: auto; }
        .full-header .main-header .menu-main .languages .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
          color: #000; }
          .full-header .main-header .menu-main .languages .select2.select2-container--default .select2-selection--single .select2-selection__rendered span {
            display: flex;
            width: 100%;
            align-items: center;
            text-transform: uppercase; }
        .full-header .main-header .menu-main .languages .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 100%;
          top: 0;
          right: 0; }

@media only screen and (min-width: 961px) {
  #menu-primary {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    margin: 15px 0px 0px;
    padding: 0; }
    #menu-primary > .menu-item {
      display: inline-block;
      position: relative; }
      #menu-primary > .menu-item > .menu-link {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 30px;
        font-weight: 600;
        line-height: 1;
        border-bottom: 2px solid transparent; } }
      @media only screen and (min-width: 961px) and (max-width: 1280px) {
        #menu-primary > .menu-item > .menu-link {
          padding: 15px 20px; } }
@media only screen and (min-width: 961px) {
      #menu-primary > .menu-item.has-children > .menu-link::after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        margin-left: 5px; }
      #menu-primary > .menu-item.has-children .sub-menu {
        position: absolute;
        top: 110%;
        opacity: 0;
        visibility: hidden;
        width: 240px;
        padding: 10px 0px;
        text-align: left;
        background: rgba(170, 205, 6, 0.9);
        margin: 0; }
        #menu-primary > .menu-item.has-children .sub-menu .menu-item {
          display: block;
          width: 100%; }
          #menu-primary > .menu-item.has-children .sub-menu .menu-item .menu-link {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 8px 45px 8px 30px;
            color: #fff;
            line-height: 1; }
            #menu-primary > .menu-item.has-children .sub-menu .menu-item .menu-link::before {
              content: "";
              display: inline-block;
              width: 0px;
              margin-right: 0px;
              height: 1px;
              background: #fff;
              transition: 0.4s; }
            #menu-primary > .menu-item.has-children .sub-menu .menu-item .menu-link:hover {
              padding-right: 30px; }
              #menu-primary > .menu-item.has-children .sub-menu .menu-item .menu-link:hover::before {
                width: 10px;
                margin-right: 5px; }
      #menu-primary > .menu-item:hover > .menu-link {
        border-bottom-color: #aacd06;
        color: #aacd06; }
      #menu-primary > .menu-item:hover > .sub-menu {
        transition: 0.4s ease-in-out;
        top: 100%;
        opacity: 1;
        visibility: visible; } }
@media only screen and (max-width: 960px) {
  #menu-primary {
    display: block;
    width: 280px;
    position: fixed;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    transition: 0.4s;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    border: 1px solid #eee; }
    #menu-primary .menu-item {
      display: block;
      width: 100%;
      position: relative;
      border-bottom: 1px solid #eee; }
      #menu-primary .menu-item .menu-link {
        display: block;
        width: 100%;
        padding: 8px 10px;
        font-size: 16px;
        font-weight: 500; }
      #menu-primary .menu-item .sub-menu {
        display: none;
        width: 100%;
        background: #fafafa;
        margin: 0;
        padding: 0; }
        #menu-primary .menu-item .sub-menu .menu-item {
          padding-left: 5px; }
          #menu-primary .menu-item .sub-menu .menu-item:last-child {
            border-bottom: none; }
          #menu-primary .menu-item .sub-menu .menu-item .menu-link {
            font-family: inherit;
            font-size: 13px; }
      #menu-primary .menu-item.has-children .menu-link {
        width: calc(100% - 40px); }
      #menu-primary .menu-item.has-children .btn-sub {
        width: 40px;
        height: 40px;
        font-size: 14px;
        cursor: pointer;
        border: none;
        background: none;
        color: #000;
        position: absolute;
        top: 0;
        right: 0; }
        #menu-primary .menu-item.has-children .btn-sub i {
          transition: 0.4s; }
        #menu-primary .menu-item.has-children .btn-sub.active i {
          transform: rotate(-180deg); }
    .active-menu #menu-primary {
      transform: translateX(0);
      opacity: 1;
      visibility: visible; } }

.btn-menu-mobi {
  display: none; }
  @media only screen and (max-width: 960px) {
    .btn-menu-mobi {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border: none;
      background: none;
      color: #000;
      font-size: 36px;
      margin-left: 20px; }
      .btn-menu-mobi .hide-menu {
        display: none; }
      .active-menu .btn-menu-mobi .show-menu {
        display: none; }
      .active-menu .btn-menu-mobi .hide-menu {
        display: block; } }

.overlay-menu-mobi {
  display: none; }
  @media only screen and (max-width: 960px) {
    .overlay-menu-mobi {
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      position: fixed;
      left: 0;
      z-index: 1; }
      .active-menu .overlay-menu-mobi {
        display: block; } }

.full-footer {
  display: block;
  width: 100%;
  background: #222;
  color: #fff; }
  .full-footer .main-footer {
    padding: 50px 0px; }
    @media only screen and (max-width: 767px) {
      .full-footer .main-footer {
        padding: 30px 0px; } }
    .full-footer .main-footer .box-info .list-logo-ft {
      display: flex;
      flex-wrap: wrap;
      margin: 0px -5px;
      margin-bottom: 5px; }
      .full-footer .main-footer .box-info .list-logo-ft .logo-footer {
        display: inline-block;
        max-width: 100%;
        margin: 0px 5px 10px;
        max-height: 150px; }
        .full-footer .main-footer .box-info .list-logo-ft .logo-footer img {
          display: block;
          object-fit: contain; }
    .full-footer .main-footer .box-info .name-cpn {
      display: block;
      width: 100%;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 15px; }
    .full-footer .main-footer .box-info .list-info {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0; }
      .full-footer .main-footer .box-info .list-info li {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .full-footer .main-footer .box-info .list-info li i {
          margin-right: 5px; }
        .full-footer .main-footer .box-info .list-info li a:hover {
          text-decoration: underline; }
    .full-footer .main-footer .box-menu {
      margin-top: 50px; }
      @media only screen and (max-width: 767px) {
        .full-footer .main-footer .box-menu {
          margin-top: 20px; } }
      .full-footer .main-footer .box-menu .menu-footer {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0; }
        .full-footer .main-footer .box-menu .menu-footer li {
          display: block;
          width: 100%;
          margin-bottom: 10px; }
          @media only screen and (max-width: 767px) {
            .full-footer .main-footer .box-menu .menu-footer li {
              width: 50%; } }
          .full-footer .main-footer .box-menu .menu-footer li a:hover {
            text-decoration: underline; }
    .full-footer .main-footer .box-social {
      margin-top: 50px; }
      @media only screen and (max-width: 767px) {
        .full-footer .main-footer .box-social {
          margin-top: 20px; } }
      .full-footer .main-footer .box-social .socials {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0px -5px; }
        .full-footer .main-footer .box-social .socials li {
          display: block;
          width: calc(100% / 2);
          margin-bottom: 10px;
          padding: 0px 5px; }
          .full-footer .main-footer .box-social .socials li a:hover {
            text-decoration: underline; }
          .full-footer .main-footer .box-social .socials li img {
            width: 35px;
            height: 35px;
            margin-right: 10px; }
          .full-footer .main-footer .box-social .socials li i {
            margin-right: 5px; }
      .full-footer .main-footer .box-social .cer {
        display: inline-block;
        max-width: 100%;
        margin-top: 10px; }
        .full-footer .main-footer .box-social .cer img {
          display: block;
          max-height: 150px; }
  .full-footer .footer-bottom {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    @media only screen and (max-width: 767px) {
      .full-footer .footer-bottom {
        padding: 10px 0px; } }
    .full-footer .footer-bottom .copyright {
      margin: 0; }
      .full-footer .footer-bottom .copyright a:hover {
        text-decoration: underline; }

/* Home */
/* Slider */
.main-slider {
  display: block;
  width: 100%;
  overflow: hidden; }
  .main-slider .swiper-slide {
    position: relative;
    overflow: hidden; }
    .main-slider .swiper-slide video,
    .main-slider .swiper-slide img {
      display: block;
      width: 100%;
      height: auto; }
    .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: 640px;
      width: 100%;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .main-slider .swiper-slide .content-slide {
          padding: 0px 15px; } }
      .main-slider .swiper-slide .content-slide h3 {
        display: block;
        width: 100%;
        font-size: 34px;
        font-weight: bold;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
        @media only screen and (max-width: 640px) {
          .main-slider .swiper-slide .content-slide h3 {
            font-size: 20px; } }
      .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 .btn-slide {
        display: inline-block;
        margin-top: 15px;
        padding: 5px 20px;
        text-transform: uppercase;
        border-radius: 30px;
        background: #f60034;
        color: #fff; }
    .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 .nav-swiper {
    opacity: 0;
    visibility: hidden; }
  .main-slider:hover .nav-swiper {
    opacity: 1;
    visibility: visible; }
    .main-slider:hover .nav-swiper.swiper-button-disabled {
      opacity: 0.35; }

.about-home {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  position: relative; }
  .about-home .bg-about-home {
    display: block;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 960px) {
      .about-home .bg-about-home {
        order: 2; } }
  .about-home .ct-about-home {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    max-width: 520px;
    color: #fff;
    transform: translateY(-50%);
    padding-left: 30px; }
    @media only screen and (max-width: 960px) {
      .about-home .ct-about-home {
        order: 1;
        position: relative;
        top: unset;
        left: unset;
        min-width: 100%;
        padding: 30px calc(1.5em * 0.5) 10px;
        transform: none;
        color: #000; } }
    .about-home .ct-about-home .tt-about-home {
      display: block;
      width: 100%;
      font-weight: bold;
      font-size: 30px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 960px) {
        .about-home .ct-about-home .tt-about-home {
          font-size: 24px; } }
    .about-home .ct-about-home .des-about-home {
      display: block;
      width: 100%;
      line-height: 1.7;
      margin-bottom: 15px; }
    .about-home .ct-about-home .btn-about-home {
      display: inline-block;
      line-height: 1;
      padding: 15px 30px;
      background: #aacd06;
      border-radius: 5px;
      color: #fff;
      font-weight: 600; }
      @media only screen and (max-width: 960px) {
        .about-home .ct-about-home .btn-about-home {
          padding: 10px 25px; } }
      .about-home .ct-about-home .btn-about-home i {
        margin-left: 10px; }
      .about-home .ct-about-home .btn-about-home:hover {
        background: #222;
        transition: background 0.4s; }

.service-home {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 30px 0px; }
  @media only screen and (max-width: 768px) {
    .service-home {
      padding: 10px 0px 0px; } }
  .service-home .main-service-home .box-left {
    padding-right: 50px; }
    @media only screen and (max-width: 960px) {
      .service-home .main-service-home .box-left {
        padding-right: calc(var(--bs-gutter-x) * 0.5); } }
    .service-home .main-service-home .box-left .tt-service-home {
      display: block;
      width: 100%;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .service-home .main-service-home .box-left .tt-service-home {
          font-size: 24px; } }
    .service-home .main-service-home .box-left .des-service-home {
      display: block;
      width: 100%;
      line-height: 1.7;
      margin-bottom: 50px; }
      @media only screen and (max-width: 768px) {
        .service-home .main-service-home .box-left .des-service-home {
          margin-bottom: 20px; } }
    .service-home .main-service-home .box-left .progress-service {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
      .service-home .main-service-home .box-left .progress-service .progress-item {
        display: block;
        width: 100%;
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          .service-home .main-service-home .box-left .progress-service .progress-item {
            margin-bottom: 15px; } }
        .service-home .main-service-home .box-left .progress-service .progress-item .tt-service {
          display: block;
          width: 100%;
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 10px; }
        .service-home .main-service-home .box-left .progress-service .progress-item .progress {
          height: 5px;
          background-color: #aacd06; }
  .service-home .main-service-home .box-right .bn-service-home {
    width: calc(100% / 2);
    margin-bottom: 20px; }
    .service-home .main-service-home .box-right .bn-service-home.bn-service-home2 {
      margin-left: 5%; }
    .service-home .main-service-home .box-right .bn-service-home.bn-service-home3 {
      position: absolute;
      top: 15%;
      right: 10%; }

.full-products {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 30px; }
  .full-products .products {
    width: 100%; }
    .full-products .products .product {
      display: block;
      width: calc(100% / 4);
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 960px) {
        .full-products .products .product {
          width: calc(100% / 2); } }
      @media only screen and (max-width: 480px) {
        .full-products .products .product {
          width: 100%; } }
      .full-products .products .product .img-product {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .full-products .products .product .ct-product {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        transition: 0.4s;
        padding: 10px;
        flex-wrap: wrap; }
        .full-products .products .product .ct-product .tt-product {
          display: block;
          width: 100%;
          font-size: 18px;
          font-weight: bold;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          color: #fff;
          text-align: center; }
          .full-products .products .product .ct-product .tt-product a {
            background-image: linear-gradient(to right, #fff, #fff);
            background-size: 0% 1px;
            background-position: bottom left;
            background-repeat: no-repeat; }
            .full-products .products .product .ct-product .tt-product a:hover {
              background-size: 100% 1px;
              color: #fff; }
        .full-products .products .product .ct-product .child-products {
          display: block;
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 0;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          color: #fff;
          font-weight: 600;
          overflow-y: auto;
          max-height: 160px;
          /* width */
          /* Track */
          /* Handle */
          /* Handle on hover */ }
          .full-products .products .product .ct-product .child-products::-webkit-scrollbar {
            width: 10px; }
          .full-products .products .product .ct-product .child-products::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.5); }
          .full-products .products .product .ct-product .child-products::-webkit-scrollbar-thumb {
            background: gray;
            border-radius: 10px; }
          .full-products .products .product .ct-product .child-products::-webkit-scrollbar-thumb:hover {
            background: #6b6b6b; }
          .full-products .products .product .ct-product .child-products li {
            display: inline-block;
            width: 100%;
            margin-bottom: 5px; }
            .full-products .products .product .ct-product .child-products li a {
              background-image: linear-gradient(to right, #fff, #fff);
              background-size: 0% 1px;
              background-position: bottom left;
              background-repeat: no-repeat; }
              .full-products .products .product .ct-product .child-products li a:hover {
                background-size: 100% 1px;
                color: #fff; }
      .full-products .products .product:hover .ct-product, .full-products .products .product.active .ct-product {
        background-color: #a9cd06be; }
        .full-products .products .product:hover .ct-product .tt-product, .full-products .products .product.active .ct-product .tt-product {
          color: #000;
          text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3); }
        .full-products .products .product:hover .ct-product .child-products, .full-products .products .product.active .ct-product .child-products {
          color: #000;
          text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3); }
  .full-products.products-bottom-page {
    padding-top: 0; }
    .full-products.products-bottom-page .tt-products {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .full-products.products-bottom-page .tt-products {
          margin-bottom: 15px;
          font-size: 24px; } }

.content {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  line-height: 1.7; }

table th,
table td {
  white-space: normal !important;
  padding: 5px 7px; }

.full-more-layout {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #aacd06;
  overflow: hidden; }
  .full-more-layout.no-bg {
    min-height: 280px; }
  .full-more-layout .main-more-layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center; }
    .full-more-layout .main-more-layout .tt-page {
      display: block;
      width: 100%;
      font-weight: bold;
      font-size: 36px;
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
      @media only screen and (max-width: 640px) {
        .full-more-layout .main-more-layout .tt-page {
          font-size: 24px; } }

.full-breadcrumbs {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .full-breadcrumbs .breadcrumbs {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px; }
    .full-breadcrumbs .breadcrumbs ul {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
      .full-breadcrumbs .breadcrumbs ul li {
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
        position: relative; }
        @media only screen and (max-width: 640px) {
          .full-breadcrumbs .breadcrumbs ul li {
            font-size: 13px; } }
        .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:hover {
          color: #aacd06; }

.main-page {
  display: block;
  width: 100%;
  padding: 30px 0px 50px; }
  @media only screen and (max-width: 1080px) {
    .main-page {
      padding: 30px 0px; } }

.product-page .product-detail {
  display: none;
  width: 100%; }
  .product-page .product-detail .tt-product-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .product-page .product-detail .tt-product-detail .pro-download {
      display: block;
      min-width: 100px; }
      .product-page .product-detail .tt-product-detail .pro-download label {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
        line-height: 30px; }
      .product-page .product-detail .tt-product-detail .pro-download a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #aacd06;
        color: #fff; }
        .product-page .product-detail .tt-product-detail .pro-download a i {
          font-size: 16px; }
        .product-page .product-detail .tt-product-detail .pro-download a:hover {
          background: #222;
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); }
    .product-page .product-detail .tt-product-detail::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 50%;
      max-width: 320px;
      height: 3px;
      background: #aacd06; }

.contact-bottom-page {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 50px; }
  @media only screen and (max-width: 767px) {
    .contact-bottom-page {
      padding-bottom: 30px; } }
  .contact-bottom-page .container-fluid {
    max-width: 960px; }
  .contact-bottom-page .main-contact {
    background: #222;
    color: #fff;
    padding: 50px 0px;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .contact-bottom-page .main-contact {
        padding: 20px 0px;
        text-align: center; } }
    .contact-bottom-page .main-contact .col-12 {
      padding: 0px 10px; }
    @media only screen and (max-width: 767px) {
      .contact-bottom-page .main-contact .tt-contact {
        margin-bottom: 15px; } }
    .contact-bottom-page .main-contact .tt-contact h3 {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .contact-bottom-page .main-contact .tt-contact h3 {
          font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .contact-bottom-page .main-contact .des-contact {
        margin-bottom: 15px; } }
    .contact-bottom-page .main-contact .des-contact p {
      display: block;
      width: 100%;
      line-height: 1.7;
      font-size: 16px;
      margin: 0; }
    .contact-bottom-page .main-contact .btn-contact {
      text-align: center; }
      .contact-bottom-page .main-contact .btn-contact a {
        display: inline-block;
        line-height: 1;
        padding: 15px 30px;
        border: 2px solid #fff;
        font-weight: 600;
        border-radius: 5px; }
        @media only screen and (max-width: 767px) {
          .contact-bottom-page .main-contact .btn-contact a {
            padding: 10px 25px; } }
        .contact-bottom-page .main-contact .btn-contact a i {
          margin-left: 10px; }
        .contact-bottom-page .main-contact .btn-contact a:hover {
          background: #aacd06;
          border-color: #aacd06; }

.download-page .main-download {
  display: block;
  width: 100%; }
  .download-page .main-download .tbl-download {
    border-collapse: collapse;
    border: none;
    width: 100%; }
    .download-page .main-download .tbl-download td,
    .download-page .main-download .tbl-download th {
      border-width: 1px 1px 1px 0px;
      border-style: solid;
      border-color: #ddd;
      padding: 15px;
      vertical-align: middle; }
      .download-page .main-download .tbl-download td:last-child,
      .download-page .main-download .tbl-download th:last-child {
        border-right: none; }
      .download-page .main-download .tbl-download td.bdt-black,
      .download-page .main-download .tbl-download th.bdt-black {
        border-top: 2px solid #000; }
      .download-page .main-download .tbl-download td.bdt-red,
      .download-page .main-download .tbl-download th.bdt-red {
        border-top: 2px solid #aacd06; }
      .download-page .main-download .tbl-download td.download,
      .download-page .main-download .tbl-download th.download {
        text-align: center; }
        .download-page .main-download .tbl-download td.download a,
        .download-page .main-download .tbl-download th.download a {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: #aacd06;
          color: #fff; }
          .download-page .main-download .tbl-download td.download a:hover,
          .download-page .main-download .tbl-download th.download a:hover {
            background: #222;
            box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5); }
    .download-page .main-download .tbl-download thead {
      font-weight: bold;
      color: #000;
      text-align: left; }
      .download-page .main-download .tbl-download thead th {
        border-bottom-color: #000;
        border-right: 0;
        position: relative; }
        .download-page .main-download .tbl-download thead th::after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          height: 50%;
          width: 1px;
          background: #000; }
        .download-page .main-download .tbl-download thead th:last-child::after {
          display: none; }
    .download-page .main-download .tbl-download tbody {
      color: #333;
      vertical-align: top; }
      .download-page .main-download .tbl-download tbody tr:nth-child(2n + 1) {
        background: #f7f7f7; }
      .download-page .main-download .tbl-download tbody tr:hover {
        background: #e8e8e8; }
    @media only screen and (max-width: 640px) {
      .download-page .main-download .tbl-download,
      .download-page .main-download .tbl-download tbody,
      .download-page .main-download .tbl-download tr,
      .download-page .main-download .tbl-download td {
        display: block;
        width: 100%; }
      .download-page .main-download .tbl-download thead {
        display: none; }
      .download-page .main-download .tbl-download tr {
        margin-bottom: 10px;
        background: #f7f7f7;
        padding: 0px 5px; }
      .download-page .main-download .tbl-download td {
        padding: 5px 5px 5px 35%;
        border: none;
        position: relative;
        text-align: left !important; }
        .download-page .main-download .tbl-download td::before {
          content: "";
          display: block;
          width: 35%;
          position: absolute;
          left: 0;
          top: 0;
          padding: 5px;
          max-height: 100%;
          font-weight: bold; }
        .download-page .main-download .tbl-download td.no-lbl::before {
          display: none; }
        .download-page .main-download .tbl-download td.file::before {
          content: "File:"; }
        .download-page .main-download .tbl-download td.download::before {
          content: "Download:"; } }

.application-page .applications-list .item-application {
  display: block;
  width: calc(100% / 3 - var(--bs-gutter-x));
  margin: calc(var(--bs-gutter-x) * 0.5);
  padding: 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .application-page .applications-list .item-application {
      width: calc(100% / 2 - var(--bs-gutter-x)); } }
  @media only screen and (max-width: 480px) {
    .application-page .applications-list .item-application {
      width: calc(100% - var(--bs-gutter-x)); } }
  .application-page .applications-list .item-application .img-app {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s; }
  .application-page .applications-list .item-application .ct-app {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0% 0%, 10% 90%, 100% 100%, 90% 10%);
    transition: 0.4s; }
    .application-page .applications-list .item-application .ct-app .tt-app {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
      margin: 0;
      padding: 0px 10px; }
  .application-page .applications-list .item-application:hover .img-app {
    transform: scale(1.05); }
  .application-page .applications-list .item-application:hover .ct-app {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); }

.service-page .list-services .item-service {
  display: block;
  width: calc(100% / 3 - var(--bs-gutter-x));
  margin: calc(var(--bs-gutter-x) * 0.5);
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .service-page .list-services .item-service {
      width: calc(100% / 2 - var(--bs-gutter-x)); } }
  @media only screen and (max-width: 480px) {
    .service-page .list-services .item-service {
      width: calc(100% - var(--bs-gutter-x)); } }
  .service-page .list-services .item-service .img-service {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    transition: 0.4s; }
    .service-page .list-services .item-service .img-service img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s; }
  .service-page .list-services .item-service .ct-service {
    display: block;
    width: 100%; }
    .service-page .list-services .item-service .ct-service .tt-service {
      display: block;
      width: 100%; }
      .service-page .list-services .item-service .ct-service .tt-service a {
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px; }
    .service-page .list-services .item-service .ct-service .des-service {
      display: block;
      width: 100%;
      line-height: 1.7;
      padding: 0; }
  .service-page .list-services .item-service:hover .img-service {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3); }
    .service-page .list-services .item-service:hover .img-service img {
      transform: scale(1.05); }
  .service-page .list-services .item-service:hover .ct-service .tt-service a {
    color: #aacd06; }

.news-page {
  padding-top: 30px; }
  @media only screen and (max-width: 767px) {
    .news-page {
      padding-top: 10px; } }
  .news-page .main-news .sidebar .list-cat-news {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0; }
    .news-page .main-news .sidebar .list-cat-news li {
      display: block;
      width: 100%;
      border-bottom: 1px solid #ddd; }
      .news-page .main-news .sidebar .list-cat-news li a {
        display: block;
        width: 100%;
        font-weight: 600;
        padding: 10px 0px; }
        .news-page .main-news .sidebar .list-cat-news li a i {
          margin-right: 5px; }
      .news-page .main-news .sidebar .list-cat-news li:hover a, .news-page .main-news .sidebar .list-cat-news li.active a {
        color: #aacd06; }
  .news-page .main-news .list-news .item-news {
    display: block;
    width: calc(100% / 3 - var(--bs-gutter-x));
    margin: calc(var(--bs-gutter-x) * 0.5);
    padding: 0;
    position: relative;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .news-page .main-news .list-news .item-news {
        width: calc(100% / 2 - var(--bs-gutter-x)); } }
    @media only screen and (max-width: 480px) {
      .news-page .main-news .list-news .item-news {
        width: calc(100% - var(--bs-gutter-x)); } }
    .news-page .main-news .list-news .item-news .date-news {
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      justify-content: center;
      text-align: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #aacd06;
      color: #fff;
      font-weight: bold;
      line-height: 1.2;
      position: absolute;
      z-index: 2;
      left: calc(var(--bs-gutter-x) * -0.5);
      top: calc(var(--bs-gutter-x) * 0.5); }
      .news-page .main-news .list-news .item-news .date-news .date {
        display: block;
        width: 100%;
        font-size: 18px; }
      .news-page .main-news .list-news .item-news .date-news .month {
        display: block;
        width: 100%;
        font-size: 13px; }
    .news-page .main-news .list-news .item-news .img-news {
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 20px;
      transition: 0.4s; }
      .news-page .main-news .list-news .item-news .img-news img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s; }
    .news-page .main-news .list-news .item-news .ct-news {
      display: block;
      width: 100%; }
      .news-page .main-news .list-news .item-news .ct-news .tt-news {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .news-page .main-news .list-news .item-news .ct-news .tt-news a {
          display: block;
          width: 100%;
          font-weight: bold;
          font-size: 18px; }
      .news-page .main-news .list-news .item-news .ct-news .excerpt-news {
        display: block;
        width: 100%;
        line-height: 1.7; }
    .news-page .main-news .list-news .item-news:hover .img-news {
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3); }
      .news-page .main-news .list-news .item-news:hover .img-news img {
        transform: scale(1.05); }
    .news-page .main-news .list-news .item-news:hover .ct-news .tt-news a {
      color: #aacd06; }
  .news-page .main-news .news-detail {
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .news-page .main-news .news-detail {
        margin-top: 20px; } }
    .news-page .main-news .news-detail .tt-news-detail {
      display: block;
      width: 100%;
      font-weight: bold;
      font-size: 20px; }
    .news-page .main-news .news-detail .date-news-detail {
      display: block;
      width: 100%;
      font-weight: 600; }

.contact-page .main-contact-page .info-contact .tt-info {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px; }
.contact-page .main-contact-page .info-contact .list-contact {
  display: block;
  width: 100%;
  margin: 0px 0px 15px;
  padding: 0; }
  .contact-page .main-contact-page .info-contact .list-contact li {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px; }
    .contact-page .main-contact-page .info-contact .list-contact li i {
      margin-right: 5px;
      margin-top: 3px; }
    .contact-page .main-contact-page .info-contact .list-contact li a:hover {
      color: #aacd06; }
.contact-page .main-contact-page .info-contact .social-contact {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  .contact-page .main-contact-page .info-contact .social-contact li {
    display: inline-block;
    margin-right: 10px; }
    .contact-page .main-contact-page .info-contact .social-contact li a {
      display: flex;
      width: 35px;
      height: 35px;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 16px; }
      .contact-page .main-contact-page .info-contact .social-contact li a img {
        display: block;
        object-fit: contain; }
.contact-page .main-contact-page .contact-form {
  display: block;
  width: 100%;
  padding-left: 5%; }
  @media only screen and (max-width: 767px) {
    .contact-page .main-contact-page .contact-form {
      padding-left: calc(var(--bs-gutter-x) * 0.5);
      padding-top: 30px; } }
  .contact-page .main-contact-page .contact-form .tt-contact-form {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .contact-page .main-contact-page .contact-form .des-contact-form {
    display: block;
    width: 100%;
    line-height: 1.7;
    margin-bottom: 15px; }
  .contact-page .main-contact-page .contact-form .form-contact .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px calc(var(--bs-gutter-x) * 0.5); }
    .contact-page .main-contact-page .contact-form .form-contact .form-group img.img-captcha {
      display: block;
      width: 150px;
      height: 40px;
      margin-right: 10px; }
    .contact-page .main-contact-page .contact-form .form-contact .form-group input {
      width: 100%;
      height: 40px;
      background: #fff;
      border: 2px solid #ddd;
      border-radius: 5px;
      padding: 0px 15px;
      -moz-appearance: textfield;
      outline: none;
      /* Chrome, Safari, Edge, Opera */ }
      .contact-page .main-contact-page .contact-form .form-contact .form-group input::-webkit-outer-spin-button, .contact-page .main-contact-page .contact-form .form-contact .form-group input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .contact-page .main-contact-page .contact-form .form-contact .form-group input:focus-visible, .contact-page .main-contact-page .contact-form .form-contact .form-group input:focus {
        border-color: #aacd06; }
      .contact-page .main-contact-page .contact-form .form-contact .form-group input[name="captcha"] {
        width: calc(100% - 160px); }
    .contact-page .main-contact-page .contact-form .form-contact .form-group textarea {
      display: block;
      width: 100%;
      background: #fff;
      border-radius: 5px;
      border: 2px solid #ddd;
      outline: none;
      padding: 15px; }
      .contact-page .main-contact-page .contact-form .form-contact .form-group textarea:focus, .contact-page .main-contact-page .contact-form .form-contact .form-group textarea:focus-visible {
        border-color: #aacd06; }
    .contact-page .main-contact-page .contact-form .form-contact .form-group .btn-send {
      height: 40px;
      padding: 0px 30px;
      background: #aacd06;
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 5px;
      transition: 0.4s; }
      .contact-page .main-contact-page .contact-form .form-contact .form-group .btn-send:hover {
        background: #222;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }
      .contact-page .main-contact-page .contact-form .form-contact .form-group .btn-send i {
        margin-left: 10px; }

.contact-map {
  display: block;
  width: 100%; }
  .contact-map iframe {
    display: block;
    width: 100%; }

.page-404 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 100vh; }
  .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: #aacd06;
      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%;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
        .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;
          font-family: "Times New Roman", sans-serif;
          clip-path: polygon(8% 0%, 0% 100%, 92% 100%, 100% 0%);
          background: transparent;
          border: 2px solid transparent; }
          .page-404 .main-page-404 .inner-404 .content-404 .back-to-home i {
            margin-left: 10px; }
          .page-404 .main-page-404 .inner-404 .content-404 .back-to-home:hover {
            border-color: #fff; }

@keyframes aniBtn {
  0% {
    transform: translateY(-1px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(-1px); } }

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