/* giới thiệu */

.wrap-gioithieu {
  position: relative;

  overflow: hidden;
}

.wrap-gioithieu .wrap-content {
  position: relative;
}

.box-main-gioithieu {
  display: flex;

  justify-content: space-between;

  gap: 80px;
}

.gioithieu-info .wellcome {
  font-size: 20px;

  margin-bottom: 12px;

  font-family: "Mestika";

  color: #2e5bb0;
}

.gioithieu-info .name-gioithieu {
  font-size: 38px;

  color: #333333;

  margin-bottom: 30px;

  font-family: "Mestika";

  text-transform: capitalize;
}

.gioithieu-info .desc-gioithieu {
  line-height: 25px;

  font-size: 16px;

  margin-bottom: 50px;

  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% - 40px - 50%);
}

.gioithieu-img {
  width: calc(100% - 40px - 50%);

  position: relative;

  border: 3px solid #dddddd;
}

.gt-img1 {
  border-top: 20px solid white;

  border-right: 10px solid white;

  border-bottom: 20px solid white;

  border-left: 10px solid white;

  position: absolute;

  top: -3px;

  left: 20px;
}

.gt-img2 {
  border: 5px solid white;

  position: absolute;

  top: 85px;

  right: 30px;
}

.btn-gioithieu {
  background: #333333;

  width: fit-content;

  padding: 15px 40px;

  color: white;

  display: flex;

  align-items: center;

  gap: 10px;

  font-size: 16px;

  font-weight: bold;

  border-radius: 200px;
}

.btn-gioithieu:hover {
  background: #2e5bb0;
}

/* slogan */

.box-main-slogan {
  margin-top: 180px;
}

.box-main-slogan marquee span:first-child {
  color: #898989;

  font-size: 96px;

  font-family: "Mestika";
}

.box-main-slogan marquee span:last-child {
  color: black;

  font-size: 96px;

  font-family: "Mestika";
}

.stroke-text {
  color: transparent !important;

  -webkit-text-stroke: 1px #d9d9d9;

  text-stroke: 1px #d9d9d9;
}

/* product list */

.product-list-item {
  position: relative;
}

.box-main-product-list {
  position: relative;
}

.product-list-img .scale-img {
  border-radius: 10px;
}

.product-list-info {
  position: absolute;

  bottom: 0px;

  left: 0px;

  right: 0px;

  padding: 30px 10px;
}

.product-list-name {
  font-size: 20px;

  line-height: 30px;

  color: white;

  font-weight: 800;

  margin: 0px;

  text-align: center;

  text-transform: uppercase;

  transition: 0.3s all;
}

.product-list-name:hover {
  color: #2e5bb0;

  transition: 0.3s all;
}

.control-product-list.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;

  width: 41px;

  height: 12px;

  left: -70px;
}

.control-product-list.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;

  width: 41px;

  height: 12px;

  right: -70px;
}

.control-product-list.control-owl button.owl-prev svg,
.control-product-list.control-owl button.owl-next svg {
  display: none;
}

/* sản phẩm sale */

.wrap-product-flash-sale .wrap-content {
  background: #202020;

  border-radius: 15px;

  padding: 50px;
}

.box-main-product-flash-sale {
  position: relative;
}

.box-main-product-flash-sale .owl-dots {
  margin-top: 30px;
}

.box-main-product-flash-sale .owl-dots .owl-dot span {
  width: 125px;

  height: 3px;

  margin: 0px;

  border-radius: 0px;

  background: #898989;
}

.box-main-product-flash-sale .owl-dots .owl-dot.active span,
.box-main-product-flash-sale .owl-dots .owl-dot:hover span {
  background: white;
}

.title-product-flash-sale {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  margin-bottom: 60px;
}

.product-item:hover .product-img .cart-add {
  opacity: 1;
}

.product-img::after {
  position: absolute;

  content: "";

  background: rgb(0 0 0 / 0.6);

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  opacity: 0;

  pointer-events: none;

  border-radius: 5px;
}

.product-item:hover .product-img::after {
  opacity: 1;
}

.title-product-flash-sale h3 {
  font-size: 38px;

  color: white;

  font-family: "Mestika";

  margin: 0px;
}

.group-name-title {
  display: flex;

  align-items: center;

  gap: 15px;

  position: relative;

  white-space: nowrap;
}

.line-title {
  height: 2px;

  width: 100%;

  background: #d9d9d9;

  margin-left: 30px;
}

.group-time {
  display: flex;

  gap: 5px;
}

.group-time div {
  position: relative;
}

.group-time div.cham {
  color: white;

  font-size: 34px;

  position: static;
}

.group-time div p:first-child {
  background: white;

  width: 54px;

  height: 54px;

  border-radius: 5px;

  margin: 0px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  font-weight: 700;
}

.group-time div p:last-child {
  color: white;

  font-size: 14px;

  font-weight: 700;

  text-align: center;

  position: absolute;

  bottom: -40px;

  left: 50%;

  transform: translateX(-50%);
}

.control-product-flash-sale {
  position: relative !important;
}

.control-product-flash-sale.control-owl button.owl-prev {
  background: url(../images/prev2.png) no-repeat;

  width: 41px;

  height: 12px;
}

.control-product-flash-sale.control-owl button.owl-next {
  background: url(../images/next2.png) no-repeat;

  width: 41px;

  height: 12px;
}

.control-product-flash-sale.control-owl button.owl-prev svg,
.control-product-flash-sale.control-owl button.owl-next svg {
  display: none;
}

.grid-product {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 35px;
}

.product-img {
  position: relative;
}

.product-img .scale-img {
  border-radius: 5px;
}

.product-name {
  font-size: 16px;

  font-weight: bold;

  line-height: 23px;

  color: #333333;

  text-transform: capitalize;
}

.product-info {
  margin-top: 15px;
}

.product-price {
  color: #333333;

  display: flex;

  align-items: center;

  gap: 10px;
}

.set-color-white {
  color: white !important;
}

.set-bgr-white {
  background: white !important;

  color: black !important;
}

.product-name:hover {
  color: #2e5bb0 !important;
}

/* sản phẩm mới */

.box-main-product-new {
  position: relative;
}

.control-product-new.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;

  width: 41px;

  height: 12px;

  left: -70px;
}

.control-product-new.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;

  width: 41px;

  height: 12px;

  right: -70px;
}

.control-product-new.control-owl button.owl-prev svg,
.control-product-new.control-owl button.owl-next svg {
  display: none;
}

.btn-view-all-product {
  width: fit-content;

  margin: 40px auto 0px;

  display: flex;

  gap: 8px;

  align-items: center;

  justify-content: center;

  background: #333333;

  font-weight: bold;

  border-radius: 200px;

  border: 1.5px solid#333333;

  height: 50px;

  width: 300px;

  color: white;
}

.btn-view-all-product .hover {
  display: none;
}

.btn-view-all-product:hover {
  background: white;

  color: #333333;
}

.btn-view-all-product:hover .hover {
  display: block;
}

.btn-view-all-product:hover .none-hover {
  display: none;
}

/* sản phẩm all */

.box-main-product {
  position: relative;
}

.control-product-1.control-owl button.owl-prev,
.control-product-2.control-owl button.owl-prev,
.control-product-3.control-owl button.owl-prev,
.control-product-4.control-owl button.owl-prev,
.control-product-5.control-owl button.owl-prev,
.control-product-6.control-owl button.owl-prev,
.control-product-7.control-owl button.owl-prev,
.control-product-8.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;

  width: 41px;

  height: 12px;

  left: -70px;
}

.control-product-1.control-owl button.owl-next,
.control-product-2.control-owl button.owl-next,
.control-product-3.control-owl button.owl-next,
.control-product-4.control-owl button.owl-next,
.control-product-5.control-owl button.owl-next,
.control-product-6.control-owl button.owl-next,
.control-product-7.control-owl button.owl-next,
.control-product-8.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;

  width: 41px;

  height: 12px;

  right: -70px;
}

.control-product-1.control-owl button.owl-prev svg,
.control-product-1.control-owl button.owl-next svg,
.control-product-2.control-owl button.owl-prev svg,
.control-product-2.control-owl button.owl-next svg,
.control-product-3.control-owl button.owl-prev svg,
.control-product-3.control-owl button.owl-next svg,
.control-product-4.control-owl button.owl-prev svg,
.control-product-4.control-owl button.owl-next svg,
.control-product-5.control-owl button.owl-prev svg,
.control-product-5.control-owl button.owl-next svg,
.control-product-6.control-owl button.owl-prev svg,
.control-product-6.control-owl button.owl-next svg,
.control-product-7.control-owl button.owl-prev svg,
.control-product-7.control-owl button.owl-next svg,
.control-product-8.control-owl button.owl-prev svg,
.control-product-8.control-owl button.owl-next svg {
  display: none;
}

/* feedback */

.wrap-feedback {
  background: url(../images/bgr_feedback.png) no-repeat fixed;

  background-size: 100% 100%;
}

.feedback-item {
  background: url(../images/bgr_item_feedback.png) no-repeat;

  background-size: 100% 100%;

  padding: 35px 25px 30px 25px;

  min-height: 300px;

  position: relative;
}

.feedback-item::before {
  position: absolute;

  content: "";

  background: url(../images/phay.png) no-repeat;

  width: 48px;

  height: 47px;

  right: 0px;

  top: 0px;
}

.feedback-star {
  display: flex;

  gap: 10px;

  margin-bottom: 20px;
}

.feedback-star span {
  font-weight: bold;
}
.feedback-star i {
  color: #ffcc00;
}

.feedback-desc {
  color: #898989;

  font-size: 16px;

  margin: 0px;
}

.feedback-info {
  display: flex;

  align-items: center;

  gap: 13px;

  margin-top: 20px;
}

.feedback-info .scale-img {
  border-radius: 50%;
}

.feedback-name {
  font-size: 16px;

  font-weight: bold;

  margin: 0px;

  text-transform: capitalize;
}

.box-main-feedback .owl-dots {
  margin-top: 30px;
}

.box-main-feedback .owl-dots .owl-dot span {
  width: 125px;

  height: 3px;

  margin: 0px;

  border-radius: 0px;

  background: #898989;
}

.box-main-feedback .owl-dots .owl-dot.active span,
.box-main-feedback .owl-dots .owl-dot:hover span {
  background: white;
}

/* quy trình */

.wrap-quytrinh {
  background: url(../images/bgr_quytrinh.png) no-repeat;

  background-size: 100% 100%;
}

.quytrinh-item {
  background: #ffffff;

  border-radius: 10px;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  margin: 5px 5px 25px 5px;

  padding: 35px 25px 45px 25px;

  position: relative;
}

.quytrinh-item::after {
  position: absolute;

  content: "";

  width: calc(100% - 70px);

  border: 1.5px dashed #cd1a1a;

  border-top: none;

  border-radius: 0px 0px 30px 30px;

  bottom: -25px;

  left: 0px;

  right: 0px;

  height: 25px;

  margin: auto;
}

.quytrinh-info {
  position: relative;

  margin: 20px 0px;
}

.quytrinh-name {
  font-size: 18px;

  color: #333333;

  font-family: "gilroy-bold";

  text-transform: uppercase;

  line-height: 24px;
}

.quytrinh-desc {
  font-family: "gilroy-medium";

  color: #898989;

  line-height: 24px;
}

.quytrinh-info span {
  position: absolute;

  font-family: "avo-bold";

  color: #3333330d;

  font-size: 96px;

  line-height: 96px;

  right: -20px;

  bottom: -40px;
}

.quytrinh-img {
  transition: 0.7s;

  width: fit-content;
}

.quytrinh-item:hover a .quytrinh-img {
  transform: rotateY(180deg);

  transition: 0.7s;
}

/* Dịch vụ */

.box-click {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 25px;

  margin-bottom: 40px;
}

.box-click .clicksp {
  border-radius: 5px;

  border-bottom: 1px solid #333333;

  padding: 12px 27px;

  margin: 0px;

  cursor: pointer;

  color: #898989;

  font-size: 16px;

  font-family: "gilroy-bold";

  text-transform: uppercase;
}

.box-click .clicksp.active,
.box-click .clicksp:hover {
  background: #333333;

  color: #f1d08e;
}

.grid-dichvu {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

.dichvu-img .scale-img {
  border-radius: 5px;
}

.dichvu-info {
  margin: 10px 0px;
}

.dichvu-name {
  font-size: 16px;

  font-family: "gilroy-bold";

  color: #333333;

  margin: 0px;

  line-height: 23px;

  text-transform: capitalize;

  text-align: center;
}

.dichvu-name:hover {
  color: #cd1a1a;
}

/* video */

.box-main-video {
  position: relative;
}

.box-main-video .owl-dots {
}

.video-fix {
  min-height: 450px;

  width: 100%;

  position: relative;
}

.video-fix #my-video {
  position: absolute;

  right: 0;

  bottom: 0;

  width: 100%;

  max-height: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;
}

.control-video.control-owl button.owl-prev {
  background: url(../images/prev.png) no-repeat;

  width: 41px;

  height: 12px;

  left: -70px;
}

.control-video.control-owl button.owl-next {
  background: url(../images/next.png) no-repeat;

  width: 41px;

  height: 12px;

  right: -70px;
}

.control-video.control-owl button.owl-prev svg,
.control-video.control-owl button.owl-next svg {
  display: none;
}

.box-main-video .owl-dots {
  margin-top: 30px;
}

.box-main-video .owl-dots .owl-dot span {
  width: 125px;

  height: 3px;

  margin: 0px 7px;

  border-radius: 0px;

  background: #d9d9d9;
}

.box-main-video .owl-dots .owl-dot.active span,
.box-main-video .owl-dots .owl-dot:hover span {
  background: #333333;
}

/* đă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;
}

.info-newsletter {
  display: flex;

  gap: 50px;
}

.info-newsletter span {
  color: white;

  width: 50%;

  font-size: 16px;
}

.info-newsletter .form-newsletter {
  width: 50%;

  height: 60px;

  border: 1px solid #898989;

  border-radius: 5px;

  padding: 0px 7px;
}

.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";
}

.input-col-group {
  display: flex;

  gap: 17px;
}

.input-group {
  position: relative;

  width: calc(100% - 43px);

  border-radius: 5px;
}

.input-group input {
  width: 100%;

  height: 60px;

  background: transparent;

  border: none;

  font-size: 16px;

  color: #898989;

  padding-left: 60px;
}

.input-group::before {
  position: absolute;

  content: "";

  background: url(../images/icon-mail.png) no-repeat;

  width: 21px;

  height: 15px;

  left: 20px;

  top: calc(50% - 15px / 2);
}

.input-group textarea {
  width: 100%;

  height: 150px;

  padding: 10px 25px 10px 25px;

  background: transparent;

  border: none;

  font-size: 16px;

  color: #898989;

  font-style: normal;
}

.input-group textarea.input::placeholder {
  color: #898989;

  font-style: normal;
}

.input-group input::placeholder {
  color: #898989;
}

.form-newsletter {
  display: flex;

  align-items: center;
}

.input-group-btn {
  position: relative;

  background: #333333;

  text-align: center;

  height: 43px;

  width: 43px;

  border-radius: 50%;
}

.input-group-btn input[type="submit"] {
  background: -webkit-linear-gradient(45deg, #bd833b, #f1d08e);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  display: inline-block;

  color: white;

  font-size: 18px;

  text-transform: uppercase;

  border: none;

  width: 100%;

  margin: auto;

  height: 43px;
}

.input-group-btn input[type="submit"]:hover {
  background: #2e5bb0;

  border-radius: 50%;
}

.group-newsletter {
  border-bottom: 1px dashed #898989;

  padding-bottom: 35px;
}

.input-group-btn img {
  content: "";

  position: absolute;

  background-size: 100% 100%;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  pointer-events: none;

  color: #f1d08e;
}

/* tin tức */

.tintuc-item {
}

.tintuc-img.scale-img {
  border-radius: 10px;
}

.tintuc-info {
  padding: 20px 0px 0px 0px;

  border-top: none;
}

.tintuc-name {
  font-size: 18px;

  color: #333333;

  font-weight: bold;

  line-height: 27px;

  text-transform: capitalize;

  min-height: 55px;
}

.tintuc-name:hover {
  color: #2e5bb0;
}

.tintuc-desc {
  color: #898989;

  margin: 0px;

  font-weight: 400;
}

.tintuc-time {
  margin-top: 14px;

  margin-left: 1px;

  margin-right: 1px;

  color: #333333;

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-weight: bold;
}

.tintuc-time i {
  color: #000000;
}

.detail-tintuc {
  height: 35px;

  border: 1.5px solid #333333;

  border-radius: 200px;

  padding: 0px 20px;

  line-height: 35px;
}

.detail-tintuc:hover {
  border: 1.5px solid #2e5bb0;

  color: #2e5bb0;
}

/* tiêu chí */

.box-main-tieuchi {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  border-radius: 200px;

  padding: 32px 39px;

  gap: 30px;

  margin: 8px;
}

.tieuchi-item {
  display: flex;

  gap: 20px;

  padding-right: 30px;

  position: relative;
}

.tieuchi-item:last-child::before {
  display: none;
}

.tieuchi-item:last-child {
  padding-right: 0px;
}

.tieuchi-item::before {
  position: absolute;

  content: "";

  height: 45px;

  width: 1px;

  background: #cacaca;

  right: 0px;

  top: 50%;

  transform: translateY(-50%);
}

.tieuchi-item:hover .tieuchi-img {
  transform: rotateY(180deg);

  transition: 0.7s;
}

.tieuchi-img {
  width: 75px;

  height: 75px;

  background: #333333;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.7s;
}

.tieuchi-info {
  width: calc(100% - 20px - 75px);
}

.tieuchi-name {
  font-size: 20px;

  font-weight: bold;

  color: #333333;
}

.tieuchi-desc {
  margin: 0px;

  color: #898989;
}

/* ẩ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;
}
