/* font style poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

/* root color */
:root {
  --error-color: #b3261e;
  --text-color: #637381;
  --dark: #212b36;
  --dark-blue: #0f2f52;
  --red: #c60a2e;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #008080;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #637381;
  --gray-dark: #343a40;
  --Tertiary: #008080;
  --dark-Green: #004643;
  --bg-gray: #f4f7ff;
  --bg-text: #d9d9d9;
  --bg-contact: #f6f6f6;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* style contact */
.text-custom-contact-h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 70.2px;
}
.text-custom-contact {
  font-weight: 744;
  font-size: 60px;
  line-height: 70px;
  margin-top: -1rem;
}
.text-custom-contact-p {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.56px;
  margin-top: 50px;
}
.text-contact-small {
  color: var(--red);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.demo-text-contact-h4 {
  line-height: 30px;
}
.demo-group-icon-v1 {
  position: absolute;
  top: 290px;
  right: 320px;
  width: 85px;
  height: 85px;
}
.demo-group-icon {
  position: absolute;
  top: 74px;
  right: 0;
  width: 75px;
  height: 75px;
  left: 172px;
}
/* icon search */
.icon {
  background: url(../web/img/icon/Search-Icon.png);
  height: 20px;
  width: 20px;
  display: block;
}
/* --- */
.img-header {
  position: relative;
  color: var(--white);
  margin-top: 77px;
}
.image-about {
  width: 100%;
  margin-top: -1px;
}
.demo-about {
  font-weight: 700;
  font-size: 55px;
}
.demo-title {
  position: relative;
  color: var(--white);
  float: left;
  width: 100%;
  margin-right: -100%;
  margin-top: 130px;
}
.text-about {
  margin-top: 90px;
  color: var(--dark);
}
.text-about-p {
  color: var(--gray);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.demo-google-map {
  height: 500px;
}
.demo-map {
  width: 1170px;
  height: 596px;
}
/* overlay */
.img-overlay {
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  margin-top: 35px;
}
.demo-overlay {
  height: 450px;
  width: 100%;
  background: linear-gradient(
      to top,
      rgba(55, 120, 124, 0.5),
      rgba(55, 120, 124, 0.5)
    ),
    url(../img/prointix_image/Rectangle-7.png), no-repeat center center;
  background-size: cover;
}

.overlay-teal {
  background-color: rgba(55, 120, 124, 0.6);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.overlay-violet {
  background-color: rgba(135, 59, 132, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.overlay-red {
  background-color: rgba(164, 54, 75, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 100px;
}
.team-item {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.team-img {
  position: relative;
}
/* style careers */
.card-img {
  border-radius: 10px 10px 0px 0px;
}
.team-text {
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: 20px;
  color: var(--dark-blue);
}
.demo-text-title {
  font-size: 15px;
  color: var(--red);
}
.card-img-top {
  max-width: 237px;
  max-height: 196px;
  margin: 17px 25px;
  border-radius: 20px;
}
/* .text-p {
  width: 260px;
  height: 57px;
  font-weight: 400;
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 10px;
} */
.card-text {
  width: 260px;
  height: 57px;
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 10px;
}
.text-custom-careers {
  font-size: 70px;
}
.text-custom-careers-h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: var(--gray);
  line-height: 26px;
}
.btn-app {
  width: 160px;
}
.text-careers {
  margin-top: 17px;
  /* width: 260px;
  height: 196px; */
}
.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.button {
  background-color: var(--red);
  border-radius: 5px;
  border: none;
  color: var(--white);
  padding: 12px 27px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 9px 2px;
}
.button:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.lines {
  position: absolute;
  top: 50%;
  right: 66%;
  border: 3px solid;
  background-color: var(--white);
  width: 99px;
}
.line-about {
  margin-top: -13px;
  margin-left: 18rem;
  margin-bottom: 21px;
  width: 65px;
  height: 3px;
  background-color: var(--white);
}
.line-careers {
  margin-bottom: 12px;
  width: 100px;
  height: 3px;
  background: var(--teal);
}
.line-contact {
  margin-bottom: 12px;
  width: 75px;
  height: 3px;
  background: var(--teal);
}
.btn-icon {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(99, 115, 129, 0.45);
  border-radius: 50%;
  color: var(--dark);
  text-align: center;
  line-height: 36px;
}
.btn-icon:hover {
  background: var(--red);
  color: var(--white);
  border: var(--red);
}

/*start style*/
.button-contact {
  background-color: var(--red);
  border-radius: 5px;
  font-size: 16px;
  width: 160px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  margin-top: -3px;
  width: 200px;
}

.button-contact:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}
/* style modal search */
.demo-content {
  background: var(--gray);
}

.demo-header {
  margin: 50px 60px;
  text-align: right;
  color: var(--white);
  font-weight: 10px;
}

.demo-modal-xl {
  max-width: 1100px;
}

.demo-btn {
  border: 1px solid var(--white);
  color: var(--white);
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  transition: border-color 0.05s ease;
}

.demo-btn:hover {
  outline: 1px solid var(--orange);
  background-color: transparent;
  color: var(--white);
}

.demo-body {
  margin: 0px 150px 150px;
}

.search {
  width: 100%;
  height: 100px;
  margin-bottom: auto;
  margin-top: 20px;
  background-color: var(--white);
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.search-input {
  color: var(--white);
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  margin-top: 5px;
  caret-color: transparent;
  line-height: 20px;
  transition: width 0.4s linear;
}

.search .search-input {
  padding: 0 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: var(--dark);
  transition: width 0.4s linear;
}

.search-icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background: var(--dark-Green);
  bottom: 1px;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--dark-Green);
}
/* style modal careers */
.demo-careers {
  padding: 20px 60px;
  text-align: right;
  color: var(--dark-blue);
}
.demo-body-careers {
  padding: 40px 145px;
  background: var(--white);
}
.demo-text-careers-h4 {
  color: var(--red);
}
.demo-card {
  display: flex;
  padding: 30px 35px;
  width: 470px;
}
.demo-infor {
  width: 360px;
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #f8fafc;
}
.demo-careers-span {
  color: var(--text-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}
.demo-careers-h6 {
  color: var(--text-color);
  font-style: normal;
  font-weight: 600;
}
.ul-careers {
  list-style: none;
  padding: 0;
  margin: 0;
}

.li-careers {
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 20px;
}

.ul-careers .li-careers::before {
  color: var(--text-color);
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 5px;
  margin-left: 10px;
}
.demo-group-img {
  position: absolute;
  top: 480px;
  right: 0;
  width: 200px;
}

@media screen and (max-width: 575px) {
  .lines {
    position: absolute;
    top: 45%;
    right: 68%;
    border: 1px solid;
    background-color: var(--white);
    width: 70px;
  }
  /* responsive page about */
  .demo-about {
    font-weight: 700;
    font-size: 28px;
  }
  .line-about {
    margin-left: 10rem;
    margin-top: -2rem;
    margin-bottom: 12px;
    width: 45px;
    height: 1px;
    background-color: var(--white);
  }
  .demo-about-h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  .image-about {
    max-width: 100%;
    height: 265px;
  }
  .demo-title {
    position: relative;
    color: var(--white);
    float: left;
    width: 100%;
    margin-right: -100%;
    margin-top: 30px;
  }
  .respon {
    margin-top: 30px;
  }
  .demo-title-h1 {
    font-size: 24px;
  }
  .demo-title-p {
    font-size: 14px;
  }
  .text-about {
    margin-top: 70px;
    font-size: 28px;
  }
  .text-about-p {
    font-size: 12px;
  }
  .team-item {
    display: block;
  }

  .team-text {
    width: auto;
  }
  .team-text-h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .team-text-h5 {
    margin-top: -5px;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  /* responsive page careers */
  /* .img-header {
    margin-top: 65px;
  } */
  .text-custom-careers {
    font-size: 28px;
  }
  .line-careers {
    margin-bottom: 12px;
    width: 28px;
    height: 1px;
    background: var(--teal);
  }
  .text-custom-careers-h5 {
    font-size: 14px;
  }
  .card-img-top {
    max-width: 237px;
    max-height: 196px;
    margin: 12px 14px;
    border-radius: 20px;
  }
  .text-careers {
    margin-top: 17px;
  }
  .text-careers-h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .demo-text-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .text-p {
    width: 159px;
    height: 40px;
    font-size: 8px;
    line-height: 14px;
  }
  .button-careers {
    padding: 5px;
    font-size: 12px;
    margin: 9px 2px;
    width: 270px;
    height: 30px;
  }

  /* responsive page contact us */
  .text-custom-contact-h2 {
    font-weight: 500;
    font-size: 23px;
    line-height: 15px;
  }
  .text-custom-contact {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-top: 0;
  }
  .text-custom-contact-p {
    margin-top: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
  }
  .demo-text-contact-h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
  }
  .demo-text-uppercase {
    margin-top: 25px;
  }
  .line {
    /* margin-bottom: 12px; */
    margin-left: -250px;
    width: 34px;
    height: 1px;
    background-color: var(--white);
  }
  .letter-spacing {
    letter-spacing: 1px;
  }
  hr.new2 {
    border-top: 2px dashed var(--gray);
  }
  .line-contact {
    margin-bottom: 12px;
    width: 52px;
    height: 2px;
  }
  .demo-google-map {
    height: 300px;
  }
  .demo-map {
    width: 390px;
    height: 199px;
  }
  /* responsive modal careers btn apply now */
  .demo-body-careers {
    padding: 20px 21px;
    background: var(--white);
  }
  .demo-card {
    padding: 15px 21px;
    width: 330px;
  }
  .demo-infor {
    margin-top: 25px;
    width: 330px;
  }
  .demo-careers-span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  img.img-contact {
    height: 179px;
  }
  svg.icon-dropdow {
    display: none;
  }
}
/* style header */
tm-top-bar.active {
  background: var(--white);
  height: 70px;
  padding: 5px;
}

.icon-dropdow {
  display: inline-block;
}
.stand-line {
  width: 2px;
  height: 26px;
  background: var(--bg-gray);
  margin-top: 12px;
}

.demo-dropdown {
  width: 249px;
  height: 206px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 25px;
  border-top: 5px solid var(--red);
  border-radius: 0px 0px 15px 15px;
}

.demo-item {
  padding: 10px;
  border-radius: 5px;
}

.icon-search {
  margin-left: 123px;
  font-size: 14px;
  color: var(--dark-blue);
}

.btn-view-detail {
  color: var(--white);
  border: 1px solid var(--white);
  width: 169px;
  height: 48px;
}
.dropdown-item:hover {
  background-color: var(--red);
  color: var(--white);
}
.prointix img {
  width: 100%;
  object-fit: cover;
  height: 568px;
}
.swiper-button-prevs:after,
.swiper-rtl .swiper-button-next :after {
  display: none;
}
.swiper-button-nexts:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.border-btn-swiper {
  height: 58px;
  width: 120px;
  position: absolute;
  left: 576px;
  background-color: var(--white);
  bottom: 10px;
}
.overlay-cover {
  background-color: rgba(181 39 39 / 50%);
  height: 568px;
}
/* style footer */
.demo-icon-footer {
  position: absolute;
  top: 10px;
  right: 10px;
}
.group-vector {
  position: relative;
}
/* end style*/
