/* StoryBannerTop */
.StoryBannerTop {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(254deg, #101b2f 47.22%, #002559 81.82%);
}

.StoryBannerTop .leftSide,
.StoryBannerTop .rightSide {
  width: 100%;
  height: 100%;
}

.StoryBannerTop .bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: color-dodge;
}

.StoryBannerTop .desc a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.StoryBannerTop .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.StoryBannerTop .content .heading {
  width: 500px;
  line-height: 48px;
}

.StoryBannerTop .content .desc {
  width: 500px;
  margin-top: 32px;
}

.StoryBannerTop .frame {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.StoryBannerTop .frame img {
  height: 100%;
  object-fit: cover;
}

#companyPage .StoryBannerTop .content .heading {
  width: 400px;
}

#contact .StoryBannerTop .frame {
  left: 71%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
}

/* selectBox */
.selectBox {
  background: var(--Primary-blue, #002559);
  padding: 48px 0 56px;
}

.selectBox .boxContent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 78px;
}

.selectBox .select select {
  background-color: transparent;
  padding: 12px 16px;
  width: 340px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
}

.selectBox .select select option {
  color: #000;
}

.selectBox .select .dropdownIcon {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(-50%, -50%);
  z-index: 4;
  user-select: none;
  pointer-events: none;
}

/* news */
.news {
  padding: 120px 0 80px;
}

/* .news-item{
  display: block !important;
} */
.news-button-next {
  float: right;
  margin-right: -75px;
  margin-top: -200px;
}

.news-button-prev {
  float: left;
  margin-left: -75px;
  margin-top: -200px;
}

.news-button-next img {
  width: 70px
}

.news-button-prev img {
  width: 70px
}

.news-text {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

.news .itemList {
  width: 100%;
  display: grid;
  gap: 78px;
  grid-template-columns: repeat(3, 1fr);
}

.news .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.news .item .thumb {
  width: 100%;
  aspect-ratio: 1/0.9;
}

.news .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .item .desc.date {
  margin-top: auto;
  color: #97999c !important;
}

.news .buttonBox {
  margin-top: 48px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

.news .prevPage,
.news .nextPage {
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 8px 16px;
  color: var(--Blue-text);
  color: hsla(215, 72%, 13%, 0.5);
  transition: all 0.2s ease;
}

.heading.t3.blue:hover {
  color: var(--Blue-text) !important;
}

#companyPage .details {
  padding: 120px 80px;
}

#companyPage .details .listItem {
  margin: 48px 0 96px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  align-content: space-between;
}

#companyPage .details .item {
  color: var(--Blue-text);
}

#companyPage .details .item .number {
  color: #01143f;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  /* 112.5% */
  text-align: center;
  margin-bottom: 16px;
}

#companyPage .details .item .label {
  text-align: center;
  color: #01143f;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

#companyPage .newsBox {
  padding: 0px 0 80px;
}

#companyPage .newsBox .item {
  /* display: flex;
  flex-direction: column; */
  gap: 8px;
  width: 100%;
}

#companyPage .newsBox .item .thumb {
  width: 100%;
}

#companyPage .newsBox .item .thumb img {
  width: 100%;
  object-fit: cover;
}

#companyPage .newsBox .company-button-next,
#companyPage .newsBox .company-button-prev {
  position: absolute;
  top: 50%;
  width: 80px;
  z-index: 2;
}

#companyPage .newsBox .company-button-next img,
#companyPage .newsBox .company-button-prev img {
  width: 100%;
}

#companyPage .newsBox .company-button-next {
  right: -80px;
}

#companyPage .newsBox .company-button-prev {
  left: -80px;
}

.boxImg_giaiphap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.boxImg_giaiphap img {
  width: 70%;
  object-fit: contain;
}

.thachthucList li {
  list-style-position: inside;
  list-style-type: circle;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
}

.achiveBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  row-gap: 48px;
}

.achiveBox .item1 h3 {
  color: #002559;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.achiveBox .item1 h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 12px;
}

.achiveBox .item1 ol li {
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 6px;
}

.feedback-detail .boxContent {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.feedback-detail .boxContent .leftSide {
  width: 100%;
  display: flex;
  justify-content: center;
}

.feedback-detail .boxContent .leftSide img {
  width: 25%;
  min-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.feedback-detail .boxContent .rightSide {
  width: 60%;
}

.feedback-detail .boxContent .rightSide i {
  display: block;
  font-style: italic;
  margin-top: 8px;
  margin-bottom: 8px;
}

.phuclong .StoryBannerTop {
  display: flex !important;
  flex-direction: row-reverse;
}

.phuclong .StoryBannerTop .bannerImg {
  mix-blend-mode: unset;
}

.phuclong .StoryBannerTop .content {
  left: 90%;
}

.phuclong .rowGiapPhap {
  width: 100%;
  display: flex;
}

.phuclong .rowGiapPhap.reverse {
  flex-direction: row-reverse;
}

.phuclong .feedback-detail .boxContent.reverse {
  flex-direction: row !important;
}

.phuclong .feedback-detail .boxContent.reverse .rightSide {
  text-align: start;
}

.phuclong .rowGiapPhap .leftSide,
.phuclong .rowGiapPhap .rightSide {
  width: 50%;
}

.phuclong .rowGiapPhap .leftSide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phuclong .rowGiapPhap .leftSide img {
  width: 80%;
}

.phuclong .rowGiapPhap .rightSide {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}

.phuclong .rowGiapPhap .rightSide h3 {
  color: #002559;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.phuclong .rowGiapPhap .rightSide h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 12px;
}

.phuclong .rowGiapPhap ol li {
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 6px;
}

.phuclong .feedback-detail .boxContent {
  flex-direction: row-reverse;
}

.phuclong .feedback-detail .boxContent .leftSide {
  width: 30%;
}

.phuclong .feedback-detail .boxContent .rightSide {
  width: 70%;
  text-align: end;
}

@media screen and (max-width: 1200px) {
  #companyPage .details .listItem {
    grid-template-columns: auto auto;
    justify-content: space-around;
  }

  #companyPage .newsBox .company-button-next,
  #companyPage .newsBox .company-button-prev {
    display: none;
  }

  .phuclong .StoryBannerTop .content {
    left: 100%;
  }

  .selectBox .boxContent {
    grid-template-columns: 1fr 1fr;
  }

  .selectBox .select select {
    width: 100%;
  }

  #companyPage .details .listItem {
    margin: 40px 0;
  }

  #companyPage .details .item {
    background: rgba(190, 206, 220, 0.3);
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 20px 30px;
  }

  #companyPage .details .item .number {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 992px) {
  .formContact .rowForm {
    gap: 20px;
  }

  .StoryBannerTop {
    display: flex;
    flex-direction: column !important;
    height: 600px;
  }

  #contact .StoryBannerTop .frame {
    opacity: 0.4;
  }

  .StoryBannerTop .content {
    top: -25% !important;
  }

  .StoryBannerTop .leftSide,
  .StoryBannerTop .rightSide {
    height: 50%;
  }

  .StoryBannerTop .content .heading {
    width: 100%;
  }

  .StoryBannerTop .content .desc {
    width: 100%;
  }

  .thachthucList li {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {

  .news .itemList {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .formContact .rowForm {
    margin-top: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .formContact .rowForm:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
  }

  #companyPage .details {
    padding: 120px 10px;
  }

  .news,
  .contactProfessor,
  #companyPage .details,
  #companyPage .newsBox {
    padding: 40px 0;
  }

  .contactProfessor .labelHeaing {
    padding: 18px 0;
  }

  .achiveBox {
    grid-template-columns: 1fr;
  }

  .boxImg_giaiphap img {
    width: 100%;
    object-fit: contain;
  }

  .feedback-detail .boxContent .rightSide {
    width: 100% !important;
  }

  .phuclong .StoryBannerTop .content {
    left: 50% !important;
  }

  .phuclong .rowGiapPhap {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .phuclong .rowGiapPhap {
    margin-top: 30px !important;
  }

  .phuclong .rowGiapPhap .leftSide,
  .phuclong .rowGiapPhap .rightSide {
    width: 100% !important;
  }

  .phuclong .feedback-detail .boxContent {
    flex-direction: column !important;
  }

  .phuclong .feedback-detail .boxContent .rightSide {
    width: 100% !important;
    text-align: center !important;
  }

  #companyPage .details .listItem {
    grid-template-columns: 50% 50%  !important;
    column-gap: 20px  !important;
  }

  .phuclong .feedback-detail .boxContent {
    flex-direction: column !important;
  }

  .phuclong .feedback-detail .boxContent .rightSide {
    width: 100% !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 450px) {
  .heading.t1 {
    font-size: 40px;
  }

  .heading.t3 {
    font-size: 18px;
  }

  .StoryBannerTop {
    height: 800px;
  }

  .selectBox .boxContent {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .news .itemList {
    column-gap: 10px;
    row-gap: 30px;
  }

  .news .itemList .item .sumary {
    display: none;
  }

  .phuclong .StoryBannerTop .bannerImg {
    height: auto;
  }

  #companyPage .details .item .number {
    font-size: 30px;
    line-height: 25px;
  }

  #companyPage .details .item .label {
    font-size: 16px;
  }

  #companyPage .details .item {
    margin: 20px 10px;
    padding: 20px 10px;
  }

  #companyPage .details .listItem {
    column-gap: 0;
  }
}

/* Custom  */
.posts_loop_block {
  width: 100%;
  display: grid;
  gap: 78px;
  grid-template-columns: repeat(3, 1fr);
}

.posts_loop_block .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  color: #172942
}

.posts_loop_block .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.posts_loop_block .item .t3 {
  width: 355px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.posts_loop_block .item .sumary {
  width: 355px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.posts_loop_block .item .desc.date {
  margin-top: auto;
  color: #97999c !important;
}

.prevPageBlog {
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 8px 16px;
  color: var(--Blue-text);
  color: hsla(215, 72%, 13%, 0.5);
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.nextPageBlog {
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  padding: 8px 16px;
  color: var(--Blue-text);
  color: hsla(215, 72%, 13%, 0.5);
  transition: all 0.2s ease;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .posts_loop_block {
    width: 100%;
    display: flex;
    gap: 55px;
  }

  .posts_loop_block .item {
    display: flex;
    flex-direction: column !important;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    color: #172942;
  }

  /* .posts_loop_block .item .sumary {
    display: none;
  } */

  .search_blog_bar .align-items-baseline {
    display: none !important;
  }

  .search_blog_bar .mt-2 {
    display: none !important;
  }
}