/* giới thiệu */
.wrap-gioithieu {
  position: relative;
  background: url(../images/bgr_gioithieu.png) no-repeat;
  background-size: 100% 100%;
}
.title-main-product-list p {
  color: #c4020e;
  font-family: "font4";
  width: fit-content;
  background: url(../images/icon1.png) no-repeat right bottom;
  padding-right: 15px;
  text-transform: uppercase;
  line-height: 14px;
}
.title-main-product-list h3 {
  font-size: 32px;
  font-family: "font1";
  color: #333333;
  margin-bottom: 25px;
}
.wrap-group-gioithieu {
  display: flex;
  gap: 100px;
}
.left-gioithieu {
  width: 50%;
}

.right-gioithieu {
  width: 50%;
  color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  position: relative;
}
.right-gioithieu::before {
  position: absolute;
  content: "";
  background: url(../images/logo_gioithieu.png) no-repeat;
  background-size: 100% 100%;
  width: 206px;
  height: 206px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.desc-gioithieu {
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #898989;
  font-family: "font2";
}
.group-btn {
  display: flex;
  gap: 50px;
}
.btn-gioithieu {
  background: #0f3e77;
  width: fit-content;
  height: 50px;
  line-height: 50px;
  padding: 0px 6px 0px 30px;
  position: relative;
}
.btn-gioithieu:hover{
  background: #C4020E;
}
.btn-gioithieu a {
  color: white;
  display: flex;
  align-items: center;
  gap: 30px;
}
.btn-gioithieu a div:first-child {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "font4";
}
.btn-gioithieu a div:last-child {
  background: white;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-gioithieu a span {
  height: 40px;
  width: 40px;
  background: #ffffff;
}
.btn-hotline {
  display: flex;
  gap: 15px;
  align-items: center;
}
.hotline-info p:first-child {
  color: #898989;
  font-size: 14px;
  margin: 0px;
  font-style: italic;
  font-family: "font3";
}
.hotline-info p:last-child {
  font-size: 24px;
  color: #333333;
  margin: 0px;
  line-height: 24px;
  font-family: "font4";
}
.img-gioithieu-1 {
  border-top-left-radius: 50%;
}
.img-gioithieu-4 {
  border-bottom-right-radius: 50%;
}
/* tại sao */
.wrap-why {
  background: url(../images/bgr_why.png) no-repeat;
  background-size: 100% 100%;
}
.wrap-why .wrap-content {
  display: flex;
  gap: 25px;
}
.left-why {
  width: 50%;
}
.title-main-why {
  margin-bottom: 50px;
}
.title-main-why p {
  color: #ffffff;
  text-transform: uppercase;
  background: url(../images/icon2.png) no-repeat right bottom;
  width: fit-content;
  padding: 0px 15px 0px 0px;
  line-height: 12px;
  margin-bottom: 13px;
  font-family: "font4";
}
.title-main-why h3 {
  color: #ffffff;
  font-family: "font1";
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.title-main-why span {
  color: white;
  font-family: "font2";
}
.box-main-why {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.why-item {
  border: 1px solid #ffffff6b;
  padding: 15px;
  border-radius: 5px;
}
.why-img {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.why-img .scale-img {
  width: 46px;
}
.why-img .why-name {
  width: calc(100% - 15px - 46px);
  margin: 0px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
  font-family: "font4";
}
.why-desc {
  color: white;
  margin: 0px;
  font-family: "font2";
}

.right-why {
  width: 50%;
}
.box-main-hinhanh-why {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.box-hinhanh-why0 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.box-hinhanh-why1 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.box-hinhanh-why2 {
  grid-column: 2/3;
  grid-row: 2/3;
}
.img-hinhanh-why {
  border-radius: 5px;
}
/* lĩnh vực */
.wrap-linhvuc {
  position: relative;
}
.wrap-linhvuc::before {
  position: absolute;
  content: "";
  background: url(../images/bgr_linhvuc.png) no-repeat;
  background-size: 100% 100%;
  top: 0px;
  right: 0px;
  width: 360px;
  height: 547px;
}
.slider-for-linhvuc {
  position: relative;
}
.slider-for-linhvuc .slick-slide.slick-active {
  /* margin: 0px 30px; */
  transform: scale(0.8);
}
.slider-for-linhvuc .slick-slide.slick-active.slick-center {
  transform: scale(1);
}
.slider-for-linhvuc .slick-slide.slick-active.slick-center .linhvuc-item {
  position: relative;
}
.slider-for-linhvuc
  .slick-slide.slick-active.slick-center
  .linhvuc-item::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 360px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  z-index: 99;
  pointer-events: none;
}
.linhvuc-item .scale-img {
  border-radius: 200px;
}
.linhvu-info {
  text-align: center;
}
.linhvuc-name {
  font-family: "font4";
  font-size: 24px;
  text-transform: uppercase;
}
.linhvuc-desc {
  font-family: "font2";
  color: #898989;
  font-size: 16px;
}
.slider-nav-linhvuc {
  margin: 20px auto;
  width: 70%;
}
.slider-nav-linhvuc .slick-dots li button:before {
  font-size: 12px;
  color: #0f3e77;
}
.slider-for-linhvuc .slick-prev,
.slider-for-linhvuc .slick-next {
  width: 45px;
  height: 45px;
}
.slider-for-linhvuc .slick-prev:before,
.slider-for-linhvuc .slick-next:before {
  display: none;
}
/* dự án */
.box-main-duan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.box-duan {
  position: relative;
  cursor: pointer;
}
.box-duan:hover .duan-name {
  opacity: 1;
  pointer-events: none;
  transition: 0.3s all;
}

.duan-name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 10px;
  margin: 0px;
  font-size: 18px;
  opacity: 0;
  background: #00000057;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  color: white;
}
.box-duan0 {
  grid-column: 1/2;
}
.box-duan1 {
  grid-column: 2/3;
}
.box-duan2 {
  grid-column: 3/4;
  grid-row: 1/3;
}
.box-duan3 {
  grid-column: 1/3;
}
.btn-center {
  margin: 20px auto;
}
/* dịch vụ */
.grid-dichvu{display: grid;
grid-template-columns: repeat(4,1fr);
gap: 20px;}
.box-title-dichvu {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}
.box-title-dichvu h3 {
  font-size: 24px;
  font-family: "font4";
  text-transform: uppercase;
  background: url(../images/icon1.png) no-repeat right bottom;
  padding-right: 15px;
  width: fit-content;
  line-height: 24px;
  margin: 0px;
  position: relative;
}
.box-title-dichvu h3::after {
  position: absolute;
  left: 0px;
  bottom: -25px;
  content: "";
  width: 100%;
  height: 2px;
  background: #0f3e77;
}
.box-title-dichvu .btn-gioithieu {
  height: 42px;
  line-height: 42px;
}
.box-title-dichvu .btn-gioithieu a div:first-child {
  font-size: 14px;
  font-family: "font4";
}
.box-title-dichvu .btn-gioithieu a div:last-child {
  height: 32px;
  width: 32px;
}
.dichvu-img .scale-img {
  border-radius: 5px;
}
.control-dichvu {
  top: calc(30% - 45px / 2);
}
.dichvu-info {
  padding-top: 15px;
}
.dichvu-name {
  font-size: 16px;
  font-family: "font3";
  color: #333333;
  line-height: 24px;
}
.dichvu-name:hover {
  color: #c4020e;
  tr
}
.dichvu-desc {
  color: #898989;
  font-family: "font2";
  line-height: 24px;
  margin-bottom: 0px;
}
.dichvu-about {
  color: #0f3e77;
  font-size: 26px;
}
.paging-dichvu-category {
  position: relative;
}
.control-dichvu.control-owl button.owl-prev svg,
.control-dichvu.control-owl button.owl-next svg {
  display: none;
}
.control-dichvu.control-owl button.owl-prev {
  left: -22.5px;
  background: url(../images/prev.png) no-repeat;
  width: 45px;
  height: 45px;
}
.control-dichvu.control-owl button.owl-next {
  right: -22.5px;
  background: url(../images/next.png) no-repeat;
  width: 45px;
  height: 45px;
}
/* feedback */

.feedback-name {
  background: url(../images/patterrn.png) no-repeat left;
  height: 58px;
  font-size: 16px;
  color: #333333;
  margin: 30px 0px 0px 0px;
  font-family: "font4";
  padding: 15px;
}
.feedback-group i {
  color: #bf1010;
}
.feedback-item {
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin: 17px 10px;
  display: flex;
  cursor: pointer;
  transition: 0.5s all;
}
.feedback-item:hover {
  border: 1px solid #c4020e6e;
  transition: 0.5s all;
}
.feedback-star i {
  color: #c4020e;
  font-size: 12px;
}
.feedback-img {
  width: 205px;
  position: relative;
  top: -17px;
  left: -10px;
}
.feedback-desc {
  margin-top: 20px;
  color: #8f8f8f;
  font-family: "font2";
  line-height: 23px;
}
.feedback-info {
  padding: 20px;
  width: calc(100% - 205px);
}

/* đăng ký */
.wrap-dangky {
  position: relative;
  z-index: 99;
  height: 350px;
  min-height: 350px;
}
.title-main-index .title-dangky {
  text-align: justify;
}
.slogan-dangky {
  font-size: 16px;
  color: #898989;
  font-family: "font2";
  margin: 10px 0px 30px 0px;
}
.slogan-dangky span {
  color: #c4020e;
}
.box-main-dangky {
  position: absolute;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  background: white;
  padding: 30px;
  width: 1000px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.title-main-dangky {
  margin-bottom: 20px;
  text-align: center;
}
.wrap-dangky .title-main span {
  color: black;
}
.title-dangky {
  text-transform: uppercase;
  color: #333333;
  font-family: "font1";
  font-size: 24px;
}

.wrap-banner-dangky .scale-img {
  border-radius: 5px;
}
.group-newsletter {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.input-group {
  color: #898989;
  font-family: "font2";
  font-size: 13px;
}
.col-input-group {
  display: flex;
  gap: 15px;
  width: 100%;
}
.input-group input {
  width: 100%;
  border: 1px solid #f8f8fa;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  height: 50px;
  padding: 10px;
  background: #f8f8fa;
  font-size: 14px;
}
.input-group textarea {
  width: 100%;
  border: 1px solid #f8f8fa;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  padding: 10px;
  background: #f8f8fa;
  max-height: 130px;
  resize: none;
  overflow: hidden;
  font-size: 14px;
}
.input-group input::placeholder {
  color: #a6a6a6;
}
.input-group textarea::placeholder {
  color: #a6a6a6;
}
.submit-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4020e;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  border-radius: 5px !important;
  gap: 5px;
  background: #c4020e;
}
.submit-newsletter input {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  width: fit-content;
  letter-spacing: 1px;
  background: url(../images/mail.png) no-repeat left;
  font-family: "font4";
}

/* nhận ký gửi */
.box-main-nhankygui {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.name-nhankygui {
  font-size: 16px;
  font-family: "font5";
  color: #252525;
  margin: 8px 0px;
  line-height: normal;
}
.time-nhankygui {
  color: var(--color-gray);
  margin-bottom: 8px;
}
.desc-nhankygui {
  color: #252525;
  font-family: "font1";
}
.wrap-dangky .line-title {
  background: white;
}
.wrap-dangky .slogan {
  color: #bf1010;
  text-align: justify;
}
/* video */
.box-video {
  position: relative;
}
.play-video {
  position: absolute;
  content: "";
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
  width: 130px;
  height: 130px;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -35%);
}
