@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SFPRODISPLAYBOLD.OTF");
  font-display: swap;
}
@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF");
  font-display: swap;
}
@font-face {
  font-family: "default";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SFPRODISPLAYREGULAR.OTF");
  font-display: swap;
}
:root {
  --color-main: #004e99;
  --color-product-index: #048322;
  --color-solution-index: #ff9b0d;
  --color-factory-index: #df0d0a;
  --color-service-index: #0c80c6;
  --color-factory-icon: #0065af;
  --color-main1: #ec282f;
  --color-hover: #debb5d;
  --color-text: #414449;
  --color-white: #fff;
  --color-black: #000;
  --color-border: #dfdddb;
  --color-border-ft-top: #cfcfcf;
  --color-border-overview: #e7e7e7;
  --color-border-shareholders: #f3f3f3;
  --color-border-certificates: #e0e0e0;
  --color-border-type: #d5d5d5;
  --color-border-form: #d9d9d9;
  --color-border-news-detail: #dcdcdc;
  --color-border-product: #e8e8e8;
  --color-border-title: #e0e0e0;
  --color-border-menu-child: #bebebe;
  --color-border-product-detail: #d4d4d4;
  --color-border-more: #dddddd;
  --color-border-table: #e3e3e3;
  --color-border-function: #e4e4e4;
  --color-before: #b2b2b2;
  --color-path: #3333;
  --color-share: #959595;
  --color-before-menu-top: #c0b7b7;
  --color-social: #616569;
  --bg-mess: #1777f1;
  --bg-zalo: #008ff3;
  --bg-list-construction: #f0f0f0;
  --bg-translate: #eeefef;
  --bg-mess: ##1777f1;
  --bg-zalo: #008ff3;
  --bg-product: #f5f5f5;
  --bg-solutions: #f4f4f4;
  --bg-product-detail: #f9f9f9;
  --h-header: 96px;
  --h-header-mini: 80px;
  --width-container-2: 1375px;
  --width-container: 1130px;
  --width-logo: 175px;
  --fs-text-min: 13px;
  --fs-text: 16px;
  --fs-about-option-index: 32px;
  --fs-header: 18px;
  --fs-h1: 26px;
  --fs-h2: 22px;
  --fs-h3: 18px;
  --fs-h4: 16px;
  --fs-h5: 15px;
  --fs-h6: 14px;
  --fs-factoty-index: 40px;
  --fs-header-bot: 17px;
  --fs-header-top: 15px;
  --fs-footer: 17px;
  --fs-paragraph: 17px;
  --fs-more: 16px;
  --fs-note: 16px;
  --fs-menu-child: 16px;
  --fs-big-title: 36px;
  --fs-title-solutions: 28px;
  --fs-title-page: 26px;
  --fs-title-overview: 24px;
  --fs-title-contact: 21px;
  --fs-title-index: 20px;
  --fs-title-item: 17px;
  --fs-title-product: 18px;
}

@media (max-width: 118.75rem) {
  :root {
    --width-container: 1130px;
    --width-container-2: 1375px;
    --width-logo: 175px;
  }
}
@media (max-width: 103.125rem) {
  :root {
    --width-container: 1130px;
    --width-container-2: 1375px;
    --width-logo: 150px;
  }
}
@media (max-width: 88.6875rem) {
  :root {
    --width-container: 1130px;
    --width-container-2: 1270px;
    --width-logo: 130px;
  }
}
@media (max-width: 1080px) {
  :root {
    --h-header: 86px;
    --width-container: 900px;
    --width-container-2: 900px;
    --fs-paragraph: 15px;
  }
}
@media (max-width: 61.9375em) {
  :root {
    --width-container: 700px;
    --width-container-2: 700px;
  }
}
@media (max-width: 47.9375em) {
  :root {
    --h-header: 50px;
    --fs-big-title: 22px;
    --fs-paragraph: 15px;
    --fs-title-page: 22px;
    --fs-title-overview: 22px;
    --fs-title-contact: 22px;
  }
}
@media (max-width: 35.9375em) {
  :root {
    --width-container: 100%;
    --width-container-2: 100%;
  }
}
.noimage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #e4e4e4;
  color: #bbbbbb;
  aspect-ratio: 16/9;
}

* {
  margin: 0;
  padding: 0;
  color: var(--color-text);
  box-sizing: border-box;
  font-family: "default";
  font-weight: 400;
}

.load.text-center {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 201;
}
.load.text-center.show {
  display: flex;
}
.load.text-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.load.text-center p {
  color: var(--color-white);
  z-index: 2;
}
.load.text-center img {
  z-index: 2;
  width: 100px;
}

body {
  font-size: var(--fs-text);
  margin-top: var(--h-header);
  top: 0 !important;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: var(--width-container);
}
.container.container-2 {
  max-width: var(--width-container-2);
}

input {
  border: none;
  outline: none;
  background: 0 0;
  font-size: var(--fs-14);
  color: var(--color-text);
  padding-left: 10px;
}
input::placeholder {
  color: var(--color-placeholder);
  font-size: var(--fs-14);
}

button {
  border: none;
  outline: none;
  background: 0 0;
  font-size: var(--fs-14);
  color: var(--color-text);
  padding: 10px 15px;
}

textarea {
  border: none;
  outline: none;
  background: 0 0;
  font-size: var(--fs-14);
  color: var(--color-text);
  padding-left: 10px;
  padding-top: 10px;
}
textarea::placeholder {
  color: var(--color-placeholder);
  font-size: var(--fs-14);
}

select {
  border: none;
  outline: none;
  background: 0 0;
  font-size: var(--fs-14);
  color: var(--color-text);
}

ul,
ol,
li {
  list-style: none;
  font-size: var(--fs-text);
}

a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--color-main);
}
a:hover font {
  color: var(--color-main);
}

img {
  max-width: 100%;
  transition: transform 0.3s linear;
}

.img {
  overflow: hidden;
  display: block;
}
.img img {
  display: block;
}

strong {
  font-weight: 700;
}
strong font {
  font-weight: 700;
}

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

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.page span,
.page a,
.page div {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  position: relative;
}
.page span:hover, .page span.active-page,
.page a:hover,
.page a.active-page,
.page div:hover,
.page div.active-page {
  background: var(--color-main);
  color: var(--color-white);
  border-color: var(--color-main);
}
.page span:hover i, .page span.active-page i,
.page a:hover i,
.page a.active-page i,
.page div:hover i,
.page div.active-page i {
  color: var(--color-white);
}
.page span:hover svg, .page span.active-page svg,
.page a:hover svg,
.page a.active-page svg,
.page div:hover svg,
.page div.active-page svg {
  fill: #fff;
}
.page span.disabled,
.page a.disabled,
.page div.disabled {
  display: none;
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 25px;
  line-height: 1.5;
  color: var(--color-text);
}
@media (max-width: 1080px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 15px;
  }
}
.detail-content h2 font,
.detail-content h3 font,
.detail-content h4 font,
.detail-content h5 font,
.detail-content h6 font {
  color: var(--color-text);
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-weight: 700;
}
.detail-content h2 font,
.detail-content h3 font,
.detail-content h4 font {
  font-weight: 700;
}
.detail-content h2 {
  font-size: var(--fs-h2);
}
@media (max-width: 767px) {
  .detail-content h2 {
    margin-bottom: 10px;
  }
}
.detail-content h3 {
  font-size: var(--fs-h3);
}
@media (max-width: 767px) {
  .detail-content h3 {
    margin-bottom: 10px;
  }
}
.detail-content h4 {
  font-size: var(--fs-h4);
}
.detail-content p {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
  color: var(--color-text);
}
.detail-content p font {
  color: var(--color-text);
}
.detail-content p:last-child {
  margin-bottom: 0;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 10px;
  padding-left: 25px;
}
.detail-content ul li,
.detail-content ol li {
  padding-bottom: 5px;
  line-height: 1.5;
}
.detail-content ul li:last-child,
.detail-content ol li:last-child {
  padding-bottom: 0;
}
.detail-content ul li::marker,
.detail-content ol li::marker {
  color: var(--color-text);
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ul li {
  list-style-type: disc;
  color: var(--color-text);
}
.detail-content ul li font {
  color: var(--color-text);
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content ol li {
  list-style-type: decimal;
}
.detail-content .image-center {
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .detail-content .image-center {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .detail-content .image-center {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .detail-content .image-center {
    margin-bottom: 15px;
  }
}
.detail-content .image-center figcaption {
  font-family: "default";
  font-size: var(--fs-text-min);
  padding: 5px 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .detail-content .image-center figure {
    margin: 0;
    width: 100%;
  }
  .detail-content .image-center figure figcaption {
    padding: 10px;
  }
}
.detail-content .image-right {
  margin: 0;
  margin-bottom: 25px;
  margin-left: 25px;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  float: right;
}
.detail-content .image-right figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .detail-content .image-right {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .detail-content .image-right figure {
    margin: 0;
    width: 100%;
  }
  .detail-content .image-right figure figcaption {
    padding: 10px;
  }
}
.detail-content .image-left {
  margin: 0;
  margin-bottom: 25px;
  margin-right: 25px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  float: left;
}
.detail-content .image-left figcaption {
  background: #f1f1f1;
  padding: 5px 0;
  font-style: italic;
}
@media (max-width: 767px) {
  .detail-content .image-left {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .detail-content .image-left figure {
    margin: 0;
    width: 100%;
  }
  .detail-content .image-left figure figcaption {
    padding: 10px;
  }
}
.detail-content a {
  text-decoration: underline;
}
.detail-content a:hover {
  color: var(--color-main);
}
.detail-content a:hover font {
  color: var(--color-main);
}
.detail-content img {
  max-width: 100%;
  height: initial !important;
}
.detail-content table {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
}
.detail-content table tr th {
  line-height: 1;
  font-weight: 400;
  font-size: var(--fs-text);
  color: var(--color-text);
  border: 1px solid #dbdbdb;
  border-top-color: var(--color-main);
}
.detail-content table tr th font {
  color: var(--color-text);
}
.detail-content table tr th:first-child {
  border-left-color: var(--color-main);
}
.detail-content table tr th:last-child {
  border-right-color: var(--color-main);
}
.detail-content table tr th,
.detail-content table tr td {
  font-size: var(--fs-text);
  line-height: 1.5;
}
.detail-content table tr th ul:last-child,
.detail-content table tr td ul:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .detail-content table tr th img,
  .detail-content table tr td img {
    width: 100%;
  }
}
.detail-content table[border="1"] tr td {
  border: 1px solid var(--color-border);
  padding: 5px 10px;
}
.detail-content iframe {
  max-width: 100%;
}
.detail-content .iframe_video {
  margin-bottom: 15px;
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
}

.alrt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.alrt-popup.show {
  opacity: 1;
  pointer-events: all;
}
.alrt-popup .wapper {
  background: var(--color-white);
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  background: #bf2929;
  color: var(--color-white);
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
}
.alrt-popup .wapper .title font {
  color: var(--color-white);
}
.alrt-popup .wapper .close-alrt {
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid #bf2929;
  padding: 5px 15px;
  cursor: pointer;
  width: 205px;
  height: 38px;
  border-radius: 20px;
  color: #bf2929;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alrt-popup .wapper .close-alrt font {
  color: #bf2929;
}
.alrt-popup.success .wapper .title {
  background: #09e493;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 90;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.overlay.show {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}

.result-search .item {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .result-search .item {
    padding: 15px 0;
  }
}
.result-search .item .img {
  width: 15%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
}
.result-search .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .result-search .item .img {
    display: none;
  }
}
.result-search .item .right {
  width: 85%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .result-search .item .right {
    width: 100%;
    padding-left: 0;
  }
}
.result-search .item:last-child {
  border-bottom: 0;
}
.result-search .item > p {
  display: flex;
  align-items: center;
}
.result-search .item > p a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: var(--color-text);
}
.result-search .item > p a font {
  color: var(--color-text);
}
.result-search .item .item-name {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .result-search .item .item-name {
    font-size: var(--fs-paragraph);
    font-weight: 400;
  }
}
.result-search .item .item-name h3 a {
  color: var(--color-text);
}
.result-search .item .item-name h3 a font {
  color: var(--color-text);
}
@media (max-width: 767px) {
  .result-search .item .item-name h3 a {
    font-size: var(--fs-paragraph);
    font-weight: 400;
  }
}
.result-search .item .item-name .time {
  margin-right: 10px;
}
.result-search .item .module {
  color: #fff;
  background-color: var(--color-main);
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
}
.result-search .item .module font {
  color: #fff;
}
@media (max-width: 767px) {
  .result-search .item .module {
    font-size: 14px;
    font-weight: 400;
  }
}
.result-search .item h3 {
  width: 100%;
  margin-bottom: 5px;
}
.result-search .item h3 a {
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.result-search .item h3 a font {
  font-weight: 700;
}
.result-search .item h3:hover a {
  color: var(--color-main);
}
.result-search .item h3:hover a font {
  color: var(--color-main);
}
.result-search .item ._desc p {
  line-height: 1.5;
}
.result-search .item .time {
  font-size: 13px;
  color: var(--color-main);
  font-style: italic;
  font-weight: 400;
  margin: 5px 0;
}
.result-search .item .time font {
  color: var(--color-main);
}
.result-search .item .time i {
  margin-right: 10px;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .result-search .item .time i {
    font-size: 13px;
    margin-right: 0;
  }
}

.grecaptcha-badge {
  display: none !important;
}

#notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1080px) {
  #notfound {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #notfound {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #notfound {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#notfound .notfound {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#notfound .notfound .notfound-404 {
  text-align: center;
  color: var(--color-main);
  font-siZe: 100px;
}
#notfound .notfound .notfound-404 font {
  color: var(--color-main);
}
#notfound .notfound h1 {
  line-height: 1;
}
#notfound .notfound h2,
#notfound .notfound p,
#notfound .notfound a {
  text-align: center;
}
#notfound .notfound h2 {
  color: var(--color-main);
  font-size: 32px;
  margin-bottom: 20px;
}
#notfound .notfound h2 font {
  color: var(--color-main);
}
#notfound .notfound p {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  #notfound .notfound p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #notfound .notfound p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #notfound .notfound p {
    margin-bottom: 15px;
  }
}
#notfound .notfound a {
  font-size: var(--fs-text);
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.5s linear;
  border: 1px solid var(--color-main);
  max-width: 250px;
}
#notfound .notfound a font {
  color: var(--color-white);
}
#notfound .notfound a:hover {
  background-color: var(--color-white);
  color: var(--color-main);
}
#notfound .notfound a:hover font {
  color: var(--color-main);
}
@media (max-width: 767px) {
  #notfound .notfound .notfound-404 {
    font-size: 50px;
  }
  #notfound .notfound h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #notfound .notfound p,
  #notfound .notfound a {
    font-size: 14px;
  }
}

.social-fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
.social-fixed a,
.social-fixed div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  margin: 15px 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.social-fixed a i,
.social-fixed div i {
  font-size: 20px;
}
.social-fixed a.mess,
.social-fixed div.mess {
  background: var(--bg-mess);
}
.social-fixed a.zalo,
.social-fixed div.zalo {
  background: var(--bg-zalo);
}
@media (min-width: 0) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 60px;
    height: 60px;
    top: -25px;
    left: -10px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid red;
    opacity: 0.1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 38px;
    height: 38px;
    top: -15px;
    left: 0px;
    position: absolute;
    background-color: red;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 22px;
    height: 22px;
    top: -8px;
    left: 8px;
    position: absolute;
    z-index: 10;
    background: url("../img/ic-phone.webp") no-repeat center center;
    background-size: 100% 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  }
  @-moz-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-webkit-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-o-keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @keyframes coccoc-alo-circle-anim {
    0% {
      transform: rotate(0) scale(0.5) skew(1deg);
      opacity: 0.1;
    }
    30% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.5;
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.1;
    }
  }
  @-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @keyframes coccoc-alo-circle-fill-anim {
    0% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.9;
    }
    100% {
      transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.9;
    }
  }
  @-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @-o-keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
}
@media (min-width: 992px) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 70px;
    height: 70px;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 50px;
    height: 50px;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 25px;
    height: 25px;
    top: -4px;
    left: 12px;
  }
}
@media (max-width: 991px) {
  .social-fixed a,
  .social-fixed div {
    width: 38px;
    height: 38px;
  }
  .social-fixed a img,
  .social-fixed div img {
    max-width: 70%;
  }
}

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

.detail-ser {
  padding: 20px 0;
}
.detail-ser h1 {
  color: var(--color-text);
  font-size: 20px;
}
.detail-ser .result-search .item {
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
}
.detail-ser .result-search .item:last-child {
  border-bottom: 0;
}
.detail-ser .result-search .item > p {
  display: flex;
  align-items: center;
}
.detail-ser .result-search .item > p a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.detail-ser .result-search .item .module {
  color: var(--color-white);
  background-color: var(--color-main);
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.detail-ser .result-search .item .item-name {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.detail-ser .result-search .item .item-name .time {
  margin-right: 10px;
}
.detail-ser .result-search .item h3 a {
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.detail-ser .result-search .item h3:hover a {
  color: var(--color-main);
}
.detail-ser .result-search .item .time {
  font-style: var(--fs-text-min);
  color: var(--color-main);
  font-style: italic;
  margin: 5px 0;
}
.detail-ser .result-search .item .time i {
  margin-right: 10px;
  color: var(--color-main);
}

.skiptranslate iframe {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

.big-title {
  font-weight: 700;
  color: var(--color-main);
  font-size: var(--fs-big-title);
}
.big-title font {
  font-weight: 700;
  color: var(--color-main);
}
.big-title.title-index {
  font-size: var(--fs-title-index);
}
.big-title.title-page {
  font-size: var(--fs-title-page);
}
.big-title.title-item {
  font-size: var(--fs-title-item);
}
.big-title.title-overview {
  font-size: var(--fs-title-overview);
}
.big-title.title-contact {
  font-size: var(--fs-title-contact);
}
.big-title.title-product {
  font-size: var(--fs-title-product);
}
.big-title.title-menu-child {
  font-size: var(--fs-menu-child);
}
.big-title.title-solutions {
  font-size: var(--fs-title-solutions);
}
.big-title.color-text {
  color: var(--color-text);
}
.big-title.color-text font {
  color: var(--color-text);
}
.big-title.color-white {
  color: var(--color-white);
}
.big-title.color-white font {
  color: var(--color-white);
}
.big-title.center {
  text-align: center;
}
.big-title.uppercase {
  text-transform: uppercase;
}
.big-title.regular {
  font-weight: 400;
}
.big-title.regular font {
  font-weight: 400;
}
.big-title.border {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color-main);
}
.big-title.border.thin {
  border-bottom: 1px solid var(--color-border-title);
}

.bg-title-index {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 1080px) {
  .bg-title-index {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .bg-title-index {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .bg-title-index {
    margin-bottom: 15px;
  }
}
.bg-title-index span {
  width: calc((var(--width-container) - 100% - 120px) / 2);
  background: var(--color-main);
  height: 1px;
  position: absolute;
  top: 18px;
}
@media (max-width: 767px) {
  .bg-title-index span {
    top: 12px;
    width: calc((100vw - 100% - 75px) / 2);
  }
}
.bg-title-index span:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 9px;
  overflow: hidden;
  position: absolute;
  top: -4.5px;
  background: var(--color-main);
}
.bg-title-index span:first-child {
  left: calc((100% - var(--width-container)) / 2 + 15px);
}
@media (max-width: 767px) {
  .bg-title-index span:first-child {
    left: calc((var(--width-container) - 100vw) / 2 + 15px);
  }
}
.bg-title-index span:first-child:before {
  right: -4.5px;
}
.bg-title-index span:last-child {
  right: calc((100% - var(--width-container)) / 2 + 15px);
}
@media (max-width: 767px) {
  .bg-title-index span:last-child {
    right: calc((var(--width-container) - 100vw) / 2 + 15px);
  }
}
.bg-title-index span:last-child:before {
  top: -4.5px;
}

.paragraph {
  font-size: var(--fs-paragraph);
  font-weight: 400;
}
.paragraph font {
  font-weight: 400;
}
.paragraph li,
.paragraph p,
.paragraph a,
.paragraph td {
  font-size: var(--fs-paragraph);
  font-weight: 400;
  line-height: 1.5;
}
.paragraph li font,
.paragraph p font,
.paragraph a font,
.paragraph td font {
  font-weight: 400;
}
.paragraph li strong font,
.paragraph p strong font,
.paragraph a strong font,
.paragraph td strong font {
  font-weight: 700;
}
.paragraph table.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border-table);
}
.paragraph table.table tr td {
  border: 1px solid var(--color-border-table);
  background: var(--bg-product-detail);
  padding: 15px 25px;
  vertical-align: top;
}
.paragraph table.table tr td ul {
  padding-left: 0;
}
.paragraph table.table tr td ul li {
  list-style: inside;
  margin-bottom: 0px;
}
.paragraph table.table tr td ul li:last-child {
  margin-bottom: 0;
}
.paragraph table.table tr td ul:last-child {
  margin-bottom: 0;
}
.paragraph table.table tr td:first-child {
  background: var(--color-border-shareholders);
}
.paragraph.center {
  text-align: center;
}
.paragraph.center li,
.paragraph.center p,
.paragraph.center a,
.paragraph.center td {
  text-align: center;
}
.paragraph.justify {
  text-align: justify;
}
.paragraph.justify li,
.paragraph.justify p,
.paragraph.justify a,
.paragraph.justify td {
  text-align: justify;
}
.paragraph.smaller {
  font-size: var(--fs-more);
}
.paragraph.smaller li,
.paragraph.smaller p,
.paragraph.smaller a,
.paragraph.smaller td {
  font-size: var(--fs-more);
}

.more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 40px;
  width: 137px;
  font-size: var(--fs-more);
  border-radius: 360px;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  line-height: 1;
  transition: background 0.3s ease-in-out;
}
.more font {
  color: var(--color-main);
}
@media (max-width: 767px) {
  .more {
    height: 36px;
    font-size: 15px;
  }
}
.more:hover {
  color: var(--color-white);
  background: var(--color-main);
}
.more:hover font {
  color: var(--color-white);
}
.more.contact-now {
  padding: 15px 35px;
  width: auto;
  font-size: var(--fs-paragraph);
  font-weight: 700;
  border: none;
  cursor: pointer;
  color: var(--color-white);
  background: linear-gradient(0deg, rgb(16, 61, 170) 0%, rgb(16, 150, 213) 100%);
}
.more.contact-now font {
  font-weight: 700;
  color: var(--color-white);
}
.more.contact-now.reverse {
  padding: 14px 44px;
  background: var(--bg-product-detail);
  color: var(--color-text);
  border: 1px solid var(--color-border-more);
}
.more.contact-now.reverse font {
  color: var(--color-text);
}
@media (max-width: 767px) {
  .more.contact-now.reverse {
    padding: 0px 15px;
  }
}
@media (min-width: 1080px) {
  .more.contact-now.reverse:hover {
    padding: 15px 45px;
  }
}
@media (min-width: 1080px) and (max-width: 767px) {
  .more.contact-now.reverse:hover {
    padding: 0px 15px;
  }
}
.more.contact-now.reverse.active {
  padding: 15px 45px;
}
@media (max-width: 767px) {
  .more.contact-now.reverse.active {
    padding: 0px 15px;
  }
}
.more.contact-now.active {
  color: var(--color-white);
  background: linear-gradient(0deg, rgb(16, 61, 170) 0%, rgb(16, 150, 213) 100%);
}
.more.contact-now.active font {
  color: var(--color-white);
}
@media (min-width: 1080px) {
  .more.contact-now:hover {
    background: #fff;
    color: var(--color-main);
    border: 1px solid var(--color-main);
  }
  .more.contact-now:hover font {
    color: var(--color-main);
  }
}
.more.before {
  position: relative;
}
.more.before::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(16, 61, 170);
  width: 40px;
  height: 14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: none;
}
.more.before.active::before {
  display: block;
}
.more.square {
  padding: 15px 30px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 10px;
  font-weight: 700;
}
.more.square font {
  font-weight: 700;
  color: var(--color-white);
}
.more.square.other {
  padding: 15px 25px;
  font-weight: 400;
  font-size: var(--fs-more);
}
.more.square.other font {
  font-weight: 400;
}
.more.square.other.white {
  background: var(--color-white);
  border: 1px solid var(--color-border-form);
  color: var(--color-main);
  display: flex;
  align-items: center;
  gap: 15px;
}
.more.square.other.white font {
  color: var(--color-main);
}
.more.square.other.white .icon svg {
  fill: var(--color-main);
}
.more.uppercase {
  text-transform: uppercase;
}
.more.bold {
  font-weight: 700;
}
.more.bold font {
  font-weight: 700;
}

.item-product-index {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  position: relative;
}
.item-product-index:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  border: 5px dashed var(--color-main);
  top: 0;
  border-radius: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .item-product-index:before {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .item-product-index .big-title.title-index {
    font-size: 16px;
  }
}

.item-solution-index {
  position: relative;
}
.item-solution-index .icon {
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  object-fit: contain;
}
.item-solution-index .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.item-solution-index .big-title {
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .item-solution-index .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-solution-index .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-solution-index .big-title {
    margin-bottom: 15px;
  }
}
.item-solution-index .big-title a {
  font-weight: 700;
}
.item-solution-index .big-title a font {
  font-weight: 700;
}
.item-solution-index .paragraph {
  margin-bottom: 15px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 105px;
}
@media (max-width: 1080px) {
  .item-solution-index .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-solution-index .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-solution-index .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-solution-index {
    display: grid;
    grid-template-columns: 60px calc(100% - 75px);
    column-gap: 15px;
    row-gap: 5px;
  }
  .item-solution-index .icon {
    width: 60px;
    margin-bottom: 0;
    grid-row: 1/4;
  }
  .item-solution-index .big-title {
    margin-bottom: 0;
  }
  .item-solution-index .big-title.title-index {
    font-size: 16px;
  }
  .item-solution-index .paragraph {
    min-height: initial;
    margin-bottom: 0;
  }
}

.item-factory-index {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.item-factory-index .icon {
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-factory-icon);
  margin-bottom: 15px;
}
.item-factory-index .icon p {
  font-size: var(--fs-factoty-index);
  color: var(--color-white);
  font-weight: 700;
  line-height: 1;
}
.item-factory-index .icon p span {
  font-weight: 700;
  color: var(--color-white);
}
.item-factory-index .icon p font {
  font-weight: 700;
  color: var(--color-white);
}
.item-factory-index .icon p sup {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
}
.item-factory-index .icon p sup font {
  font-weight: 400;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .item-factory-index {
    width: calc((100% - 15px) / 2);
  }
  .item-factory-index .icon {
    width: 83px;
    height: 83px;
  }
  .item-factory-index .icon p {
    font-size: 20px;
  }
  .item-factory-index .icon p sup {
    font-size: 14px;
  }
  .item-factory-index .big-title.title-item {
    font-size: 16px;
    padding: 0 35px;
  }
}

.item-service-index {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.item-service-index .icon {
  height: 83px;
  aspect-ratio: 1;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .item-service-index .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-service-index .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-service-index .icon {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .item-service-index {
    width: calc((100% - 150px) / 5);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-service-index {
    width: calc((100% - 50px) / 5);
  }
}
@media (max-width: 767px) {
  .item-service-index {
    width: 80%;
    margin: auto;
    flex-direction: row;
    gap: 15px;
  }
  .item-service-index .icon {
    height: 50px;
    margin-bottom: 0;
  }
  .item-service-index .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .item-service-index .big-title.title-item {
    font-size: 16px;
    padding: 0;
    text-align: left;
  }
}

.item-news-index {
  display: block;
  border-radius: 10px;
  position: relative;
}
.item-news-index .img {
  border-radius: 10px;
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
@media (max-width: 767px) {
  .item-news-index .img {
    aspect-ratio: 16/9;
  }
}
.item-news-index .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.item-news-index .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-news-index h3.big-title {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
}
.item-news-index h3.big-title a {
  font-size: 17px;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}
.item-news-index h3.big-title a font {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767px) {
  .item-news-index h3.big-title a {
    font-size: 15px;
  }
}
.item-news-index:hover .img img {
  transform: scale(1.05);
}
.item-news-index:hover:hover h3.big-title a {
  color: var(--color-hover);
}
.item-news-index:hover:hover h3.big-title a font {
  color: var(--color-hover);
}
.item-news-index.highlight .img img {
  aspect-ratio: 354/244;
}

.item-market {
  border-radius: 50%;
  border: 3px dotted var(--color-main);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.item-market .icon {
  height: 75px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .item-market .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-market .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-market .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .item-market {
    flex-direction: row;
    border-width: 2px;
    border-radius: 20px;
    aspect-ratio: initial;
    padding: 15px;
    gap: 15px;
    justify-content: start;
  }
  .item-market .big-title.title-item {
    font-size: 16px;
  }
  .item-market .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  .item-market .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.item-news {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--color-border-overview);
}
.item-news .img {
  display: block;
  aspect-ratio: 16/10;
}
.item-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-news .text {
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1080px) {
  .item-news .text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .item-news .text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-news .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.item-news .text .time {
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .item-news .text .time {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-news .text .time {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-news .text .time {
    margin-bottom: 15px;
  }
}
.item-news .text .time p {
  font-size: var(--fs-paragraph);
}
.item-news .text .big-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 1.5;
  min-height: 51px;
}
.item-news .text .big-title a font {
  font-weight: 700;
}
.item-news:hover .img img {
  transform: scale(1.05);
}
.item-news:hover .text .big-title a {
  color: var(--color-main);
}
.item-news:hover .text .big-title a font {
  color: var(--color-main);
}

.item-news-right {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-border-news-detail);
}
.item-news-right .img {
  width: 90px;
}
.item-news-right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.item-news-right .big-title {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.item-news-right .big-title a {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: var(--color-text);
}
.item-news-right .big-title a font {
  color: var(--color-text);
}
@media (max-width: 767px) {
  .item-news-right .img {
    width: 70px;
  }
  .item-news-right .big-title {
    width: calc(100% - 70px);
  }
}
.item-news-right:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.item-news-right:hover .img img {
  transform: scale(1.05);
}
.item-news-right:hover .big-title a {
  color: var(--color-main);
}
.item-news-right:hover .big-title a font {
  color: var(--color-main);
}

.item-product {
  border-radius: 20px;
  border: 1px solid var(--color-border-title);
  transition: box-shadow 0.5s ease;
  overflow: hidden;
}
.item-product .img {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 15px 0;
}
.item-product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
.item-product .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 30px 20px;
}
@media (max-width: 767px) {
  .item-product .text {
    padding: 0 15px 15px 15px;
  }
}
.item-product .text .big-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.item-product .text .big-title a {
  font-weight: 700;
  line-height: 1.5;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 45px;
}
.item-product .text .big-title a font {
  font-weight: 700;
}
@media (max-width: 767px) {
  .item-product .text .big-title {
    font-size: 14px;
  }
  .item-product .text .big-title a {
    font-size: 14px;
  }
}
.item-product .text .paragraph {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .item-product .text .paragraph p {
    font-size: 14px;
  }
}
.item-product:hover {
  box-shadow: 0 0 10px -5px #333;
}
.item-product:hover .img img {
  transform: scale(1.05);
}
.item-product:hover .text .big-title a {
  color: var(--color-main);
}
.item-product:hover .text .big-title a font {
  color: var(--color-main);
}

.item-function {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border-function);
}
@media (max-width: 1080px) {
  .item-function {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .item-function {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-function {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .item-function {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .item-function {
    padding: 10px 0;
  }
}
.item-function .icon {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-function .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1080px) {
  .item-function .icon {
    width: 35px;
  }
}
.item-function .text {
  padding-left: 25px;
  width: calc(100% - 35px);
}
@media (max-width: 1080px) {
  .item-function .text {
    width: calc(100% - 35px);
  }
}
@media (max-width: 767px) {
  .item-function .text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .item-function .text .big-title.title-item {
    font-size: 16px;
  }
}
.item-function .text p {
  font-size: var(--fs-paragraph);
  margin-top: 5px;
}
.item-function:first-child {
  padding-top: 0;
}
.item-function:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.item-solution {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .item-solution {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .item-solution {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-solution {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.item-solution .container {
  display: flex;
  align-items: center;
  gap: 90px;
}
.item-solution .container .img {
  width: 54.546%;
  aspect-ratio: 600/303;
  overflow: hidden;
  border-radius: 20px;
}
.item-solution .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-solution .container .text {
  width: calc(45.454% - 90px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.item-solution .container .text h3.big-title {
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .item-solution .container .text h3.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-solution .container .text h3.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-solution .container .text h3.big-title {
    margin-bottom: 15px;
  }
}
.item-solution .container .text h3.big-title a {
  font-weight: 700;
}
.item-solution .container .text h3.big-title a font {
  font-weight: 700;
}
.item-solution .container .text .paragraph {
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .item-solution .container .text .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .item-solution .container .text .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-solution .container .text .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-solution .container {
    gap: 15px;
    flex-direction: column-reverse;
  }
  .item-solution .container .img, .item-solution .container .text {
    width: 100%;
  }
  .item-solution .container .text h3.big-title {
    font-size: 18px;
  }
}
.item-solution:nth-child(even) {
  background: var(--bg-solutions);
}
.item-solution:nth-child(even) .container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .item-solution:nth-child(even) .container {
    flex-direction: column-reverse;
  }
}
.item-solution:hover .img img {
  transform: scale(1.05);
}

.events-highlight {
  width: 100%;
}
.events-highlight .title-event {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .events-highlight .title-event {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .events-highlight .title-event {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .events-highlight .title-event {
    margin-bottom: 15px;
  }
}
.events-highlight .title-event .nav-slide {
  display: flex;
  align-items: center;
  gap: 10px;
}
.events-highlight .title-event .nav-slide > div {
  cursor: pointer;
}
.events-highlight.related-product {
  margin-top: 30px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: var(--color-white);
  z-index: 99;
  box-shadow: 0 0 10px -5px #333;
  transition: clip-path 0.5s ease;
}
@media (max-width: 767px) {
  header {
    padding: 5px 0;
    height: var(--h-header);
    width: 100vw;
  }
}
header .top {
  background: #fbfbfb;
  padding: 5.5px 0;
}
header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 992px) {
  header .top .container {
    justify-content: center;
  }
}
header .top .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  header .top .left {
    display: none;
  }
}
header .top .left .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .top .left .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top .left .item .icon svg {
  fill: var(--color-text);
}
header .top .left .item a {
  font-size: var(--fs-header-top);
  color: var(--color-text);
}
header .top .left .item a:hover {
  color: var(--color-hover);
}
header .top .left .item a:hover font {
  color: var(--color-hover);
}
header .top .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .top .right .menu-top ul {
  display: flex;
  align-items: center;
}
header .top .right .menu-top ul li {
  position: relative;
  padding: 0 15px;
}
header .top .right .menu-top ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: var(--color-before-menu-top);
}
header .top .right .menu-top ul li:first-child {
  padding-left: 0;
}
header .top .right .menu-top ul li a {
  font-size: var(--fs-header-top);
  color: var(--color-text);
  line-height: 1;
}
header .top .right .menu-top ul li a:hover {
  color: var(--color-hover);
}
header .top .right .language {
  cursor: pointer;
  position: relative;
}
header .top .right .language .language-active {
  width: 30px;
  aspect-ratio: 30/18;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 15px;
}
header .top .right .language .language-active:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -15px;
  width: 1px;
  height: 14px;
  background-color: var(--color-before-menu-top);
}
header .top .right .language .language-active img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
header .top .right .language .language-active img.hidden {
  display: none;
}
header .top .right .language .list-language {
  position: absolute;
  top: 100%;
  width: 50px;
  left: -10px;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: clip-path 0.5s ease;
}
header .top .right .language .list-language:before {
  content: "";
  border: 7.5px solid transparent;
  border-bottom-color: #e9e9e9;
  position: absolute;
  top: -4px;
  left: 17px;
}
header .top .right .language .list-language .item {
  padding: 7.5px 5px;
  text-align: center;
  background: #e9e9e9;
  border-bottom: 1px solid #fff;
  border-radius: 5px;
}
header .top .right .language .list-language .item:first-child {
  margin-top: 10px;
}
header .top .right .language .list-language .item:last-child {
  border-bottom: none;
}
header .top .right .language .list-language .item img {
  display: block;
  margin: auto;
}
header .top .right .language:hover .list-language {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header .top .right .search {
  position: relative;
}
header .top .right .search .btn-down {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
header .top .right .search .icon1 {
  display: none;
}
header .top .right .search form {
  position: absolute;
  right: 0;
  top: calc(100% + 15px);
  opacity: 0;
  transform: translateX(100%);
  transition: all linear 0.3s;
  pointer-events: none;
  z-index: 99;
}
header .top .right .search form input {
  padding: 5px 30px 5px 15px;
  border-radius: 360px;
  border: 1px solid var(--color-before-menu-top);
  width: 250px;
  background: var(--color-white);
}
header .top .right .search form button {
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .top .right .search.active .icon {
  display: none;
}
header .top .right .search.active .icon1 {
  display: block;
}
header .top .right .search.active form {
  opacity: 1;
  transform: translateX(0);
  transition: all linear 0.3s;
  pointer-events: all;
}
header .container .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  header .container .bot {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  header .container .bot {
    flex-direction: row-reverse;
  }
}
header .container .bot .logo {
  aspect-ratio: 126/52;
  display: block;
}
@media (max-width: 767px) {
  header .container .bot .logo {
    aspect-ratio: 95/40;
    height: 40px;
  }
}
header .container .bot .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1081px) {
  header .container .bot .menu-bot .icon-down {
    display: none;
  }
  header .container .bot .menu-bot > ul {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  header .container .bot .menu-bot > ul > li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1081px) and (max-width: 1080px) {
  header .container .bot .menu-bot > ul > li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1081px) and (max-width: 991px) {
  header .container .bot .menu-bot > ul > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width: 767px) {
  header .container .bot .menu-bot > ul > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1081px) {
  header .container .bot .menu-bot > ul > li > a {
    position: relative;
    padding: 5px 0;
    font-size: var(--fs-header-bot);
    font-weight: 700;
    color: var(--color-main);
    white-space: nowrap;
  }
  header .container .bot .menu-bot > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--color-hover);
    transition: width 0.5s ease;
  }
  header .container .bot .menu-bot > ul > li > a font {
    font-weight: 700;
    color: var(--color-main);
  }
  header .container .bot .menu-bot > ul > li .menu-child {
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    box-shadow: 0 0 10px -5px #333;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: calc((100vw - var(--width-container-2)) / 2);
    padding-right: calc((100vw - var(--width-container-2)) / 2);
    opacity: 0;
    transform: translateY(20px);
    transition: transform linear 0.3s;
    pointer-events: none;
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1081px) and (max-width: 1080px) {
  header .container .bot .menu-bot > ul > li .menu-child {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1081px) and (max-width: 991px) {
  header .container .bot .menu-bot > ul > li .menu-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width: 767px) {
  header .container .bot .menu-bot > ul > li .menu-child {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1081px) {
  header .container .bot .menu-bot > ul > li .menu-child .item {
    padding: 0 20px;
    position: relative;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--color-before-menu-top);
  }
  header .container .bot .menu-bot > ul > li .menu-child .item:first-child {
    padding-left: 0;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item:first-child::before {
    display: none;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item:last-child {
    padding-right: 0;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item > a {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 1081px) and (max-width: 1080px) {
  header .container .bot .menu-bot > ul > li .menu-child .item > a {
    margin-bottom: 15px;
  }
}
@media (min-width: 1081px) and (max-width: 991px) {
  header .container .bot .menu-bot > ul > li .menu-child .item > a {
    margin-bottom: 15px;
  }
}
@media (min-width: 1081px) and (max-width: 767px) {
  header .container .bot .menu-bot > ul > li .menu-child .item > a {
    margin-bottom: 15px;
  }
}
@media (min-width: 1081px) {
  header .container .bot .menu-bot > ul > li .menu-child .item ul li {
    list-style: inside;
    margin-bottom: 10px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li a {
    font-size: var(--fs-menu-child);
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li:last-child {
    margin-bottom: 0;
  }
  header .container .bot .menu-bot > ul > li .menu-child.solution-page {
    grid-template-columns: repeat(3, 1fr);
  }
  header .container .bot .menu-bot > ul > li:hover > a, header .container .bot .menu-bot > ul > li.active > a {
    color: var(--color-hover);
  }
  header .container .bot .menu-bot > ul > li:hover > a::before, header .container .bot .menu-bot > ul > li.active > a::before {
    width: 100%;
  }
  header .container .bot .menu-bot > ul > li:hover > a font, header .container .bot .menu-bot > ul > li.active > a font {
    color: var(--color-hover);
  }
  header .container .bot .menu-bot > ul > li:hover .menu-child, header .container .bot .menu-bot > ul > li.active .menu-child {
    opacity: 1;
    transform: translateY(0);
    transition: all linear 0.3s;
    pointer-events: all;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  header .container .bot .menu-bot {
    position: fixed;
    top: var(--h-header);
    background: #f3f3f3;
    clip-path: circle(0% at 91% -7%);
    transition: clip-path 0.5s linear, opacity 0.5s linear;
    pointer-events: none;
    z-index: 10;
    width: 300px;
    right: calc((100% - var(--width-container)) / 2 + 15px);
    box-shadow: 0 0 10px -5px #333;
    max-height: calc(100% - 86px);
    overflow-y: auto;
  }
  header .container .bot .menu-bot.active {
    clip-path: circle(100% at 50% 50%);
    pointer-events: all;
  }
  header .container .bot .menu-bot > ul > li {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  header .container .bot .menu-bot > ul > li > a {
    position: relative;
    padding: 15px 10px;
    font-size: var(--fs-header-bot);
    font-weight: 700;
    color: var(--color-main);
    white-space: nowrap;
    display: flex;
    text-transform: uppercase;
  }
  header .container .bot .menu-bot > ul > li > a font {
    font-weight: 700;
    color: var(--color-main);
  }
  header .container .bot .menu-bot > ul > li .menu-child {
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item {
    position: relative;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item .icon-down {
    height: 36px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item > a {
    display: block;
    padding: 10px;
    color: var(--color-text);
    font-size: 14px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item > a font {
    color: var(--color-text);
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul {
    display: none;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--color-hover);
    position: absolute;
    content: "";
    left: 11px;
    top: 13px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li a {
    font-size: var(--fs-menu-child);
    padding: 5px 10px;
    display: flex;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li:last-child {
    margin-bottom: 0;
  }
  header .container .bot .menu-bot > ul > li .menu-child.solution-page {
    grid-template-columns: repeat(3, 1fr);
  }
  header .container .bot .menu-bot > ul > li.active > a {
    color: var(--color-hover);
  }
  header .container .bot .menu-bot > ul > li.active > a font {
    color: var(--color-hover);
  }
  header .container .bot .menu-bot > ul > li.active .menu-child {
    opacity: 1;
    transform: translateY(0);
    transition: all linear 0.3s;
    pointer-events: all;
  }
  header .container .bot .menu-bot .icon-down {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
  }
  header .container .bot .menu-bot .icon-down svg {
    fill: var(--color-main);
    transform: rotate(90deg);
  }
  header .container .bot .menu-bot .icon-down.open svg {
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  header .container .bot .menu-bot {
    position: fixed;
    top: var(--h-header);
    height: calc(100vh - var(--h-header));
    overflow-y: auto;
    width: 300px;
    background: #f3f3f3;
    clip-path: circle(0% at 7% -7%);
    transition: clip-path 0.5s linear, opacity 0.5s linear;
    pointer-events: none;
    z-index: 10;
  }
  header .container .bot .menu-bot.active {
    clip-path: circle(100% at 50% 50%);
    pointer-events: all;
  }
  header .container .bot .menu-bot > ul > li {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  header .container .bot .menu-bot > ul > li > a {
    position: relative;
    padding: 15px 10px;
    font-size: var(--fs-header-bot);
    font-weight: 700;
    color: var(--color-main);
    white-space: nowrap;
    display: flex;
    text-transform: uppercase;
  }
  header .container .bot .menu-bot > ul > li > a font {
    font-weight: 700;
    color: var(--color-main);
  }
  header .container .bot .menu-bot > ul > li .menu-child {
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item {
    position: relative;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item .icon-down {
    height: 36px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item > a {
    display: block;
    padding: 10px;
    color: var(--color-text);
    font-size: 14px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item > a font {
    color: var(--color-text);
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul {
    display: none;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--color-hover);
    position: absolute;
    content: "";
    left: 11px;
    top: 13px;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li a {
    font-size: var(--fs-menu-child);
    padding: 5px 10px;
    display: flex;
  }
  header .container .bot .menu-bot > ul > li .menu-child .item ul li:last-child {
    margin-bottom: 0;
  }
  header .container .bot .menu-bot > ul > li .menu-child.solution-page {
    grid-template-columns: repeat(3, 1fr);
  }
  header .container .bot .menu-bot > ul > li.active > a {
    color: var(--color-hover);
  }
  header .container .bot .menu-bot > ul > li.active > a font {
    color: var(--color-hover);
  }
  header .container .bot .menu-bot > ul > li.active .menu-child {
    opacity: 1;
    transform: translateY(0);
    transition: all linear 0.3s;
    pointer-events: all;
  }
  header .container .bot .menu-bot .contact-menu {
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: 80%;
    margin: auto;
  }
  header .container .bot .menu-bot .contact-menu .item {
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  header .container .bot .menu-bot .contact-menu .item .icon {
    display: flex;
    align-content: center;
    align-items: center;
  }
  header .container .bot .menu-bot .contact-menu .item.email {
    background: var(--color-main);
    border: 1px solid var(--color-main);
  }
  header .container .bot .menu-bot .contact-menu .item.email a {
    color: #fff;
  }
  header .container .bot .menu-bot .contact-menu .item.email a font {
    color: #fff;
  }
  header .container .bot .menu-bot .contact-menu .item.email svg {
    fill: #fff;
  }
  header .container .bot .menu-bot .contact-menu .item.hotline {
    background: var(--color-hover);
    border: 1px solid var(--color-hover);
  }
  header .container .bot .menu-bot .icon-down {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
  }
  header .container .bot .menu-bot .icon-down svg {
    fill: var(--color-main);
    transform: rotate(90deg);
  }
  header .container .bot .menu-bot .icon-down.open svg {
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  header .container .bot .menu-bot {
    width: 100vw;
    left: 0;
    right: initial;
  }
}
@media (max-width: 1080px) {
  header .container .bot .search {
    width: 30px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  header .container .bot .search .btn-down {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  header .container .bot .search .icon1 {
    display: none;
  }
  header .container .bot .search form {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: clip-path 0.5s ease;
    pointer-events: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    height: 40px;
    background: rgba(224, 189, 103, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .container .bot .search form input {
    width: calc(100% - 40px);
  }
  header .container .bot .search form button {
    width: 40px;
    padding: 0;
    height: 40px;
  }
  header .container .bot .search.active .icon {
    display: none;
  }
  header .container .bot .search.active .icon1 {
    display: block;
  }
  header .container .bot .search.active form {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    pointer-events: all;
  }
}
header .container .bot .menu-icon {
  display: none;
  cursor: pointer;
}
@media (max-width: 1080px) {
  header .container .bot .menu-icon {
    display: inline-block;
  }
  header .container .bot .menu-icon > div {
    width: 30px;
    height: 3px;
    background-color: var(--color-hover);
    margin: 6px 0;
    transition: 0.4s;
  }
  header .container .bot .menu-icon.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  header .container .bot .menu-icon.change .bar2 {
    opacity: 0;
  }
  header .container .bot .menu-icon.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
  }
}
@media (min-width: 992px) {
  header .container .contact-top-ipad {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .container .contact-top-ipad {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  header .container .contact-top-ipad .item {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  header .container .contact-top-ipad .item:last-child {
    position: relative;
  }
  header .container .contact-top-ipad .item:last-child:before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -15px;
    background: #bfbfbf;
  }
  header .container .contact-top-ipad .item .icon {
    display: flex;
    align-items: center;
  }
  header .container .contact-top-ipad .item .icon svg {
    height: 20px;
  }
}
@media (max-width: 767px) {
  header .container .contact-top-ipad {
    display: none;
  }
}

.banner {
  aspect-ratio: 1366/400;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .banner {
    aspect-ratio: 390/170;
  }
}

.banner-index {
  aspect-ratio: 1366/400;
  overflow: hidden;
}
.banner-index img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-index {
  background: url(../images/pattern-index.webp) no-repeat;
  background-size: 100%;
}

.about-index {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .about-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .about-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about-index {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-index {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.about-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-index .container .paragraph {
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .about-index .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about-index .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about-index .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-index .container .paragraph {
    width: 100%;
  }
  .about-index .container .paragraph br {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-index .container .paragraph {
    width: 100%;
  }
  .about-index .container .paragraph br {
    display: none;
  }
}

.product-index {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .product-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .product-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product-index {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-index {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.product-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-index .container .title h2.big-title {
  color: var(--color-product-index);
}
.product-index .container .title h2.big-title font {
  color: var(--color-product-index);
}
.product-index .container .title .bg-title-index span {
  background: var(--color-product-index);
}
.product-index .container .title .bg-title-index span:before {
  background: var(--color-product-index);
}
.product-index .container .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 75px;
}
@media (max-width: 1080px) {
  .product-index .container .list {
    gap: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .product-index .container .list {
    display: flex;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .product-index .container .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.product-index .container .list .item {
  padding: 0 31px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .product-index .container .list .item {
    width: calc((100% - 40px) / 5);
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-index .container .list .item {
    width: calc((100% - 30px) / 3);
    padding: 0 15px;
  }
}
.product-index .container .list .item:before {
  transform: rotate(0deg);
}
.product-index .container .list .item:hover h3 {
  color: var(--color-main);
}
.product-index .container .list .item:hover h3 font {
  color: var(--color-main);
}
.product-index .container .list .item:hover:before {
  animation: spin 5s infinite;
}
.product-index .container .list .item:nth-child(2):hover h3 {
  color: var(--color-product-index);
}
.product-index .container .list .item:nth-child(2):hover h3 font {
  color: var(--color-product-index);
}
.product-index .container .list .item:nth-child(2):before {
  border-color: var(--color-product-index);
}
.product-index .container .list .item:nth-child(3):hover h3 {
  color: var(--color-solution-index);
}
.product-index .container .list .item:nth-child(3):hover h3 font {
  color: var(--color-solution-index);
}
.product-index .container .list .item:nth-child(3):before {
  border-color: var(--color-solution-index);
}
.product-index .container .list .item:nth-child(4):hover h3 {
  color: var(--color-factory-index);
}
.product-index .container .list .item:nth-child(4):hover h3 font {
  color: var(--color-factory-index);
}
.product-index .container .list .item:nth-child(4):before {
  border-color: var(--color-factory-index);
}
.product-index .container .list .item:nth-child(5):hover h3 {
  color: var(--color-service-index);
}
.product-index .container .list .item:nth-child(5):hover h3 font {
  color: var(--color-service-index);
}
.product-index .container .list .item:nth-child(5):before {
  border-color: var(--color-service-index);
}
@keyframes spin {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.solution-index {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .solution-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .solution-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solution-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .solution-index {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solution-index {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.solution-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.solution-index .container .title h2.big-title {
  color: var(--color-solution-index);
}
.solution-index .container .title h2.big-title font {
  color: var(--color-solution-index);
}
.solution-index .container .title .bg-title-index span {
  background: var(--color-solution-index);
}
.solution-index .container .title .bg-title-index span:before {
  background: var(--color-solution-index);
}
.solution-index .container .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 70px;
}
@media (max-width: 1080px) {
  .solution-index .container .list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .solution-index .container .list {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
}

.factory-index {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .factory-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .factory-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .factory-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .factory-index {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .factory-index {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.factory-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.factory-index .container .title h2.big-title {
  color: var(--color-factory-index);
}
.factory-index .container .title h2.big-title font {
  color: var(--color-factory-index);
}
.factory-index .container .title .bg-title-index span {
  background: var(--color-factory-index);
}
.factory-index .container .title .bg-title-index span:before {
  background: var(--color-factory-index);
}

.list-card-factory {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list-card-factory {
    gap: 15px;
  }
}

.service-index {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .service-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .service-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .service-index {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.service-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-index .container .title h2.big-title {
  color: var(--color-service-index);
}
.service-index .container .title h2.big-title font {
  color: var(--color-service-index);
}
.service-index .container .title .bg-title-index span {
  background: var(--color-service-index);
}
.service-index .container .title .bg-title-index span:before {
  background: var(--color-service-index);
}
.service-index .container .list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service-index .container .list {
    gap: 15px;
    flex-direction: column;
  }
}

.news-index {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1080px) {
  .news-index {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .news-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news-index {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.news-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-index .container .title h2.big-title {
  color: var(--color-main);
}
.news-index .container .title h2.big-title a {
  font-size: var(--fs-big-title);
  font-weight: 700;
  color: var(--color-main);
}
.news-index .container .title h2.big-title a font {
  font-weight: 700;
  color: var(--color-main);
}
.news-index .container .title h2.big-title a:hover {
  color: var(--color-hover);
}
.news-index .container .title h2.big-title a:hover font {
  color: var(--color-hover);
}

.list-news-index {
  width: 100%;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/bg-footer.webp") center no-repeat;
  background-size: cover;
}
@media (max-width: 1080px) {
  footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container {
    flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    gap: 25px;
  }
}
footer .container .left {
  max-width: 60%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .left {
    flex-direction: row-reverse;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .container .left {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    gap: 15px;
  }
}
footer .container .left .logo {
  width: 83px;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  footer .container .left .logo {
    margin: auto;
    height: 83px;
  }
}
footer .container .left .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .container .left .info p {
  font-size: var(--fs-footer);
  margin-bottom: 25px;
  line-height: 1.3;
}
@media (max-width: 1080px) {
  footer .container .left .info p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer .container .left .info p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .container .left .info p {
    margin-bottom: 15px;
  }
}
footer .container .left .info p a {
  font-size: var(--fs-footer);
}
footer .container .left .info p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .container .left .info p {
    font-size: 15px;
    line-height: 1.5;
  }
  footer .container .left .info p strong {
    font-size: 16px;
  }
}
footer .container .right {
  max-width: 40%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .right {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .container .right {
    max-width: 100%;
    width: 100%;
  }
}
footer .container .right .top {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border-ft-top);
  width: 100%;
}
@media (max-width: 1080px) {
  footer .container .right .top {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer .container .right .top {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .container .right .top {
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  footer .container .right .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer .container .right .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .container .right .top {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .right .top {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .right .top .menu-ft-top ul {
    display: flex;
    gap: 10px;
  }
}
footer .container .right .top .menu-ft-top ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .right .top .menu-ft-top ul li {
    margin-bottom: 0;
  }
}
footer .container .right .top .menu-ft-top ul li a {
  font-size: var(--fs-footer);
  color: var(--color-text);
  font-weight: 700;
}
footer .container .right .top .menu-ft-top ul li a font {
  font-weight: 700;
  color: var(--color-text);
}
@media (max-width: 767px) {
  footer .container .right .top .menu-ft-top ul li a {
    font-size: 16px;
  }
}
footer .container .right .top .menu-ft-top ul li a:hover {
  color: var(--color-hover);
}
footer .container .right .top .menu-ft-top ul li a:hover font {
  color: var(--color-hover);
}
footer .container .right .top .menu-ft-top ul li:last-child {
  margin-bottom: 0;
}
footer .container .right .top .social p {
  font-size: var(--fs-footer);
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  footer .container .right .top .social p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer .container .right .top .social p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .container .right .top .social p {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .right .top .social p {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .container .right .top .social p {
    font-size: 16px;
  }
}
footer .container .right .top .social .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .container .right .top .social .list .item {
  border-radius: 50%;
  border: 1px solid var(--color-social);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .right .top .social .list .item svg {
  fill: var(--color-social);
}
footer .container .right .top .social .list .item:hover svg {
  fill: #fff;
}
footer .container .right .top .social .list .item:first-child:hover {
  background: #1877F2;
  border-color: #1877F2;
}
footer .container .right .top .social .list .item:nth-of-type(2):hover {
  background: #E4405F;
  border-color: #E4405F;
}
footer .container .right .top .social .list .item:nth-of-type(3):hover {
  background: #CD201F;
  border-color: #CD201F;
}
footer .container .right .bot {
  width: 100%;
}
footer .container .right .bot ul {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .right .bot ul {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  footer .container .right .bot ul {
    align-items: center;
    justify-content: center;
  }
}
footer .container .right .bot ul li {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  footer .container .right .bot ul li {
    padding: 0 10px;
  }
}
footer .container .right .bot ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: var(--color-text);
}
footer .container .right .bot ul li:first-child {
  padding-left: 0;
}
footer .container .right .bot ul li:last-child {
  padding-right: 0;
}
footer .container .right .bot ul li:last-child::before {
  display: none;
}
footer .container .right .bot ul li a {
  font-size: var(--fs-footer);
}
@media (max-width: 767px) {
  footer .container .right .bot ul li a {
    font-size: 15px;
  }
}
footer .container .right .bot ul li a:hover {
  color: var(--color-hover);
}
footer .container .right .bot ul li a:hover font {
  color: var(--color-hover);
}

.wrapper-about {
  background: url(../images/pattern-about.webp) no-repeat;
  background-size: 100%;
}

.about {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .about {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .about {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about .container {
  display: flex;
  align-items: center;
  gap: 65px;
}
@media (max-width: 767px) {
  .about .container {
    gap: 15px;
    flex-direction: column;
  }
}
.about .container .left {
  width: 60.64%;
}
@media (max-width: 767px) {
  .about .container .left {
    width: 100%;
  }
}
.about .container .left h1.big-title {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .about .container .left h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about .container .left h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about .container .left h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about .container .left h1.big-title {
    text-align: center;
  }
}
.about .container .left .paragraph p {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .about .container .left .paragraph p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about .container .left .paragraph p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .about .container .left .paragraph p {
    margin-bottom: 15px;
  }
}
.about .container .left .paragraph p:last-child {
  margin-bottom: 0;
}
.about .container .right {
  width: 43.36%;
  aspect-ratio: 430/448;
}
@media (max-width: 767px) {
  .about .container .right {
    width: 100%;
  }
}
.about .container .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overview {
  background: rgba(12, 128, 198, 0.1);
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .overview {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .overview {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .overview {
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .overview {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  .overview {
    padding-top: 15px;
  }
}
.overview .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}
@media (max-width: 1080px) {
  .overview .container {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .overview .container {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
}
.overview .container .item {
  padding: 0 20px;
  padding-bottom: 35px;
  border-radius: 20px;
  border: 1px solid var(--color-border-overview);
  background: var(--color-white);
  position: relative;
}
@media (max-width: 1080px) {
  .overview .container .item {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .overview .container .item {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .overview .container .item {
    padding-bottom: 15px;
  }
}
.overview .container .item .icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 35px;
  margin-top: -47.5px;
}
@media (max-width: 1080px) {
  .overview .container .item .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .overview .container .item .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .overview .container .item .icon {
    margin-bottom: 15px;
  }
}
.overview .container .item .big-title {
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 1080px) {
  .overview .container .item .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .overview .container .item .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .overview .container .item .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .overview .container .item .big-title {
    font-size: 22px;
    text-align: left;
  }
}
.overview .container .item .paragraph ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
}
.overview .container .item .paragraph ul li {
  text-align: left;
  width: calc(50% - 25px);
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .overview .container .item {
    padding-top: 15px;
  }
  .overview .container .item .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .overview .container .item .icon img {
    width: 60%;
    height: initial;
  }
  .overview .container .item .big-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .overview .container .item .paragraph ul {
    column-gap: 30px;
    padding-left: 15px;
  }
  .overview .container .item .paragraph ul li {
    text-align: left;
    width: initial;
  }
  .overview .container .item:nth-of-type(2n+1) {
    margin-left: 30px;
    padding-left: 45px;
  }
  .overview .container .item:nth-of-type(2n+1) .icon {
    left: -30px;
  }
  .overview .container .item:nth-of-type(2n+1) .big-title {
    text-align: left;
  }
  .overview .container .item:nth-of-type(2n+1) .paragraph p {
    text-align: left;
  }
  .overview .container .item:nth-of-type(2n+2) {
    padding-right: 45px;
    margin-right: 30px;
  }
  .overview .container .item:nth-of-type(2n+2) .icon {
    right: -30px;
  }
  .overview .container .item:nth-of-type(2n+2) .big-title {
    text-align: right;
  }
  .overview .container .item:nth-of-type(2n+2) .paragraph p {
    text-align: right;
  }
}

.market {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .market {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .market {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .market {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.market .container h2.big-title {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .market .container h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .market .container h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .market .container h2.big-title {
    margin-bottom: 15px;
  }
}
.market .container .list {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.market .container .list .item {
  width: calc((100% - 150px) / 4);
}
@media (max-width: 1080px) {
  .market .container .list {
    gap: 25px;
  }
  .market .container .list .item {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 767px) {
  .market .container .list {
    gap: 15px;
  }
  .market .container .list .item {
    width: 100%;
  }
}

.shareholders {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .shareholders {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .shareholders {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .shareholders {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.shareholders .container h2.big-title {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .shareholders .container h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .shareholders .container h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .shareholders .container h2.big-title {
    margin-bottom: 15px;
  }
}
.shareholders .container .list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: 1fr;
}
@media (max-width: 767px) {
  .shareholders .container .list {
    display: flex;
    flex-direction: column;
  }
}
.shareholders .container .list .item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 55px;
  padding: 0 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--color-border-shareholders);
}
@media (max-width: 1080px) {
  .shareholders .container .list .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .shareholders .container .list .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .shareholders .container .list .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .shareholders .container .list .item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .shareholders .container .list .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .shareholders .container .list .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.shareholders .container .list .item .logo {
  width: 200px;
  aspect-ratio: 200/160;
}
.shareholders .container .list .item .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}
.shareholders .container .list .item .right {
  width: calc(100% - 255px);
}
.shareholders .container .list .item .right .paragraph {
  text-align: justify;
}
.shareholders .container .list .item .right .paragraph p {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .shareholders .container .list .item .right .paragraph p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .shareholders .container .list .item .right .paragraph p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .shareholders .container .list .item .right .paragraph p {
    margin-bottom: 15px;
  }
}
.shareholders .container .list .item .right .paragraph p:last-child {
  margin-bottom: 0;
}
.shareholders .container .list .item .right .paragraph a {
  font-size: var(--fs-paragraph);
  color: var(--color-main);
}
.shareholders .container .list .item .right .paragraph a font {
  color: var(--color-main);
}
.shareholders .container .list .item .right .paragraph a:hover {
  color: var(--color-hover);
}
.shareholders .container .list .item .right .paragraph a:hover font {
  color: var(--color-hover);
}
.shareholders .container .list .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shareholders .container .list .item {
    gap: 15px;
    flex-direction: column;
    padding: 15px;
  }
  .shareholders .container .list .item .logo {
    width: 100px;
    aspect-ratio: 200/92;
  }
  .shareholders .container .list .item .right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.certificates {
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .certificates {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .certificates {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .certificates {
    margin-bottom: 15px;
  }
}
.certificates .container .big-title {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .certificates .container .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .certificates .container .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .certificates .container .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .certificates .owl-carousel .owl-nav button.owl-prev,
  .certificates .owl-carousel .owl-nav button.owl-next {
    top: -35px;
  }
}

.list-slide-certificate .item {
  border: 1px solid var(--color-border-certificates);
  aspect-ratio: 199/278;
  padding: 5px;
}
.list-slide-certificate .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.type {
  border-bottom: 1px solid var(--color-border-type);
}
.type .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.5px 15px;
  gap: 5px;
}
.type .container .item {
  font-size: var(--fs-paragraph);
  font-weight: 400;
  padding: 8px 30px;
  border-radius: 360px;
  white-space: nowrap;
  cursor: pointer;
}
.type .container .item font {
  font-weight: 400;
}
.type .container .item.active {
  font-weight: 700;
  background-color: var(--color-main);
  color: var(--color-white);
}
.type .container .item.active font {
  font-weight: 700;
  color: var(--color-white);
}
.type .container .item:not(.active):hover {
  color: var(--color-main);
}
.type .container .item:not(.active):hover font {
  color: var(--color-main);
}
@media (max-width: 1080px) {
  .type .container {
    justify-content: start;
    overflow-x: auto;
    padding: 0 15px;
  }
  .type .container::-webkit-scrollbar {
    height: 2px;
  }
  .type .container::-webkit-scrollbar-thumb {
    background: var(--color-hover);
  }
  .type .container .item {
    padding: 8px 15px;
  }
}

.factory {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .factory {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .factory {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .factory {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.factory .container h1.big-title {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .factory .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .factory .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .factory .container h1.big-title {
    margin-bottom: 15px;
  }
}
.factory .container .list {
  padding-top: 50px;
  padding-bottom: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .factory .container .list {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .factory .container .list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .factory .container .list {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.factory .container .list-img {
  padding-top: 70px;
  padding-bottom: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 5px;
}
@media (max-width: 1080px) {
  .factory .container .list-img {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .factory .container .list-img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .factory .container .list-img {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.factory .container .list-img .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 362/240;
}
.factory .container .paragraph {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .factory .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .factory .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .factory .container .paragraph {
    margin-bottom: 15px;
  }
}
.factory .container .contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.factory.active {
  display: block;
}

.contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .contact {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact .container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .contact .container {
    gap: 15px;
    flex-direction: column;
  }
}
.contact .container .left {
  width: 60%;
}
@media (max-width: 767px) {
  .contact .container .left {
    width: 100%;
  }
}
.contact .container .left h1.big-title {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .contact .container .left h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact .container .left h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .left h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .left h1.big-title {
    font-size: 22px;
  }
}
.contact .container .left form {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.contact .container .left form .form-input,
.contact .container .left form .form-textarea {
  position: relative;
}
.contact .container .left form .form-input .icon,
.contact .container .left form .form-textarea .icon {
  position: absolute;
  left: 15px;
}
.contact .container .left form .form-input .icon svg,
.contact .container .left form .form-textarea .icon svg {
  fill: var(--color-main);
}
.contact .container .left form .form-input input,
.contact .container .left form .form-input textarea,
.contact .container .left form .form-textarea input,
.contact .container .left form .form-textarea textarea {
  width: 100%;
  padding: 5px 15px 5px 45px;
  border-radius: 10px;
  border: 1px solid var(--color-border-form);
}
.contact .container .left form .form-input input.error,
.contact .container .left form .form-input textarea.error,
.contact .container .left form .form-textarea input.error,
.contact .container .left form .form-textarea textarea.error {
  border-color: red;
}
.contact .container .left form .form-input input::placeholder,
.contact .container .left form .form-input textarea::placeholder,
.contact .container .left form .form-textarea input::placeholder,
.contact .container .left form .form-textarea textarea::placeholder {
  font-size: var(--fs-paragraph);
  color: var(--color-text);
  line-height: 1;
}
.contact .container .left form .form-input input,
.contact .container .left form .form-textarea input {
  height: 49px;
}
@media (max-width: 767px) {
  .contact .container .left form .form-input input,
  .contact .container .left form .form-textarea input {
    height: 40px;
  }
}
.contact .container .left form .form-input textarea,
.contact .container .left form .form-textarea textarea {
  padding-top: 15px;
  height: 145px;
}
.contact .container .left form .form-input label.error,
.contact .container .left form .form-textarea label.error {
  display: none !important;
}
.contact .container .left form .group-input {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact .container .left form .group-input {
    gap: 15px;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.contact .container .left form .group-input .form-input {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .contact .container .left form .group-input .form-input {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact .container .left form .group-input .form-input {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .left form .group-input .form-input {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .left form .group-input .form-input {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact .container .left form .group-input .form-input .icon {
  top: 50%;
  transform: translateY(-50%);
}
.contact .container .left form .form-textarea {
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 1080px) {
  .contact .container .left form .form-textarea {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact .container .left form .form-textarea {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .left form .form-textarea {
    margin-bottom: 15px;
  }
}
.contact .container .left form .form-textarea .icon {
  top: 15px;
}
.contact .container .left form .form-textarea textarea {
  resize: none;
  height: 145px;
}
.contact .container .left form button {
  height: 49px;
  width: 250px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact .container .left form button {
    width: 100%;
    height: 40px;
  }
}
.contact .container .left form button:hover {
  background: transparent;
  color: var(--color-main);
}
.contact .container .left form button:hover font {
  color: var(--color-main);
}
.contact .container .right {
  width: 40%;
}
@media (max-width: 767px) {
  .contact .container .right {
    width: 100%;
  }
}
.contact .container .right h2.big-title {
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .contact .container .right h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact .container .right h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .right h2.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .right h2.big-title {
    font-size: 22px;
  }
}
.contact .container .right .info {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .contact .container .right .info {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact .container .right .info {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .right .info {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .right .info {
    margin-bottom: 0;
  }
}
.contact .container .right .info p {
  font-size: var(--fs-paragraph);
  margin-bottom: 24px;
}
@media (max-width: 1080px) {
  .contact .container .right .info p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact .container .right .info p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contact .container .right .info p {
    margin-bottom: 15px;
  }
}
.contact .container .right .info p:last-child {
  margin-bottom: 0;
}
.contact .container .right .qr-code {
  width: 96px;
  height: 96px;
}
.contact .container .right .qr-code img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.job {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .job {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .job {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .job {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.job .container {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767px) {
  .job .container {
    gap: 15px;
    flex-direction: column;
  }
}
.job .container .left {
  width: calc(100% - 365px);
}
@media (max-width: 767px) {
  .job .container .left {
    width: 100%;
  }
}
.job .container .left .top {
  margin-bottom: 35px;
  display: flex;
  align-items: stretch;
  gap: 35px;
}
@media (max-width: 1080px) {
  .job .container .left .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .job .container .left .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .left .top {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .left .top {
    gap: 15px;
    flex-direction: column;
  }
}
.job .container .left .top .img {
  width: 54.5%;
  aspect-ratio: 400/217;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .job .container .left .top .img {
    width: 100%;
  }
}
.job .container .left .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job .container .left .top .info {
  width: calc(45.5% - 35px);
}
@media (max-width: 767px) {
  .job .container .left .top .info {
    width: 100%;
  }
}
.job .container .left .top .info .big-title {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .job .container .left .top .info .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .job .container .left .top .info .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .left .top .info .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .left .top .info .big-title {
    font-size: 22px;
  }
}
.job .container .left .top .info .item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .job .container .left .top .info .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .job .container .left .top .info .item {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .left .top .info .item {
    margin-bottom: 15px;
  }
}
.job .container .left .top .info .item:last-child {
  margin-bottom: 0;
}
.job .container .left .top .info .item .icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job .container .left .top .info .item .text {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.job .container .left .top .info .item .text p {
  font-size: var(--fs-paragraph);
}
.job .container .right {
  width: 340px;
  border-radius: 10px;
  background: var(--color-border-shareholders);
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1080px) {
  .job .container .right {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .job .container .right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .job .container .right {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .right {
    width: 100%;
    padding: 15px;
  }
}
.job .container .right .big-title {
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .job .container .right .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .job .container .right .big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .right .big-title {
    margin-bottom: 15px;
  }
}
.job .container .right .big-title p {
  font-weight: 700;
}
.job .container .right .big-title p font {
  font-weight: 700;
}
.job .container .right form {
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .job .container .right form {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .job .container .right form {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .job .container .right form {
    margin-bottom: 15px;
  }
}
.job .container .right form .form-input,
.job .container .right form .form-textarea {
  width: 100%;
  position: relative;
}
.job .container .right form .form-input .icon,
.job .container .right form .form-textarea .icon {
  position: absolute;
  left: 15px;
}
.job .container .right form .form-input .icon svg,
.job .container .right form .form-textarea .icon svg {
  fill: var(--color-main);
}
.job .container .right form .form-input input,
.job .container .right form .form-input textarea,
.job .container .right form .form-textarea input,
.job .container .right form .form-textarea textarea {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border-radius: 10px;
  border: 1px solid var(--color-border-form);
  background-color: var(--color-white);
}
.job .container .right form .form-input input::placeholder,
.job .container .right form .form-input textarea::placeholder,
.job .container .right form .form-textarea input::placeholder,
.job .container .right form .form-textarea textarea::placeholder {
  font-size: var(--fs-paragraph);
  color: var(--color-text);
}
.job .container .right form .form-input input.error,
.job .container .right form .form-input textarea.error,
.job .container .right form .form-textarea input.error,
.job .container .right form .form-textarea textarea.error {
  border-color: red;
}
.job .container .right form .form-input input,
.job .container .right form .form-textarea input {
  height: 42px;
}
.job .container .right form .form-input textarea,
.job .container .right form .form-textarea textarea {
  height: 185px;
  display: block;
}
.job .container .right form label.error {
  display: none !important;
}
.job .container .right form .form-input {
  margin-bottom: 10px;
}
.job .container .right form .form-input .icon {
  top: 50%;
  transform: translateY(-50%);
}
.job .container .right form .form-textarea {
  margin-bottom: 15px;
}
.job .container .right form .form-textarea .icon {
  top: 15px;
}
.job .container .right form .form-textarea textarea {
  resize: none;
  height: 185px;
}
.job .container .right form .button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.job .container .right form .button .more.white {
  width: calc(100% - 110px);
}
.job .container .right form .button .more.white input {
  display: none;
}
.job .container .right form .button button {
  width: 100px;
  cursor: pointer;
}
.job .container .right form .button button:hover {
  background: transparent;
  color: var(--color-main);
}
.job .container .right form .button button:hover font {
  color: var(--color-main);
}
.job .container .right form .button button.white {
  width: 60%;
}
.job .container .right .note p {
  font-size: var(--fs-note);
  line-height: 1.5;
}

.news .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .news .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .news .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.news .container h1.big-title {
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .news .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news .container h1.big-title {
    margin-bottom: 15px;
  }
}
.news .container .list {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 1080px) {
  .news .container .list {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news .container .list {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news .container .list {
    margin-bottom: 15px;
  }
}
.news .container .list .item-news {
  width: calc((100% - 50px) / 3);
}
@media (max-width: 767px) {
  .news .container .list {
    gap: 15px;
  }
  .news .container .list .item-news {
    width: 100%;
  }
  .news .container .list .item-news .img {
    aspect-ratio: 16/9;
  }
  .news .container .list .item-news .big-title.title-item {
    font-size: 16px;
  }
}

.news-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .news-detail {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .news-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.news-detail .container {
  display: flex;
  gap: 35px;
}
.news-detail .container .left {
  width: calc(71.363% - 35px);
}
.news-detail .container .left .title {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border-news-detail);
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .news-detail .container .left .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news-detail .container .left .title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .title {
    margin-bottom: 15px;
  }
}
.news-detail .container .left .title h1.big-title {
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .news-detail .container .left .title h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news-detail .container .left .title h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .title h1.big-title {
    margin-bottom: 15px;
  }
}
.news-detail .container .left .title .time-share {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.news-detail .container .left .title .time-share p {
  font-size: var(--fs-paragraph);
}
.news-detail .container .left .title .time-share .share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-detail .container .left .title .time-share .share .icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid var(--color-share);
}
.news-detail .container .left .title .time-share .share .icon svg {
  fill: var(--color-share);
}
.news-detail .container .left .paragraph {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--color-border-news-detail);
}
@media (max-width: 1080px) {
  .news-detail .container .left .paragraph {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news-detail .container .left .paragraph {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .paragraph {
    padding-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .news-detail .container .left .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .news-detail .container .left .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .paragraph {
    margin-bottom: 15px;
  }
}
.news-detail .container .right {
  width: 28.637%;
}
.news-detail .container .right .big-title {
  margin-bottom: 5px;
}
@media (max-width: 1080px) {
  .news-detail .container {
    gap: 15px;
    flex-direction: column;
  }
  .news-detail .container .right, .news-detail .container .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .title h1.big-title {
    font-size: 22px;
  }
  .news-detail .container .left .events-highlight .title-event .big-title {
    font-size: 18px;
  }
  .news-detail .container .right .big-title {
    font-size: 15px;
  }
}

.product {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .product {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .product {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.product .container {
  display: flex;
  gap: 35px;
  align-items: start;
}
@media (max-width: 1080px) {
  .product .container {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.product .container .left {
  width: 245px;
}
@media (min-width: 1081px) {
  .product .container .left {
    position: sticky;
    top: 70px;
    left: 0;
    right: unset;
  }
}
@media (max-width: 1080px) {
  .product .container .left {
    width: 100%;
  }
}
.product .container .left .big-title.border {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .product .container .left .big-title.border {
    padding-top: 0;
  }
}
.product .container .left .list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid var(--color-border-product);
}
.product .container .left .list ul li p {
  font-size: var(--fs-paragraph);
}
.product .container .left .list ul li .icon {
  display: none;
}
.product .container .left .list ul li:last-child {
  border-bottom: none;
}
.product .container .left .list ul li.active {
  background: var(--bg-product);
}
.product .container .left .list ul li.active a {
  font-weight: 700;
  color: var(--color-main);
}
.product .container .left .list ul li.active a font {
  font-weight: 700;
  color: var(--color-main);
}
.product .container .left .list ul li.active .icon svg {
  fill: var(--color-main);
}
.product .container .left .list ul li:hover {
  color: var(--color-main);
}
.product .container .left .list ul li:hover font {
  color: var(--color-main);
}
.product .container .right {
  width: calc(100% - 280px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .product .container .right {
    width: 100%;
  }
}
.product .container .right h1.big-title {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .product .container .right h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product .container .right h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .container .right h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .container .right h1.big-title {
    font-size: 22px;
  }
}
.product .container .right .list {
  width: 100%;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.product .container .right .list .item {
  width: calc((100% - 50px) / 3);
}
@media (max-width: 767px) {
  .product .container .right .list {
    gap: 15px;
  }
  .product .container .right .list .item {
    width: calc((100% - 15px) / 2);
  }
}
.product .container .right .detail-content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .product .container .right .detail-content {
    margin-top: 0;
  }
}
.product.product-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .product.product-detail {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .product.product-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product.product-detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.product.product-detail .container .right .paragraph {
  width: 100%;
}
.product.product-detail .container .right .list-img {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  .product.product-detail .container .right .list-img {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product.product-detail .container .right .list-img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .list-img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .list-img {
    width: 100%;
  }
}
.product.product-detail .container .right .list-img .img {
  border: 1px solid var(--color-border-title);
  overflow: hidden;
  /*
  &:first-child {
      aspect-ratio: 605/475;

      @include maxWidth(1080px) {
          aspect-ratio: 605/415;
      }
  }

  &:nth-of-type(n+2) {
      aspect-ratio: 605/470;
  }*/
}
@media (min-width: 768px) {
  .product.product-detail .container .right .list-img .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .list-img .img {
    aspect-ratio: 605/475;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product.product-detail .container .right .list-img .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product.product-detail .container .right .list-img .img.hasmore {
  position: relative;
}
.product.product-detail .container .right .list-img .img.hasmore span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
.product.product-detail .container .right .list-img .lSSlideOuter .lSGallery li {
  border: 1px solid var(--color-border-title);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product.product-detail .container .right .list-img .lSSlideOuter .lSGallery li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product.product-detail .container .right .list-img .lSSlideOuter .lSGallery li.active {
  border-color: var(--color-main);
  border-radius: 0;
}
.product.product-detail .container .right .info {
  width: 100%;
}
.product.product-detail .container .right .info .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .product.product-detail .container .right .info .tab {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product.product-detail .container .right .info .tab {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .info .tab {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .info .tab {
    justify-content: start;
    padding-bottom: 15px;
    margin-bottom: 0;
    overflow-x: auto;
  }
  .product.product-detail .container .right .info .tab .more {
    font-size: 14px;
  }
}
.product.product-detail .container .right .info .tab-content {
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 1080px) {
  .product.product-detail .container .right .info .tab-content {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product.product-detail .container .right .info .tab-content {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .info .tab-content {
    margin-bottom: 15px;
  }
}
.product.product-detail .container .right .info .tab-content.active {
  display: block;
}
.product.product-detail .container .right .info .paragraph {
  width: 100%;
  background: var(--bg-product-detail);
  border: 1px solid var(--color-border-more);
  border-radius: 20px;
  padding: 0 35px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1080px) {
  .product.product-detail .container .right .info .paragraph {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .product.product-detail .container .right .info .paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .info .paragraph {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.product.product-detail .container .right .info .paragraph p {
  margin-bottom: 15px;
}
@media (max-width: 1080px) {
  .product.product-detail .container .right .info .paragraph p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product.product-detail .container .right .info .paragraph p {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product.product-detail .container .right .info .paragraph p {
    margin-bottom: 15px;
  }
}
.product.product-detail .container .right .info .paragraph p:last-child {
  margin-bottom: 0;
}
.product.product-detail .container .right .info .paragraph ul {
  padding-left: 0;
}

.fancybox__caption {
  color: #fff !important;
}

.service {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1080px) {
  .service {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .service {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.service .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service .container h1.big-title {
  margin-bottom: 25px;
}
@media (max-width: 1080px) {
  .service .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .service .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .container h1.big-title {
    margin-bottom: 15px;
  }
}
.service .container .paragraph {
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .service .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .service .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .container .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .container .paragraph br {
    display: none;
  }
}
.service .container .function {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1080px) {
  .service .container .function {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .service .container .function {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .container .function {
    margin-bottom: 15px;
  }
}
@media (max-width: 1080px) {
  .service .container .function {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .service .container .function {
    gap: 15px;
    flex-direction: column-reverse;
  }
}
.service .container .function .left {
  width: 50%;
  aspect-ratio: 530/453;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service .container .function .left {
    width: 100%;
  }
}
.service .container .function .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service .container .function .left:hover img {
  transform: scale(1.05);
}

.solution-detail .container {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1080px) {
  .solution-detail .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .solution-detail .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solution-detail .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.solution-detail .container h1.big-title {
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .solution-detail .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .solution-detail .container h1.big-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .solution-detail .container h1.big-title {
    margin-bottom: 15px;
  }
}
.solution-detail .container .list-img {
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
}
@media (max-width: 1080px) {
  .solution-detail .container .list-img {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .solution-detail .container .list-img {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .solution-detail .container .list-img {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.solution-detail .container .list-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 541/332;
}

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