/* giới thiệu */

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

.box-main-gioithieu {
  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  gap: 70px;

  padding-top: 50px;
}

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

  color: #1a63b0;

  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 15px;

  position: relative;

  width: fit-content;
}

.gioithieu-info .wellcome::before {
  position: absolute;

  content: "";

  background: #1a63b0;

  width: 60px;

  height: 2px;

  top: 50%;

  transform: translateY(-50%);

  right: -70px;
}

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

  color: #ff4343;

  margin-bottom: 15px;

  margin-top: 20px;

  font-family: "saira-bold";

  text-transform: uppercase;
}

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

  font-size: 14px;

  margin-bottom: 20px;

  color: #898989;
}

.gioithieu-img {
  width: 555px;

  position: relative;

  text-align: right;
}

.gioithieu-img::before {
  position: absolute;

  content: "";

  width: 420px;

  height: 515px;

  border: 12px solid #1a63b0;

  top: -50px;

  left: 0px;
}

.gioithieu-img .scale-img {
  width: fit-content;

  margin-left: 45px;
}

.gioithieu-info {
  width: calc(100% - 70px - 555px);
}

.btn-gioithieu {
  background: #1a63b0;

  line-height: 60px;

  width: fit-content;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 5px;

  margin-top: 40px;

  position: relative;

  overflow: hidden;
}

.btn-gioithieu::before {
  clip-path: polygon(100% 1%, 0 100%, 100% 100%);

  position: absolute;

  content: "";

  background: #ff4343;

  width: 15px;

  height: 15px;

  right: 0px;

  bottom: 0px;

  z-index: 2;

  transition: 1s all;
}

.btn-gioithieu:hover::before {
  width: 415px;

  height: 315px;

  transition: 1s all;
}

.btn-gioithieu a {
  position: relative;

  color: white;

  z-index: 3;

  padding: 0px 50px;
}

.btn-gioithieu a div:first-child {
  font-size: 14px;

  font-weight: 700;

  text-transform: uppercase;
}

/* tiêu chí */

.wrap-tieuchi {
  display: grid;

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

  row-gap: 20px;

  column-gap: 50px;
}

.tieuchi-item {
  display: flex;

  align-items: center;

  gap: 12px;
}

.tieuchi-item p {
  margin: 0px;

  font-size: 16px;

  font-weight: 500;

  color: #333333;
}

/* dịch vụ */

.grid-dichvu {
  display: grid;

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

  gap: 10px;
}

.dichvu-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  margin: 8px;

  padding: 12px;
}

.dichvu-info-1,
.dichvu-info-4,
.dichvu-info-7,
.dichvu-info-10 {
  background: #1a63b0;
}

.dichvu-info-2,
.dichvu-info-5,
.dichvu-info-8,
.dichvu-info-11 {
  background: #ff4343;
}

.dichvu-info-3,
.dichvu-info-6,
.dichvu-info-9,
.dichvu-info-12 {
  background: #f9b627;
}

.dichvu-info-1 .dichvu-icon,
.dichvu-info-4 .dichvu-icon,
.dichvu-info-7 .dichvu-icon,
.dichvu-info-10 .dichvu-icon {
  background: #1a63b0;
}

.dichvu-info-2 .dichvu-icon,
.dichvu-info-5 .dichvu-icon,
.dichvu-info-8 .dichvu-icon,
.dichvu-info-11 .dichvu-icon {
  background: #ff4343;
}

.dichvu-info-3 .dichvu-icon,
.dichvu-info-6 .dichvu-icon,
.dichvu-info-9 .dichvu-icon,
.dichvu-info-12 .dichvu-icon {
  background: #f9b627;
}

.dichvu-info {
  color: white;

  padding: 50px 15px 30px 15px;

  text-align: center;

  position: relative;
}

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

  text-transform: uppercase;

  font-weight: bold;

  line-height: inherit;
}

.dichvu-desc {
  margin: 0px;
}

.dichvu-icon {
  width: fit-content;

  padding: 13px;

  border-radius: 50%;

  border: 3px solid white;

  position: absolute;

  margin: auto;

  top: -36px;

  left: 0px;

  right: 0px;
}

/* sản phẩm */

.wrap-product {
  background: url(../images/bgr_product.png) no-repeat;

  background-size: 100% 100%;
}

.title-product span {
  color: white;

  font-size: 20px;

  font-family: "saira-semibold";

  text-transform: capitalize;

  position: relative;
}

.title-product span::before {
  position: absolute;

  content: "";

  background: white;

  width: 60px;

  height: 2px;

  top: 50%;

  right: -80px;

  transform: translateY(-50%);
}

.title-product p {
  color: white;

  font-size: 36px;

  font-family: "saira-bold";

  margin-top: 7px;

  margin-bottom: 40px;

  text-transform: uppercase;
}

.cap1.box-click {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 20px;

  margin-bottom: 40px;

  overflow-x: scroll;

  width: 100%;
}
/* .cap1.box-click::-webkit-scrollbar {
  margin-top: 10px;
  background: #fff;
  height: 2px;
}
.cap1.box-click::-webkit-scrollbar-thumb {
  background: #c5c5c5;
} */
.cap1.box-click .clicksp {
  color: white;

  margin: 0px;

  padding: 15px 50px;

  border: 1px solid white;

  border-radius: 5px;

  font-size: 16px;

  font-family: "saira-semibold";

  text-transform: capitalize;

  cursor: pointer;

  white-space: nowrap;
}

.cap1.box-click .clicksp.active {
  color: #ff4343;
}

.grid-product {
  display: grid;

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

  gap: 25px;
}

.product-item {
  background: white;

  padding: 8px;

  border-radius: 5px;

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

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

.product-info {
  padding: 15px 15px 7px 15px;
}

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

  font-weight: 500;

  color: #333333;
}

.price-product span {
  color: #898989;
}

.price-product .price-new {
  color: #ff4343;

  font-size: 16px;

  font-weight: 500;
}

.about-product {
  color: #898989;

  font-family: "saira-semibold";

  text-transform: capitalize;

  background: #f4f4f4;

  padding: 10px 0px;

  border-radius: 200px;

  border: 1px solid #f4f4f4;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;
}

.about-product:hover {
  border: 1px solid #898989;
}

/* tại sao */

.box-main-why {
  display: flex;

  gap: 40px;
}

.left-why {
  width: 600px;
}

.right-why {
  width: calc(100% - 40px - 600px);
}

.title-why span {
  color: #1a63b0;

  font-size: 20px;

  font-family: "saira-semibold";

  text-transform: capitalize;

  position: relative;
}

.title-why span::before {
  position: absolute;

  content: "";

  background: #1a63b0;

  width: 60px;

  height: 2px;

  top: 50%;

  right: -80px;

  transform: translateY(-50%);
}

.title-why p {
  color: #ff4343;

  font-size: 36px;

  font-family: "saira-bold";

  margin: 7px 0px;
}

.title-why p.slogan {
  color: #898989;

  font-size: 16px;

  font-family: "saira-semibold";

  margin: 0px;

  margin-bottom: 45px;
}

.why-img {
  border-radius: 5px;
}

.why-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  border-radius: 5px;

  display: flex;

  gap: 20px;

  margin: 10px 90px 10px 10px;

  padding: 25px;
}

.why-item.reverse {
  margin: 10px 10px 10px 90px;
}

.why-icon {
  background: #1a63b01a;

  border-radius: 3px;

  width: 47px;

  height: 47px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.why-info {
  width: calc(100% - 47px);
}

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

  color: #333333;

  font-weight: 600;

  text-transform: capitalize;
}

.why-desc {
  color: #898989;

  line-height: 26px;

  font-weight: 400;

  margin: 0px;
}

/* video */

.box-video {
  position: relative;
}

.play-video {
  position: absolute;

  content: "";

  top: 50%;

  left: 50%;

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

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

  background-size: 100% 100%;

  width: 129px;

  height: 129px;
}

.slider-for-video .box-video.slick-current.slick-active .item-video .video-img {
  border: 2px solid #f7be16;
}

.slider-for-video .box-video.slick-slide {
  margin: 7px;
}

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

.nav-video {
  position: absolute;

  right: 0px;

  left: 0px;

  bottom: 20px;
}

.slider-for-video {
  width: calc(555px + 42px);

  float: right;
}

.title-video {
  position: absolute;

  bottom: 60px;

  left: 0px;

  right: 0px;

  z-index: 2;

  pointer-events: none;
}

.title-video h3 {
  font-size: 36px;

  font-family: "saira-bold";

  color: white;

  text-transform: uppercase;
}

/* feedback */

.feedback-item {
  display: flex;

  gap: 25px;

  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 0px;  */

  padding: 60px 40px 40px 30px;

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

  background-size: 100% 100%;
}

.feedback-img {
  width: 190px;
}

.feedback-img .scale-img {
  position: relative;
}

.feedback-img .scale-img::after {
  position: absolute;

  content: "";

  background: white;

  clip-path: polygon(0 0, 100% 100%, 100% 0);

  width: 34px;

  height: 30px;

  top: 0px;

  right: 0px;
}

.feedback-info {
  width: calc(100% - 25px - 190px);
}

.feedback-desc {
  margin: 0px;
}

.line-feedback {
  height: 1px;

  background: #d9d9d9;

  margin: 35px 0px 20px 0px;
}

.feedback-name {
  color: #333333;

  font-size: 20px;

  font-weight: 600;
}

.feedback-info span {
  color: #0273be;

  font-weight: 600;

  text-transform: capitalize;
}

.group-star {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 5px;

  margin-top: 30px;
}

.group-star i {
  color: #f9d527;

  font-size: 16px;
}

.feedback-icon {
  position: relative;

  width: fit-content;

  margin: auto;

  top: -22px;
}

.img-icon {
  position: relative;

  z-index: 3;
}

.feedback-icon .kenit-alo-circle {
  width: 80px;

  height: 80px;

  top: -13px;

  right: -12px;

  position: absolute;

  background-color: #1a63b0;

  border-radius: 100%;

  /* border: 1px solid #1a63b0; */

  opacity: 0.1;

  border-color: #1a63b0;

  opacity: 0.5;
}

.feedback-icon .animated.infinite {
  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;
}

.feedback-icon .kenit-alo-circle-fill {
  width: 92px;

  height: 92px;

  top: -19px;

  right: -18px;

  position: absolute;

  border-radius: 100%;

  border: 2px solid transparent;

  background-color: #1a63b0;

  opacity: 0.4;

  border: 1px solid #1a63b0;
}

.feedback-icon .pulse {
  -webkit-animation-name: pulse;

  animation-name: pulse;
}

.feedback-icon .zoomIn {
  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;
}

.feedback-icon .animated {
  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;
}

.feedback-icon {
  width: fit-content;

  position: relative;
}

@keyframes zoomIn {
  0% {
    opacity: 0;

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

/* hình ảnh */

.wrap-hinhanh {
  position: relative;
}

.box-main-hinhanh {
  display: grid;

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

  gap: 16px;
}

.item-hinhanh {
  position: relative;
  cursor: pointer;
}

.hinhanh-name {
  position: absolute;

  height: auto;

  padding: 10px;

  text-align: center;

  top: 50%;

  transform: translateY(-50%);

  color: #fff;

  background: #000000ab;

  font-size: 1.2rem;

  text-transform: uppercase;

  opacity: 0;

  transition: 0.2s all;

  width: 100%;

  pointer-events: none;
}

.item-hinhanh:hover h3.hinhanh-name {
  opacity: 1;
}

.item-hinhanh-1 {
  grid-column: 1/2;
}

.item-hinhanh-2 {
  grid-column: 2/3;
}

.item-hinhanh-3 {
  grid-column: 3/5;
}

.item-hinhanh-4 {
  grid-column: 1/3;
}

.item-hinhanh-5 {
  grid-column: 3/4;
}

.item-hinhanh-6 {
  grid-column: 4/5;
}

.btn-gioithieu.margin-item {
  margin: 25px auto 0px;
}

/* đăng ký */

.group-newsletter {
  display: flex;

  border-radius: 5px;

  margin-bottom: 50px;
}

.input-group {
  height: 55px;

  width: calc(100% - 55px);

  border: 1px solid #898989;

  border-right: 0px;

  border-radius: 5px 0px 0px 5px;
}

.input-group input {
  width: 100%;

  height: 55px;

  padding: 20px;

  background: transparent;

  border: none;

  font-size: 14px;

  color: #898989;

  font-weight: 600;
}

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

.input-group-btn {
  background: #1a63b0;

  height: 55px;

  width: 55px;

  border-radius: 0px 5px 5px 0px;
}

.input-group-btn:hover {
  background: #ff4343;
}

.input-group-btn input[type="submit"] {
  background: url(../images/send.png) no-repeat center;

  width: 55px;

  height: 55px;

  color: white;

  font-size: 16px;

  text-transform: uppercase;

  border: none;

  font-weight: 800;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;
}

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

  position: absolute;

  background-size: 100% 100%;

  width: 38px;

  height: 38px;

  right: 8px;

  top: 6px;

  bottom: 6px;

  pointer-events: none;
}

/* tin tức */

.wrap-tintuc {
  background: url(../images/bgr_tintuc.png) no-repeat;

  background-size: 100% 100%;
}

.box-main-group {
  display: flex;

  gap: 40px;
}

.tintuc-item {
  margin-bottom: 20px;
}

.tintuc-item a {
  position: relative;
}

.tintuc-item .scale-img {
  position: relative;
}

.tintuc-info {
  border: 1px solid #d9d9d9;

  background: white;

  padding: 15px 24px 24px 24px;
}

.tintuc-time {
  color: #898989;

  font-weight: 600;

  font-size: 13px;
}

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

  font-weight: 600;

  color: #333333;

  line-height: 24px;

  text-transform: capitalize;

  margin-top: 9px;

  margin-bottom: 15px;
}

.tintuc-name:hover {
  color: #ff4343;
}

.tintuc-desc {
  color: #898989;
}

.tintuc-about {
  font-size: 14px;

  font-weight: 600;

  text-transform: uppercase;

  background-size: 100% 100%;

  cursor: pointer;

  color: #ff4343;

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

  padding-right: 15px;

  width: fit-content;
}

/* đối tác */

.title-doitac {
  position: relative;

  margin-bottom: 35px;
}

.title-doitac::after {
  position: absolute;

  content: "";

  background: #898989;

  width: 100%;

  height: 1px;

  left: 0px;

  right: 0px;

  top: 50%;

  transform: translateY(-50%);
}

.title-doitac h3 {
  font-size: 24px;

  font-weight: 600;

  text-transform: capitalize;

  background: white;

  position: relative;

  z-index: 2;

  width: fit-content;

  margin: auto;

  padding: 0px 50px;
}

.title-doitac h3 span {
  color: #ff4343;
}

.slick_partner .slick-slide {
  margin: 0px 40px 0px 40px;
}

.partner-item {
  margin-top: 30px;
}

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

/*  */
