@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-doi-tac .head {
  position: relative;
  margin-bottom: 50px;

}

.page-doi-tac .info {
  position: absolute;
  top: calc(50% - 115px);
  max-width: 384px;

}


.page-doi-tac .head h1.title {
  font-size: 36px;
  line-height: 44px;
  font-family: "GC-Bold";
  margin-bottom: 15px;
  color: #153049;

}

.page-doi-tac .head h2.desc {
  margin-bottom: 5px;
  color: #414042;
  font-size: 16px;
  line-height: 20px;
  font-family: "GC-Regular";

}

.page-doi-tac .list-doitac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  gap: 30px 24px;
  margin-bottom: 50px;
}

.page-doi-tac .list-doitac .item-doitac {
  background: #F1F5F9;
  box-shadow: 0px 2px 3px 0px #0038631A;
  border-radius: 10px;

  width: calc(25% - 20px);
  aspect-ratio: 282 / 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}



.page-doi-tac .list-doitac .item-doitac img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .page-doi-tac .list-doitac {
    grid-template-columns: repeat(3, 1fr);
  }


}

@media (max-width: 991px) {

  .page-doi-tac .info {
    position: relative;
  }

  .page-doi-tac .head h1.title {
    margin-top: 25px;
    margin-bottom: 18px;
    font-size: 24px;
    text-align: center;
  }

  .page-doi-tac .head h2.desc {
    font-size: 14px;
    line-height: 18px;

  }

  .page-doi-tac .list-doitac {
    gap: 10px;
  }

  .page-doi-tac .list-doitac .item-doitac {
    width: calc(50% - 5px);
  }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {}