@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  color: #76b28a;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

input {
  outline: none;
}

.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  color: #e59a15;
  margin-right: 8px;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}

.rating-item p {
  font-size: 14px;
}

.img_full img {
  width: 100%;
  height: auto;
}

.img-contain img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.img-h-full img {
  height: 100%;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.menu > ul > li > a {
  text-transform: uppercase;
}

.menu ul li a {
  display: block;
}

.swiper-banner__prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.head-all .title::after {
  content: "";
  width: 1px;
  height: 2.5rem;
  background: currentColor;
  display: block;
  margin: 1.875rem auto 1rem;
}

.menu-footer ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.close-menu::before,
.close-menu::after {
  content: "";
  width: 1.5px;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
}
.close-menu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-menu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagination {
  padding: 0.625rem;
  background: #eee;
  border-radius: 6px;
  text-align: center;
  margin: 40px 0;
}
.pagination strong,
.pagination a {
  margin: 0 10px;
  font-weight: 700;
}
.pagination strong {
  color: #fff;
}
.pagination a {
  color: #3f3c3c;
}

.list-pro__cate a.active {
  background: #f9fbfa;
}

.img-video-pro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-policy::before,
.title-policy::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
  border-radius: 100%;
  background: #c3996d;
}

.arrow-effect::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  background-color: #fff;
  -webkit-animation: active_anime 2.5s linear infinite;
  animation: active_anime 2.5s linear infinite;
  border-radius: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes active_anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes active_anime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0;
  }
}
.image-lib {
  height: 368px;
}

.col-image-lib:nth-child(5) .image-lib img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.map-system iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu .menu-pro li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
}
.menu .menu-pro li a .img {
  width: 70px;
  height: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  display: block;
}
.menu .menu-pro li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.e-con > .e-con-inner {
  max-width: none !important;
}
.e-con-full,
.e-con > .e-con-inner {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}
.e-con {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}
.arrow-effect img {
  border-radius: 100% !important;
}
.pagination ul li {
  display: inline-block;
}
.lang-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  width: 100%;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
  overflow: hidden;
}
.show-lang-content:hover .lang-content {
  display: block;
}
.skiptranslate {
  display: none;
}
a.link-banner.img_full {
  max-width: 1920px;
  max-height: 600px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
a.link-banner.img_full img {
  max-height: 600px;
  object-fit: cover;
}
.menu ul li.current_page_item {
  color: #76b28a;
  font-weight: 600;
}
.modal-specifications,
.modal-questions,
.modal-pressure,
.modal-accompanying {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s;
  z-index: 100;
}
.modal-specifications.show,
.modal-questions.show,
.modal-pressure.show,
.modal-accompanying.show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.popup-content {
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  outline: 0;
}
.modal-specifications .popup-specifications-content,
.modal-questions .popup-specifications-content,
.modal-pressure .popup-specifications-content,
.modal-accompanying .popup-specifications-content {
  z-index: 10;
}

.modal-specifications .popup-specifications-content .s-content,
.modal-questions .popup-specifications-content .s-content,
.modal-pressure .popup-specifications-content .s-content,
.modal-accompanying .popup-specifications-content .s-content {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  padding: 1rem;
  max-height: 500px;
  overflow-y: auto;
}
.modal-specifications
  .popup-specifications-content
  .s-content::-webkit-scrollbar,
.modal-questions .popup-specifications-content .s-content::-webkit-scrollbar,
.modal-pressure .popup-specifications-content .s-content::-webkit-scrollbar,
.modal-accompanying
  .popup-specifications-content
  .s-content::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}
.modal-specifications
  .popup-specifications-content
  .s-content::-webkit-scrollbar-thumb,
.modal-questions
  .popup-specifications-content
  .s-content::-webkit-scrollbar-thumb,
.modal-pressure
  .popup-specifications-content
  .s-content::-webkit-scrollbar-thumb,
.modal-accompanying
  .popup-specifications-content
  .s-content::-webkit-scrollbar-thumb {
  background: #398389;
}

.modal-specifications
  .popup-specifications-content
  .s-content::-webkit-scrollbar-track,
.modal-questions
  .popup-specifications-content
  .s-content::-webkit-scrollbar-track,
.modal-pressure
  .popup-specifications-content
  .s-content::-webkit-scrollbar-track,
.modal-accompanying
  .popup-specifications-content
  .s-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal-specifications::after,
.modal-questions::after,
.modal-pressure::after,
.modal-accompanying::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(0, 0, 0, 0.3);
}
.item-new__home:hover h3 a {
  color: #76b28a;
}
.image-lib img {
  height: 100% !important;
  object-fit: cover;
}
.btn-submit {
  background-color: #222;
  color: white;
  transition: all 0.4s;
  border: 1px solid transparent;
}
.btn-submit:hover {
  background-color: white;
  border-color: #222;
  color: #222;
}
.e-con.e-flex {
  --flex-wrap: nowrap !important;
}
@media (min-width: 1024px) {
  .s-content-technology::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .s-content-technology::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
  }
  .s-content-technology::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .section-attachment .col-item:nth-child(4n) {
    border-right: none;
  }
  .wow {
    visibility: hidden;
  }
  .menu > ul > li {
    display: inline-block;
    position: relative;
  }
  .menu > ul > li:not(:last-child) {
    margin-right: 3rem;
  }
  .section-about__index .ct-text::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-about__index .ct-text::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #c1dccc;
    -webkit-animation: pathmove 2s ease-in-out infinite;
    animation: pathmove 2s ease-in-out infinite;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
  }
  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 1;
    }
    50% {
      height: 40px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 100%;
      opacity: 1;
    }
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 1;
    }
    50% {
      height: 40px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 100%;
      opacity: 1;
    }
  }
  .header-index {
    background: transparent;
    /* position: fixed; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
    background-color: transparent;
  }
  .header-index.scroll {
    background: #fff;
  }
  .col-image-lib:nth-child(1),
  .col-image-lib:nth-child(3),
  .col-image-lib:nth-child(6),
  .col-image-lib:nth-child(7),
  .col-image-lib:nth-child(8) {
    width: 25%;
  }
  .col-image-lib:nth-child(2),
  .col-image-lib:nth-child(9) {
    width: 50%;
  }
  .col-image-lib:nth-child(4) {
    width: 40%;
  }
  .col-image-lib:nth-child(5) {
    width: 35%;
  }
  .col-image-lib:nth-child(5) .image-lib img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .section-about__page {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .section-about__page .container {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-about {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .head-technology .container {
    min-height: unset;
  }
  .menu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: -2rem;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    min-width: 350px;
    padding: 0 1rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu ul li ul li:not(:last-child) {
    border-bottom: 1px solid #333;
  }
  .menu ul li ul li a {
    display: block;
    padding: 1rem 0;
    position: relative;
  }
  .menu ul li ul li a::after {
    content: "\f105";
    font-family: "fontAwesome";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1651px) {
  .container {
    max-width: 1400px;
  }
  .section-pro__cate .container,
  .section-pro__detail .container {
    max-width: 1600px;
  }
}
@media (max-width: 1651px) {
  .image-lib {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .image-lib {
    height: auto;
    position: relative;
    padding-top: 100%;
  }
  .image-lib img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-attachment .col-item:nth-child(2n) {
    border-right: none;
  }
  .head-all .title::after {
    height: 1.25rem;
    margin: 1rem auto;
  }
  .rating-item .rating-box,
  .rating-item p {
    font-size: 0.625rem;
  }
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 1rem 1.5rem;
    overflow-y: auto;
  }
  .menu.active {
    right: 0;
  }
  .menu ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .menu ul li a {
    display: block;
    padding: 1.5rem 1rem;
  }
  .menu ul li ul {
    display: none;
  }
  .menu ul li ul li a {
    padding: 0.5rem 0;
  }
  .menu .btn-dropdown-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .list-effects p {
    font-size: 1rem;
  }
  .arrow-mobile {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
  }
}
/* @media (max-width: 767px) {
  .section-support .image::before {
    content: "";
    width: 88%;
    height: 88%;
    border: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
} */
