@charset "UTF-8";
/* Base */
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatfac&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  scroll-behavior: auto;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
}
body.active-menu-mobi {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #555;
}

table {
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  color: inherit;
}
a:hover {
  color: #45b045;
}

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

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

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

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

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

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

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

::placeholder {
  color: #555;
}

button,
textarea {
  font-family: inherit;
}

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

@keyframes ani_scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes nhapnho {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-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: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #213047;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
  top: calc(50% - 20px);
  margin: 0;
  overflow: hidden;
  z-index: 8;
  opacity: 0.5;
  border-radius: 50%;
}
.nav-swiper::after {
  display: none;
}
.nav-swiper:hover {
  opacity: 1;
}
.nav-swiper.swiper-button-prev {
  left: 15px;
  text-indent: -3px;
}
.nav-swiper.swiper-button-next {
  right: 15px;
  text-indent: 3px;
}

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

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

.hotline-ani {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}
.hotline-ani:before, .hotline-ani:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.hotline-ani:before {
  z-index: 1;
  border: 2px solid rgb(221, 51, 51);
  width: 100%;
  height: 100%;
  animation: 1s hotline_before ease-in-out 0s infinite;
}
.hotline-ani:after {
  z-index: 2;
  background: rgba(221, 51, 51, 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: #dd3333;
  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: 85px;
}
.hotline-ani.zalo-ani:before {
  border-color: #0A94E3;
}
.hotline-ani.zalo-ani:after {
  background: rgba(10, 148, 227, 0.3);
}
.hotline-ani.email-ani {
  bottom: 170px;
}
.hotline-ani.email-ani:before {
  border-color: #0A94E3;
}
.hotline-ani.email-ani:after {
  background: rgba(10, 148, 227, 0.3);
}

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

.header {
  background: #fff;
}
.header__lang {
  font-size: 14px;
}
.header__lang .divider {
  font-size: 12px;
  color: #ccc;
}
.header__lang .item {
  font-weight: 500;
}
.header__lang .item.active {
  color: #45b045;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 420px;
}
.header__logo img {
  display: block;
  width: 100%;
  max-width: 420px;
}

.menu {
  position: sticky;
  top: 0;
  z-index: 8;
  background: #fff;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
}

.toggleMenu {
  display: none;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .toggleMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 26px;
    font-weight: normal;
  }
  .toggleMenu::before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
  }
  .toggleMenu.toggled::before {
    content: "\f00d";
  }
}

.openSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 20px;
  color: #45b045;
  transition: 0.15s ease-in-out;
  position: relative;
  z-index: 9;
}
.openSearch:hover {
  cursor: pointer;
  color: #fff;
  background: #45b045;
}

.fixedSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(12, 58, 19, 0.86);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fixedSearch__form {
  width: 100%;
  max-width: 1080px;
  transition: 0.15s ease-in-out;
  transform: translateY(10px);
}
.fixedSearch__input {
  background: none;
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding: 10px;
  font-weight: 400;
  width: 100%;
}
.fixedSearch__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.fixedSearch__input:focus {
  outline: none;
  border: none;
}
.fixedSearch.show {
  transition: 0.15s ease-in-out;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.fixedSearch.show .fixedSearch__form {
  transition-delay: 0.15s;
  transform: translateY(0);
}
@media (max-width: 992px) {
  .fixedSearch__input {
    font-size: 18px;
  }
}

@media (min-width: 991px) {
  #menu-primary {
    flex-grow: 1;
    display: flex;
    gap: 36px;
    margin: 0;
    padding: 0;
  }
  #menu-primary .menu-item {
    display: block;
    position: relative;
    width: fit-content;
  }
  #menu-primary .menu-item .menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    font-size: 15px;
    white-space: nowrap;
    gap: 10px;
  }
  #menu-primary .menu-item .menu-link.active {
    color: #45b045;
  }
  #menu-primary .menu-item.hasChild .btnSub {
    display: none;
  }
  #menu-primary .menu-item.hasChild .menu-link::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
  }
  #menu-primary .menu-item .subMenu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: max-content;
    position: absolute;
    top: 105%;
    transition: 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
  }
  #menu-primary .menu-item .subMenu li {
    display: block;
    width: 100%;
    position: relative;
  }
  #menu-primary .menu-item .subMenu li a {
    display: flex;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    gap: 10px;
    padding: 10px 20px;
  }
  #menu-primary .menu-item .subMenu li .subMenu {
    top: 0;
    left: 105%;
  }
  #menu-primary .menu-item .subMenu li .subMenu li .subMenu {
    transform: translateY(-50%);
  }
  #menu-primary .menu-item .subMenu li.hasChild > a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
  }
  #menu-primary .menu-item .subMenu li:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  #menu-primary .menu-item .subMenu li:hover > a {
    color: #45b045;
  }
  #menu-primary .menu-item .subMenu li:hover > .subMenu {
    left: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  #menu-primary .menu-item:hover > .menu-item {
    color: #45b045;
  }
  #menu-primary .menu-item:hover > .subMenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
  }
}
@media (max-width: 991px) {
  #menu-primary {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 8;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0s;
    border-top: 1px solid var(--bs-border-color);
    padding-top: 15px;
  }
  #menu-primary .menu-item {
    display: block;
    width: 100%;
    position: relative;
    transition: 0.15s ease-in-out;
    transition-delay: 0.1s;
    opacity: 0;
    transform: translateY(2px);
  }
  #menu-primary .menu-item .btnSub {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none !important;
    background: none;
    transition: 0.15s ease-in-out;
  }
  #menu-primary .menu-item .btnSub::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 16px;
  }
  #menu-primary .menu-item .btnSub.active {
    transform: rotate(180deg);
  }
  #menu-primary .menu-item .menu-link {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
  }
  #menu-primary .menu-item .subMenu {
    display: none;
    margin: 0;
    padding-left: 40px;
  }
  #menu-primary .menu-item .subMenu > li {
    list-style-type: disc;
    position: relative;
    margin-bottom: 10px;
  }
  #menu-primary .menu-item .subMenu > li .btnSub {
    height: auto;
  }
  #menu-primary .menu-item .subMenu > li::marker {
    color: #000;
  }
  #menu-primary .menu-item .subMenu > li .subMenu {
    padding-left: 20px;
    padding-top: 10px;
  }
  #menu-primary .menu-item .subMenu > li .subMenu li {
    list-style-type: circle;
    margin-bottom: 8px;
  }
  #menu-primary.active {
    transition: 0.15s ease-in-out;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  #menu-primary.active .menu-item {
    transform: translateY(0);
    opacity: 1;
  }
}

.footer {
  border-top: 1px solid #45b045;
}
.footer__bot {
  position: relative;
  background: #00a000;
}
.footer__bot p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
}
.footer__bot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #177030 49%, #000000 100%);
  z-index: 0;
  opacity: 0.5;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer__social > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #45b045;
  font-size: 12px;
}
.footer__social > a:hover {
  background: #45b045;
  color: #fff;
  transform: translateY(-2px);
}
.footer__title {
  font-size: 24px;
  font-weight: normal;
}
.footer__contact > p {
  font-size: 12px;
}
.footer__contact > p a {
  color: #177030;
}
.footer__contact > p a:hover {
  color: #00a000;
}
.footer__contact .title {
  font-size: 16px;
  font-weight: 400;
  color: #00a000;
  padding-left: 15px;
  border-left: 2px solid #00a000;
}
.footer__contact .contactInfos__block .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #177030;
}
.footer__contact .contactInfos__block .text {
  font-size: 13px;
}
.footer__contact .contactInfos__block .text a {
  color: #177030;
}
.footer__contact .contactInfos__block .text a:hover {
  color: #00a000;
}
.footer .btnLine {
  width: 150px;
}

.slider {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.slider .swiper-pagination-bullet-active {
  background: #0368cf;
}
.slider .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 75px;
  background: none;
  color: #fff;
  opacity: 0.9;
  transition: 0.4s;
}
@media (max-width: 992px) {
  .slider .swiper-nav {
    display: none;
  }
}
.slider .swiper-nav::after {
  display: block;
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
}
.slider .swiper-nav.swiper-button-prev {
  left: 0;
}
.slider .swiper-nav.swiper-button-prev::after {
  content: "\f053";
}
.slider .swiper-nav.swiper-button-next {
  right: 0;
}
.slider .swiper-nav.swiper-button-next::after {
  content: "\f054";
}
.slider .swiper-nav:hover {
  opacity: 1;
}
.slider__item {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider__item > * {
  position: relative;
  z-index: 0;
}
.slider__item > img {
  display: block;
  width: 100%;
  height: auto;
  animation: ani_scaleIn 1.6s both cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 992px) {
  .slider__item > img {
    height: 480px;
  }
}
.slider__item > iframe, .slider__item > video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  pointer-events: none;
  object-fit: cover;
}
@media (max-width: 992px) {
  .slider__item > iframe, .slider__item > video {
    height: 480px;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  .slider__item > img, .slider__item > iframe, .slider__item > video {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.homeProduct {
  width: 100%;
}
.homeProduct__main {
  background: rgba(0, 65, 18, 0.05);
}
.homeProduct__block .blockContent {
  align-items: flex-start;
}
.homeProduct__block .banner {
  border: 5px solid #fff;
  border-top-right-radius: 5px;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.homeProduct__block .title {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.homeProduct__block .des {
  text-align: justify;
}
@media (min-width: 768px) {
  .homeProduct__block:nth-child(2n) .blockContent {
    order: -1;
    align-items: flex-end;
  }
  .homeProduct__block:nth-child(2n) .banner {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
@media (max-width: 768px) {
  .homeProduct__block .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: 0.15s ease-in-out;
}
.readmore:hover {
  background: #45b045;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.titleHome {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.titleHome span {
  font-size: 16px;
  font-weight: normal;
  color: #004112;
}
@media (max-width: 768px) {
  .titleHome {
    font-size: 26px;
  }
}

.topics__news {
  background: #F6F6F6;
}
.topics__news .title {
  display: block;
  width: fit-content;
  color: #fff;
  background: #004112;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.topics__box {
  background: #F6F6F6;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease-in-out;
}
.topics__box .des {
  color: #45b045;
}
.topics__box:hover {
  transform: translateY(-3px);
}

.btnAni {
  display: flex;
  width: fit-content;
  padding: 10px 40px;
  position: relative;
  overflow: hidden;
  font-size: 0;
  font-weight: 500;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
}
.btnAni::before, .btnAni::after {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.15s ease-in-out;
  font-size: 16px;
}
.btnAni::before {
  content: attr(data-text);
  background: transparent;
  color: #ddd;
  position: relative;
  opacity: 1;
}
.btnAni::after {
  content: attr(data-after);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  background: #45b045;
  color: #fff;
  opacity: 0;
}
.btnAni:hover::before {
  transform: translateY(100%);
  opacity: 0;
}
.btnAni:hover::after {
  transform: translateY(0);
  opacity: 1;
}

.techNews {
  background: #FCFCFC;
}
.techNews .titleHome {
  color: #fff;
}
.techNews .titleHome span {
  color: #fff;
}
.techNews .btnAni::after {
  background: #fff;
  color: #45b045;
}
.techNews::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 220px;
  background: linear-gradient(210deg, #45B045 14%, #004A15 100%);
}
.techNews .container {
  position: relative;
  z-index: 1;
}
.techNews__item {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-in-out;
}
.techNews__item .img img {
  aspect-ratio: 95/53;
  object-fit: cover;
}
.techNews__item .title {
  font-size: 22px;
  font-weight: 500;
}
.techNews__item .des {
  font-size: 14px;
  font-weight: normal;
  color: #54595f;
}
.techNews__item .viewDetail {
  display: flex;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  color: #004112;
  gap: 5px;
  align-items: center;
}
.techNews__item .viewDetail::after {
  content: "»";
}
.techNews__item .viewDetail:hover {
  color: #45b045;
  gap: 10px;
}
.techNews__item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.servicesHome__item .img {
  transition: 0.15s ease-in-out;
}
.servicesHome__item .title {
  font-size: 16px;
  font-weight: normal;
}
.servicesHome__item .text {
  font-size: 12px;
  color: #45b045;
}
.servicesHome__item:hover {
  color: inherit;
}
.servicesHome__item:hover .img {
  transform: scale(1.1);
}

.partner {
  background-image: url(../images/bg-partner.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
}
.partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(2px) hue-rotate(0deg);
  background: #000;
  opacity: 0.5;
}
.partner .container {
  position: relative;
  z-index: 1;
}
.partner .titleHome {
  color: #fff;
}
.partner .titleHome span {
  color: #fff;
}
.partner__logo {
  display: block;
  width: 170px;
  height: 170px;
  aspect-ratio: 1/1;
  object-fit: contain;
  opacity: 0.8;
  transition: 0.15s ease-in-out;
}
.partner__logo:hover {
  transform: scale(1.1);
  opacity: 1;
}

.breadcrumb {
  font-size: 12px;
}
.breadcrumb a {
  color: #004112;
}
.breadcrumb a:hover {
  color: #45b045;
}
.breadcrumb .separator {
  display: block;
  width: 0;
  height: 15px;
  border-left: 1px solid #dee2e6;
  margin: 0px 10px;
  transform: translateY(1px);
}

.topPage {
  min-height: 480px;
}
.topPage__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topPage__title {
  background: #004112;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 5px;
  max-width: calc(100% - 32px);
  min-width: 270px;
  width: fit-content;
}
.topPage__title span {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  background: #fff;
  color: #45b045;
  font-size: 18px;
  font-weight: normal;
  min-width: 170px;
  position: relative;
  right: -30px;
  bottom: -30px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .topPage {
    min-height: 360px;
  }
}

.aboutInfos {
  margin-top: -70px;
}
.aboutInfos__subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #45b045;
}
.aboutInfos__title {
  font-size: 56px;
  font-weight: normal;
}
.aboutInfos__main .nav {
  margin: 0;
  padding: 0;
  border: 0;
}
.aboutInfos__main .nav .nav-link {
  border-radius: 0;
  border: 0;
  background: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  transition: 0.15s ease-in-out;
  color: #000;
  flex-grow: 1;
  position: relative;
}
.aboutInfos__main .nav .nav-link::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 8px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background: #45b045;
  opacity: 0;
}
.aboutInfos__main .nav .nav-link:hover {
  background: #333;
  color: #fff;
}
.aboutInfos__main .nav .nav-link.active {
  pointer-events: none;
  background: #45b045;
  color: #fff;
}
.aboutInfos__main .nav .nav-link.active::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .aboutInfos {
    margin-top: -47px;
  }
  .aboutInfos__title {
    font-size: 30px;
    text-align: center;
  }
  .aboutInfos__main .nav .nav-link {
    padding: 10px;
    font-size: 18px;
  }
}

.aboutUsProduct .row {
  position: relative;
  z-index: 1;
}
.aboutUsProduct::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../images/after-bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 225% 100%;
  transform: rotate(180deg);
  z-index: 0;
}
.aboutUsProduct__img {
  transition: 0.15s ease-in-out;
  transform-origin: center;
}
.aboutUsProduct__img:hover {
  transform: scale(1.03);
}

.aboutUsInformation {
  min-height: 100vh;
}
.aboutUsInformation::before, .aboutUsInformation::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
}
.aboutUsInformation::before {
  top: -1px;
  height: 310px;
  background-image: url(../images/before-bg.svg);
  background-size: 300% 100%;
  background-position: center top;
  transform: rotateY(180deg);
}
.aboutUsInformation::after {
  bottom: 0;
  height: 100px;
  background-image: url(../images/after-bg.svg);
  background-position: center bottom;
  background-size: 225% 100%;
  transform: rotateX(180deg);
}
.aboutUsInformation__content .title {
  font-size: 18px;
  font-weight: normal;
  color: #004112;
}
.aboutUsInformation__banner {
  transition: 0.15s ease-in-out;
  transform-origin: center;
}
.aboutUsInformation__banner:hover {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .aboutUsInformation__content > .d-flex {
    flex: 1 1 calc(50% - 1.5rem);
    text-align: center !important;
  }
}

.aboutUsOurTeam {
  background: #fff;
}

.aboutUsSolutions::before, .aboutUsSolutions::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutUsSolutions::before {
  background-image: url(../images/bg-solutions.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(15px);
  z-index: 0;
}
.aboutUsSolutions::after {
  z-index: 1;
  background: #001601;
  opacity: 0.54;
}
.aboutUsSolutions .aboutInfos__subtitle {
  text-align: center;
}
.aboutUsSolutions .aboutInfos__title {
  color: #fff;
  text-align: center;
}
.aboutUsSolutions__slider {
  padding: 0px 30px;
}
.aboutUsSolutions__slider .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: transparent;
  top: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
.aboutUsSolutions__slider .swiper-nav::after {
  font-family: "Font Awesome 5 Pro";
  background: none;
  font-size: 18px;
  font-weight: 500;
}
.aboutUsSolutions__slider .swiper-nav.swiper-button-next::after {
  content: "\f105";
}
.aboutUsSolutions__slider .swiper-nav.swiper-button-prev::after {
  content: "\f104";
}
.aboutUsSolutions__slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
.aboutUsSolutions__logo {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.swiper:not(.slider) {
  padding: 0px 30px;
}
.swiper:not(.slider) .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: transparent;
  top: calc(50% - 10px);
  margin: 0;
  padding: 0;
}
.swiper:not(.slider) .swiper-nav::after {
  font-family: "Font Awesome 5 Pro";
  background: none;
  font-size: 18px;
  font-weight: 500;
}
.swiper:not(.slider) .swiper-nav.swiper-button-next::after {
  content: "\f105";
}
.swiper:not(.slider) .swiper-nav.swiper-button-prev::after {
  content: "\f104";
}
.swiper:not(.slider) .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}

.aboutUsHistory__block .title {
  font-size: 45px;
  font-weight: bold;
  color: #45b045;
  margin-bottom: 0;
}
.aboutUsHistory__block .content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px dashed #45b045;
}
.aboutUsHistory__block .content::after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 20px;
  color: #45b045;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  height: 3rem;
  background: #fff;
  position: absolute;
  top: -0.8rem;
  left: 0;
  transform: translateX(-50%);
  line-height: 1;
}
.aboutUsHistory__block .content p {
  margin-bottom: 10px;
}
.aboutUsHistory__block:first-child .content::after, .aboutUsHistory__block:nth-child(2) .content::after {
  content: "\f00c";
}
.aboutUsHistory__block:last-child .content::after {
  content: "\f005";
  font-weight: 600;
}
@media (max-width: 768px) {
  .aboutUsHistory__block .title {
    font-size: 26px;
  }
}

.post {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-in-out;
  border: 1px solid #fff;
}
.post__tag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background: #45b045;
  color: #fff;
}
.post__img img {
  aspect-ratio: 2/1;
  object-fit: cover;
  transition: 0.15s ease-in-out;
}
.post__img:hover img {
  transform: scale(1.1);
}
.post__title {
  font-size: 18px;
  font-weight: normal;
}
.post__date {
  font-size: 12px;
  font-weight: normal;
  color: #45b045;
}
.post:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.pagi__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-height: 20px;
  min-width: 30px;
  font-size: 14px;
  color: #555;
  background: #fff;
  transition: 0.15s ease-in-out;
}
.pagi__link:hover {
  background: #fafafa;
  color: #45b045;
}
.pagi__link.active {
  pointer-events: none;
  color: #45b045;
  background: #fafafa;
}

.newsDetail {
  position: relative;
  z-index: 1;
}
.newsDetail__head {
  min-height: 460px;
  z-index: 0;
}
.newsDetail__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #00280B;
  opacity: 0.7;
}
.newsDetail__head .container > * {
  max-width: 768px;
  color: #fff;
}
.newsDetail__head .container > .breadcrumb a {
  color: inherit;
}
.newsDetail__head .title {
  font-size: 40px;
  font-weight: normal;
}
.newsDetail__head .shareLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  transition: 0.15s ease-in-out;
}
.newsDetail__head .shareLink--fb {
  background: #3b5998;
}
.newsDetail__head .shareLink--tw {
  background: #1da1f2;
}
.newsDetail__head .shareLink--linkin {
  background: #0077b5;
}
.newsDetail__head .shareLink:hover {
  filter: brightness(1.2);
}
.newsDetail__body {
  margin-top: -120px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
}
.newsDetail__gallery .image {
  position: relative;
  flex: 1 1 calc(50% - 0.5rem);
  overflow: hidden;
}
.newsDetail__gallery .image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: 0.15s ease-in-out;
}
.newsDetail__gallery .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.15s ease-in-out;
}
.newsDetail__gallery .image:hover img {
  transform: scale(1.1);
}
.newsDetail__gallery .image:hover::after {
  opacity: 0.5;
}
.newsDetail__navs .divider {
  height: 50px;
}
.newsDetail__navs > *:not(.divider) {
  flex: 1 1 calc(50% - 1rem);
}
.newsDetail__navs > *:not(.divider) i {
  font-size: 26px;
  color: #7a7a7a;
  transition: 0.15s ease-in-out;
}
.newsDetail__navs > *:not(.divider) .text .lbl {
  font-size: 12px;
  font-weight: normal;
  color: #7a7a7a;
}
.newsDetail__navs > *:not(.divider) .text .title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
}
.newsDetail__navs > *:not(.divider):hover i {
  color: #000;
}
@media (max-width: 992px) {
  .newsDetail__head .title {
    font-size: 28px;
  }
}

.sibarTitle {
  font-size: 24px;
  font-weight: bold;
  color: #177030;
  margin-bottom: 20px;
}

.aboutSibar__social .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  transition: 0.15s ease-in-out;
  transform-origin: center;
}
.aboutSibar__social .item--fb {
  background: #3b5998;
}
.aboutSibar__social .item--yt {
  background: #cd201f;
}
.aboutSibar__social .item--linkin {
  background: #0077b5;
}
.aboutSibar__social .item--line {
  background: #00C54D;
}
.aboutSibar__social .item:hover {
  filter: brightness(1.3);
  transform: scale(1.1);
}

.recentNews__list .item {
  transition: 0.15s ease-in-out;
}
.recentNews__list .item__link {
  font-size: 14px;
}
.recentNews__list .item__date {
  font-size: 12px;
  color: #45b045;
}
.recentNews__list .item:hover {
  background: #F3F3F3;
}

.sibarVideo iframe {
  aspect-ratio: 16/9;
}

.advanceMachine__title {
  font-size: 32px;
  font-weight: normal;
  padding-left: 30px;
  border-left: 4px solid #177030;
}
.advanceMachine__banner {
  min-height: 430px;
}
.advanceMachine__banner .bg {
  object-fit: cover;
}
.advanceMachine__banner .content {
  color: #fff;
  max-width: 330px;
}
.advanceMachine__banner .content .title {
  font-size: 32px;
  font-weight: normal;
}
.advanceMachine__banner .content .readmore {
  border: 0;
  background: #45b045;
  color: #fff;
}
.advanceMachine__banner .content .readmore:hover {
  background: #177030;
}
.advanceMachine__item {
  transition: 0.15s ease-in-out;
}
.advanceMachine__item .image img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.advanceMachine__item .image .lbl {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  transform: rotate(45deg) translate(32%, -200%);
  line-height: 2;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  background: #45b045;
  color: #fff;
}
.advanceMachine__item .title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  background: #f4f4f4;
}
.advanceMachine__item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .advanceMachine__title {
    font-size: 26px;
  }
}

.articles__lbl {
  font-size: 18px;
  font-weight: normal;
  color: #c1c1c1;
}
.articles__title {
  font-size: 32px;
  padding-top: 75px;
}
.articles__title::before {
  content: "";
  position: relative;
  height: 40px;
  width: 0;
  border-left: 4px solid #45b045;
  margin-right: 25px;
}
.articles__list .post__img img {
  aspect-ratio: 4/3;
}
@media (max-width: 992px) {
  .articles__title {
    font-size: 26px;
  }
}

.spyNavs {
  background: #fff;
  box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
}
.spyNavs .spyNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #fff;
  line-height: 1;
}
.spyNavs .spyNav:hover {
  background: #fafafa;
  color: #45b045;
}
.spyNavs .spyNav.active {
  border-color: #45b045;
  color: #45b045;
}
.spyNavs.fixed {
  position: sticky;
  top: 0;
  z-index: 10;
}

.articleDetail__head {
  background: #177030;
  color: #fff;
}
.articleDetail__subtitle {
  font-size: 20px;
}
.articleDetail__title {
  font-size: 70px;
  font-weight: normal;
}
.articleDetail__content h1,
.articleDetail__content h2,
.articleDetail__content h3,
.articleDetail__content h4,
.articleDetail__content h5,
.articleDetail__content h6 {
  margin-bottom: 15px;
}
.articleDetail__content p {
  display: inline-block;
  width: 100%;
}
.articleDetail__content .headingBorder {
  padding-left: 25px;
  border-left: 4px solid #45b045;
}
.articleDetail__info {
  border-top: 1px dashed #45b045;
  border-bottom: 1px dashed #45b045;
}
.articleDetail__info .title {
  font-size: 18px;
  font-weight: normal;
  padding-left: 20px;
  border-left: 4px solid #45b045;
}
.articleDetail__info .author__avatar {
  width: 115px;
  height: 115px;
  border: 2px solid #fff;
}
.articleDetail__info .author__avatar img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.articleDetail__shares .shareButton {
  flex: 1 1 calc(33.3333333333% - 0.5rem);
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  background: #aaa;
  color: #fff;
}
.articleDetail__shares .shareButton--fb {
  background: #3b5998;
}
.articleDetail__shares .shareButton--tw {
  background: #1da1f2;
}
.articleDetail__shares .shareButton--linkedin {
  background: #0077b5;
}
.articleDetail__shares .shareButton--email {
  background: #ea4335;
}
.articleDetail__shares .shareButton:hover {
  filter: brightness(1.2);
}
.articleDetail__navs .divider {
  height: 50px;
}
.articleDetail__navs > *:not(.divider) {
  flex: 1 1 calc(50% - 1rem);
}
.articleDetail__navs > *:not(.divider) i {
  font-size: 26px;
  color: #7a7a7a;
  transition: 0.15s ease-in-out;
}
.articleDetail__navs > *:not(.divider) .text .lbl {
  font-size: 21px;
  font-weight: normal;
  color: #aaa;
  text-transform: uppercase;
}
.articleDetail__navs > *:not(.divider) .text .title {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
}
.articleDetail__navs > *:not(.divider):hover i {
  color: #000;
}
@media (max-width: 992px) {
  .articleDetail__title {
    font-size: 26px;
  }
}

.blockQuote {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.blockQuote::before {
  content: "“";
  font-family: "Times New Roman", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: #45b045;
  height: 52px;
}
.blockQuote p {
  font-size: 29px;
}
.blockQuote b {
  color: #7a7a7a;
}
@media (max-width: 992px) {
  .blockQuote p {
    font-size: 18px;
  }
}

.engineService .container {
  max-width: 1230px;
}
.engineService__intro {
  min-height: 100vh;
}
.engineService__intro .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.engineService__subtitle {
  font-size: 20px;
  color: #45b045;
}
.engineService__title {
  font-size: 65px;
  font-weight: normal;
}
.engineService .introCounter__col {
  flex: 1 1 calc(33.3333333333% - 1.5rem);
}
.engineService .introCounter__col .number {
  font-family: "Arial", sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: #45b045;
  line-height: 1.2;
  filter: brightness(1.1);
}
.engineService .introCounter__col .text {
  font-size: 16px;
  font-weight: normal;
}
.engineService__solution {
  background: linear-gradient(130deg, #000599 0%, #00f2ff 89%);
}
.engineService__solution .container {
  z-index: 1;
  position: relative;
}
.engineService__solution .engineService__subtitle,
.engineService__solution .engineService__title {
  color: #fff;
}
.engineService__solution::before, .engineService__solution::after {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  z-index: 0;
}
.engineService__solution::before {
  height: 36px;
  top: 0;
  background-image: url(../images/before-solution-es.svg);
  background-size: 200% 100%;
  background-position: center top;
}
.engineService__solution::after {
  bottom: 0;
  height: 120px;
  background-image: url(../images/after-solution-es.svg);
  background-size: 260% 100%;
  background-position: center top;
  transform: rotateX(180deg);
}
.engineService__solution .solutionBanner {
  display: block;
  width: 365px;
}
.engineService__solution .solutionBanner .twentytwenty-overlay {
  background: transparent !important;
}
.engineService__solution .solutionBanner .twentytwenty-overlay .twentytwenty-before-label,
.engineService__solution .solutionBanner .twentytwenty-overlay .twentytwenty-after-label {
  opacity: 1 !important;
}
.engineService__solution .solutionBanner .twentytwenty-overlay .twentytwenty-before-label::before,
.engineService__solution .solutionBanner .twentytwenty-overlay .twentytwenty-after-label::before {
  left: unset;
  right: 0;
}
.engineService__process .container {
  position: relative;
  z-index: 1;
}
.engineService__process::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-more-about-the-services.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(200%) blur(5px) hue-rotate(233deg);
}
.engineService__process .processGallery__item {
  flex: 1 1 calc(25% - 0.5rem);
}
.engineService__process .processGallery__item img {
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.15s ease-in-out;
}
.engineService__process .processGallery__item:hover img {
  filter: brightness(0.8);
}
.engineService__faqs {
  min-height: 100vh;
}
.engineService__faqs .container {
  position: relative;
  z-index: 1;
}
.engineService__faqs::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-faq-service.png);
  background-repeat: no-repeat;
  background-position: center left;
  filter: brightness(100%) contrast(100%) saturate(200%) blur(7.4px) hue-rotate(360deg);
}
.engineService__faqs .listFaqs .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.engineService__faqs .listFaqs .accordion .accordion-col {
  flex: 1 1 calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.engineService__faqs .listFaqs .accordion .accordion-item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border: 0;
}
.engineService__faqs .listFaqs .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  border: 0;
  font-size: 20px;
  font-weight: normal;
  box-shadow: none;
}
.engineService__faqs .listFaqs .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  background: none !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.engineService__faqs .listFaqs .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.engineService__faqs .listFaqs .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: #fff;
  color: #177030;
}
.engineService__faqs .listFaqs .accordion .accordion-item .accordion-collapse {
  margin-top: -1px;
}
.engineService__contact {
  background: linear-gradient(130deg, #d5d800 0%, #00a33e 89%);
}
.engineService__contact .container {
  position: relative;
  z-index: 1;
}
.engineService__contact::before, .engineService__contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.engineService__contact::before {
  height: 100px;
  background-image: url(../images/before-contact-es.svg);
  background-position: left 50% top;
  background-repeat: no-repeat;
  background-size: 230% 100%;
  z-index: 1;
  transform: rotateY(180deg);
}
.engineService__contact::after {
  height: 100%;
  background-image: url(../images/bg-contact-es.png);
  background-repeat: no-repeat;
  z-index: 0;
  background-position: center center;
  background-size: 100% 100%;
  opacity: 0.15;
}
.engineService__contact .engineService__subtitle,
.engineService__contact .engineService__title {
  color: #fff;
}
.engineService__contact .contactLink {
  background: #fff;
  border: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: normal;
  color: #177030;
}
.engineService__contact .contactLink::after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
}
.engineService__contact .contactLink:hover {
  background: #000;
  color: #fff;
}
.engineService__contact .contactBanner {
  border-radius: 450px 100px 100px 100px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .engineService__subtitle {
    font-size: 18px;
    text-align: center;
  }
  .engineService__title {
    font-size: 30px;
    text-align: center;
  }
  .engineService__intro {
    min-height: unset;
  }
  .engineService__solution::before, .engineService__solution::after {
    display: none;
  }
  .engineService__process {
    min-height: unset;
  }
  .engineService__process .processGallery__item {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .engineService__customer {
    min-height: unset;
  }
  .engineService__faqs {
    min-height: unset;
  }
  .engineService__faqs .listFaqs .accordion .accordion-col {
    flex: 1 1 100%;
  }
  .engineService__contact .contactBanner {
    transform: unset !important;
  }
  .engineService .introCounter__col .number {
    font-size: 50px;
  }
}

.solutionBox {
  background: #fff;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.2);
  transition: 0.15s ease-in-out;
}
.solutionBox__icon {
  transition: 0.15s ease-in-out;
  width: 125px;
}
.solutionBox__title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
}
.solutionBox__title a {
  font-size: 14px;
  color: #45b045;
}
.solutionBox:hover {
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.2);
}
.solutionBox:hover .solutionBox__icon {
  transform: scale(1.1);
}

.customerSlider {
  padding-bottom: 50px !important;
}
.customerSlider .swiper-nav {
  color: #45b045 !important;
  top: 20% !important;
}
.customerSlider .swiper-pagination {
  bottom: 0;
}
.customerSlider .swiper-pagination-bullet {
  background: #54595f;
}
.customerSlider .swiper-pagination-bullet-active {
  background: #177030;
}
.customerSlider__logo {
  display: block;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.products__title {
  font-size: 32px;
  padding-top: 80px;
}
.products__title::before {
  content: "";
  position: relative;
  height: 40px;
  width: 0;
  border-left: 4px solid #45b045;
  margin-right: 25px;
}
.products__title .logoCate {
  max-height: 50px;
}

.product {
  transition: 0.15s ease-in-out;
}
.product__img {
  background: #fff;
}
.product__img img {
  aspect-ratio: 1/1;
  object-fit: contain;
  transition: 0.15s ease-in-out;
}
.product__img:hover img {
  filter: brightness(0.8);
}
.product__tag {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  transform: rotate(45deg) translate(32%, -200%);
  line-height: 2;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  background: #45b045;
  color: #fff;
}
.product__content {
  background: #f4f4f4;
}
.product__title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
.product__des {
  font-size: 14px;
  font-weight: normal;
}
.product:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.productDetail__summary .summaryHead__contact {
  background: #fff;
  border: 1px solid #45b045;
  color: #45b045;
}
.productDetail__summary .summaryHead__contact:hover {
  background: #45b045;
  color: #fff;
}
.productDetail__summary .summarySlider {
  padding-bottom: 40px;
}
.productDetail__summary .summarySlider .swiper-pagination {
  bottom: 0;
}
.productDetail__summary .summarySlider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #54595f;
}
.productDetail__summary .summarySlider .swiper-pagination-bullet-active {
  background: #45b045;
}
.productDetail__summary .summarySlider__image {
  max-width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.productDetail__secTitle {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.productDetail__secTitle span {
  font-weight: normal;
}
.productDetail__secTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 112px;
  height: 0;
  border-top: 5px solid #45b045;
}
.productDetail__system {
  min-height: 100vh;
}
.productDetail__system .systemContent__box::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 40%;
  height: 0;
  border-bottom: 1px solid #45b045;
  left: 50%;
  transform: translateX(-50%);
}
.productDetail__system .systemContent__box:last-child::after {
  display: none;
}
.productDetail__feature {
  min-height: 100vh;
}
.productDetail__feature::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 228px;
  background-image: url(../images/after-product-feature.svg);
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: rotateX(180deg);
}
@media (min-width: 992px) {
  .productDetail__feature .featureBlock__banner {
    padding-right: 0;
  }
  .productDetail__feature .featureBlock__banner video, .productDetail__feature .featureBlock__banner iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .productDetail__feature .featureBlock:nth-child(2n) .featureBlock__banner {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  .productDetail__feature .featureBlock:nth-child(2n) .featureBlock__content {
    order: -1;
  }
}
.productDetail__application .appItem iframe, .productDetail__application .appItem video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.productDetail__application .appItem__img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.productDetail__application .appItem__title {
  font-size: 20px;
  font-weight: normal;
}
.productDetail__application .appItem__info {
  color: #7a7a7a;
}
.productDetail__intro .introContent__logo {
  max-width: 164px;
  height: auto;
}
.productDetail__intro .introContent__title {
  font-size: 40px;
  font-weight: normal;
}
.productDetail__intro .introContent__subtitle {
  font-size: 22px;
  color: #45b045;
}
.productDetail__intro .introSlider {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px 30px 40px;
}
.productDetail__intro .introSlider .swiper-pagination {
  bottom: 0;
}
.productDetail__intro .introSlider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #54595f;
}
.productDetail__intro .introSlider .swiper-pagination-bullet-active {
  background: #45b045;
}
.productDetail__intro .introSlider .swiper-nav {
  color: #45b045;
}
.productDetail__intro .introSlider .swiper-nav::after {
  font-size: 20px;
}
.productDetail__intro .introSlider__item .image {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.productDetail__intro .introSlider__item .title {
  font-size: 15px;
  font-weight: normal;
  color: #45b045;
  text-align: center;
}
.productDetail__feaInfo .feaInfoTitle {
  font-size: 14px;
  font-weight: 600;
  color: #45b045;
  text-transform: uppercase;
  letter-spacing: 12px;
}
.productDetail__feaInfo .feaInfoSlider {
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.productDetail__feaInfo .feaInfoSlider .swiper-pagination {
  bottom: 0;
}
.productDetail__feaInfo .feaInfoSlider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #54595f;
}
.productDetail__feaInfo .feaInfoSlider .swiper-pagination-bullet-active {
  background: #45b045;
}
.productDetail__feaInfo .feaInfoSlider .swiper-nav {
  z-index: 2;
  color: #45b045;
  width: 40px;
  height: 40px;
}
.productDetail__feaInfo .feaInfoSlider .swiper-nav::after {
  font-size: 36px;
}
.productDetail__feaInfo .feaInfoSlider__item img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.productDetail__feaInfo .feaInfoBox__number {
  font-family: "Abril Fatface", serif;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  color: #177030;
  margin-bottom: 5px;
  filter: brightness(1.2);
  padding-left: 20px;
}
.productDetail__feaInfo .feaInfoBox__title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}
.productDetail__feaInfo .feaInfoBox__text {
  color: #7a7a7a;
}
.productDetail__feaInfo .feaInfoBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  height: 0;
  border-top: 1px solid #45b045;
}
.productDetail__feaInfo .feaInfoBlock__title .title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #45b045;
}
@media (min-width: 992px) {
  .productDetail__feaInfo .feaInfoBlock:nth-child(2n) .feaInfoBlock__content {
    order: -1;
  }
}
@media (max-width: 992px) {
  .productDetail__secTitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .productDetail__intro .introContent__title {
    font-size: 28px;
  }
  .productDetail__intro .introContent__subtitle {
    font-size: 18px;
  }
}

.relatedProduct__item {
  transition: 0.15s ease-in-out;
  border: 1px solid transparent;
}
.relatedProduct__item .image {
  background: #fff;
}
.relatedProduct__item .image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.relatedProduct__item .content {
  transition: 0.15s ease-in-out;
}
.relatedProduct__item .content .title {
  font-size: 24px;
  font-weight: normal;
}
.relatedProduct__item .content .title:hover a {
  color: #45b045;
}
.relatedProduct__item .content .viewDetail {
  background: #45b045;
  color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.relatedProduct__item .content .viewDetail:hover {
  background: #177030;
}
.relatedProduct__item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-color: var(--bs-border-color);
}
.relatedProduct__item:hover .content {
  background: #f4f4f4;
}

.contactTitle {
  font-size: 22px;
  font-weight: normal;
  padding-left: 25px;
  border-left: 4px solid #45b045;
}

.contactTwBlock__map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.contactTwBlock__info .title {
  font-size: 20px;
  font-weight: normal;
  color: #177030;
  margin-bottom: 15px;
}
.contactTwBlock__info .infos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px dotted #177030;
  z-index: 0;
}
.contactTwBlock__info .infos .info {
  position: relative;
  z-index: 1;
}
.contactTwBlock__info .infos .info i {
  background: #fff;
  color: #177030;
}

.contactCnBlocks {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.contactCnBlocks::before, .contactCnBlocks::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  height: 0;
  border-top: 1px dashed #45b045;
}
.contactCnBlocks::before {
  top: 0;
}
.contactCnBlocks::after {
  bottom: 0;
}
.contactCnBlocks .contactCnBlock {
  grid-column: span 1;
  grid-row: span 1;
  background: #fff;
}
.contactCnBlocks .contactCnBlock:nth-child(2n+1) {
  background: #F9F9F9;
}
.contactCnBlocks .contactCnBlock.p-5 {
  padding: 40px !important;
}
.contactCnBlocks .contactCnBlock .title {
  font-size: 20px;
  font-weight: normal;
  color: #177030;
  margin-bottom: 15px;
}
.contactCnBlocks .contactCnBlock .infos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 0;
  height: 100%;
  border-right: 1px dotted #177030;
  z-index: 0;
}
.contactCnBlocks .contactCnBlock .infos .info {
  position: relative;
  z-index: 1;
}
.contactCnBlocks .contactCnBlock .infos .info i {
  background: #fff;
  color: #177030;
}
@media (max-width: 768px) {
  .contactCnBlocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .contactCnBlocks {
    grid-template-columns: 1fr;
  }
}

.searchPage__head {
  background: #177030;
}
.searchPage__keyword {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
}
.searchPage .resultList {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 100px;
  row-gap: 60px;
}
.searchPage .resultItem {
  grid-column: span 1;
}
.searchPage .resultItem__title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
}
.searchPage .resultItem__title a {
  color: #177030;
}
.searchPage .resultItem__des {
  margin-bottom: 10px;
}
.searchPage .resultItem__viewdetail {
  font-size: 12px;
  margin-bottom: 10px;
  color: #177030;
}
.searchPage .resultItem__date {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 0px;
  border-top: 1px solid #45b045;
}
@media (max-width: 768px) {
  .searchPage__keyword {
    font-size: 28px;
  }
  .searchPage .resultList {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .searchPage .resultList {
    grid-template-columns: 1fr;
  }
}

.modalProContact__form .readmore {
  background: #000;
  color: #fff;
}
.modalProContact__form .readmore:hover {
  background: #45b045;
}

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