@import url("./globals.css");
* {
  font-family: Arial, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  user-select: none;
}
a {
  text-decoration: none;
  color: #333;
}
.header-page-top {
  height: 40px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  transition: opacity 0.6s linear;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-page-top span {
  font-size: var(--fs-medium);
}
.menu-pc {
  height: 60px;
}
.menu-pc ul li {
  padding-left: 15px;
}
.menu-pc ul li a:hover {
  border-bottom: 4px solid #c22726;
}
.menu-active {
  border-bottom: 4px solid #c22726;
}
.menu-pc ul li a {
  font-weight: 500;
  height: 80px;
  display: flex;
  align-items: center;
}
.header-page-content {
  height: 80px;
}
.header-page-content .logo img {
  max-width: 185px;
  max-height: 60px;
}
.header-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background: rgb(255 255 255 / 0.5);
}
.sticky-header {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 25px rgb(0 0 0 / 8%);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.sticky-header .header-page-top {
  display: none;
}
.header-page:hover {
  background-color: #fff;
}
.slide .carousel-caption-slick {
  top: 25% !important;
  position: absolute;
  color: #fff;
}
.slide .title-slide {
  font-size: 8.6rem;
  max-width: 73rem;
  line-height: 8.5rem;
  margin-bottom: 3.6rem;
  text-align: left;
}
.slide .description-slide {
  max-width: 40rem;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 3.6rem;
  text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  text-align: left;
}
.slide .carousel-item-slick {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slide .carousel-item-slick img {
  max-height: 846px;
  width: 100%;
  object-fit: cover;
}

.about-us {
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.about-us .title-about {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 3rem;
}
.about-us-description {
  font-size: 1.1rem;
  width: 50%;
  font-weight: 400;
  padding-left: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #13131394;
}
.content-about-us {
  border: 6px solid #f9f9f9;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.content-about-us::before {
  content: "";
  border: 6px solid #f9f9f9;
  border-radius: 16px;
  position: absolute;
  width: 110px;
  height: calc(100% - 80px);
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-us-image {
  margin: -130px -35px -115px 40px;
}
.about-us-image img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.our-service {
  background-image: url("../images/bg-service.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
.title-service {
  font-size: 3rem;
  text-align: center;
  padding: 3rem 0 0 0;
  color: #fff;
}
.content-service {
  padding: 3rem 0;
}
.grid-three {
  position: relative;
  margin-top: 0;
  grid-gap: 0.2rem;
  display: flex;
  margin-bottom: 0.2rem;
}
.box-service {
  background-color: #fff;
  padding: 2.5rem 2rem;
  border-radius: unset;
  width: 33.333%;
  min-height: 9.8rem;
  display: flex;
}
.box-service .icon-service {
  max-width: 4rem;
  width: 100%;
}
.box-service .icon-service img {
  max-width: 40px;
  object-fit: cover;
}
.box-service .content {
  margin-left: 1rem;
}
.box-service .title-content a:hover {
  color: #1568b2;
}
.service-description {
  color: #13131394;
}
.indicators .box-header-indicator {
  background-image: url("../images/world.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 20rem;
}
.title-indicators {
  font-size: 3rem;
  padding: 6rem 0 0 0;
}
.content-indicator {
  background-image: url("../images/bg-indicator.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.box-number-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.number-indicator {
  width: 20%;
  text-align: center;
}
.number-indicator .number {
  font-size: 2.5rem;
  color: #c22726;
}
.number-indicator .number-description {
  color: #fff;
}
.our-project {
  padding: 4rem 0;
  background-color: #effaf8;
}
.title-our-project {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.item-project .image-project {
  text-align: center;
}
.item-project .image-project img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 1rem;
}
.item-project .title-project {
  text-align: center;
  width: 100%;
  height: 58px;
}
.item-project {
  margin-bottom: 1rem;
}
.item-project .project-description {
  color: #13131394;
  text-align: center;
}
.card-blog {
  background-color: #fff;
  box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
  height: 525px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.item-blog {
  padding: 12px;
}
.card-blog .card-image-blog {
  position: relative;
}
.card-blog .card-image-blog .image-blog {
  height: 305px;
  overflow: hidden;
}
.card-blog .card-image-blog .image-blog img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out 0s;
  height: 305px;
  object-fit: cover;
  transition: transform 1.5s;
}
.card-blog .card-image-blog .image-blog img:hover {
  transform: scale(1.3);
}
.card-blog .card-image-blog .meta-date {
  position: absolute;
  right: 10px;
  height: 61px;
  width: 55px;
  bottom: -30px;
  background-color: #c22726;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.card-blog .card-image-blog .meta-date .date {
  font-size: 22px;
  position: relative;
  top: 5px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-blog .card-image-blog .meta-date .month {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-weight: 500;
}
.card-content-blog {
  padding: 30px 15px;
}
.author-blog i {
  position: relative;
  top: -3px;
}
.name-author {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.title-blog-item {
  margin: 15px 0;
  font-size: 1.3rem;
}
.title-blog-item a:hover {
  color: #c22726;
}
.blog-description {
  color: #999999;
}
.line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line-2 {
  -webkit-line-clamp: 2;
}
.line-3 {
  -webkit-line-clamp: 2;
}
.textarea-contact .form-floating {
  height: 100% !important;
}
.textarea-contact textarea {
  height: 100% !important;
}
.contact-us {
  padding: 3rem;
  background-image: url("../images/bg-contact.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}
.title-contact-us {
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}
.button-submit-contact {
  margin: 3rem 0 2rem 0;
  text-align: center;
}
.button-submit-contact button {
  height: 58px;
  width: 400px;
  color: #fff;
  border-color: #1568b2 !important;
  background-color: #1568b2;
}
.button-submit-contact button:hover {
  background-color: #1568b2;
  color: #fff;
}
.footer {
  padding: 2rem 0;
  background-color: #f2f2f2;
}
.logo-footer img {
  max-width: 185px;
}
.category-footer ul {
  margin: 0;
  padding: 0;
}
.category-footer li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.icon-menu-mobile {
  display: none;
}
.content-service-mobile {
  display: none;
}
.landing-page {
  position: relative;
}
.content-menu-responsive {
  position: fixed;
  opacity: 0;
  transition: 0.4s ease;
  transform: translateX(200%);
  height: 100vh;
  width: 85%;
  top: 0;
  right: 0;
  max-width: 500px;
  background-color: #fff;
  visibility: hidden;
  z-index: 99999 !important;
}
.show-menu-responsive {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}
.overlay-menu {
  position: fixed;
  background: rgb(60 48 48);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1031;
  background: #0c0e14;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  transition: all 0.4s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.show-overlay-menu-responsive {
  visibility: visible !important;
  opacity: 0.7 !important;
}
.content-menu-responsive .logo-menu {
  text-align: center;
}
.content-menu-responsive .logo-menu img {
  max-width: 200px;
  max-height: 60px;
}
.list-menu-responsive .menu-item-responsive {
  list-style: none;
  padding: 0 0.9rem;
}
.list-menu-responsive .menu-item-responsive a {
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.dots-slide {
  position: absolute;
  right: 10%;
  list-style: none;
  display: flex;
  bottom: 5%;
}
.dots-slide button {
  height: 1rem;
  width: 1rem;
  border: 0.1rem solid #fff;
  background-color: transparent;
  margin: 0 0.6rem;
  border-radius: 50%;
}
.slick-active button {
  background-color: #fff;
}
.popup-message {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  z-index: 1031;
}
.popup-message-show {
  display: flex;
  align-items: center;
  justify-content: center;
}
.over-popup-message {
  position: fixed;
  background: rgb(60 48 48);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1031;
  background: #0c0e14;
  overflow: hidden;
  opacity: 0.7;
  visibility: hidden;
  will-change: opacity;
  transition: all 0.4s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
.over-popup-message-show {
  visibility: visible !important;
  opacity: 0.7 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-popup {
  position: fixed;
  min-width: 40%;
  max-width: 500px;
  background-color: #fff;
  padding: 2rem;
  border-radius: 4px;
  z-index: 1032;
}
.content-popup .mess {
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 3rem;
}
.btn-popup {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 1rem;
  font-weight: bold;
  color: #fff;
  border-color: #1568b2 !important;
  background-color: #1568b2;
}
.btn-popup:hover {
  background-color: #1568b2;
  color: #fff;
}
