@charset "UTF-8";
@font-face {
  font-family: M-Regular;
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: M-SemiBold;
  src: url("../fonts/Roboto-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: M-Bold;
  src: url("../fonts/Roboto-Bold.ttf");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.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: 1000;
}
.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: #fff;
  z-index: 2;
}
.load.text-center img {
  z-index: 2;
  width: 100px;
}

body {
  font-family: M-Regular;
  font-size: 14px;
  color: #333;
  top: 0 !important;
}
body.no-scroll {
  overflow: hidden;
}

.breadcrumb .container ul {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .breadcrumb .container ul {
    padding: 15px 0;
  }
}
.breadcrumb .container ul a {
  color: #000;
}
.breadcrumb .container ul a:hover {
  color: #20409a;
}
.breadcrumb .container ul li:last-child {
  color: #20409a;
}
.breadcrumb .container ul i {
  margin-left: 5px;
  font-size: 10px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1262px;
  }
}

input {
  border: none;
  outline: none;
  background: 0 0;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}
input::placeholder {
  color: #555;
  font-size: 14px;
}

button {
  border: none;
  outline: none;
  background: 0 0;
  font-size: 14px;
  color: #333;
  padding: 10px 15px;
}

textarea {
  border: none;
  outline: none;
  background: 0 0;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  padding-top: 10px;
}
textarea::placeholder {
  color: #555;
  font-size: 14px;
}

select {
  border: none;
  outline: none;
  background: 0 0;
  font-size: 14px;
  color: #333;
}

ul,
ol,
li {
  list-style: none;
  font-size: 14px;
}

a {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #20409a;
}

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

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

strong {
  font-weight: 700;
}

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

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
  width: 100%;
}
.page span,
.page a,
.page div {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.page span:hover, .page span.active-page,
.page a:hover,
.page a.active-page,
.page div:hover,
.page div.active-page {
  background: #20409a;
  color: #fff;
  border-color: #20409a;
}
.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: #fff;
}
.page span.disabled,
.page a.disabled,
.page div.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.page .prev,
.page .next {
  width: auto;
  padding: 0 15px;
  border-radius: 16.5px;
}
.page .prev i,
.page .next i {
  font-size: 10px;
  color: #333;
}
.page .prev i {
  margin-right: 10px;
}
.page .next i {
  margin-left: 10px;
}

.alert-no-product {
  margin-top: 40px;
  grid-column: span 3;
  text-align: center;
  font-size: 24px;
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 20px;
  }
}
@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,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  line-height: 1.5;
  color: #000;
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-weight: 700;
}
.detail-content h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .detail-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.detail-content h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .detail-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.detail-content h4 {
  font-size: 15px;
}
.detail-content p {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 16px;
  color: #333;
}
.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: #333;
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ul li {
  list-style-type: disc;
  color: #333;
  font-size: 16px;
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content ol li {
  list-style-type: decimal;
  font-size: 16px;
}
.detail-content .image-center {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .detail-content .image-center {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .detail-content .image-center {
    margin-bottom: 15px;
  }
}
.detail-content .image-center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.detail-content .image-center figcaption {
  font-family: "default";
  font-size: 13px;
  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: #20409a;
}
.detail-content img {
  max-width: 100%;
  height: initial !important;
}
.detail-content table {
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100% !important;
}
.detail-content table tr th {
  line-height: 1;
  font-family: "default";
  font-weight: 400;
  font-size: 14px;
  color: #333;
  border: 1px solid #dbdbdb;
  border-top-color: #20409a;
}
.detail-content table tr th:first-child {
  border-left-color: #20409a;
}
.detail-content table tr th:last-child {
  border-right-color: #20409a;
}
.detail-content table tr th,
.detail-content table tr td {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 10px;
}
.detail-content table tbody {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.detail-content table tbody tr {
  border-bottom: 1px solid #ddd;
}
.detail-content table tbody tr td {
  border-right: 1px solid #ddd;
}
.detail-content table tbody tr td:last-child {
  border-right: 0;
}
.detail-content table tbody tr td p:last-child {
  margin-bottom: 0;
}
.detail-content table tbody tr:first-child {
  background: #f3f3f3;
}
.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: 1001;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.alrt-popup.show {
  opacity: 1;
  pointer-events: all;
}
.alrt-popup .wapper {
  background: #fff;
  width: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  background: #bf2929;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
}
.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.success .wapper .title {
  background: #09e493;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

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

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

#notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  #notfound {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #notfound {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#notfound .notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#notfound .notfound .notfound-404 {
  text-align: center;
  color: #20409a;
  font-siZe: 100px;
}
#notfound .notfound h1 {
  line-height: 1;
  font-size: 150px;
}
#notfound .notfound h2,
#notfound .notfound p,
#notfound .notfound a {
  text-align: center;
}
#notfound .notfound h2 {
  color: #20409a;
  font-size: 32px;
  margin-bottom: 20px;
}
#notfound .notfound p {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #notfound .notfound p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #notfound .notfound p {
    margin-bottom: 15px;
  }
}
#notfound .notfound a {
  font-size: 14px;
  color: #fff;
  background-color: #20409a;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background 0.5s linear;
  border: 1px solid #20409a;
  max-width: 250px;
}
#notfound .notfound a:hover {
  background-color: #fff;
  color: #20409a;
}
@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: #fff;
  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: #1777f1;
}
.social-fixed a.zalo,
.social-fixed div.zalo {
  background: #008ff3;
}
@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: #333;
  font-size: 20px;
}
.detail-ser .result-search .item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.detail-ser .result-search .item:last-child {
  border-bottom: 0;
}
.detail-ser .result-search .item .img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #20409a;
}
.detail-ser .result-search .item .img img {
  max-height: 80%;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
}
.detail-ser .result-search .item .right {
  width: calc(100% - 120px);
  padding-left: 15px;
  font-family: M-Regular;
}
.detail-ser .result-search .item .right > p {
  display: flex;
  align-items: center;
}
.detail-ser .result-search .item .right > p a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.detail-ser .result-search .item .right .module {
  color: #fff;
  font-size: 10px;
  background-color: #20409a;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  display: inline-block;
  font-family: M-Regular;
}
.detail-ser .result-search .item .right .item-name .time {
  margin-right: 10px;
  font-size: 13px;
}
.detail-ser .result-search .item .right h3 {
  margin-bottom: 10px;
}
.detail-ser .result-search .item .right h3 a {
  color: #333;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.detail-ser .result-search .item .right h3:hover a {
  color: #20409a;
}
.detail-ser .result-search .item .right .time {
  font-style: 13px;
  color: #20409a;
  font-style: italic;
  margin: 5px 0;
}
.detail-ser .result-search .item .right .time i {
  margin-right: 10px;
  color: #20409a;
}
.detail-ser .result-search .item .right ._desc {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 14px;
}
.detail-ser .result-search .item .right ._desc strong {
  font-size: 14px;
}
.detail-ser .result-search .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .detail-ser .result-search .item {
    flex-direction: column;
  }
  .detail-ser .result-search .item .img, .detail-ser .result-search .item .right {
    width: 100%;
  }
  .detail-ser .result-search .item .img {
    aspect-ratio: 1;
    height: auto;
  }
  .detail-ser .result-search .item .right {
    padding-left: 15px;
  }
  .detail-ser .result-search .item .right .item-name h3 a {
    font-size: 18px;
  }
}

.skiptranslate {
  display: none;
}

body {
  padding-top: 145px;
}
@media (max-width: 991px) {
  body {
    padding-top: 107px;
  }
  body.body-disscroll {
    overflow: hidden !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.m-30 {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .m-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .m-30 {
    margin-bottom: 15px;
  }
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 80%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.popup.active {
  opacity: 1;
  pointer-events: all;
}
.popup img {
  display: block;
}

.close-icon-popup {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 24px;
  z-index: 1000;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.close-icon-popup.active {
  opacity: 1;
  pointer-events: all;
}

h1,
.title-main {
  font-family: M-Bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #20409a;
}
@media (max-width: 767px) {
  h1,
  .title-main {
    font-size: 24px;
  }
}

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

.detail-news {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .detail-news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .detail-news {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.detail-news .title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .detail-news .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .detail-news .title {
    margin-bottom: 15px;
  }
}

.paragraph p {
  font-family: M-Regular;
  font-size: 16px;
  line-height: 1.5;
}

.more {
  padding: 10px 0;
  padding: 10px 25px;
  border-radius: 360px;
  border: 1px solid #20409a;
  background-color: #20409a;
  font-family: M-Bold;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all linear 0.5s;
  display: inline-flex;
}
.more i {
  margin-left: 15px;
}
.more:hover {
  background-color: unset;
  color: #20409a;
  transition: all linear 0.5s;
}

.breadcrumb .container ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb .container ul li {
  display: flex;
  gap: 10px;
}

.search-lang {
  display: flex;
  align-items: center;
  gap: 25px;
}
.search-lang form {
  position: relative;
}
.search-lang form input {
  padding: 10px 70px 10px 25px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 360px;
}
.search-lang form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  cursor: pointer;
}
.search-lang .lang {
  position: relative;
  width: 120px;
}
.search-lang .lang .flag {
  width: 25px;
}
.search-lang .lang .item, .search-lang .lang li {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.search-lang .lang .item p, .search-lang .lang li p {
  font-family: M-Regular;
  font-size: 14px;
}
.search-lang .lang .select-lang {
  z-index: 4;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: -5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 130%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .search-lang .lang .select-lang {
    top: 30px;
  }
}
.search-lang .lang .select-lang:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0;
  display: block;
}
.search-lang .lang .select-lang li {
  border-bottom: 1px solid rgb(218, 218, 218);
  padding: 10px 5px;
}
.search-lang .lang .select-lang li:hover p {
  color: #20409a;
}
.search-lang .lang:hover .select-lang {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 992px) {
  .search-lang .lang {
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hd-contact {
  display: flex;
  align-items: center;
}
.hd-contact .hd-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hd-contact .hd-contact-item .hd-contact-text p {
  font-family: M-Regular;
  font-size: 14px;
  margin-bottom: 5px;
}
.hd-contact .hd-contact-item .hd-contact-text p a {
  color: #ed1e1e;
}
.hd-contact .hd-contact-item .hd-contact-text p a:hover {
  color: #20409a;
}
.hd-contact .hd-contact-item .hd-contact-text p:last-child {
  margin-bottom: 0px;
}
.hd-contact .hd-contact-item:first-child {
  padding-right: 30px;
  border-right: 1px solid rgb(218, 218, 218);
}
.hd-contact .hd-contact-item:last-child {
  padding-left: 20px;
}

.contact-information {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .contact-information {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-information {
    margin-bottom: 15px;
  }
}
.contact-information p {
  font-family: M-Regular;
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-information p b {
  font-family: M-SemiBold;
}
.contact-information p a {
  color: #000;
}
.contact-information p a:hover {
  color: #20409a;
}
.contact-information p:last-child {
  margin-bottom: 0;
}
.contact-information .title-main {
  font-size: 20px;
  padding-left: 0 !important;
  margin-bottom: 15px;
}
.contact-information .title-main::before {
  display: none;
}

.product-list {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.product-list .product-item {
  width: 33.3333333333%;
  border-right: 1px solid rgb(218, 218, 218);
  border-bottom: 1px solid rgb(218, 218, 218);
}
.product-list .product-item:nth-child(-n+3) {
  border-top: 1px solid rgb(218, 218, 218);
}
.product-list .product-item {
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .product-list .product-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-list .product-item {
    padding-bottom: 15px;
  }
}
.product-list .product-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000;
}
.product-list .product-item .img {
  width: 100%;
  height: 188px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .product-item .img img {
  max-width: 100%;
  max-height: 100%;
  max-height: 80%;
}
.product-list .product-item .img .view-detail {
  width: 80%;
  background-color: rgb(0, 142, 75);
  padding: 15px 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity linear 0.3s, transform 0.3s linear;
}
.product-list .product-item .img .view-detail p {
  font-family: M-Regular;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.product-list .product-item .img .view-detail p i {
  margin-left: 15px;
}
.product-list .product-item .product-name {
  margin: 0 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .product-list .product-item .product-name {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-list .product-item .product-name {
    margin-bottom: 15px;
  }
}
.product-list .product-item .product-name {
  text-align: center;
}
.product-list .product-item .product-name a {
  color: #000;
  font-family: M-Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .product-list .product-item .product-name {
    margin: 0px 15px 10px 15px;
  }
}
.product-list .product-item .price p {
  font-family: M-Regular;
  font-size: 16px;
  color: rgb(0, 142, 75);
}
.product-list .product-item:hover a {
  color: rgb(0, 142, 75);
}
.product-list .product-item:hover .img .view-detail {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 992px) {
  .product-list {
    width: 100%;
  }
  .product-list .product-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-list .product-item:nth-child(-n+3) {
    border-top: none;
  }
  .product-list .product-item:nth-child(-n+2) {
    border-top: 1px solid rgb(218, 218, 218);
  }
}

.paragraph-toc .contents {
  background-color: rgb(241, 243, 245);
  border: 1px solid rgb(218, 218, 218);
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .paragraph-toc .contents {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .contents {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.paragraph-toc .contents {
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .paragraph-toc .contents {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .contents {
    margin-bottom: 15px;
  }
}
.paragraph-toc .contents .title p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: M-Bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #20409a;
}
.paragraph-toc .contents .title p i {
  cursor: pointer;
}
.paragraph-toc .contents #toc {
  padding: 0 20px;
}
.paragraph-toc .contents #toc ul {
  padding-left: 0px;
}
.paragraph-toc .contents #toc li {
  margin-bottom: 10px;
  list-style: none;
}
.paragraph-toc .contents #toc li a {
  color: #20409a;
  text-decoration: none;
}
.paragraph-toc .contents #toc li a:hover {
  color: rgb(48, 86, 192);
  text-decoration: underline;
}
.paragraph-toc .contents #toc li:last-child {
  margin-bottom: 0;
}
.paragraph-toc .contents #toc .heading {
  font-family: M-Bold;
  font-size: 16px;
}
.paragraph-toc .contents #toc .subheading {
  font-family: M-Regular;
  font-size: 16px;
}
.paragraph-toc .text h2.title {
  font-family: M-Bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.paragraph-toc .text h2.title.last {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .paragraph-toc .text h2.title.last {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text h2.title.last {
    margin-bottom: 15px;
  }
}
.paragraph-toc .text h3.title {
  font-family: M-Bold;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .paragraph-toc .text h3.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text h3.title {
    margin-bottom: 15px;
  }
}
.paragraph-toc .text h3.title {
  margin-left: 20px;
}
.paragraph-toc .text p {
  font-family: M-Regular;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .paragraph-toc .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text p {
    margin-bottom: 15px;
  }
}
.paragraph-toc .text ul {
  margin-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .paragraph-toc .text ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text ul {
    margin-bottom: 15px;
  }
}
.paragraph-toc .text ul li {
  list-style: disc;
  list-style-position: outside;
  font-family: M-Regular;
  font-size: 15px;
  margin-bottom: 10px;
}
.paragraph-toc .text .illustration {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .paragraph-toc .text .illustration {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text .illustration {
    margin-bottom: 15px;
  }
}
.paragraph-toc .text .illustration .img-illustration {
  margin-bottom: 10px;
  margin: a;
}
.paragraph-toc .text .illustration p {
  text-align: center;
  margin-bottom: 0;
}
.paragraph-toc .text .illustration.last {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .paragraph-toc .text .illustration.last {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text .illustration.last {
    margin-bottom: 15px;
  }
}
.paragraph-toc .text .illustration.last {
  flex-direction: column;
}
.paragraph-toc .text .illustration.last .img-illustration {
  width: 60%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .paragraph-toc .text .illustration.last .img-illustration {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph-toc .text .illustration.last .img-illustration {
    margin-bottom: 15px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: -1px;
  z-index: 101;
  background-color: #fff;
}
@media (max-width: 991px) {
  header {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
}
@media (max-width: 767px) {
  header .hd-top {
    height: 100%;
  }
}
header .hd-top .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  header .hd-top .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  header .hd-top .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header .hd-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hd-top .container .search-lang {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .hd-top .container .search-lang form {
  position: relative;
}
header .hd-top .container .search-lang form input {
  padding: 10px 70px 10px 25px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 360px;
}
header .hd-top .container .search-lang form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
header .hd-top .container .menu-icon {
  display: none;
}
@media (max-width: 992px) {
  header .hd-top .container .search-lang {
    flex: 1 1 auto;
    justify-content: flex-end;
    padding: 0px 15px;
  }
  header .hd-top .container .search-lang form {
    display: none;
  }
  header .hd-top .container .search-lang p {
    display: none;
  }
  header .hd-top .container .search-lang .item .flag {
    width: 35px;
  }
  header .hd-top .container .search-lang .select-lang li .flag {
    width: 35px;
  }
  header .hd-top .container .hd-contact {
    display: none;
  }
  header .hd-top .container .menu-icon {
    display: inline-block;
    cursor: pointer;
  }
  header .hd-top .container .bar1,
  header .hd-top .container .bar2,
  header .hd-top .container .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: all linear 0.4s;
  }
  header .hd-top .container .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  header .hd-top .container .change .bar2 {
    opacity: 0;
  }
  header .hd-top .container .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  header .hd-top .container {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
  }
  header .hd-top .container .hd-logo {
    height: 100%;
  }
  header .hd-top .container .hd-logo img {
    height: 100%;
  }
}
header .hd-bottom {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #20409a;
}
header .hd-bottom .container .menu {
  display: flex;
  align-items: center;
}
header .hd-bottom .container .menu > li {
  padding: 10px 40px;
  position: relative;
  justify-content: space-between;
}
header .hd-bottom .container .menu > li .icon-sub1 {
  display: none;
}
header .hd-bottom .container .menu > li a {
  font-family: M-SemiBold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  transition: all linear 0.5s;
}
header .hd-bottom .container .menu > li p {
  display: none;
}
header .hd-bottom .container .menu > li .child1 {
  transform: translateY(10px);
  pointer-events: none;
  opacity: 0;
  transition: all linear 0.5s;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
  position: absolute;
  width: 270px;
  top: 100%;
  left: 0;
  visibility: collapse;
}
header .hd-bottom .container .menu > li .child1 li::before {
  display: none;
}
header .hd-bottom .container .menu > li .child1 li:last-child::after {
  display: none;
}
header .hd-bottom .container .menu > li .child1 li {
  padding: 15px 20px 15px 25px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
header .hd-bottom .container .menu > li .child1 li a {
  font-family: M-Regular;
  font-size: 15px;
  text-transform: none;
  color: #000;
}
header .hd-bottom .container .menu > li .child1 li .icon-sub2 {
  float: right;
  transform: rotate(-90deg);
}
header .hd-bottom .container .menu > li .child1 li p {
  display: block;
}
header .hd-bottom .container .menu > li .child1 li .child2 {
  transform: translateX(10px);
  opacity: 0;
  transition: all linear 0.5s;
  background-color: #f3f3f3;
  position: absolute;
  width: 526px;
  top: 0;
  left: 100%;
  padding: 20px;
  padding-left: 50px;
  gap: 20px;
  visibility: collapse;
  overflow-y: auto;
}
header .hd-bottom .container .menu > li .child1 li .child2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
header .hd-bottom .container .menu > li .child1 li .child2 li {
  width: calc((100% - 20px) / 2);
  display: revert;
  list-style: disc;
  list-style-position: outside;
  padding: 0;
  border-bottom: none;
}
header .hd-bottom .container .menu > li .child1 li .child2 li:hover {
  color: #20409a;
}
@media (max-width: 992px) {
  header .hd-bottom .container .menu > li .child1 li .child2 {
    position: unset;
    transform: unset;
    opacity: 1;
    display: none;
  }
}
header .hd-bottom .container .menu > li .child1 li:hover {
  background-color: #f3f3f3;
}
header .hd-bottom .container .menu > li .child1 li:hover > a {
  color: #20409a;
}
header .hd-bottom .container .menu > li .child1 li:hover .child2 {
  transform: translateX(0);
  opacity: 1;
  transition: all linear 0.5s;
  visibility: visible;
}
@media (max-width: 991px) {
  header .hd-bottom .container .menu > li .child1 {
    position: unset;
    transform: unset;
    opacity: unset;
    box-shadow: none;
    display: none;
    transition: 0.1s;
    width: 100%;
    margin: 0;
    opacity: 1;
    visibility: unset;
    pointer-events: all;
  }
  header .hd-bottom .container .menu > li .child1 li {
    background-color: #fff;
  }
  header .hd-bottom .container .menu > li .child1 li .icon-sub2 {
    top: 15px;
    transform: rotate(0deg);
  }
  header .hd-bottom .container .menu > li .child1 li .child2 {
    background-color: #fff;
    padding: 15px 0px 15px 0;
    transform: translateX(0);
    width: auto;
    visibility: unset;
  }
  header .hd-bottom .container .menu > li .child1 li .child2 li {
    list-style: none;
    padding: 10px 15px 15px 25px;
    border-bottom: 1px solid rgb(218, 218, 218);
    width: 100%;
  }
  header .hd-bottom .container .menu > li .child1 li .child2 li:last-child {
    border-bottom: 0;
  }
  header .hd-bottom .container .menu > li .child1 li:last-child {
    border-bottom: none;
  }
  header .hd-bottom .container .menu > li .child1 li.active .child2 {
    background-color: #fff !important;
  }
  header .hd-bottom .container .menu > li .child1 li.active .icon-sub2 {
    transform: rotate(180deg);
  }
  header .hd-bottom .container .menu > li .child1 li:hover {
    background-color: #fff;
  }
}
header .hd-bottom .container .menu > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
  width: 3px;
  height: 95%;
  border-radius: 50%;
}
header .hd-bottom .container .menu > li:first-child::before {
  display: none;
}
header .hd-bottom .container .menu > li:hover, header .hd-bottom .container .menu > li.active {
  background-color: rgb(48, 86, 192);
  transition: all linear 0.5s;
}
@media (max-width: 992px) {
  header .hd-bottom .container .menu > li:hover, header .hd-bottom .container .menu > li.active {
    background-color: #fff;
  }
  header .hd-bottom .container .menu > li:hover a, header .hd-bottom .container .menu > li.active a {
    color: #20409a;
  }
}
header .hd-bottom .container .menu > li.active .icon-sub1 {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  header .hd-bottom .container .menu > li:hover .child1 {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
    transition: all linear 0.5s;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  header .hd-bottom .container .menu > li {
    padding: 10px 0;
    position: relative;
  }
  header .hd-bottom .container .menu > li .icon-sub1 {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(0deg);
    transition: transform 0.4s;
  }
  header .hd-bottom .container .menu > li::before {
    display: none;
  }
  header .hd-bottom .container .menu > li p {
    display: block;
    transform: rotate(90deg);
    transition: all linear 0.5s;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .hd-bottom .container .menu > li.active p {
    transform: rotate(-90px);
    transition: all linear 0.5s;
  }
}
header .hd-bottom .container .search-lang {
  display: none;
}
header .hd-bottom .container .hd-contact {
  display: none;
}
@media (max-width: 991px) {
  header .hd-bottom {
    background-color: #fff;
    z-index: 3;
    transform: translateX(100%);
    opacity: 0;
    transition: all linear 0.3s;
    top: 106px;
    right: 0;
    width: 50%;
    height: calc(100vh - 91px);
    position: fixed;
    overflow: scroll;
  }
  header .hd-bottom .container {
    padding-bottom: 15px;
    position: relative;
  }
  header .hd-bottom .container .menu {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
  header .hd-bottom .container .menu li {
    width: 100%;
    border-bottom: 1px solid rgb(218, 218, 218);
  }
  header .hd-bottom .container .menu li a {
    color: #000;
  }
  header .hd-bottom .container .menu li a:hover {
    color: #20409a;
  }
  header .hd-bottom .container .menu li .child1 li {
    width: calc(100% - 9px);
    padding-right: 0;
  }
  header .hd-bottom .container .menu li .child1 li a {
    width: 100%;
  }
  header .hd-bottom .container .search-lang {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  header .hd-bottom .container .search-lang form {
    width: 100%;
  }
  header .hd-bottom .container .search-lang form input {
    width: 100%;
  }
  header .hd-bottom .container .search-lang .lang {
    gap: 60px;
  }
  header .hd-bottom .container .search-lang .lang .item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header .hd-bottom .container .search-lang .lang .item p {
    font-family: M-Regular;
    font-size: 14px;
  }
  header .hd-bottom .container .hd-contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: static;
    gap: 20px;
    bottom: 0;
    align-items: center;
  }
  header .hd-bottom .container .hd-contact p {
    font-size: 16px;
  }
  header .hd-bottom .container .hd-contact .hd-contact-item {
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0;
    width: 100%;
  }
  header .hd-bottom .container .hd-contact .hd-contact-item:first-child {
    border: 0;
  }
  header .hd-bottom .container .hd-contact .hd-contact-item .hd-contact-text {
    width: 100%;
  }
  header .hd-bottom.active {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  header .hd-bottom {
    width: 100%;
    top: 58px;
    height: calc(100% - 60px);
  }
}
header .overlay-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  display: none;
  animation: fadeIn linear 0.3s;
}
header .overlay-menu.active {
  display: block;
}
@media (max-width: 992px) {
  header .overlay-menu {
    top: 107px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.slide-index {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .slide-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .slide-index {
    margin-bottom: 15px;
  }
}
.slide-index.no-mrb {
  margin: 0;
}
.slide-index .owl-nav {
  margin-top: 0;
}
.slide-index .owl-prev,
.slide-index .owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3) !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.slide-index .owl-prev img,
.slide-index .owl-next img {
  width: 35%;
}
.slide-index .owl-prev {
  left: 45px !important;
}
.slide-index .owl-next {
  right: 45px !important;
}

.about-index {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .about-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-index {
  background: url(../images/backgrond-about.webp) top center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 992px) {
  .about-index {
    background-size: auto 100%;
  }
}
.about-index .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 75px;
}
.about-index .container .text-about {
  width: 60%;
}
.about-index .container .text-about .title-main {
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .about-index .container .text-about .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-index .container .text-about .title-main {
    margin-bottom: 15px;
  }
}
.about-index .container .text-about .title-main {
  padding-left: 55px;
  position: relative;
}
.about-index .container .text-about .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  background: url("../images/logo-about.webp") no-repeat center center;
  background-size: 100% 100%;
  width: 60px;
  height: 80px;
}
.about-index .container .text-about .title-main a {
  color: #20409a;
}
.about-index .container .text-about .title-main a:hover {
  color: rgb(48, 86, 192);
}
.about-index .container .text-about .paragraph {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .about-index .container .text-about .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-index .container .text-about .paragraph {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about-index .container .paragraph p {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .about-index .container {
    flex-direction: column;
  }
  .about-index .container .text-about {
    width: 100%;
  }
}

.service-index {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .service-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index {
    margin-bottom: 15px;
  }
}
.service-index .container .title-main {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .service-index .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index .container .title-main {
    margin-bottom: 15px;
  }
}
.service-index .container .title-main {
  position: relative;
}
.service-index .container .title-main::before, .service-index .container .title-main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 410px;
  height: 1px;
  background-color: rgb(218, 218, 218);
}
.service-index .container .title-main::before {
  left: 0;
}
.service-index .container .title-main::after {
  right: 0;
}
@media (max-width: 992px) {
  .service-index .container .title-main::before, .service-index .container .title-main::after {
    display: none;
  }
}
.service-index .container .slide-service .item {
  color: #000;
}
.service-index .container .slide-service .item .img {
  height: 290px;
  aspect-ratio: 1;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .service-index .container .slide-service .item .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index .container .slide-service .item .img {
    margin-bottom: 15px;
  }
}
.service-index .container .slide-service .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .service-index .container .slide-service .item .img {
    width: 100%;
  }
}
.service-index .container .slide-service .item .text-service h2 {
  font-family: M-Bold;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .service-index .container .slide-service .item .text-service h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index .container .slide-service .item .text-service h2 {
    margin-bottom: 15px;
  }
}
.service-index .container .slide-service .item .text-service h2 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.service-index .container .slide-service .item .text-service h2 a {
  color: #20409a;
}
.service-index .container .slide-service .item .text-service .paragraph {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.service-index .container .slide-service .item:hover img {
  transform: scale(1.07);
}
.service-index .container .slide-service .item:hover .text-service h2 a {
  color: rgb(48, 86, 192);
}
.service-index .container .slide-service .owl-prev,
.service-index .container .slide-service .owl-next {
  width: 15px;
  height: 25px;
  color: #fff;
  position: absolute !important;
  top: -140px;
  bottom: 0;
  margin: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.service-index .container .slide-service .owl-prev:hover,
.service-index .container .slide-service .owl-next:hover {
  background-color: #fff;
}
.service-index .container .slide-service .owl-prev {
  left: -35px !important;
}
.service-index .container .slide-service .owl-next {
  right: -35px !important;
}
.service-index.main {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .service-index.main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-index.main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.service-index.main {
  margin-bottom: 0;
}
.service-index.main .owl-nav {
  display: none !important;
}

.brand-index {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .brand-index {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .brand-index {
    margin-bottom: 15px;
  }
}
.brand-index .container .title-main {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .brand-index .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .brand-index .container .title-main {
    margin-bottom: 15px;
  }
}
.brand-index .container .title-main {
  position: relative;
}
.brand-index .container .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 480px;
  height: 1px;
  background-color: rgb(218, 218, 218);
}
.brand-index .container .title-main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 480px;
  height: 1px;
  background-color: rgb(218, 218, 218);
}
@media (max-width: 992px) {
  .brand-index .container .title-main::before, .brand-index .container .title-main::after {
    display: none;
  }
}
.brand-index .container .slide-brand .item {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 235/105;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 360px;
  width: 100%;
  height: 105px;
  overflow: hidden;
}
.brand-index .container .slide-brand .item img {
  width: auto;
  object-fit: cover;
}
.brand-index .container .slide-brand .owl-prev,
.brand-index .container .slide-brand .owl-next {
  width: 15px;
  height: 25px;
  color: #fff;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.brand-index .container .slide-brand .owl-prev:hover,
.brand-index .container .slide-brand .owl-next:hover {
  background-color: #fff;
}
.brand-index .container .slide-brand .owl-prev {
  left: -35px !important;
}
.brand-index .container .slide-brand .owl-next {
  right: -35px !important;
}
@media (max-width: 767px) {
  .brand-index .container .slide-brand .item {
    height: 85px;
  }
}

.category-index {
  background-color: rgb(241, 243, 245);
  padding-bottom: 70px;
  display: block;
}
.category-index:first-of-type {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .category-index {
    padding-bottom: 20px;
  }
}
.category-index .container .item {
  display: flex;
  background-color: #fff;
}
.category-index .container .item .name-category {
  position: relative;
  padding: 25px;
  width: 20%;
  display: flex;
  flex-direction: column;
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  .category-index .container .item .name-category {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .category-index .container .item .name-category {
    width: 100%;
  }
}
.category-index .container .item .name-category .title {
  font-family: M-Bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #20409a;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .category-index .container .item .name-category .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category-index .container .item .name-category .title {
    padding-bottom: 15px;
  }
}
.category-index .container .item .name-category .title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .category-index .container .item .name-category .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category-index .container .item .name-category .title {
    margin-bottom: 15px;
  }
}
.category-index .container .item .name-category .title {
  position: relative;
}
.category-index .container .item .name-category .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 3px;
  background-color: rgb(5, 144, 79);
}
.category-index .container .item .name-category a {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .category-index .container .item .name-category a {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category-index .container .item .name-category a {
    margin-bottom: 15px;
  }
}
.category-index .container .item .name-category a {
  color: #000;
  font-family: M-Regular;
  font-size: 16px;
}
.category-index .container .item .name-category a:hover {
  color: #20409a;
}
.category-index .container .item .name-category a:last-child {
  margin-bottom: 0;
}
.category-index .container .item .name-category .more {
  position: absolute;
  bottom: 30px;
  left: 25px;
  padding: 10px 25px;
  font-family: M-Bold;
  font-size: 14px;
  color: #fff;
  background-color: #20409a;
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid #20409a;
  transition: background-color 0.3s;
}
.category-index .container .item .name-category .more i {
  margin-left: 15px;
}
.category-index .container .item .name-category .more:hover {
  background-color: unset;
  color: #20409a;
}
.category-index .container .item .banner-category {
  width: 20%;
  display: block;
}
.category-index .container .item .banner-category img {
  object-fit: unset;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .category-index .container .item .banner-category {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .category-index .container .item .banner-category {
    width: 100%;
  }
}
.category-index .container .item.module-not-left {
  flex-wrap: wrap;
}
.category-index .container .item.module-not-left .name-category {
  padding: 20px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.category-index .container .item.module-not-left .name-category .title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 22px;
  width: 30%;
}
.category-index .container .item.module-not-left .name-category .title::before {
  height: 100%;
  width: 6px;
  left: 0;
  top: 0;
}
.category-index .container .item.module-not-left .name-category .module-child {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  overflow: auto;
}
.category-index .container .item.module-not-left .name-category h3.title {
  margin-bottom: 0;
  width: 40%;
  padding-bottom: 0;
  padding-left: 20px;
}
.category-index .container .item.module-not-left .name-category h3.title::before {
  content: "";
  top: 0;
  margin: auto;
  width: 6px;
  height: 100%;
  border-radius: 360px;
}
@media (max-width: 992px) {
  .category-index .container .item.module-not-left .name-category h3.title {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .category-index .container .item.module-not-left .name-category h3.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .category-index .container .item.module-not-left .name-category h3.title {
    margin-bottom: 15px;
  }
}
.category-index .container .item.module-not-left .name-category a {
  margin-bottom: 0;
  margin-left: 25px;
  font-family: M-Bold;
}
@media (max-width: 992px) {
  .category-index .container .item.module-not-left .name-category {
    flex-wrap: wrap;
  }
  .category-index .container .item.module-not-left .name-category .title {
    margin-bottom: 15px;
  }
  .category-index .container .item.module-not-left .name-category .module-child {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category-index .container .item.module-not-left .name-category a {
    width: 33.3333333333%;
    margin-bottom: 15px;
  }
  .category-index .container .item.module-not-left .name-category .title {
    margin-left: 0px;
  }
  .category-index .container .item.module-not-left .name-category .module-child a {
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .category-index .container .item.module-not-left .name-category a {
    width: 50%;
    margin-bottom: 15px;
  }
}
.category-index .container .item.module-not-left .banner-category {
  width: 40%;
  border: 1px solid rgb(218, 218, 218);
}
.category-index .container .item.module-not-left .banner-category img {
  width: 100%;
}
@media (max-width: 992px) {
  .category-index .container .item.module-not-left .banner-category {
    width: 100%;
  }
}
.category-index .container .item.module-not-left .more {
  display: none;
}
@media (max-width: 992px) {
  .category-index .container .item {
    flex-wrap: wrap;
  }
}

.category-index:first-of-type {
  padding-top: 70px;
}

.banner-main {
  padding-bottom: 70px;
  display: block;
  background-color: rgb(241, 243, 245);
}
@media (max-width: 991px) {
  .banner-main {
    padding-bottom: 20px;
  }
}
.banner-main img {
  width: 100%;
}

.news-index {
  padding-top: 45px;
  padding-bottom: 70px;
}
@media (max-width: 992px) {
  .news-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.news-index .container .title-main {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .news-index .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index .container .title-main {
    margin-bottom: 15px;
  }
}
.news-index .container .title-main {
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-index .container .title-main .more {
  border: 1px solid #20409a;
  background-color: unset;
  color: #20409a;
}
.news-index .container .title-main .more i {
  margin-left: 15px;
}
.news-index .container .title-main .more:hover {
  background-color: #20409a;
  color: #fff;
  transition: all linear 0.5s;
}
.news-index .container .title-main .slide-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-index .container .title-main .slide-nav .prev-slide,
.news-index .container .title-main .slide-nav .next-slide {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #20409a;
  border-radius: 50%;
}
.news-index .container .title-main .slide-nav .prev-slide i,
.news-index .container .title-main .slide-nav .next-slide i {
  color: #20409a;
  font-size: 16px;
}
.news-index .container .title-main .slide-nav .prev-slide:hover,
.news-index .container .title-main .slide-nav .next-slide:hover {
  background-color: #20409a;
}
.news-index .container .title-main .slide-nav .prev-slide:hover i,
.news-index .container .title-main .slide-nav .next-slide:hover i {
  color: #fff;
}
.news-index .container .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 100%;
  background-color: rgb(5, 144, 79);
  border-radius: 360px;
}
.news-index .container .slide-news .item {
  transform: scale(0.98);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.news-index .container .slide-news .item .img, .news-index .container .slide-news .item .img-news {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.news-index .container .slide-news .item .img:hover img, .news-index .container .slide-news .item .img-news:hover img {
  transform: scale(1.07);
}
.news-index .container .slide-news .item .text-news {
  padding: 35px;
}
.news-index .container .slide-news .item .text-news h2.title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .news-index .container .slide-news .item .text-news h2.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index .container .slide-news .item .text-news h2.title {
    margin-bottom: 15px;
  }
}
.news-index .container .slide-news .item .text-news h2.title {
  min-height: 44px;
}
.news-index .container .slide-news .item .text-news h2.title a {
  font-family: M-SemiBold;
  font-size: 18px;
  color: #20409a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news-index .container .slide-news .item .text-news h2.title:hover a {
  color: rgb(48, 86, 192);
}
.news-index .container .slide-news .item .text-news .paragraph {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .news-index .container .slide-news .item .text-news .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-index .container .slide-news .item .text-news .paragraph {
    margin-bottom: 15px;
  }
}
.news-index .container .slide-news .item .text-news .paragraph {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.5;
  min-height: 70px;
}
.news-index .container .slide-news .item .text-news .paragraph p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news-index .container .slide-news .item .text-news .more {
  background-color: #fff;
  color: #20409a;
  border-color: #fff;
}
.news-index .container .slide-news .item .text-news .more:hover {
  color: #fff;
  border-color: #20409a;
  background-color: #20409a;
}

.customer-index {
  padding-top: 30px;
}
.customer-index .container .title-main {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .customer-index .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .customer-index .container .title-main {
    margin-bottom: 15px;
  }
}
.customer-index .container .title-main {
  padding-left: 15px;
  position: relative;
}
.customer-index .container .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 100%;
  background-color: rgb(5, 144, 79);
  border-radius: 360px;
}
.customer-index .container .slide-customer .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-index .container .slide-customer .owl-prev,
.customer-index .container .slide-customer .owl-next {
  width: 15px;
  height: 25px;
  color: #fff;
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.customer-index .container .slide-customer .owl-prev:hover,
.customer-index .container .slide-customer .owl-next:hover {
  background-color: #fff;
}
.customer-index .container .slide-customer .owl-prev {
  left: -35px !important;
}
.customer-index .container .slide-customer .owl-next {
  right: -35px !important;
}

.contact-index {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .contact-index {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-index {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact-index .container .title-main {
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .contact-index .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-index .container .title-main {
    margin-bottom: 15px;
  }
}
.contact-index .container .title-main {
  position: relative;
}
.contact-index .container .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 425px;
  height: 1px;
  background-color: rgb(218, 218, 218);
}
.contact-index .container .title-main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 425px;
  height: 1px;
  background-color: rgb(218, 218, 218);
}
@media (max-width: 992px) {
  .contact-index .container .title-main::before, .contact-index .container .title-main::after {
    display: none;
  }
}
.contact-index .container .contact-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}
.contact-index .container .contact-list .item {
  width: calc((100% - 40px) / 3);
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-index .container .contact-list .item .img-contact {
  padding: 25px;
  border: 1px solid #20409a;
  border-radius: 50%;
  width: 102px;
  height: 102px;
}
.contact-index .container .contact-list .item .text-contact {
  width: calc(100% - 117px);
}
.contact-index .container .contact-list .item .text-contact .title {
  font-family: M-Regular;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: unset;
}
.contact-index .container .contact-list .item .text-contact .title b {
  font-size: 16px;
  font-family: M-Bold;
}
.contact-index .container .contact-list .item .text-contact p {
  font-family: M-Regular;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-index .container .contact-list .item .text-contact p i {
  margin-right: 10px;
}
.contact-index .container .contact-list .item .text-contact p a {
  color: #ed1e1e;
}
.contact-index .container .contact-list .item .text-contact p a:hover {
  color: #20409a;
}
.contact-index .container .contact-list .item .text-contact p:last-child {
  margin-bottom: 0;
}
.contact-index .container .contact-list .item .text-contact p:last-child a {
  color: #20409a;
}
.contact-index .container .contact-list .item .text-contact p:last-child a:hover {
  color: #20409a;
}
@media (max-width: 991px) {
  .contact-index .container .contact-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .contact-index .container .contact-list .item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .contact-index .container .contact-list .item {
    width: 100%;
  }
}
.contact-index .container .contact-list-slide .item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 5px;
}
.contact-index .container .contact-list-slide .item .img-contact {
  padding: 25px;
  border: 1px solid #20409a;
  border-radius: 50%;
  width: 102px;
  height: 102px;
}
.contact-index .container .contact-list-slide .item .text-contact .title {
  font-family: M-Regular;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: unset;
}
.contact-index .container .contact-list-slide .item .text-contact .title b {
  font-size: 16px;
  font-family: M-Bold;
}
.contact-index .container .contact-list-slide .item .text-contact p {
  font-family: M-Regular;
  font-size: 15px;
  margin-bottom: 10px;
}
.contact-index .container .contact-list-slide .item .text-contact p i {
  margin-right: 10px;
}
.contact-index .container .contact-list-slide .item .text-contact p a {
  color: #ed1e1e;
}
.contact-index .container .contact-list-slide .item .text-contact p a:hover {
  color: #20409a;
}
.contact-index .container .contact-list-slide .item .text-contact p:last-child {
  margin-bottom: 0;
}
.contact-index .container .contact-list-slide .item .text-contact p:last-child a {
  color: #20409a;
}
.contact-index .container .contact-list-slide .item .text-contact p:last-child a:hover {
  color: #20409a;
}

footer {
  background-color: rgb(241, 243, 245);
}
footer .ft-top {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  footer .ft-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .ft-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
footer .ft-top .container {
  display: flex;
  gap: 60px;
}
footer .ft-top .container .title {
  font-family: M-Bold;
  font-size: 16px;
  text-transform: uppercase;
}
footer .ft-top .container ul li a {
  font-family: M-Regular;
  font-size: 16px;
  color: #000;
}
footer .ft-top .container ul li a:hover {
  color: #20409a;
}
footer .ft-top .container .content-left {
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
footer .ft-top .container .content-left .title {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  footer .ft-top .container .content-left .title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .ft-top .container .content-left .title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
footer .ft-top .container .content-left .paragraph {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}
footer .ft-top .container .content-left .paragraph p {
  line-height: 1.2;
}
footer .ft-top .container .content-left .paragraph p a {
  color: #000;
}
footer .ft-top .container .content-left .paragraph p a:hover {
  color: #20409a;
}
footer .ft-top .container .content-left .paragraph:first-child {
  margin-bottom: 15px;
}
footer .ft-top .container .content-left .paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  footer .ft-top .container .content-left {
    width: 100%;
    gap: 10px;
  }
  footer .ft-top .container .content-left .ft-logo {
    margin-bottom: 10px;
  }
}
footer .ft-top .container .content-right {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
footer .ft-top .container .content-right .title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  footer .ft-top .container .content-right .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .ft-top .container .content-right .title {
    margin-bottom: 15px;
  }
}
footer .ft-top .container .content-right .inventory ul li {
  margin-bottom: 15px;
}
footer .ft-top .container .content-right .inventory ul li:last-child {
  margin-bottom: 0;
}
footer .ft-top .container .content-right .connect ul li {
  margin-bottom: 10px;
}
footer .ft-top .container .content-right .connect ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .ft-top .container .content-right .connect ul li a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ft-top .container .content-right .connect ul li a .icon i {
  font-size: 18px;
}
footer .ft-top .container .content-right .connect ul li a #zalo {
  border: 1px solid rgb(31, 63, 153);
}
footer .ft-top .container .content-right .connect ul li a #zalo img {
  width: 18px;
}
footer .ft-top .container .content-right .connect ul li a #facebook {
  border: 1px solid rgb(31, 63, 153);
}
footer .ft-top .container .content-right .connect ul li a #facebook i {
  color: rgb(31, 63, 153);
}
footer .ft-top .container .content-right .connect ul li a #youtube {
  border: 1px solid rgb(233, 23, 23);
}
footer .ft-top .container .content-right .connect ul li a #youtube i {
  color: rgb(233, 23, 23);
}
footer .ft-top .container .content-right .connect ul li a #instagram {
  border: 1px solid rgb(102, 67, 105);
}
footer .ft-top .container .content-right .connect ul li a #instagram i {
  color: rgb(102, 67, 105);
}
footer .ft-top .container .content-right .connect ul li a #tiktok {
  display: none;
  border: 1px solid rgb(18, 18, 18);
}
footer .ft-top .container .content-right .connect ul li a #tiktok i {
  color: rgb(18, 18, 18);
}
footer .ft-top .container .content-right .connect ul li:last-child {
  margin-bottom: 0;
  display: none;
}
footer .ft-top .container .content-right .map .real-map {
  width: 290px;
  height: 165px;
  display: block;
  border: 1px solid #cecece;
}
footer .ft-top .container .content-right .map .real-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  footer .ft-top .container .content-right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 10px;
  }
  footer .ft-top .container .content-right .inventory,
  footer .ft-top .container .content-right .connect {
    width: 50%;
  }
  footer .ft-top .container .content-right .map {
    width: 100%;
  }
  footer .ft-top .container .content-right .map img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .ft-top .container .content-right .inventory,
  footer .ft-top .container .content-right .connect {
    width: 100%;
  }
  footer .ft-top .container .content-right .inventory ul,
  footer .ft-top .container .content-right .connect ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .ft-top .container .content-right .inventory ul li,
  footer .ft-top .container .content-right .connect ul li {
    width: 50%;
  }
  footer .ft-top .container .content-right .map .real-map {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  footer .ft-top .container {
    flex-direction: column;
    gap: 20px;
  }
}
footer .ft-bot {
  background-color: #20409a;
}
footer .ft-bot .paragraph p {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  footer .ft-bot .paragraph p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .ft-bot .paragraph p {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer .ft-bot {
    padding: 0px 15px;
  }
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}
.back-to-top .backtop-item {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.back-to-top .backtop-item a i {
  font-size: 20px;
  color: #000;
}
.back-to-top .backtop-item button {
  border: none;
  outline: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  font-family: M-Regular;
  font-size: 30px;
}
.back-to-top .backtop-item:first-child {
  animation: ring 0.8s infinite;
  transform-origin: center;
}
.back-to-top .backtop-item:last-child {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 992px) {
  .back-to-top {
    right: 10px;
    bottom: 30px;
  }
  .back-to-top .backtop-item {
    width: 35px;
    height: 35px;
  }
  .back-to-top .backtop-item a {
    text-decoration: none;
  }
  .back-to-top .backtop-item a i {
    font-size: 20px;
  }
  .back-to-top .backtop-item a button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .back-to-top .backtop-item a button i {
    font-size: 20px;
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
    box-shadow: 0 0 0 rgba(229, 25, 25, 0);
  }
  15% {
    transform: rotate(25deg);
    box-shadow: 0 0 10px rgba(229, 25, 25, 0.3);
  }
  30% {
    transform: rotate(-25deg);
    box-shadow: 0 0 20px rgba(229, 25, 25, 0.4);
  }
  45% {
    transform: rotate(25deg);
    box-shadow: 0 0 30px rgba(229, 25, 25, 0.5);
  }
  60% {
    transform: rotate(-25deg);
    box-shadow: 0 0 40px rgba(229, 25, 25, 0.6);
  }
  75% {
    transform: rotate(25deg);
    box-shadow: 0 0 50px rgba(229, 25, 25, 0.7);
  }
  90% {
    transform: rotate(-25deg);
    box-shadow: 0 0 60px rgba(229, 25, 25, 0.8);
  }
  100% {
    transform: rotate(0);
    box-shadow: 0 0 0 rgba(229, 25, 25, 0);
  }
}
.path {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .path {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .path {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.path a {
  font-family: M-Regular;
  font-size: 16px;
  color: #000;
}
.path a:hover {
  color: #20409a;
}

.rate {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .rate {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .rate {
    margin-bottom: 15px;
  }
}
.rate .rate-star {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 15px;
}
.rate .rate-star .item i {
  font-size: 16px;
  color: rgb(243, 111, 33);
}
.rate .rate-star .item i.fa-regular {
  display: block;
  transition: all linear 0.5s;
}
.rate .rate-star .item i.fa-solid {
  display: none;
  transition: all linear 0.5s;
}
.rate .rate-star .item:hover i.fa-regular {
  display: none;
  transition: all linear 0.5s;
}
.rate .rate-star .item:hover i.fa-solid {
  display: block;
  transition: all linear 0.5s;
}
.rate p {
  font-family: M-Regular;
  font-size: 15px;
  margin-right: 25px;
}
@media (max-width: 576px) {
  .rate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }
}

.product-detail {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .product-detail {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail {
    margin-bottom: 15px;
  }
}
.product-detail {
  font-family: M-Regular;
}
.product-detail .container {
  display: flex;
  gap: 35px;
}
.product-detail .container .left {
  width: 40%;
}
.product-detail .container .left .img-main {
  border: 1px solid rgb(218, 218, 218);
  aspect-ratio: 1;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .product-detail .container .left .img-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .left .img-main {
    margin-bottom: 15px;
  }
}
.product-detail .container .left .img-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .product-detail .container .left .img-main {
    aspect-ratio: unset;
  }
}
.product-detail .container .left .lSSlideWrapper.usingCss {
  border: 1px solid #ccc;
}
.product-detail .container .left #lightSlider {
  height: 538px !important;
}
.product-detail .container .left #lightSlider li {
  height: 538px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .container .left #lightSlider li img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .product-detail .container .left #lightSlider {
    height: 350px !important;
  }
  .product-detail .container .left #lightSlider li {
    height: 350px !important;
  }
}
.product-detail .container .left .lSPager.lSGallery {
  width: 100% !important;
  margin-top: 15px !important;
  height: 92px;
  display: flex;
  justify-content: center;
}
.product-detail .container .left .lSPager.lSGallery li {
  border: 1px solid #ccc;
  width: 92px !important;
}
.product-detail .container .left .lSPager.lSGallery li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .container .left .lSPager.lSGallery li a img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .container .left .lSPager.lSGallery li.active, .product-detail .container .left .lSPager.lSGallery li:hover {
  border-color: #20409a;
  border-radius: 0;
}
.product-detail .container .left .lSPager.lSGallery li, .product-detail .container .left .lSPager.lSGallery a, .product-detail .container .left .lSPager.lSGallery img {
  height: 92px !important;
}
.product-detail .container .right {
  width: 60%;
}
.product-detail .container .right .rate-like-code {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.product-detail .container .right .rate-like-code .fb-like {
  height: 20px;
}
.product-detail .container .right .name {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .product-detail .container .right .name {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .name {
    padding-bottom: 15px;
  }
}
.product-detail .container .right .name {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .product-detail .container .right .name {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .name {
    margin-bottom: 15px;
  }
}
.product-detail .container .right .name {
  border-bottom: 1px solid rgb(218, 218, 218);
}
.product-detail .container .right .name h1.title {
  text-transform: unset;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .product-detail .container .right .name h1.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .name h1.title {
    margin-bottom: 15px;
  }
}
.product-detail .container .right .name .prRating span {
  margin-right: 15px;
  font-size: 16px;
  color: #333;
}
.product-detail .container .right .name .prRating span i {
  color: #f36f21;
  font-size: 18px;
}
.product-detail .container .right .name .price p {
  font-family: M-Regular;
  font-size: 16px;
}
.product-detail .container .right .name .price p b {
  font-family: M-SemiBold;
  font-size: 20px;
  color: rgb(0, 133, 64);
}
.product-detail .container .right .info .tb-info {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .product-detail .container .right .info .tb-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .info .tb-info {
    margin-bottom: 15px;
  }
}
.product-detail .container .right .info .tb-info tr td {
  padding-bottom: 10px;
  font-family: M-Regular;
  font-size: 16px;
}
.product-detail .container .right .info .tb-info tr td ul li {
  list-style: disc;
  list-style-position: inside;
  font-family: M-Regular;
  font-size: 16px;
}
.product-detail .container .right .info .tb-info tr td ul li::marker {
  color: rgb(128, 128, 128);
  font-size: 18px;
}
.product-detail .container .right .info .tb-info tr td b {
  font-family: M-SemiBold;
}
.product-detail .container .right .info .tb-info tr td:first-child {
  padding-right: 30px;
}
.product-detail .container .right .info .tb-info tr td:last-child {
  padding-bottom: 0;
}
.product-detail .container .right .info .title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .product-detail .container .right .info .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .info .title {
    margin-bottom: 15px;
  }
}
.product-detail .container .right .info .title p {
  font-family: M-Bold;
  font-size: 18px;
}
.product-detail .container .right .info .paragraph {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .product-detail .container .right .info .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .info .paragraph {
    margin-bottom: 15px;
  }
}
.product-detail .container .right .info .contact-support {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .product-detail .container .right .info .contact-support {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-detail .container .right .info .contact-support {
    margin-bottom: 15px;
  }
}
.product-detail .container .right .info .contact-support {
  gap: 15px;
}
.product-detail .container .right .info .contact-support .item {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.product-detail .container .right .info .contact-support .item p {
  color: #fff;
  font-family: M-Bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.product-detail .container .right .info .contact-support .item form {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-detail .container .right .info .contact-support .item form input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.product-detail .container .right .info .contact-support .item form input::placeholder {
  font-family: M-Regular;
  font-size: 14px;
  color: #333;
}
.product-detail .container .right .info .contact-support .item form button {
  border-radius: 10px;
  background-color: rgb(255, 0, 0);
  height: 90%;
  color: #fff;
  padding: 0 15px;
  font-family: M-Bold;
  font-size: 17px;
  text-transform: uppercase;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-detail .container .right .info .contact-support .item a {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 100%;
  border-radius: 10px;
}
.product-detail .container .right .info .contact-support .item a .text p {
  font-family: M-Regular;
  font-size: 16px;
  text-transform: none;
}
.product-detail .container .right .info .contact-support .item a .text p b {
  font-family: M-Bold;
  font-size: 18px;
}
.product-detail .container .right .info .contact-support .item .contact-btn {
  background-color: rgb(31, 63, 153);
  border-radius: 10px;
  padding: 15px 0;
}
.product-detail .container .right .info .contact-support .item .zalo-btn {
  background-color: #008ff3;
}
.product-detail .container .right .info .contact-support .item .zalo-btn .icon {
  width: 30px;
  height: 30px;
}
.product-detail .container .right .info .contact-support .item .support-btn {
  background-color: rgb(0, 143, 77);
}
.product-detail .container .right .info .contact-support .item .support-btn .icon {
  width: 25px;
  height: 25px;
}
@media (max-width: 576px) {
  .product-detail .container .right .info .contact-support {
    flex-direction: column;
    display: flex;
    gap: 15px;
  }
  .product-detail .container .right .info .contact-support .item {
    height: 50px;
    width: 100%;
  }
}
.product-detail .container .right .info .download {
  color: #20409a;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 15px;
}
.product-detail .container .right .info .download p {
  font-family: M-SemiBold;
  font-size: 16px;
}
@media (max-width: 992px) {
  .product-detail .container {
    flex-direction: column;
    gap: 25px;
  }
  .product-detail .container .left,
  .product-detail .container .right {
    width: 100%;
  }
}

.information {
  background-color: rgb(241, 243, 245);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .information {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.information {
  font-family: M-Regular;
}
.information .container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.information .container .title-main {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .information .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .title-main {
    margin-bottom: 15px;
  }
}
.information .container .title-main {
  position: relative;
}
.information .container .title-main p {
  font-family: M-Bold;
  font-size: 22px;
  text-transform: uppercase;
}
.information .container .title-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 100%;
  border-radius: 360px;
  background-color: rgb(5, 144, 79);
}
@media (max-width: 992px) {
  .information .container .title-main {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .information .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .information .container .title-main {
    margin-bottom: 15px;
  }
}
.information .container .left {
  width: 72%;
  background-color: #fff;
  padding: 0 20px;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .information .container .left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.information .container .left p {
  font-family: M-Regular;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .information .container .left p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left p {
    margin-bottom: 15px;
  }
}
.information .container .left .title-main p {
  font-family: M-Bold;
  font-size: 22px;
  margin-bottom: 0;
}
.information .container .left .btn-form-advise {
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .information .container .left .btn-form-advise {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .btn-form-advise {
    padding-bottom: 15px;
  }
}
.information .container .left .btn-form-advise {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .information .container .left .btn-form-advise {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .btn-form-advise {
    margin-bottom: 15px;
  }
}
.information .container .left .btn-form-advise {
  border-bottom: 1px solid #ccc;
}
.information .container .left .btn-form-advise .btn p {
  font-family: M-Bold;
  font-size: 17px;
  margin-bottom: 0;
}
.information .container .left .contents .title p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: M-Bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #20409a;
}
.information .container .left .illustration {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .information .container .left .illustration {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .illustration {
    margin-bottom: 15px;
  }
}
.information .container .left .illustration .img-illustration {
  margin-bottom: 10px;
  margin: auto;
}
.information .container .left .illustration p {
  text-align: center;
  margin-bottom: 0;
}
.information .container .left .illustration.last {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media (max-width: 992px) {
  .information .container .left .illustration.last {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .illustration.last {
    margin-bottom: 15px;
  }
}
.information .container .left .illustration.last {
  flex-direction: column;
}
.information .container .left .illustration.last .img-illustration {
  width: 60%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .information .container .left .illustration.last .img-illustration {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .illustration.last .img-illustration {
    margin-bottom: 15px;
  }
}
.information .container .left .review p {
  margin-bottom: 0;
}
.information .container .left .review .rate {
  margin-bottom: 0;
}
.information .container .left .review .title-main {
  padding-left: 0;
  margin-bottom: 15px;
}
.information .container .left .review .title-main::before {
  display: none;
}
.information .container .left .review .paragraph {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .information .container .left .review .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .review .paragraph {
    margin-bottom: 15px;
  }
}
.information .container .left .review .paragraph {
  gap: 20px;
}
.information .container .left .review form .left-review .upload-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  border-top: 1px solid rgb(218, 218, 218);
  background-color: rgb(247, 247, 247);
}
.information .container .left .review form .left-review .upload-img p {
  color: rgb(64, 105, 179);
}
.information .container .left .review form .right-review {
  width: 40%;
}
.information .container .left .review form .right-review input {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid rgb(218, 218, 218);
}
.information .container .left .review form .right-review input::placeholder {
  font-family: M-Regular;
  font-size: 15px;
}
.information .container .left .review form .right-review button {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgb(64, 105, 179);
  padding: 15px 20px;
  background-color: rgb(64, 105, 179);
  color: #fff;
  font-family: M-SemiBold;
  font-size: 16px;
  text-transform: uppercase;
}
.information .container .left .review .list-review {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.information .container .left .review .list-review .title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .information .container .left .review .list-review .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .review .list-review .title {
    margin-bottom: 15px;
  }
}
.information .container .left .review .list-review .title p {
  font-family: M-Regular;
  font-size: 15px;
}
.information .container .left .review .list-review .title p b {
  font-family: M-Bold;
  font-size: 17px;
}
.information .container .left .review .list-review .item .acc {
  display: flex;
  align-items: center;
  gap: 15px;
}
.information .container .left .review .list-review .item .acc .name-acc {
  margin-bottom: 15px;
}
.information .container .left .review .list-review .item .acc .name-acc p {
  font-family: M-SemiBold;
  font-size: 16px;
  margin-bottom: 5px;
}
.information .container .left .review .list-review .item .acc .name-acc .rate i {
  color: rgb(243, 111, 33);
  font-size: 18px;
}
.information .container .left .review .list-review .item .cmt {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .information .container .left .review .list-review .item .cmt {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .review .list-review .item .cmt {
    margin-bottom: 15px;
  }
}
.information .container .left .review .list-review .item .cmt p {
  font-family: M-Regular;
  font-size: 16px;
}
.information .container .left .review .list-review .item .function {
  display: flex;
  align-items: center;
}
.information .container .left .review .list-review .item .function a {
  color: rgb(64, 105, 179);
  font-family: M-Regular;
  font-size: 15px;
}
.information .container .left .review .list-review .item .function .like-cmt {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 10px;
  border-right: 1px solid rgb(218, 218, 218);
}
.information .container .left .review .list-review .item .function .like-cmt .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.information .container .left .review .list-review .item .function .like-cmt .item p {
  font-family: M-Regular;
  font-size: 15px;
  color: rgb(0, 112, 210);
}
.information .container .left .review .list-review .item .function .time {
  padding-left: 10px;
}
.information .container .left .review .list-review .item .function .time p {
  color: rgb(128, 128, 128);
}
.information .container .left .frm-comment .tit {
  font-size: 22px;
  font-family: M-Bold;
  color: #20409a;
  text-transform: uppercase;
  margin-bottom: 0;
}
.information .container .left .frm-comment form .vote-star {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.information .container .left .frm-comment form .vote-star span {
  font-size: 16px;
  font-family: M-Regular;
  margin-right: 30px;
}
.information .container .left .frm-comment form .vote-star .rating {
  border: 0;
  display: table-cell;
  vertical-align: middle;
}
.information .container .left .frm-comment form .vote-star .rating input {
  display: none;
}
.information .container .left .frm-comment form .vote-star .rating label {
  color: #ddd;
  float: right;
  margin-bottom: 0;
}
.information .container .left .frm-comment form .vote-star .rating label:before {
  margin: 2px;
  font-size: 15px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.information .container .left .frm-comment form .vote-star .rating:not(:checked) > label:hover,
.information .container .left .frm-comment form .vote-star .rating:not(:checked) > label:hover ~ label,
.information .container .left .frm-comment form .vote-star .rating > input:checked + label:hover,
.information .container .left .frm-comment form .vote-star .rating > input:checked ~ label:hover,
.information .container .left .frm-comment form .vote-star .rating > input:checked ~ label,
.information .container .left .frm-comment form .vote-star .rating > input:checked ~ label:hover ~ label,
.information .container .left .frm-comment form .vote-star .rating > label:hover ~ input:checked ~ label {
  color: #f36f21;
}
.information .container .left .frm-comment form .form-group {
  display: flex;
  gap: 15px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .information .container .left .frm-comment form .form-group {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .frm-comment form .form-group {
    padding-bottom: 15px;
  }
}
.information .container .left .frm-comment form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .information .container .left .frm-comment form .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .left .frm-comment form .form-group {
    margin-bottom: 15px;
  }
}
.information .container .left .frm-comment form .form-group {
  border-bottom: 1px solid rgb(218, 218, 218);
}
.information .container .left .frm-comment form .form-group .area {
  width: 60%;
  border-radius: 5px;
  border: 1px solid rgb(218, 218, 218);
  position: relative;
}
.information .container .left .frm-comment form .form-group .area .valid-comment {
  width: 100%;
  height: 140px;
  padding: 10px 0 0 10px;
  border: none;
  resize: none;
}
.information .container .left .frm-comment form .form-group .area label.error {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.information .container .left .frm-comment form .form-group .area .img {
  width: 100%;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  border-top: 1px solid rgb(218, 218, 218);
  background-color: rgb(247, 247, 247);
  color: rgb(64, 105, 179);
  height: 40px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.information .container .left .frm-comment form .form-group .area .img .input-file {
  font-size: 16px;
  font-family: M-Regular;
}
.information .container .left .frm-comment form .form-group .area .img .input-file span {
  width: 27px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-image: url("../images/icon-camera.webp");
  background-repeat: no-repeat;
  float: left;
}
.information .container .left .frm-comment form .form-group .action {
  width: 40%;
  display: block !important;
}
.information .container .left .frm-comment form .form-group .action label.error {
  position: absolute;
  bottom: -3px;
  left: 0;
}
.information .container .left .frm-comment form .form-group .action .item-input {
  position: relative;
}
.information .container .left .frm-comment form .form-group .action .input {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
  border-width: 0px !important;
}
.information .container .left .frm-comment form .form-group .action .input input {
  width: 100%;
  height: 40px;
  margin-bottom: 7px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 16px;
  font-family: M-Regular;
  color: #565656;
}
.information .container .left .frm-comment form .form-group .action .input input:placeholder {
  font-size: 16px;
  color: #555;
}
.information .container .left .frm-comment form .form-group .action .input button {
  width: 100%;
  height: 40px;
  background: #406ab3;
  font-size: 16px;
  font-family: M-Bold;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #406ab3;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .information .container .left .frm-comment form .form-group {
    flex-direction: column;
  }
  .information .container .left .frm-comment form .form-group .area, .information .container .left .frm-comment form .form-group .action {
    width: 100%;
  }
}
.information .container .left .num-cmt {
  font-size: 18px;
  font-family: M-Bold;
  margin-bottom: 15px;
}
.information .container .left .num-cmt span {
  font-size: 16px;
  font-family: M-Regular;
}
.information .container .left ._comment-rate .list-c-d-detail-rate {
  margin-bottom: 0;
  padding-bottom: 0;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .short-name {
  font-size: 32px;
  font-weight: 900;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item {
  padding: 5px 0;
  margin-bottom: 0;
  border-top: 1px solid #e1e1e1;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info > div:not(.lst-repply-rate) {
  display: flex;
  align-items: center;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info {
  width: 100%;
  float: left;
  overflow: hidden;
  display: block;
  font-size: 14px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info span {
  font-size: 13px;
  color: gray;
  transition: all 0.3s linear;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .time-span {
  font-size: 13px;
  margin-left: 0;
  color: gray !important;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info p {
  display: block;
  font-size: 16px;
  color: #000;
  clear: both;
  margin-bottom: 15px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .detail-content {
  margin-bottom: 15px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .detail-content p {
  font-size: 16px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .detail-content img {
  margin-left: 15px;
  border: 1px solid #ccc;
  max-width: 100px;
  max-height: 100px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info {
  gap: 12px;
  margin-bottom: 15px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info .avt {
  height: 30px;
  width: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info .avt img {
  width: 100%;
  object-fit: cover;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info .user-text span.by {
  font-family: M-Bold;
  color: #000;
  font-size: 16px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info .user-text .prRating {
  margin-top: 5px;
  margin-bottom: 0px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info .user-text .prRating span {
  display: flex;
  align-items: center;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .user-info .user-text .prRating span i {
  background-image: url("../images/icon-star.webp");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 3px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action {
  flex-wrap: wrap;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action > span {
  color: #006abf;
  font-size: 13px;
  padding-right: 14px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action > span img {
  margin-right: 5px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action ._show-reply-rate {
  padding-right: 7px;
  border-right: 1px solid #ddd;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .time-span {
  padding-left: 7px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment {
  margin-top: 10px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment textarea {
  resize: none;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action {
  display: flex;
  flex-direction: column;
  border: 1px solid #dedede;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .img {
  width: 100%;
  font-size: 16px;
  color: #20409a;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input {
  width: 100%;
  vertical-align: middle;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input input {
  width: 25%;
  border-radius: 3px;
  background-color: #fff;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input button {
  width: calc(25% - 25px);
  font-size: 16px;
  font-family: M-Bold;
  height: 100%;
  background: #20409a;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input {
    text-align: center;
  }
  .information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input input {
    width: calc(50% - 6px);
    margin-bottom: 4px;
    margin-left: 0;
  }
  .information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input button {
    width: calc(50% - 6px);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input input {
    width: 100%;
  }
  .information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .comment .frms .action .input button {
    width: 100%;
  }
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .frm-comment .action > * {
  border-width: 0px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .action .frm-comment {
  margin-bottom: 0;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .lst-repply-rate .item {
  border: none;
  border-radius: 0;
  padding: 15px;
  display: flex;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .lst-repply-rate .item:last-child {
  border-bottom: 0;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .lst-repply-rate .item p {
  margin-bottom: 5px;
  font-size: 14px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .lst-repply-rate .item .avt {
  margin-right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .lst-repply-rate .item .info {
  width: calc(100% - 38px);
  float: left;
  overflow: hidden;
  display: block;
  font-size: 14px;
}
.information .container .left ._comment-rate .list-c-d-detail-rate .item .info .lst-repply-rate .item .info span.by small {
  background: #eebc49;
  line-height: 9px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 3px;
  margin-left: 5px;
  color: #000;
}
.information .container .left .contact-btn {
  display: flex;
  margin-bottom: 30px;
}
.information .container .left .contact-btn p {
  display: inline-block;
  background-color: rgb(31, 63, 153);
  border-radius: 10px;
  padding: 15px 30px;
  margin: auto;
  margin-bottom: 0;
  color: #fff;
  font-family: M-Bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.information .container .right {
  width: 28%;
}
.information .container .right .list-product {
  padding-top: 25px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .information .container .right .list-product {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .right .list-product {
    margin-bottom: 15px;
  }
}
.information .container .right .list-product .title-main {
  margin-left: 20px;
  width: auto;
}
.information .container .right .list-product .list-related-product .item {
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .information .container .right .list-product .list-related-product .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information .container .right .list-product .list-related-product .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.information .container .right .list-product .list-related-product .item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.information .container .right .list-product .list-related-product .item .img-product {
  aspect-ratio: 75/92;
  transform: scale(1);
  transition: all linear 0.2s;
  width: 22%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.information .container .right .list-product .list-related-product .item .img-product img {
  max-height: 100%;
}
.information .container .right .list-product .list-related-product .item .text {
  width: calc(80% - 30px);
}
.information .container .right .list-product .list-related-product .item .name {
  margin-bottom: 15px;
}
.information .container .right .list-product .list-related-product .item .name a {
  font-family: M-Regular;
  font-size: 16px;
  color: #000;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.information .container .right .list-product .list-related-product .item .name a:hover {
  color: #20409a;
}
.information .container .right .list-product .list-related-product .item .price p {
  font-family: M-Regular;
  font-size: 16px;
  color: rgb(0, 142, 75);
}
.information .container .right .list-product .list-related-product .item:hover .img-product {
  transform: scale(1.05);
  transition: all linear 0.2s;
}
.information .container .right .list-product .list-related-product .item:last-child {
  border-bottom: none;
}
.information .container .right .list-product:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .information .container {
    align-items: center;
    flex-direction: column;
  }
  .information .container .left,
  .information .container .right {
    width: 100%;
  }
  .information .container .left .paragraph-toc .text p {
    text-align: justify;
  }
  .information .container .left .paragraph-toc .text .illustration p {
    text-align: justify;
  }
}

.btn-form-advise {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .btn-form-advise {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .btn-form-advise {
    margin-bottom: 15px;
  }
}
.btn-form-advise .btn {
  background-color: #20409a;
  padding: 15px 30px;
  border: 1px solid #20409a;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease-in-out linear;
}
.btn-form-advise .btn p {
  display: inline-block;
  color: #fff;
  font-family: M-Bold;
  font-size: 17px;
}
.btn-form-advise .btn:hover {
  background-color: #fff;
}
.btn-form-advise .btn:hover p {
  color: #20409a;
}

.service-detail {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .service-detail {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail {
    margin-bottom: 15px;
  }
}
.service-detail .container {
  display: flex;
  gap: 45px;
}
.service-detail .container .left {
  width: 70%;
}
.service-detail .container .left h1.title {
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .service-detail .container .left h1.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail .container .left h1.title {
    margin-bottom: 15px;
  }
}
.service-detail .container .left.detail-content p a {
  text-decoration: none !important;
}
.service-detail .container .left .paragraph {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .service-detail .container .left .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail .container .left .paragraph {
    margin-bottom: 15px;
  }
}
.service-detail .container .left .paragraph .img-illustration {
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .service-detail .container .left .paragraph .img-illustration {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail .container .left .paragraph .img-illustration {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.service-detail .container .left .contact-information {
  padding-bottom: 0;
  margin-bottom: 0;
}
.service-detail .container .left .contact-information .title-main {
  padding-left: 0 !important;
  margin-bottom: 15px;
}
.service-detail .container .left .contact-information .title-main p {
  font-family: M-Bold;
  font-size: 20px;
}
.service-detail .container .left .contact-information .title-main::before {
  display: none;
}
.service-detail .container .right {
  width: 30%;
}
.service-detail .container .right .title-main {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(29, 143, 79);
}
.service-detail .container .right .service-right {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .service-detail .container .right .service-right {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail .container .right .service-right {
    margin-bottom: 15px;
  }
}
.service-detail .container .right .service-right .list-service .item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.service-detail .container .right .service-right .list-service .item .img-service {
  aspect-ratio: 1;
  width: 29.5%;
  overflow: hidden;
}
.service-detail .container .right .service-right .list-service .item .img-service img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.service-detail .container .right .service-right .list-service .item .img-service:hover img {
  transform: scale(1.05);
}
.service-detail .container .right .service-right .list-service .item .text {
  width: 70.5%;
}
.service-detail .container .right .service-right .list-service .item .text .name {
  margin-bottom: 15px;
  margin-right: 30px;
}
.service-detail .container .right .service-right .list-service .item .text .name a {
  font-family: M-Bold;
  font-size: 16px;
  color: #000;
}
.service-detail .container .right .service-right .list-service .item .text .name a:hover {
  color: #20409a;
}
.service-detail .container .right .service-right .list-service .item .text .view-more {
  font-family: M-Regular;
  font-size: 14px;
  color: #20409a;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.service-detail .container .right .service-right .list-service .item .text .view-more p {
  font-family: M-Regular;
  font-size: 20px;
}
.service-detail .container .right .service-right .list-service .item .text .view-more:hover {
  color: rgb(48, 86, 192);
}
.service-detail .container .right .service-right .list-service .item:last-child {
  border-bottom: none;
}
.service-detail .container .right .new-product-right {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .service-detail .container .right .new-product-right {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail .container .right .new-product-right {
    padding-bottom: 15px;
  }
}
.service-detail .container .right .new-product-right .title-main {
  margin-bottom: 10px;
}
.service-detail .container .right .new-product-right .product-list {
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: auto;
  width: 100%;
}
.service-detail .container .right .new-product-right .product-list .product-item {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .service-detail .container .right .new-product-right .product-list .product-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-detail .container .right .new-product-right .product-list .product-item {
    padding-bottom: 15px;
  }
}
.service-detail .container .right .new-product-right .product-list .product-item {
  border: 0;
  width: 100%;
}
.service-detail .container .right .new-product-right .product-list .product-item h3.product-name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 39px;
}
.service-detail .container .right .new-product-right .product-list .product-item .img img {
  aspect-ratio: 330/230;
  object-fit: contain;
}
.service-detail .container .right .new-product-right .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.service-detail .container .right .new-product-right .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #b3b3b3;
}
.service-detail .container .right .new-product-right .owl-dots .owl-dot.active span {
  background-color: rgb(0, 142, 75);
}
@media (max-width: 992px) {
  .service-detail .container {
    flex-direction: column;
    gap: 20px;
  }
  .service-detail .container .left,
  .service-detail .container .right {
    width: 100%;
  }
  .service-detail .container .left .paragraph p {
    text-align: justify;
  }
}

.form-advise {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 991;
  max-width: 665px;
  width: 35%;
  opacity: 0;
  transition: all linear 0.5s;
  pointer-events: none;
}
@media (max-width: 991px) {
  .form-advise {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .form-advise {
    width: calc(100% - 30px);
    top: 15px;
    transform: translate(-50%, 0);
    overflow: hidden;
  }
  .form-advise form {
    height: 100%;
  }
  .form-advise form .text {
    height: calc(100% - 60px);
    overflow: scroll;
  }
}
.form-advise form {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.form-advise form .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  padding: 15px 30px;
  background-color: #20409a;
}
.form-advise form .title p {
  font-family: M-Bold;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.form-advise form .title .icon-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.form-advise form .text {
  padding: 0 30px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .form-advise form .text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-advise form .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .form-advise form .text {
    max-height: 400px;
    overflow: auto;
  }
}
.form-advise form .text .paragraph {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .form-advise form .text .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-advise form .text .paragraph {
    margin-bottom: 15px;
  }
}
.form-advise form .text .input-form,
.form-advise form .text .textarea-form {
  margin-bottom: 15px;
}
.form-advise form .text .input-form p,
.form-advise form .text .textarea-form p {
  font-family: M-Bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-advise form .text .input-form input,
.form-advise form .text .input-form textarea,
.form-advise form .text .textarea-form input,
.form-advise form .text .textarea-form textarea {
  padding: 10px 15px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-advise form .text .textarea-form {
  margin-bottom: 10px;
}
.form-advise form .text .textarea-form textarea {
  resize: none;
  height: 65px;
}
.form-advise form .text button {
  background-color: #20409a;
  font-family: M-Bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #20409a;
  border-radius: 5px;
  cursor: pointer;
}
.form-advise form .text button:hover {
  background-color: #fff;
  color: #20409a;
}
.form-advise .content {
  display: flex;
  align-items: flex-start;
}
.form-advise .content .left {
  width: 50%;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.form-advise .content .left .img {
  border: 1px solid #ccc;
  aspect-ratio: 156/177;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-advise .content .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-advise .content .left .name {
  width: 70%;
}
.form-advise .content .left .name p {
  text-align: center;
  font-family: M-Bold;
  font-size: 16px;
  color: #333;
}
.form-advise .content .right {
  width: 50%;
}
@media (max-width: 767px) {
  .form-advise .content {
    flex-direction: column;
  }
  .form-advise .content .left,
  .form-advise .content .right {
    width: 100%;
  }
}
.form-advise.active {
  opacity: 1;
  transition: all linear 0.5s;
  pointer-events: all;
}
.form-advise.product {
  max-width: 901px;
  width: 48%;
}
.form-advise.product .content .img {
  width: 50%;
}
.form-advise.product .content .img img {
  object-fit: contain;
  max-height: 80%;
  max-width: 80%;
}
@media (max-width: 991px) {
  .form-advise.product {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .form-advise.product {
    width: calc(100% - 30px);
    height: calc(100vh - 30px);
  }
}

.banner {
  position: relative;
}
.banner .img-banner {
  aspect-ratio: 1755/400;
}
.banner .img-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .img-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .banner .img-banner {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
.banner .container {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .container .title {
  padding-left: 25px;
  position: relative;
}
.banner .container .title h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .banner .container .title h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner .container .title h1 {
    font-size: 24px;
  }
}
.banner .container .title .breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.banner .container .title .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.banner .container .title .breadcrumb a {
  color: #fff;
}
.banner .container .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: rgb(5, 144, 79);
  border-radius: 360px;
}
@media (max-width: 576px) {
  .banner .container {
    padding: 15px 15px;
    position: unset;
  }
}

.recruitment {
  padding-top: 70px;
  padding-bottom: 75px;
}
@media (max-width: 992px) {
  .recruitment {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recruitment .container .title-main {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .recruitment .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment .container .title-main {
    margin-bottom: 15px;
  }
}
.recruitment .container .title-main p {
  font-family: M-Regular;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .recruitment .container .title-main p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment .container .title-main p {
    margin-bottom: 15px;
  }
}
.recruitment .container .title-main p {
  color: #000;
  text-transform: none;
}
.recruitment .container .title-main p b {
  color: #20409a;
  font-family: M-Bold;
  font-size: 55px;
}
@media (max-width: 992px) {
  .recruitment .container .title-main p b {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .recruitment .container .title-main p b {
    font-size: 24px;
  }
}
.recruitment .container .title-main p:last-child {
  margin-bottom: 0;
}
.recruitment .container .tb-scroll {
  width: 100%;
  overflow: auto;
}
.recruitment .container .tb-scroll .table-recruitment {
  width: 1230px;
  border-collapse: collapse;
  background-color: #20409a;
}
.recruitment .container .tb-scroll .table-recruitment thead tr th {
  padding: 0 35px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .recruitment .container .tb-scroll .table-recruitment thead tr th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment .container .tb-scroll .table-recruitment thead tr th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recruitment .container .tb-scroll .table-recruitment thead tr th {
  color: #fff;
  font-family: M-Bold;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.recruitment .container .tb-scroll .table-recruitment thead tr th:nth-child(2) {
  text-align: left;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 35px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .recruitment .container .tb-scroll .table-recruitment tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment .container .tb-scroll .table-recruitment tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recruitment .container .tb-scroll .table-recruitment tbody tr td {
  background-color: rgb(247, 247, 247);
  font-family: M-Regular;
  font-size: 15px;
  text-align: center;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr td a {
  color: #20409a;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr td .share {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin: auto;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr td:first-child {
  font-size: 23px;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr td:nth-child(2) {
  text-align: left;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.recruitment .container .tb-scroll .table-recruitment tbody tr:hover td {
  background-color: rgb(232, 243, 253);
}
.recruitment .container .tb-scroll .table-recruitment tbody tr:hover td:first-child {
  color: #20409a;
  font-family: M-Bold;
}

.contact {
  padding-top: 75px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact .container .title-main {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .contact .container .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .title-main {
    margin-bottom: 15px;
  }
}
.contact .container .infor-contact {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .contact .container .infor-contact {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .infor-contact {
    margin-bottom: 15px;
  }
}
.contact .container .infor-contact {
  display: flex;
  justify-content: space-between;
}
.contact .container .infor-contact .item {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact .container .infor-contact .item .icon {
  height: 40%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .contact .container .infor-contact .item .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .infor-contact .item .icon {
    margin-bottom: 15px;
  }
}
.contact .container .infor-contact .item .title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .contact .container .infor-contact .item .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .infor-contact .item .title {
    margin-bottom: 15px;
  }
}
.contact .container .infor-contact .item .title p {
  font-family: M-Bold;
  font-size: 16px;
  text-transform: uppercase;
}
.contact .container .infor-contact .item .paragraph a {
  color: #000;
}
.contact .container .infor-contact .item .paragraph a:hover {
  color: #20409a;
}
.contact .container .infor-contact .item .paragraph p {
  text-align: center;
}
.contact .container .infor-contact .item:first-child {
  padding-left: 0px;
}
.contact .container .infor-contact .item:last-child {
  padding-right: 0px;
}
.contact .container .infor-contact .item:nth-child(3) .paragraph p {
  font-size: 20px;
}
@media (max-width: 992px) {
  .contact .container .infor-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact .container .infor-contact .item {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .contact .container .infor-contact .item:first-child {
    padding: 0 20px;
  }
  .contact .container .infor-contact .item:last-child {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .infor-contact {
    grid-template-columns: auto;
  }
}
.contact .container .map-form {
  display: flex;
  gap: 45px;
}
.contact .container .map-form .map {
  width: 50%;
}
.contact .container .map-form .map iframe {
  width: 100%;
  height: 100%;
}
.contact .container .map-form .form-contact {
  width: 50%;
}
.contact .container .map-form .form-contact .title-main {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .contact .container .map-form .form-contact .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .map-form .form-contact .title-main {
    margin-bottom: 15px;
  }
}
.contact .container .map-form .form-contact .paragraph {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .contact .container .map-form .form-contact .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .map-form .form-contact .paragraph {
    margin-bottom: 15px;
  }
}
.contact .container .map-form .form-contact form .input-form {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contact .container .map-form .form-contact form .input-form {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .map-form .form-contact form .input-form {
    margin-bottom: 15px;
  }
}
.contact .container .map-form .form-contact form .input-form .icon {
  position: absolute;
  left: 0;
}
.contact .container .map-form .form-contact form .input-form input {
  padding-left: 35px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(218, 218, 218);
  font-family: M-Regular;
  font-size: 15px;
}
.contact .container .map-form .form-contact form .input-form input::placeholder {
  font-family: M-Regular;
  font-size: 15px;
}
.contact .container .map-form .form-contact form .input-form:last-child {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .contact .container .map-form .form-contact form .input-form:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact .container .map-form .form-contact form .input-form:last-child {
    margin-bottom: 15px;
  }
}
.contact .container .map-form .form-contact form button {
  padding: 15px 25px 15px 55px;
  background-color: #20409a;
  position: relative;
}
.contact .container .map-form .form-contact form button .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 20px;
  height: 20px;
}
.contact .container .map-form .form-contact form button p {
  font-family: M-Regular;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 992px) {
  .contact .container .map-form {
    flex-direction: column-reverse;
    gap: 0;
  }
  .contact .container .map-form .map,
  .contact .container .map-form .form-contact {
    width: 100%;
    margin-bottom: 20px;
  }
}

.time-like-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.time-like-share p {
  font-family: M-Regular;
  font-size: 15px;
}
.time-like-share .time-like-recruitment {
  display: flex;
  align-items: center;
  gap: 20px;
}
.time-like-share .time-like-recruitment .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-like-share .share-recruitment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.time-like-share .share-recruitment .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
}
.time-like-share .share-recruitment .icon i {
  font-size: 16px;
}
@media (max-width: 576px) {
  .time-like-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.recruitment-detail {
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .recruitment-detail {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail {
    padding-bottom: 15px;
  }
}
.recruitment-detail .container {
  display: flex;
  align-items: flex-start;
  gap: 35px;
}
.recruitment-detail .container .left {
  width: 75%;
}
.recruitment-detail .container .left h1.title {
  text-transform: none;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left h1.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left h1.title {
    margin-bottom: 15px;
  }
}
.recruitment-detail .container .left .table-recruitment-detail {
  border-collapse: collapse;
}
.recruitment-detail .container .left .table-recruitment-detail tr {
  border-bottom: 1px solid #ccc;
}
.recruitment-detail .container .left .table-recruitment-detail tr td {
  width: 69%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recruitment-detail .container .left .table-recruitment-detail tr td {
  font-family: M-Regular;
  font-size: 15px;
  line-height: 1.5;
}
.recruitment-detail .container .left .table-recruitment-detail tr td ul li {
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td ul li {
    margin-bottom: 15px;
  }
}
.recruitment-detail .container .left .table-recruitment-detail tr td ul b {
  font-family: M-Bold;
}
.recruitment-detail .container .left .table-recruitment-detail tr td ul p {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td ul p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td ul p {
    margin-bottom: 15px;
  }
}
.recruitment-detail .container .left .table-recruitment-detail tr td:first-child {
  width: 31%;
  padding-right: 55px;
  font-family: M-Bold;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .table-recruitment-detail tr td:first-child {
    padding-right: 5px;
  }
}
.recruitment-detail .container .left .table-recruitment-detail tr:first-child td ul li {
  margin-bottom: 10px;
}
.recruitment-detail .container .left .table-recruitment-detail tr:last-child {
  border: 0;
}
.recruitment-detail .container .left .form-recruitment {
  padding: 0 40px;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .form-recruitment {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .form-recruitment {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recruitment-detail .container .left .form-recruitment {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.recruitment-detail .container .left .form-recruitment .title-main {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .form-recruitment .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .form-recruitment .title-main {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .form-recruitment .title-main {
    font-size: 24px;
  }
}
.recruitment-detail .container .left .form-recruitment form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.recruitment-detail .container .left .form-recruitment form p {
  font-family: M-Regular;
  font-size: 15px;
}
.recruitment-detail .container .left .form-recruitment form .input-group {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .form-recruitment form .input-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .form-recruitment form .input-group {
    margin-bottom: 15px;
  }
}
.recruitment-detail .container .left .form-recruitment form .input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.recruitment-detail .container .left .form-recruitment form .input-group .left {
  width: 100%;
}
.recruitment-detail .container .left .form-recruitment form .input-group .left .input-form {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .form-recruitment form .input-group .left .input-form {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .left .form-recruitment form .input-group .left .input-form {
    margin-bottom: 15px;
  }
}
.recruitment-detail .container .left .form-recruitment form .input-group .left .input-form .icon {
  position: absolute;
  left: 0;
}
.recruitment-detail .container .left .form-recruitment form .input-group .left .input-form input {
  padding-left: 35px;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(218, 218, 218);
  font-family: M-Regular;
  font-size: 15px;
}
.recruitment-detail .container .left .form-recruitment form .input-group .left .input-form input::placeholder {
  font-family: M-Regular;
  font-size: 15px;
}
.recruitment-detail .container .left .form-recruitment form .input-group .left .input-form:last-child {
  margin-bottom: 0;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right {
  width: 100%;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right .name-textarea {
  position: relative;
  margin-bottom: 10px;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right .name-textarea .icon {
  position: absolute;
  left: 0;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right .name-textarea p {
  padding-left: 35px;
  width: 100%;
  margin-bottom: 10px;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right .textarea-form {
  width: 100%;
  height: 81%;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right .textarea-form textarea {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid rgb(218, 218, 218);
  resize: none;
}
.recruitment-detail .container .left .form-recruitment form .input-group .right .textarea-form textarea::placeholder {
  font-family: M-Regular;
  font-size: 13px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .left .form-recruitment form .input-group {
    grid-template-columns: repeat(1, 1fr);
  }
  .recruitment-detail .container .left .form-recruitment form .input-group .right {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .recruitment-detail .container .left .form-recruitment form .input-group {
    margin-bottom: 40px;
  }
}
.recruitment-detail .container .left .form-recruitment form .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.recruitment-detail .container .left .form-recruitment form .button-group button, .recruitment-detail .container .left .form-recruitment form .button-group label {
  padding: 15px 35px 15px 60px;
  background-color: #20409a;
  position: relative;
  border: 1px solid #20409a;
  cursor: pointer;
}
.recruitment-detail .container .left .form-recruitment form .button-group button .icon, .recruitment-detail .container .left .form-recruitment form .button-group label .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 20px;
  height: 20px;
}
.recruitment-detail .container .left .form-recruitment form .button-group button p, .recruitment-detail .container .left .form-recruitment form .button-group label p {
  color: #fff;
}
.recruitment-detail .container .left .form-recruitment form .button-group button:first-child, .recruitment-detail .container .left .form-recruitment form .button-group label:first-child {
  padding: 15px 15px 15px 50px;
  background-color: #fff;
}
.recruitment-detail .container .left .form-recruitment form .button-group button:first-child p, .recruitment-detail .container .left .form-recruitment form .button-group label:first-child p {
  color: #20409a;
}
@media (max-width: 576px) {
  .recruitment-detail .container .left .form-recruitment form .button-group {
    flex-direction: column;
  }
}
.recruitment-detail .container .left .form-recruitment .paragraph p {
  line-height: 2;
}
.recruitment-detail .container .left .form-recruitment .paragraph p b {
  font-family: M-Bold;
}
.recruitment-detail .container .right .img-recruitment {
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .right .img-recruitment {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .right .img-recruitment {
    margin-bottom: 15px;
  }
}
.recruitment-detail .container .right .other-recruitment {
  padding: 20px 25px 0 25px;
  background-color: rgb(241, 243, 245);
}
.recruitment-detail .container .right .other-recruitment .title-main {
  font-size: 17px;
  margin-bottom: 15px;
}
.recruitment-detail .container .right .other-recruitment .item {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .recruitment-detail .container .right .other-recruitment .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .right .other-recruitment .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recruitment-detail .container .right .other-recruitment .item {
  border-top: 1px solid rgb(218, 218, 218);
}
.recruitment-detail .container .right .other-recruitment .item .name-recruitment {
  padding-bottom: 15px;
}
.recruitment-detail .container .right .other-recruitment .item .name-recruitment a {
  font-family: M-Bold;
  font-size: 15px;
  color: #000;
}
.recruitment-detail .container .right .other-recruitment .item .time-recruitment {
  font-family: M-Regular;
  font-size: 14px;
}
.recruitment-detail .container .right .other-recruitment .item:hover a {
  color: #20409a;
}
@media (max-width: 992px) {
  .recruitment-detail .container {
    flex-direction: column;
  }
  .recruitment-detail .container .left,
  .recruitment-detail .container .right {
    width: 100%;
  }
  .recruitment-detail .container .right {
    display: flex;
  }
  .recruitment-detail .container .right .other-recruitment {
    flex: 1 1 auto;
  }
  .recruitment-detail .container .right .img-recruitment {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .recruitment-detail .container .right {
    flex-direction: column;
    align-items: center;
  }
  .recruitment-detail .container .right .other-recruitment {
    width: 100%;
  }
  .recruitment-detail .container .right .img-recruitment {
    margin-bottom: 15px;
  }
}

.news {
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (max-width: 992px) {
  .news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.news .container .img:hover img {
  transform: scale(1.07);
}
.news .container .news-featured {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .news .container .news-featured {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-featured {
    margin-bottom: 15px;
  }
}
.news .container .news-featured .title-main {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .news .container .news-featured .title-main {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-featured .title-main {
    margin-bottom: 15px;
  }
}
.news .container .news-featured .content-news {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.news .container .news-featured .content-news h2.title {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 15px;
}
.news .container .news-featured .content-news h2.title a {
  color: #20409a;
}
.news .container .news-featured .content-news h2.title a:hover {
  color: rgb(48, 86, 192);
}
.news .container .news-featured .content-news .left .img {
  aspect-ratio: 603/411;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .news .container .news-featured .content-news .left .img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-featured .content-news .left .img {
    margin-bottom: 15px;
  }
}
.news .container .news-featured .content-news .left .img {
  width: 100%;
}
.news .container .news-featured .content-news .left .img img {
  width: 100%;
}
.news .container .news-featured .content-news .left .paragraph p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news .container .news-featured .content-news .right {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 25px;
}
.news .container .news-featured .content-news .right .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news .container .news-featured .content-news .right .item .img {
  aspect-ratio: 230/165;
  width: 40%;
  overflow: hidden;
}
.news .container .news-featured .content-news .right .item .text {
  width: 60%;
}
.news .container .news-featured .content-news .right .item .text .paragraph p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news .container .news-featured .content-news .right .item:hover {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .news .container .news-featured .content-news {
    grid-template-columns: repeat(1, 100%);
  }
  .news .container .news-featured .content-news .right .img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news .container .news-featured .content-news a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.news .container .news-type .name-news-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news .container .news-type .name-news-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-type .name-news-type {
    margin-bottom: 15px;
  }
}
.news .container .news-type .name-news-type .item {
  width: 205px;
  border: 1px solid #20409a;
  border-radius: 180px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news .container .news-type .name-news-type .item p {
  font-family: M-SemiBold;
  font-size: 18px;
  color: #20409a;
}
.news .container .news-type .name-news-type .item:hover, .news .container .news-type .name-news-type .item.active {
  background-color: #20409a;
}
.news .container .news-type .name-news-type .item:hover p, .news .container .news-type .name-news-type .item.active p {
  color: #fff;
}
@media (max-width: 576px) {
  .news .container .news-type .name-news-type {
    flex-direction: column;
  }
  .news .container .news-type .name-news-type .item {
    width: 100%;
  }
}
.news .container .news-type .list-news-container {
  position: relative;
}
.news .container .news-type .list-news-container .load.text-center {
  position: absolute;
  justify-content: flex-start;
}
.news .container .news-type .list-news-container .load.text-center img {
  width: 200px;
  height: 200px;
}
.news .container .news-type .list-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news .container .news-type .list-news {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-type .list-news {
    margin-bottom: 15px;
  }
}
.news .container .news-type .list-news .item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.news .container .news-type .list-news .item .img {
  aspect-ratio: 16/9;
}
.news .container .news-type .list-news .item .img img {
  width: 100%;
}
.news .container .news-type .list-news .item .text-news {
  padding: 35px;
}
.news .container .news-type .list-news .item .text-news h2.title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .news .container .news-type .list-news .item .text-news h2.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-type .list-news .item .text-news h2.title {
    margin-bottom: 15px;
  }
}
.news .container .news-type .list-news .item .text-news h2.title {
  min-height: 44px;
}
.news .container .news-type .list-news .item .text-news h2.title a {
  font-family: M-SemiBold;
  font-size: 18px;
  color: #20409a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news .container .news-type .list-news .item .text-news h2.title a:hover {
  color: rgb(48, 86, 192);
}
.news .container .news-type .list-news .item .text-news .paragraph {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .news .container .news-type .list-news .item .text-news .paragraph {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news .container .news-type .list-news .item .text-news .paragraph {
    margin-bottom: 15px;
  }
}
.news .container .news-type .list-news .item .text-news .paragraph {
  min-height: 72px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.5;
}
.news .container .news-type .list-news .item .text-news .paragraph p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news .container .news-type .list-news .item .text-news .more {
  background-color: #fff;
  color: #20409a;
  border-color: #fff;
}
.news .container .news-type .list-news .item .text-news .more:hover {
  color: #fff;
  border-color: #20409a;
  background-color: #20409a;
}
@media (max-width: 992px) {
  .news .container .news-type .list-news {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .news .container .news-type .list-news {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.paging .item {
  position: relative;
  width: 35px;
  height: 40px;
}
.paging .item .item-before {
  width: 35px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-color: rgb(218, 218, 218);
}
.paging .item .item-after {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 2%, 98% 25%, 98% 75%, 50% 98%, 2% 75%, 2% 25%);
  color: #000;
  background-color: #fff;
  font-family: M-SemiBold;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.paging .item:hover .item-before,
.paging .item:hover .item-after, .paging .item.active .item-before,
.paging .item.active .item-after {
  background-color: #20409a;
}
.paging .item:hover .item-after, .paging .item.active .item-after {
  color: #fff;
}

.list-product-new-box {
  background: #f1f3f5;
  padding-bottom: 41px;
}
@media (max-width: 767px) {
  .list-product-new-box {
    padding-bottom: 15px;
  }
}
.list-product-new-box .container .title-main {
  padding-top: 35px;
  padding-bottom: 25px;
}
.list-product-new-box .container .list-product-new-slide .product-item {
  border-right: 1px solid rgb(218, 218, 218);
  border-bottom: 1px solid rgb(218, 218, 218);
  padding: 0px 20px;
  background: #fff;
}
.list-product-new-box .container .list-product-new-slide .product-item:nth-child(-n+3) {
  border-top: 1px solid rgb(218, 218, 218);
}
@media (max-width: 767px) {
  .list-product-new-box .container .list-product-new-slide .product-item:nth-child(-n+3) {
    border-top: none;
  }
  .list-product-new-box .container .list-product-new-slide .product-item:nth-child(-n+2) {
    border-top: 1px solid rgb(218, 218, 218);
  }
}
.list-product-new-box .container .list-product-new-slide .product-item {
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .list-product-new-box .container .list-product-new-slide .product-item {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .list-product-new-box .container .list-product-new-slide .product-item {
    padding-bottom: 15px;
  }
}
.list-product-new-box .container .list-product-new-slide .product-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #000;
}
.list-product-new-box .container .list-product-new-slide .product-item .img {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-product-new-box .container .list-product-new-slide .product-item .img img {
  width: unset;
  max-width: 100%;
  max-height: 100%;
  max-height: 80%;
}
.list-product-new-box .container .list-product-new-slide .product-item .img .view-detail {
  width: 80%;
  background-color: rgb(0, 142, 75);
  padding: 15px 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  opacity: 0;
  transition: all linear 0.5s;
}
.list-product-new-box .container .list-product-new-slide .product-item .img .view-detail p {
  font-family: M-Regular;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.list-product-new-box .container .list-product-new-slide .product-item .img .view-detail p i {
  margin-left: 15px;
}
.list-product-new-box .container .list-product-new-slide .product-item .img:hover .view-detail {
  transform: translateY(0);
  opacity: 1;
  transition: all linear 0.5s;
}
.list-product-new-box .container .list-product-new-slide .product-item .product-name {
  margin: 0 30px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .list-product-new-box .container .list-product-new-slide .product-item .product-name {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .list-product-new-box .container .list-product-new-slide .product-item .product-name {
    margin-bottom: 15px;
  }
}
.list-product-new-box .container .list-product-new-slide .product-item .product-name {
  text-align: center;
}
.list-product-new-box .container .list-product-new-slide .product-item .product-name a {
  color: #000;
  font-family: M-Regular;
  font-size: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 38px;
}
@media (max-width: 767px) {
  .list-product-new-box .container .list-product-new-slide .product-item .product-name {
    margin: 0 15px;
  }
}
.list-product-new-box .container .list-product-new-slide .product-item .price p {
  font-family: M-Regular;
  font-size: 16px;
  color: rgb(0, 142, 75);
}
.list-product-new-box .container .list-product-new-slide .product-item:hover a {
  color: rgb(0, 142, 75);
}
.list-product-new-box .container .list-product-new-slide .product-item:hover a .product-img .view-detail {
  transform: translateY(0);
  opacity: 1;
  transition: all linear 0.5s;
}
@media (max-width: 991px) {
  .list-product-new-box .container .list-product-new-slide .product-item .product-name {
    margin: 0 15px 15px 15px;
    min-height: 60px;
  }
  .list-product-new-box .container .list-product-new-slide .product-item .product-name a {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
@media (max-width: 767px) {
  .list-product-new-box .container .list-product-new-slide .product-item .img {
    aspect-ratio: 16/9;
  }
  .list-product-new-box .container .list-product-new-slide .product-item .product-name {
    margin: 0 15px 15px 15px;
    min-height: 38px;
  }
  .list-product-new-box .container .list-product-new-slide .product-item .product-name a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
}
.list-product-new-box .container .list-product-new-slide .owl-nav .owl-next, .list-product-new-box .container .list-product-new-slide .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list-product-new-box .container .list-product-new-slide .owl-nav .owl-next {
  right: -27px;
}
.list-product-new-box .container .list-product-new-slide .owl-nav .owl-prev {
  left: -27px;
}

.news-detail .container {
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .news-detail .container {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .container {
    padding-bottom: 15px;
  }
}
.news-detail .container {
  border-bottom: 1px solid rgb(218, 218, 218);
  display: flex;
  align-items: baseline;
  gap: 40px;
}
.news-detail .container .left {
  width: 73%;
}
.news-detail .container .left h1.title {
  text-transform: none;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .news-detail .container .left h1.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left h1.title {
    margin-bottom: 15px;
  }
}
.news-detail .container .left .time-like-share {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .news-detail .container .left .time-like-share {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .time-like-share {
    margin-bottom: 15px;
  }
}
.news-detail .container .left .paragraph p {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .news-detail .container .left .paragraph p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .paragraph p {
    margin-bottom: 15px;
  }
}
.news-detail .container .left .paragraph p b {
  font-family: M-Bold;
  font-size: 20px;
}
.news-detail .container .left .paragraph .img-news-detail {
  padding-top: 10px;
  padding-bottom: 45px;
}
@media (max-width: 992px) {
  .news-detail .container .left .paragraph .img-news-detail {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .left .paragraph .img-news-detail {
    padding-bottom: 15px;
  }
}
.news-detail .container .left .paragraph .cre {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-detail .container .left .paragraph .cre p {
  font-family: M-SemiBold;
  margin-bottom: 0;
}
.news-detail .container .right {
  width: 27%;
}
.news-detail .container .right h2.title {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.news-detail .container .right .title-main {
  border-bottom: 2px solid rgb(29, 143, 79);
  padding-bottom: 12px;
  margin-bottom: 5px;
}
.news-detail .container .right .list-news-new {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .news-detail .container .right .list-news-new {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news-detail .container .right .list-news-new {
    margin-bottom: 15px;
  }
}
.news-detail .container .right .list-news-new .item {
  padding: 10px 0 15px 0;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid rgb(218, 218, 218);
}
.news-detail .container .right .list-news-new .item .img {
  aspect-ratio: 1;
  width: 25%;
  overflow: hidden;
  border: 1px solid #dcdcdc;
}
.news-detail .container .right .list-news-new .item .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  width: 100%;
  height: 100%;
}
.news-detail .container .right .list-news-new .item .img a img {
  max-width: 100%;
  max-height: 100%;
}
.news-detail .container .right .list-news-new .item .img:hover img {
  transform: scale(1.07);
}
.news-detail .container .right .list-news-new .item a {
  color: #000;
  font-family: M-Regular;
  font-size: 15px;
  width: calc(75% - 20px);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-top: 3px;
}
.news-detail .container .right .list-news-new .item .item-content {
  width: calc(75% - 20px);
  font-size: 16px;
}
.news-detail .container .right .list-news-new .item .item-content a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 12px;
  width: 100%;
}
.news-detail .container .right .list-news-new .item .item-content .item-price {
  color: #008e4b;
}
.news-detail .container .right .list-news-new .item:hover a {
  color: #20409a;
}
@media (max-width: 992px) {
  .news-detail .container {
    flex-direction: column;
    border: none;
  }
  .news-detail .container .left,
  .news-detail .container .right {
    width: 100%;
  }
}

.category {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .category {
    padding: 0;
  }
}
.category .container {
  display: flex;
  align-items: baseline;
  gap: 40px;
}
.category .container .left {
  width: 23%;
}
.category .container .left .title {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .category .container .left .title {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .title {
    padding-bottom: 15px;
  }
}
.category .container .left .title {
  border-bottom: 1px solid rgb(5, 144, 79);
  display: flex;
  justify-content: space-between;
}
.category .container .left .title p {
  font-family: M-Bold;
  font-size: 20px;
  color: #20409a;
}
.category .container .left .title i {
  color: #20409a;
  font-size: 24px;
}
@media (min-width: 992px) {
  .category .container .left .title i {
    display: none;
  }
}
.category .container .left .list-category {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .category .container .left .list-category {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .list-category {
    margin-bottom: 15px;
  }
}
.category .container .left .list-category .list .item .item-main {
  padding: 0 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .category .container .left .list-category .list .item .item-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .list-category .list .item .item-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.category .container .left .list-category .list .item .item-main {
  border-bottom: 1px solid rgb(218, 218, 218);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category .container .left .list-category .list .item .item-main a {
  font-family: M-Bold;
  font-size: 15px;
  color: #000;
}
.category .container .left .list-category .list .item .item-main .plus-icon {
  cursor: pointer;
}
.category .container .left .list-category .list .item .item-main .bar1,
.category .container .left .list-category .list .item .item-main .bar2 {
  width: 10px;
  height: 2px;
  background-color: #000;
  transition: all linear 0.5s;
}
.category .container .left .list-category .list .item .item-main .bar2 {
  margin: 6px 0;
}
.category .container .left .list-category .list .item .item-main .bar1 {
  transform: translate(0, 8px) rotate(90deg);
}
.category .container .left .list-category .list .item .item-main .change .bar1 {
  transform: translate(0, 8px) rotate(0deg);
}
.category .container .left .list-category .list .item .item-main:hover a, .category .container .left .list-category .list .item .item-main.active a {
  color: #20409a;
}
.category .container .left .list-category .list .item .item-main:hover .bar1,
.category .container .left .list-category .list .item .item-main:hover .bar2, .category .container .left .list-category .list .item .item-main.active .bar1,
.category .container .left .list-category .list .item .item-main.active .bar2 {
  background-color: #20409a;
}
.category .container .left .list-category .list .item ul {
  display: none;
  padding: 0 10px 0 15px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .category .container .left .list-category .list .item ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .list-category .list .item ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.category .container .left .list-category .list .item ul {
  background-color: rgb(241, 243, 245);
}
.category .container .left .list-category .list .item ul li {
  padding-left: 5px;
  list-style: disc;
  list-style-position: outside;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .category .container .left .list-category .list .item ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .list-category .list .item ul li {
    margin-bottom: 15px;
  }
}
.category .container .left .list-category .list .item ul li a {
  font-family: M-Regular;
  font-size: 15px;
  color: #000;
}
.category .container .left .list-category .list .item ul li:hover a, .category .container .left .list-category .list .item ul li.active a {
  color: #20409a;
}
.category .container .left .list-category .list .item ul li:last-child {
  margin-bottom: 0;
}
.category .container .left .list-category .list .item ul li::marker {
  content: "›";
  font-size: 15px;
}
.category .container .left .list-category .list .item ul.active {
  display: block;
}
.category .container .left .list-brand .title {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .category .container .left .list-brand .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .list-brand .title {
    margin-bottom: 15px;
  }
}
.category .container .left .list-brand .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .category .container .left .list-brand .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .left .list-brand .item {
    margin-bottom: 15px;
  }
}
.category .container .left .list-brand .item input {
  border: 1px solid rgb(218, 218, 218);
}
.category .container .left .list-brand .item input:checked {
  background-color: rgb(0, 142, 75);
  border: 1px solid rgb(0, 142, 75);
}
.category .container .left .list-brand .item label {
  padding-left: 30px;
  font-family: M-Regular;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.category .container .left .list-brand .item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 5px;
  cursor: pointer;
}
.category .container .left .list-brand .item label::after {
  content: "✔";
  position: absolute;
  color: #fff;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  display: none;
}
.category .container .left .list-brand .item input:checked ~ label::before {
  background-color: rgb(0, 142, 75);
}
.category .container .left .list-brand .item input:checked ~ label::after {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category .container .left .list-brand .item:last-child {
  margin-bottom: 0;
}
.category .container .right {
  width: 67%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.category .container .right .title-main {
  font-size: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .category .container .right .title-main {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .right .title-main {
    padding-bottom: 15px;
  }
}
.category .container .right .title-main {
  border-bottom: 1px solid rgb(218, 218, 218);
  display: flex;
  justify-content: space-between;
}
.category .container .right .title-main i {
  display: none;
}
.category .container .right .paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .category .container .right .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .right .paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.category .container .right .paragraph-toc {
  height: 145px;
  overflow: hidden;
  transition: all linear 1s;
  position: relative;
}
.category .container .right .paragraph-toc .text ul:last-child {
  margin-bottom: 0;
}
.category .container .right .paragraph-toc::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.category .container .right .paragraph-toc.active {
  height: unset;
  overflow: unset;
  transition: 1s;
}
.category .container .right .paragraph-toc.active::before {
  display: none;
}
.category .container .right .more {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .category .container .right .more {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .right .more {
    margin-bottom: 15px;
  }
}
.category .container .right .more {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  align-self: center;
}
.category .container .right .more .text-more i {
  transform: rotate(0deg);
  transition: all linear 0.5s;
}
.category .container .right .more .text-hide {
  display: none;
}
.category .container .right .more .text-hide i {
  transform: rotate(90deg);
  transition: all linear 0.5s;
}
.category .container .right .more.active .text-more i {
  transform: rotate(-90deg);
  transition: all linear 0.5s;
}
.category .container .right .more.active .text-more {
  display: none;
}
.category .container .right .more.active .text-hide {
  display: block;
}
.category .container .right .more.active .text-hide i {
  transform: rotate(0deg);
  transition: all linear 0.5s;
}
.category .container .right .product-list {
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .category .container .right .product-list {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .category .container .right .product-list {
    margin-bottom: 15px;
  }
}
.category .container .right .product-list .product-item:nth-child(3n+1) {
  border-left: 1px solid rgb(218, 218, 218);
}
@media (max-width: 991px) {
  .category .container .right .product-list .product-item:nth-child(3n+1) {
    border-left-width: 0px;
  }
  .category .container .right .product-list .product-item:nth-child(2n+1) {
    border-left: 1px solid rgb(218, 218, 218);
  }
}
@media (max-width: 992px) {
  .category .container {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
  .category .container .left {
    position: fixed;
    width: 50%;
    background-color: #fff;
    z-index: 100;
    box-shadow: rgba(99, 99, 99, 0.2) 2px 2px 8px 0;
    bottom: 0;
    padding: 20px;
    left: -80%;
    transition: 0.5s ease-in-out;
    height: calc(100vh - 106px);
    overflow: scroll;
  }
  .category .container .left.show {
    left: 0;
  }
  .category .container .right {
    width: 100%;
  }
  .category .container .right .title-main p {
    flex: 1 1 auto;
  }
  .category .container .right .title-main i {
    display: block;
    color: #20409a;
  }
  .category .container .right .paragraph p {
    text-align: justify;
  }
  .category .container .right .paragraph-toc .text p {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .category .container .left {
    width: 100%;
    left: -100%;
    top: 59px;
    height: calc(100vh - 60px);
  }
}

.curtomer-order {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 100;
}
.curtomer-order .item {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  background: linear-gradient(to bottom, #10a693, #00a85c);
  white-space: nowrap;
  padding: 0 20px;
  color: #333;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 60px;
}
.curtomer-order .item .img {
  width: 33px;
}
.curtomer-order .item .text {
  width: calc(100% - 33px);
  padding-left: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.curtomer-order .item.active {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .curtomer-order {
    left: 15px;
    bottom: 15px;
  }
  .curtomer-order .item {
    height: 50px;
    padding: 0 10px;
  }
  .curtomer-order .item .img {
    width: 20px;
    height: 20px;
  }
  .curtomer-order .item .img img {
    width: 100%;
    height: 100%;
  }
  .curtomer-order .item .text {
    width: calc(100% - 22px);
    font-size: 14px;
  }
}

.question h1.title {
  padding: 30px 0;
  text-align: center;
}
.question .list-question .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.question .list-question .item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.question .list-question .item h2 {
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.question .list-question .item .detail-content {
  margin-top: 15px;
  display: none;
}

.container-adv {
  position: sticky;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  top: 150px;
}
.container-adv.hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.container-adv .adv-fix {
  position: absolute;
  top: 10px;
  width: calc((100% - 1262px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-height: calc(100% - 5px);
  gap: 5px;
  transition: opacity 0.3s ease;
}
.container-adv .adv-fix.adv-fix-left {
  left: 5px;
  align-items: end;
}
.container-adv .adv-fix.adv-fix-right {
  right: 5px;
  align-items: start;
}
.container-adv .adv-fix .item {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 10%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
.container-adv .adv-fix a {
  display: flex;
  justify-content: end;
  aspect-ratio: 159/576;
  max-height: 576px;
  border: 1px solid #20409a;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .container-adv .adv-fix a {
    aspect-ratio: 127/525;
    max-height: 525px;
  }
}
@media (max-width: 1200px) {
  .container-adv .adv-fix a {
    display: none;
  }
}

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