@charset "UTF-8";
.pc {
  display: none;
}
@media (min-width: 960px) {
  .pc {
    display: block;
  }
}

.tl {
  display: none;
}
@media (min-width: 481px) and (max-width: 959px) {
  .tl {
    display: block;
  }
}
.tl.sp {
  display: block !important;
}

.sp {
  display: none;
}
@media (max-width: 480px) {
  .sp {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .sp.tl {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-resources .default-tagline h2 br,
  .page-resources-2 .default-tagline h2 br {
    display: none;
  }
}
.page-resources .entry-header.header-footer-group,
.page-resources-2 .entry-header.header-footer-group {
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .page-resources .entry-header.header-footer-group,
  .page-resources-2 .entry-header.header-footer-group {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .page-resources .entry-header.header-footer-group,
  .page-resources-2 .entry-header.header-footer-group {
    display: none;
  }
}
@media (max-width: 480px) {
  .page-resources h2.section-heading,
  .page-resources-2 h2.section-heading {
    padding: 10px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .page-resources h2.section-heading,
  .page-resources-2 h2.section-heading {
    padding: 15px !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    font-size: 38px !important;
  }
}
@media (max-width: 480px) {
  .page-resources div[class^=section-] h3,
  .page-resources-2 div[class^=section-] h3 {
    font-size: 22.5px;
    letter-spacing: -0.6px;
    margin-bottom: 12px;
  }
  .page-resources div[class^=section-] h3 br:nth-child(2),
  .page-resources-2 div[class^=section-] h3 br:nth-child(2) {
    display: none;
    content: none;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .page-resources div[class^=section-] h3,
  .page-resources-2 div[class^=section-] h3 {
    font-size: 38px;
    letter-spacing: -0.6px;
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .page-resources div[class^=section-] h3 br:nth-child(2),
  .page-resources-2 div[class^=section-] h3 br:nth-child(2) {
    display: none;
    content: none;
  }
}

.section-webinars {
  background-color: #00aeef;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 40px;
}
@media (max-width: 480px) {
  .section-webinars {
    padding-top: 20px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .section-webinars {
    padding-top: 15px;
  }
}
.section-webinars .container {
  max-width: 1260px;
}
.section-webinars h2.section-heading {
  background-color: #fff;
  display: block;
  padding: 20px;
  line-height: 1.01;
  color: #00aeef;
  font-family: "Danone One Condensed";
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
}

.webinars {
  width: 100%;
  background-color: #00aeef;
  color: #fff;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .webinars {
    gap: 16px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinars {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 20px;
  }
}

.webinar {
  max-width: 1230px;
  margin: 5px auto;
}
.webinar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .webinar-header {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-header {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 0;
  }
}
.webinar-header h3 {
  margin: 0;
  font-size: 44px;
  font-family: "Danone One Condensed";
  line-height: 1.2;
}
.webinar-header > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  background-color: #0f2677;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 108px;
}
@media (max-width: 480px) {
  .webinar-header > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
    min-height: 54px;
    height: 54px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-header > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71px;
            flex: 0 0 71px;
    min-height: 82px;
    height: 82px;
  }
}
.webinar-category {
  text-transform: uppercase;
  font-family: "Danone One Condensed";
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .webinar-category {
    font-size: 9px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-category {
    font-size: 12px;
  }
}
.webinar-number {
  font-family: "Danone One";
  font-weight: bold;
  font-size: 60px;
  line-height: 0.9;
}
@media (max-width: 480px) {
  .webinar-number {
    font-size: 25px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-number {
    font-size: 40px;
  }
}
.webinar-earn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: 40px;
}
.webinar-earn > div {
  background-color: #f3ce3c;
  color: #0f2677;
  width: 140px;
  padding: 10px 0;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}
.webinar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (max-width: 480px) {
  .webinar-content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.webinar-content > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
@media (max-width: 480px) {
  .webinar-content > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44px;
            flex: 0 0 44px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-content > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
@media (max-width: 480px) {
  .webinar-content p {
    font-size: 12px;
    line-height: 1.2;
    font-family: "Danone One";
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-content p {
    font-size: 16px;
    line-height: 1.4;
    font-family: "Danone One";
    margin-bottom: 20px;
  }
}
.webinar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 5px solid #fff;
  padding-bottom: 24px;
}
@media (max-width: 480px) {
  .webinar-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 4px solid #fff;
    padding-bottom: 30px;
  }
}
.webinar-text > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.webinar:last-child .webinar-text {
  border-bottom: 0;
  padding-bottom: 12px;
}
.webinar-image {
  margin-left: auto;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .webinar-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    width: 100%;
    margin-right: 0;
  }
  .webinar-image .webinar-earn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76px;
            flex: 0 0 76px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 0;
  }
  .webinar-image .webinar-earn > div {
    width: 76px !important;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    letter-spacing: 0;
  }
  .webinar-image img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 86px);
            flex: 0 0 calc(100% - 86px);
    max-width: calc(100% - 86px);
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .webinar-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
    margin-right: 0;
  }
  .webinar-image .webinar-earn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 0;
  }
  .webinar-image .webinar-earn > div {
    width: 108px !important;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: bold;
  }
  .webinar-image img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 118px);
            flex: 0 0 calc(100% - 118px);
    max-width: calc(100% - 118px);
  }
}
@media (min-width: 960px) {
  .webinar-image .webinar-earn {
    display: none !important;
  }
}

.webinars {
  counter-reset: webinar-counter; /* Khởi tạo bộ đếm */
}
@media (max-width: 480px) {
  .webinars {
    padding-top: 10px;
  }
}

.webinar-header .webinar-number::before {
  counter-increment: webinar-counter; /* Tăng số */
  content: counter(webinar-counter);
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.section-podcasts {
  background-color: #0f2677;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 32px 0;
  color: #fff;
}
@media (max-width: 480px) {
  .section-podcasts {
    padding: 16px 0;
  }
}
.section-podcasts .container {
  max-width: 1260px;
}
.section-podcasts h2.section-heading {
  background-color: #fff;
  display: block;
  padding: 20px;
  line-height: 1.01;
  color: #0f2677;
  font-family: "Danone One Condensed";
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
}

.podcasts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .podcasts {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .podcasts {
    padding: 25px 0;
  }
}

.podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 5px solid #fff;
  padding-bottom: 20px;
  margin-left: 50px;
  gap: 20px;
}
@media (max-width: 480px) {
  .podcast {
    margin-left: 0;
    gap: 12px;
    border-bottom: 3px solid #fff;
  }
  .podcast:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast {
    margin-left: 0;
    gap: 15px;
    border-bottom: 4px solid #fff;
  }
  .podcast:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.podcast ul {
  padding: 0;
  margin: 0;
}
.podcast li {
  padding: 0;
  margin: 0;
}
.podcast li::marker {
  content: none;
}
.podcast li p {
  margin-bottom: 0;
  text-transform: uppercase;
}
.podcast-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
@media (max-width: 480px) {
  .podcast-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
  }
}
.podcast-header span {
  display: block;
  background-color: #3aae2a;
  font-family: "Danone One Condensed";
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .podcast-header span {
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-header span {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.podcast-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
}
@media (max-width: 480px) {
  .podcast-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 194px);
            flex: 0 0 calc(100% - 194px);
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 292px);
            flex: 0 0 calc(100% - 292px);
  }
}
.podcast-content h3 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .podcast-content h3 {
    font-size: 15px !important;
    line-height: 17px;
    font-family: "Danone One Condensed";
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-content h3 {
    font-size: 24px !important;
    line-height: 25px;
    font-family: "Danone One Condensed";
  }
}
.podcast-content h4 {
  color: #3eae2b;
  font-size: 22px;
}
@media (max-width: 480px) {
  .podcast-content h4 {
    font-size: 12px;
    line-height: 15px;
    font-family: "Danone One Condensed";
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-content h4 {
    font-size: 18px;
    line-height: 20px;
    font-family: "Danone One Condensed";
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.podcast-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  list-style: none;
}
@media (max-width: 480px) {
  .podcast-content ul {
    gap: 10px;
  }
}
.podcast-content ul li::marker {
  content: none;
  display: none;
}
.podcast-content p {
  font-size: 20px;
  line-height: 1.13;
}
@media (max-width: 480px) {
  .podcast-content p {
    font-size: 12px;
    line-height: 15px;
    font-family: "Danone One Condensed";
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-content p {
    font-size: 18px;
    line-height: 21px;
    font-family: "Danone One Condensed";
  }
}
.podcast-guests ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  list-style: none;
}
@media (max-width: 480px) {
  .podcast-guests ul {
    gap: 4px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-guests ul {
    gap: 6px;
  }
}
.podcast-guests ul li::marker {
  content: none;
  display: none;
}
@media (max-width: 480px) {
  .podcast-guests img {
    width: 72px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-guests img {
    width: 112px;
    max-width: 112px;
  }
}

.podcast-cover__header > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.podcast-cover__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 480px) {
  .podcast-cover__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84px;
            flex: 0 0 84px;
    margin-right: 10px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-cover__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    margin-right: 0px;
  }
}
.podcast-cover__image img {
  -webkit-transform: translateY(-66px);
          transform: translateY(-66px);
  position: absolute;
}
@media (max-width: 480px) {
  .podcast-cover__image img {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    width: 70px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-cover__image img {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    width: 110px;
  }
}
.podcast-cover__title {
  margin: 60px 0 30px !important;
  line-height: 1.1;
}
@media (max-width: 480px) {
  .podcast-cover__title {
    margin: 16px 0 10px !important;
    font-size: 20px !important;
    line-height: 22px;
    font-family: "Danone One Condensed" !important;
    font-weight: bold;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-cover__title {
    margin: 30px 0 20px !important;
    font-size: 30px !important;
    line-height: 32px;
    font-family: "Danone One Condensed" !important;
    font-weight: bold;
  }
}
.podcast-cover__description {
  width: 90%;
  font-size: 20px;
}
@media (max-width: 480px) {
  .podcast-cover__description {
    font-size: 12px;
    line-height: 14px;
    font-family: "Danone One" !important;
    font-weight: normal;
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-cover__description {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .podcast-cover__description .block-holder {
    width: 84px;
    height: 2rem;
    float: right;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-cover__description .block-holder {
    width: 110px;
    height: 4rem;
    float: right;
  }
}
@media (max-width: 440px) {
  .podcast-cover__description .block-holder {
    width: 98px;
  }
}
@media (max-width: 440px) {
  .podcast-cover__description .block-holder {
    height: 0.8rem;
  }
}
@media (max-width: 390px) {
  .podcast-cover__description .block-holder {
    height: 0;
  }
}
.podcast-cover__ref {
  font-size: 13px !important;
}
.podcast-cover__ref p {
  font-size: 13px !important;
  margin-bottom: 5px;
}
.podcast-cover__ref p:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .podcast-cover__ref p {
    font-size: 10px !important;
    line-height: 1.2;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .podcast-cover__ref p {
    font-size: 11px !important;
    line-height: 1.2;
  }
}

.section-resources {
  background-color: #4dbccb;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .section-resources {
    padding-top: 16px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .section-resources {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-resources .container {
  max-width: 1260px;
}
.section-resources h2.section-heading {
  background-color: #fff;
  display: block;
  padding: 20px;
  line-height: 1.01;
  color: #4dbccb;
  font-family: "Danone One Condensed";
  font-size: 60px;
  letter-spacing: -1px;
  margin: 0;
}

.resources {
  width: 100%;
  background-color: #4dbccb;
  color: #fff;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .resources {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resources {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px;
  }
}

.resource {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 165px 40px auto;
  grid-template-columns: 165px auto; /* Cột 1 cố định 165px, cột 2 tự mở rộng */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Đảm bảo cả hai cột cao bằng nhau */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding-bottom: 20px;
  margin-left: 50px;
  gap: 40px;
}
@media (max-width: 480px) {
  .resource {
    -ms-grid-columns: 82px 20px auto;
    grid-template-columns: 82px auto;
    gap: 20px;
    margin-left: 0;
    padding-bottom: 5px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource {
    -ms-grid-columns: 128px 30px auto;
    grid-template-columns: 128px auto;
    gap: 30px;
    margin-left: 0;
    padding-bottom: 5px;
  }
}
.resource-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
}
@media (max-width: 480px) {
  .resource-header img {
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource-header img {
    margin-bottom: 20px;
  }
}
.resource-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 80px;
  height: 100%;
}
.resource-content:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #fff;
  right: 0;
  width: calc(100% - 165px - 40px);
}
@media (max-width: 480px) {
  .resource-content {
    padding-bottom: 16px;
  }
  .resource-content:after {
    height: 3px;
    width: calc(100% - 82px - 20px);
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource-content {
    padding-bottom: 20px;
  }
  .resource-content:after {
    height: 4px;
    width: calc(100% - 128px - 30px);
  }
}
.resource-content h3 {
  margin: 0 0 20px;
  font-family: "Danone One Condensed";
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 44px;
  line-height: 1.1;
}
@media (max-width: 480px) {
  .resource-content h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource-content h3 {
    font-size: 30px !important;
    line-height: 32px;
  }
}
.resource-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.resource-content li {
  margin: 0;
}
.resource-content li::marker {
  content: none;
  margin: 0;
  padding: 0;
}
.resource-description {
  margin-bottom: 30px;
  color: #0f2677;
  font-size: 22px;
}
@media (max-width: 480px) {
  .resource-description {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 16px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource-description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .resource-description p {
    font-size: 10px;
    line-height: 13px;
    font-family: "Danone One";
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource-description p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Danone One";
    margin-bottom: 15px;
  }
  .resource-description p:last-child {
    margin-bottom: 0;
  }
}
.resource-files li {
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .resource-files li {
    line-height: 13px;
    margin-bottom: 4px;
  }
}
.resource-files a {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 480px) {
  .resource-files a {
    font-size: 10px;
    line-height: 13px;
    font-family: "Danone One";
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .resource-files a {
    font-size: 16px;
    line-height: 20px;
    font-family: "Danone One";
  }
}

@media (max-width: 480px) {
  div.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  div.footer-logo {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 180px;
  }
}
@media (max-width: 480px) {
  div.footer-logo img {
    width: 200px;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  div.footer-logo img {
    width: 380px;
  }
}

@media (max-width: 480px) {
  .footer-credits .footer-lnks {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 481px) and (max-width: 959px) {
  .footer-credits .footer-lnks {
    margin-bottom: 20px !important;
  }
}
/*# sourceMappingURL=resources-v2.css.map */