/* giới thiệu */
.wrap-gioithieu {
  position: relative;
  overflow: hidden;
}

.wrap-gioithieu::before {
  position: absolute;
  content: "";
  background: url(../images/bgr_right_gioithieu.png) no-repeat;
  background-size: 100% 100%;
  width: 586px;
  height: 448px;
  top: 40%;
  right: 0px;
  transform: translateY(-40%);
  z-index: -1;
}
.wrap-gioithieu::after {
  position: absolute;
  content: "";
  background: url(../images/bgr_left_gioithieu.png) no-repeat;
  background-size: 100% 100%;
  width: 267px;
  height: 1032px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.wrap-gioithieu .wrap-content {
  position: relative;
}
.box-main-gioithieu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.gioithieu-info .name-gioithieu {
  font-size: 32px;
  color: #333333;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: "helvetica-neue-bold";
  line-height: 45px;
  margin-bottom: 15px;
}
.gioithieu-info .slogan-gioithieu {
  font-size: 16px;
  color: #898989;
  font-family: "helvetica-neue-medium";
  margin: 0px;
}
.line-gioithieu {
  border-bottom: 0.1px dashed #898989;
  margin: 30px 0px;
}
.gioithieu-info .desc-gioithieu {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0px;
  color: #898989;
}
.slide-intro {
  position: relative;
}
.slide-intro img {
  background: #fff;
  animation: slide-up-intro 5s ease 0s infinite normal forwards;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
  position: relative;
  z-index: 2;
}
.slide-intro::after {
  position: absolute;
  content: "";
  background: #00a04f;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.gioithieu-info {
  width: calc(100% - 60px - 570px);
}
.gioithieu-img {
  width: 570px;
  position: relative;
}

.control-gioithieu.control-owl button.owl-prev {
  left: 15px;
  background: url(../images/right1.png);
  width: 54px;
  height: 54px;
  transform: rotate(180deg);
}
.control-gioithieu.control-owl button.owl-prev svg {
  display: none;
}
.control-gioithieu.control-owl button.owl-next {
  right: 15px;
  background: url(../images/right1.png);
  width: 54px;
  height: 54px;
}
.control-gioithieu.control-owl button.owl-next svg {
  display: none;
}
.btn-gioithieu {
  background: #ed1f24;
  width: fit-content;
  padding: 15px 30px;
  position: relative;
  border-radius: 200px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "helvetica-neue-bold";
}
.btn-gioithieu:hover {
  color: #f8d731;
}

/* tiêu chí */
.box-tieuchi {
  margin: 35px 0px 45px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.info-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-name span.dung {
  color: #cd1a1a;
  font-size: 16px;
  font-weight: 900;
}
.tieuchi-name {
  font-size: 16px;
  color: #333333;
  font-family: "helvetica-neue-medium";
}
/* tiêu chí 2 */
.box-main-tieuchi2 {
  margin-top: 65px;
}
.tieuchi2-img {
  padding: 77.5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tieuchi2-img::before {
  position: absolute;
  content: "";
  background: url(../images/bgr_item_tieuchi2.png) no-repeat;
  background-size: 100% 100%;
  width: 250px;
  height: 250px;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.tieuchi2-img::before {
  /* animation: mycriteria 5s infinite; */
}
@keyframes mycriteria {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.tieuchi2-name {
  font-size: 20px;
  color: #333333;
  font-family: "helvetica-neue-bold";
  text-transform: uppercase;
  text-align: center;
  margin: 35px 0px 0px 0px;
  line-height: 28px;
}
.tieuchi2-line {
  width: 70px;
  height: 2px;
  margin: 20px auto 20px;
  background: #d9d9d9;
}
.tieuchi2-desc {
  margin: 0px;
  font-size: 16px;
  color: #898989;
  text-align: center;
}
/* lĩnh vực */
.wrap-linhvuc {
  background: url(../images/bgr_linhvuc.png) no-repeat;
  background-size: 100% 100%;
}
.box-main-linhvuc {
  position: relative;
}

.linhvuc-item {
  position: relative;
  display: flex;
  align-items: center;
}
.linhvuc-item a {
  position: relative;
}
.linhvuc-icon {
  width: 150px;
  height: 150px;
  background: #ed1f24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linhvuc-name {
  font-size: 20px;
  font-family: "helvetica-neue-medium";
  text-transform: uppercase;
  color: white;
  margin-bottom: 17px;
  min-height: 50px;
}
.linhvuc-info {
  position: absolute;
  bottom: 45px;
  left: 40px;
  right: 0px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 30px 25px;
  background: #0000004d;
  width: 50%;
}
.linhvuc-detail {
  position: absolute;
  color: #f8d731;
  font-size: 20px;
  font-family: "helvetica-neue-medium";
  right: -50px;
  bottom: 45px;
  background: url(../images/line-btn.png) no-repeat right;
  padding-right: 120px;
}
.linhvuc-detail:hover {
  background: url(../images/line-btn2.png) no-repeat right;
  color: #ed1f24;
}
.linhvuc-desc {
  font-size: 14px;
  color: #ffffff;
  margin: 0px;
  line-height: 20px;
}
.linhvuc-number span {
  font-size: 200px;
  font-family: "helvetica-neue-bold";
  color: transparent !important;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.linhvuc-number {
  position: absolute;
  right: 0px;
  z-index: -1;
}
.control-linhvuc.control-owl button.owl-prev svg,
.control-linhvuc.control-owl button.owl-next svg {
  display: none;
}
.control-linhvuc.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  left: -80px;
}
.control-linhvuc.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  right: -80px;
}
.btn-linhvuc {
  width: fit-content;
  margin: 45px auto 0px;
  border: 1.5px dashed #f8d731;
  border-radius: 200px;
  padding: 25px 55px;
  color: white;
  font-size: 16px;
  font-family: "helvetica-neue-medium";
}
.btn-linhvuc:hover {
  color: #ed1f24;
}
/* Đối tác */
.wrap-doitac {
  background: url(../images/bgr_doitac.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 100px !important;
}
.box-main-slogan marquee {
  font-size: 64px;
  font-family: "helvetica-neue-bold";
  color: transparent !important;
  -webkit-text-stroke: 1px #898989;
  text-stroke: 1px #898989;
  margin-top: 50px;
}

/* đăng ký */
.wrap-newsletter {
  background: url(../images/bgr_criteria.png) no-repeat fixed;
  background-size: 100% 100%;
}
.wrap-newsletter .wrap-content {
  display: flex;
  gap: 35px;
}
.left-newsletter {
  width: 417px;
  border-radius: 5px;
}

.right-newsletter {
  width: calc(100% - 35px - 417px);
  height: 100%;
  background: #ffffff;
  position: relative;
  padding: 40px 45px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
.right-newsletter::before {
  position: absolute;
  content: "";
  background: url(../images/reng.png) no-repeat;
  background-size: 100% 100%;
  width: 109px;
  height: 90px;
  top: -9px;
  right: -43px;
}
.title-newsletter {
  margin-bottom: 30px;
  z-index: 10;
  position: relative;
}
.title-newsletter h2 {
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "gilroy-bold";
  text-transform: uppercase;
  color: #cd1a1a;
  width: fit-content;
  padding: 10px 18px;
  background: #fae8e8;
  border-radius: 5px;
}

.title-newsletter h3 {
  font-size: 32px;
  font-family: "avo-bold";
  color: #333333;
  text-transform: uppercase;
}
.title-newsletter p.slogan {
  font-size: 16px;
  color: #898989;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: "gilroy-semibold";
}
.group-newsletter {
  display: flex;
  gap: 13px;
  flex-direction: column;
  margin-top: 17px;
}

.input-group {
  position: relative;
  width: 100%;
  border-radius: 200px;
  border: 1px solid #d9d9d9;
}
.input-group input {
  width: 100%;
  height: 50px;
  padding: 10px 60px 10px 25px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #898989;
}

.input-group input::placeholder {
  color: #898989;
}
.input-group::before {
  position: absolute;
  content: "";
  background: url(../images/write.png) no-repeat;
  width: 16px;
  height: 16px;
  right: 20px;
  top: calc(50% - 16px / 2);
}

.input-group-btn {
  position: relative;
}
.input-group-btn input[type="submit"] {
  border-radius: 200px 0px 0px 200px;
  background: #141414;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
  border: none;
  font-family: "helvetica-neue-medium";
  width: 90%;
  margin: auto;
  padding: 10px 90px 10px 30px;
}
.input-group-btn input[type="submit"]:hover {
  color: #f8d731;
}
.input-group-btn i {
  content: "";
  position: absolute;
  background: url(../images/bgr_btn.png) no-repeat;
  width: 65px;
  height: 65px;
  background-size: 100% 100%;
  right: -15%;
  top: 50%;
  transform: translate(-65%, -50%);
  /* pointer-events: none; */
  color: #f8d731;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* tin tức */
.wrap-tintuc {
  background: url(../images/bgr_tintuc.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 0px 20px 0px;
}
.line-tintuc {
  border-bottom: 1px dashed #898989;
  margin: 29px 0px;
}
.info-tintuc-static {
  color: white;
  margin-bottom: 30px;
}
.box-main-tintuc {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
.left-tintuc {
  width: calc(100% - 75% - 25px);
}
.right-tintuc {
  width: 60%;
  position: relative;
  padding-top: 90px;
  padding-right: 50px;
}
.right-tintuc::before {
  position: absolute;
  content: "";
  background: url(../images/bgr_right_tintuc.png) no-repeat;
  background-size: 100% 100%;
  width: 930px;
  height: 656px;
  top: 0px;
  right: 0px;
}
.tintuc-item {
  border-radius: 10px;
  overflow: hidden;
  margin: 1px;
}
.tintuc-info {
  padding: 20px;
  background: white;
}
.tintuc-name {
  font-size: 18px;
  color: #333333;
  font-family: "helvetica-neue-medium";
  line-height: 27px;
  text-transform: capitalize;
}
.tintuc-desc {
  color: #898989;
}
.tintuc-time {
  color: #898989;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 12px;
}
.tintuc-about {
  color: #ed1f24;
  font-family: "helvetica-neue-bold";
  background: url(../images/muiten.png) no-repeat right;
  padding-right: 15px;
  width: fit-content;
}
.tintuc-about:hover {
  background: url(../images/muiten2.png) no-repeat right;
  color: #f8d731;
}
.btn-tintuc {
  background: #ed1f24;
  border-radius: 200px;
  width: fit-content;
  padding: 18px 35px;
}
.btn-center {
  margin: auto;
}
.btn-tintuc p {
  color: white;
  background: url(../images/muiten3.png) no-repeat right;
  padding-right: 15px;
  margin: auto;
  font-family: "helvetica-neue-medium";
  font-size: 16px;
}
.btn-tintuc p:hover {
  background: url(../images/muiten2.png) no-repeat right;
  color: #f8d731;
}
/* feedback */
.wrap-feedback {
  position: relative;
}
.wrap-feedback::before {
  position: absolute;
  content: "";
  background: url(../images/bgr_feedback2.png) no-repeat;
  background-size: 100% 100%;
  width: 681px;
  height: 400px;
  right: 0px;
  bottom: 50px;
  z-index: -1;
}
.wrap-feedback::after {
  position: absolute;
  content: "";
  background: url(../images/bgr_feedback1.png) no-repeat;
  background-size: 100% 100%;
  width: 233px;
  height: 437px;
  left: 0px;
  top: 50px;
  z-index: -1;
}
.box-main-feedback {
  display: flex;
  gap: 60px;
}
.feedback-left {
  width: calc(100% - 50% - 30px);
}
.feedback-right {
  width: calc(100% - 50% - 30px);
  position: relative;
}
.feedback-right .owl-dots {
  text-align: left;
  padding-left: 80px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 18px;
  height: 7px;
  margin-top: 45px;
}
.group-title-feedback .name-feedback {
  font-size: 32px;
  color: #333333;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: "helvetica-neue-bold";
  line-height: 45px;
  margin-bottom: 15px;
}
.group-title-feedback .slogan-feedback {
  font-size: 16px;
  color: #898989;
  font-family: "helvetica-neue-medium";
  margin: 0px;
}
.line-feedback {
  border-bottom: 0.1px dashed #898989;
  margin: 30px 0px;
}
.feedback-content {
  margin: 15px 0px 0px 0px;
  color: #898989;
  font-size: 16px;
  padding-left: 80px;
}
.feedback-img {
  margin-top: 35px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.feedback-info h3 {
  font-size: 20px;
  color: #333333;
  font-family: "helvetica-neue-medium";
}
.feedback-info p {
  color: #898989;
  margin: 0px;
}
.box-main-hinhanh {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 12px;
}
.box-hinhanh:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.box-hinhanh:nth-child(2) {
  grid-column: 3/9;
  grid-row: 1/7;
}
.box-hinhanh:nth-child(3) {
  grid-column: 6/11;
  grid-row: 2/8;
}
/* dự án */
.wrap-duan {
  position: relative;
}
.wrap-duan::before {
  position: absolute;
  content: "";
  background: url(../images/duan-img1.png) no-repeat;
  background-size: 100% 100%;
  width: 349px;
  height: 196px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.wrap-duan::after {
  position: absolute;
  content: "";
  background: url(../images/duan-img2.png) no-repeat;
  background-size: 100% 100%;
  width: 474px;
  height: 343px;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.ps-duan::before {
  position: absolute;
  content: "";
  background: url(../images/duan-img3.png) no-repeat;
  background-size: 100% 100%;
  width: 408px;
  height: 750px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: -1;
}
.ps-duan::after {
  position: absolute;
  content: "";
  background: url(../images/duan-img4.png) no-repeat;
  background-size: 100% 100%;
  width: 474px;
  height: 343px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}
.item-duan a {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.duan-img {
  width: 685px;
}
.duan-info {
  width: calc(100% - 40px - 685px);
}
.duan-img {
  border-radius: 5px;
}
.duan-info .duan-name {
  font-size: 32px;
  color: #333333;
  font-family: "helvetica-neue-bold";
  margin-bottom: 20px;
}
.duan-info .duan-name:hover {
  color: #f8d731;
}
.duan-info .duan-desc {
  color: #333333;
}
.duan-info span {
  color: #ed1f24;
  font-size: 16px;
  font-family: "helvetica-neue-medium";
}
.duan-info span:hover {
  color: #f8d731;
}
.duan-info .scale-img {
  border-radius: 5px;
}
.item-duan {
  padding: 45px 0px;
  /* border-bottom: 0.1px dashed #898989 !important; */
  position: relative;
}
.slick-active .item-duan::before {
  position: absolute;
  content: "";
  border-bottom: 0.1px dashed #898989 !important;
  width: 100%;
  bottom: -2px;
  left: 0px;
  right: 0px;
}
.item-duan.reverse a {
  flex-direction: row-reverse;
}
.icon-submit {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 23px 0px 43px 0px;
}
/* product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-img .scale-img {
  border-radius: 5px;
}
.product-name {
  font-size: 16px;
  font-family: "gilroy-bold";
  line-height: 23px;
  color: #333333;
  text-align: center;
  text-transform: capitalize;
}
.product-info {
  margin-top: 10px;
}
.product-price {
  color: #333333;
  text-align: center;
}
/* ẩn gg dịch */
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

body > .skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}
.footer_map_tab {
  width: 100%;
  height: 385px;
  clear: both;
  position: relative;
  margin-top: 0;
}
.wrap_map {
  width: 100%;
  position: absolute;
  text-align: right;
}
.map_items {
  border: 1px #000;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  color: black;
  line-height: 2;
  min-width: 150px;
  border-radius: 10px;
}
.map_items.active {
  background: #e5322d;
  color: white;
}
.map_frame {
  width: 100%;
  height: 100%;
}
.map_frame iframe {
  width: 100%;
  height: 100%;
}
.pagination-home {
  margin: 20px 0px;
}

/*  */
.custom-lang-dropdown {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.custom-lang-selected {
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-lang-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 2px;
  z-index: 1000;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.custom-lang-selected img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}

.custom-lang-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 2px;
  z-index: 1000;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.custom-lang-option {
  padding: 6px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.custom-lang-option img {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
}
