.containerNewsHot {
  margin-bottom: 5rem;
}
.containerNewsHot .content_one {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  align-items: center;
  margin-bottom: 5rem;
}
.containerNewsHot .content_one .leftContentOne h3 {
  color: var(--black-1, #061020);
  font-family: "Semi";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.containerNewsHot .content_one .leftContentOne p {
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.containerNewsHot .content_one .leftContentOne p:last-child {
  margin-bottom: 0px;
}
.containerNewsHot .content_one .leftContentOne .p-bold {
  color: var(--second-2, #F97414);
  font-family: "Semi";
  font-size: 1.125rem;
  font-style: normal;
  line-height: normal;
}
.containerNewsHot .content_one .rightConentOne img {
  border-radius: 0.5rem;
  max-width: 100%;
}
.containerNewsHot .content_two h2 {
  color: var(--black-1, #061020);
  text-align: center;
  font-family: "Semi";
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.containerNewsHot .content_two .itemPost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ECF2F7;
  padding: 0px 10.88rem 2.5rem 10.88rem;
}
.containerNewsHot .content_two .itemPost:last-child {
  border-bottom: 0px;
}
.containerNewsHot .content_two .itemPost .leftItemPost .name {
  color: var(--black-1, #061020);
  font-family: "Semi";
  font-size: 1.75rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.containerNewsHot .content_two .itemPost .leftItemPost .summary {
  color: var(--black-3, #6D727C);
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.containerNewsHot .content_two .itemPost .leftItemPost .btn-detail {
  padding: 1.125rem 0rem;
  margin-bottom: 0px;
}
.containerNewsHot .content_two .itemPost .leftItemPost .btn-detail a {
  padding: 1.125rem 1.5rem;
  border-radius: 3.125rem;
  background: var(--main-1);
  color: var(--white-1, #FFF);
  text-align: center;
  font-family: "Medium";
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.containerNewsHot .content_two .itemPost .rightItemPost img {
  max-width: 100%;
}
.containerNewsHot .content_two .itemPost1 .rightItemPost {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .containerNewsHot .content_two .itemPost {
    padding: 0px 5rem 2.5rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbContainer {
    display: none;
  }
  .nameMobile {
    padding: 1.25rem 0px 1.25rem !important;
    margin: 0rem 1rem 0rem;
    border-bottom: 1px solid var(--white-3, #ECF2F7);
  }
  .containerNewsHot {
    margin-top: 2rem;
  }
  .containerNewsHot .content_one {
    margin-bottom: 4rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.25rem;
  }
  .containerNewsHot .content_one .leftContentOne h3 {
    font-size: 1.5rem;
  }
  .containerNewsHot .content_one .rightConentOne img {
    width: 100%;
  }
  .containerNewsHot .content_two .itemPost {
    padding: 0px 0rem 2rem 0rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .containerNewsHot .content_one {
    margin-bottom: 2rem;
  }
  .containerNewsHot .content_two h2 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
  .containerNewsHot .content_two .itemPost {
    display: flex;
    flex-direction: column-reverse !important;
    grid-gap: 0.75rem;
    margin-bottom: 2rem;
    padding-bottom: 0px;
    border-bottom: 0px;
  }
  .containerNewsHot .content_two .itemPost .leftItemPost {
    order: unset !important;
    text-align: left;
  }
  .containerNewsHot .content_two .itemPost .leftItemPost .name {
    font-size: 1.25rem;
  }
  .containerNewsHot .content_two .itemPost .rightItemPost {
    text-align: left;
  }
}/*# sourceMappingURL=career_story.css.map */