@font-face {
  font-family: 'GC-Regular';
  src: url('../fonts/GC-Regular.eot');
  src: url('../fonts/GC-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-Regular.woff2') format('woff2'),
    url('../fonts/GC-Regular.woff') format('woff'),
    url('../fonts/GC120-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-Regular.svg#GC-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GC-Medium';
  src: url('../fonts/GC-Medium.eot');
  src: url('../fonts/GC-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-Medium.woff2') format('woff2'),
    url('../fonts/GC-Medium.woff') format('woff'),
    url('../fonts/GC130-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-Medium.svg#GC-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GC-Bold';
  src: url('../fonts/GC-Bold.eot');
  src: url('../fonts/GC-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-Bold.woff2') format('woff2'),
    url('../fonts/GC-Bold.woff') format('woff'),
    url('../fonts/GC140-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-Bold.svg#GC-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GC-ExtraBold';
  src: url('../fonts/GC-ExtraBold.eot');
  src: url('../fonts/GC-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GC-ExtraBold.woff2') format('woff2'),
    url('../fonts/GC-ExtraBold.woff') format('woff'),
    url('../fonts/GC150-VIET-HOA.ttf') format('truetype'),
    url('../fonts/GC-ExtraBold.svg#GC-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'GC-Regular';
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GC-Bold';
}

.GC-regular {
  font-family: 'GC-Regular';
}

.GC-medium {
  font-family: 'GC-Medium';
}

.GC-bold {
  font-family: 'GC-Bold';
}

.GC-extra-bold {
  font-family: 'GC-ExtraBold';
}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

img {
  max-width: 100%;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

/* ≥ 768px */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

/* ≥ 992px */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

/* ≥ 1200px */
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}

.page-news h1.title {
  margin-top: 56px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;

}

.page-news .search {
  max-width: 840px;
  margin: auto;
  position: relative;
  margin-bottom: 68px;
}

.page-news .search input {
  height: 40;
  opacity: 1;
  border-radius: 100px;
  border: 1px solid #D1D3D4;
  width: 100%;
  padding-left: 15px;
}

.page-news .search input:focus {
  outline: none;
  border: 1px solid #3FB778;
  /* box-shadow: 0 0 0 2px rgba(63, 183, 120, 0.2); */
}

.page-news .search .btn-search {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 11px;
}

.page-news .search button {
  all: unset;
}


.page-news .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 80px;
}


.page-news .news-grid .news-item {}


.page-news .news-grid .news-item .news-thumb {
  background: #003863;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 325 / 190;
  overflow: hidden;
}

.page-news .news-grid .news-item .news-thumb img.img-news {
  border-radius: 10px;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-news .news-grid .news-item .news-thumb .brand-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  padding: 10px 14px;
  border-radius: 5px 5px 10px 5px;
  background: #003863;

}

.page-news .news-grid .news-item .news-content {}

.page-news .news-grid .news-item .news-content .news-title {
  margin-top: 0;
  margin-bottom: 0;
}

.page-news .news-grid .news-item .news-content .news-title a {
  font-size: 16px;
  color: #414042;
  text-decoration: none;

}

.page-news .news-grid .news-item:hover .news-content .news-title a {
  color: #003863;
}

.page-news .news-grid .news-item .news-content .news-date {

  font-family: 'GC-Medium';
  font-size: 14px;
  line-height: 20px;
  color: #8A8A8A;
  display: block;
  margin-top: 17px;
  margin-bottom: 3px;

}



.page-news-detail h1.title {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 13px;

}

.page-news-detail .banner-news {
  text-align: center;
}

.page-news-detail .back-link {

  margin-top: 45px;
  margin-bottom: 25px;
  color: #8A8A8A;

}

.page-news-detail .back-link a,
.page-news-detail .back-link span {
  text-decoration: none;
  font-family: 'GC-Medium';
  color: #8A8A8A;


}

.page-news-detail .back-link a:hover {
  color: #003863;
}


.page-news-detail .tin-lien-quan {
  border-top: 1px solid #eaeaea;


  background: linear-gradient(to bottom, #f2f2f2, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 300px;

}

.page-news-detail .tin-lien-quan h2.title {
  margin-top: 45px;
  margin-bottom: 28px;

}

.page-news-detail .tin-lien-quan .read-more {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-news-detail .tin-lien-quan .read-more a {
  font-family: "GC-Medium";

  font-size: 16px;
  color: #414042;

  text-align: center;
  padding: 10px 26px;
  border-radius: 20px;
  border: 0.75px solid #414042;
  text-decoration: unset;

}

.page-news-detail .tin-lien-quan .read-more a:hover {
  color: #003863;
  border: 0.75px solid #003863;

}

.pagination {
  display: block;
  margin: 30px auto 30px;
  width: fit-content;
  font-size: 16px;
  font-family: "GC-Medium";
}


/* <div class="pagination">
  <span class="page-numbers current">1</span>
  <a class="page-numbers" href="?paged=2">2</a>
  <a class="page-numbers" href="?paged=3">3</a>
  <a class="next page-numbers" href="?paged=2">»</a>
</div> */


.pagination .page-numbers {
   width: 35px;
   margin-left: 5px;
  color: #414042;

}
.pagination .page-numbers:not(.current):hover {
    color: #3FB778;
}


.pagination .current {
  color: #ffffff;
  background: #3FB778;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 35px;

}


@media (max-width: 992px) {
  .page-news-detail h1.title {
    text-align: left;
  }

  .page-news h1.title {
    font-size: 24px;
    line-height: 30px;
  }

  .page-news .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }



}

@media (max-width: 576px) {
  .page-news .news-grid {
    grid-template-columns: 1fr;
  }
}


@media (min-width: 1200px) {
  .page-news-detail .main-news-content {
    width: 840px;
    margin: auto;

  }

  .page-news-detail .tin-lien-quan .news-grid {
    gap: 30px 80px;
  }
}