@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  background-color: #EBEAEA;
  font-family: "Poppins";
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

section {
  width: 100%;
}
section .hero-top {
  margin-top: 2em;
  margin-left: 1em;
  margin-right: 1em;
}
section .hero-top .hero {
  width: 100%;
  background: #B1CBE8;
  border-radius: 10px;
}
section .hero-top .hero .hero-img {
  padding: 10px;
}
section .hero-top .hero .hero-img img {
  width: 100%;
  margin: auto;
}
section .hero-top .hero .hero-txt {
  font-size: 2em;
  line-height: 4rem;
  padding: 0 10px 10px 10px;
  text-align: center;
}
section .about-top {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 1em;
  margin-right: 1em;
}
section .about-top .a-txt h2 {
  color: #0060C9;
  font-size: 2em;
  line-height: 2.5rem;
}
section .about-top .a-txt .a-p {
  display: block;
  width: 100%;
}
section .about-top .a-txt .a-p .p-1 {
  padding-bottom: 1em;
}
section .about-top hr {
  border: 0;
  height: 1.5px;
  max-width: 100%;
  background-color: #0060C9;
  margin: 30px auto;
}
section .about-top .top-box {
  margin-top: 6em;
}
section .about-top .top-box .t-b {
  max-width: 100%;
}
section .about-top .top-box .t-b .t-content {
  background-color: #fff;
  height: auto;
  margin-bottom: 2em;
  padding: 2em;
  max-width: 100%;
  margin: 2em auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
section .about-top .top-box .t-b .t-content h3 {
  font-size: 1.5em;
}
section .partners {
  padding-top: 3em;
  padding-bottom: 3em;
  margin-left: 1em;
  margin-right: 1em;
}
section .partners .partners-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section .partners .partners-content .p-img {
  padding: 20px;
  margin: auto;
  width: 70%;
}
section .partners .partners-content img {
  width: 100%;
}
section .partners hr {
  border: 0;
  height: 1.5px;
  max-width: 100%;
  background-color: #0060C9;
  margin: 30px auto;
}
section .partners .footer-logo {
  margin-top: 4em;
}
section .partners .footer-logo .f-logo {
  display: block;
}
section .partners .footer-logo .f-logo .f-content {
  width: 60%;
  margin: auto;
  padding-bottom: 1em;
}
section .partners .footer-logo .f-logo .f-content img {
  max-width: 100%;
}
section .partners .footer-logo .f-logo .f-txt {
  width: 90%;
  margin: auto;
}
section .partners .footer-logo .f-logo .f-txt p {
  font-size: 14px;
  text-align: center;
}
section .about-hero {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}
section .about-hero .a-hero {
  background-image: url(/assets/img/banner.jpg);
  padding: 20px;
  border-radius: 10px;
  background-repeat: none;
  background-position: center;
  max-width: 100%;
  background-size: cover;
}
section .about-hero .a-hero h2 {
  color: #0060C9;
}
section .report_plat .report-p {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 100%;
}
section .report_plat .report-p .report-content {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 1em;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: auto;
}
section .report_plat .report-p .report-content h2 {
  color: #0060C9;
}
section .report_plat .report-p .report-content hr {
  border: 0;
  height: 1.5px;
  max-width: 100%;
  background-color: #0060C9;
  margin: 30px auto;
}
section .report_plat .report-p .report-content .r-p {
  width: 100%;
  margin: auto;
}
section .report_plat .report-p .report-content .r-p img {
  max-width: 70%;
}
section .report_plat .report-p .report-content .r-p .report-word {
  padding-bottom: 2em;
}
section .report_plat .report-p .report-content .r-p .report-word a {
  text-decoration: none;
  background: #0060C9;
  color: #fff;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 10px;
}
section .report_plat .report-p .report-content .r-p .report-word a:hover {
  background: #B1CBE8;
  color: #0060C9;
}
section .re-sect {
  padding-top: 2em;
  padding-bottom: 2em;
}
section .re-sect .re-1 {
  margin-left: 1em;
  margin-right: 1em;
}
section .re-sect .re-1 .re-content {
  max-width: 100%;
  background: #fff;
  margin-bottom: 1em;
  padding: 40px;
  text-align: center;
  height: 200px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
section .re-sect .re-1 .re-content img {
  max-width: 50%;
  height: 70px;
}
section .re-sect .re-1 .re-content a {
  text-decoration: none;
  background: #0060C9;
  color: #fff;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 10px;
}
section .re-sect .re-1 .re-content a:hover {
  background: #B1CBE8;
  color: #0060C9;
}
section .training-sect {
  padding-top: 2em;
  padding-bottom: 4em;
  max-width: 100%;
}
section .training-sect .training-1 {
  margin-left: 1em;
  margin-right: 1em;
}
section .training-sect .training-1 h2 {
  color: #0060C9;
  font-size: 3em;
  line-height: 3.5rem;
  padding-bottom: 1em;
}
section .training-sect .training-1 .courses .cus-1 {
  max-width: 100%;
  background: #fff;
  margin-bottom: 1em;
  padding: 30px;
  text-align: center;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
section .training-sect .training-1 .courses .cus-1 .train-img {
  width: 70%;
  margin: auto;
  text-align: center;
}
section .training-sect .training-1 .courses .cus-1 .train-img img {
  max-width: 50%;
  margin: auto;
}
section .training-sect .training-1 .courses .cus-1 .train-img h3 {
  color: #0060C9;
}
section .training-sect .training-1 .courses .cus-1 button {
  text-decoration: none;
  background: #0060C9;
  cursor: pointer;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}
section .training-sect .training-1 .courses .cus-1 button a {
  color: #fff;
  text-decoration: none;
  font-family: "poppins";
}
section .training-sect .training-1 .courses .cus-1 button:hover {
  background: #B1CBE8;
}
section .training-sect .training-1 .courses .cus-1 button:hover a {
  color: #0060C9;
}

.ad {
  background-color: #fff;
  padding-bottom: 2em;
  padding-top: 2em;
  width: 100%;
}
.ad .body-ad {
  max-width: 100%;
  margin-left: 1em;
  margin-right: 1em;
}
.ad .body-ad .b-ad .ad-content {
  display: block;
}
.ad .body-ad .b-ad .ad-content .ad-img {
  width: 100%;
  padding-bottom: 2em;
}
.ad .body-ad .b-ad .ad-content .ad-img img {
  max-width: 100%;
}
.ad .body-ad .b-ad .ad-content .ad-img video {
  max-width: 100%;
}
.ad .body-ad .b-ad .ad-content .ad-txt h2 {
  color: #0060C9;
  font-size: 2em;
}

@media screen and (min-width: 1024px) {
  section {
    width: 1200px;
    margin: auto;
  }
  .hero-top {
    max-width: 1200px;
  }
  .hero-top .hero {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .hero-top .hero .hero-img {
    width: 100%;
  }
  .hero-top .hero .hero-txt {
    width: 100%;
  }
  .hero-top .hero .hero-txt h1 {
    font-size: 2.5em;
    padding-right: 1em;
    text-align: left;
    line-height: 1.1em;
  }
  .about-hero .a-hero {
    height: 200px;
    align-content: center;
    text-align: center;
  }
  .about-top .about-t .a-txt .a-p {
    display: flex;
    gap: 40px;
  }
  .about-top .about-t .a-txt .a-p .p-1 {
    width: 50%;
  }
  .about-top .about-t .a-txt .a-p .p-1 p {
    line-height: 2rem;
  }
  .about-top .top-box {
    padding-bottom: 5em;
  }
  .about-top .top-box .t-b {
    display: flex;
    gap: 10px;
  }
  .about-top .top-box .t-b .t-content {
    width: 100%;
  }
  .ad .body-ad {
    width: 1200px;
    margin: auto;
  }
  .ad .body-ad .b-ad .ad-content {
    display: flex;
    gap: 40px;
  }
  .ad .body-ad .b-ad .ad-content .ad-img {
    width: 50%;
  }
  .ad .body-ad .b-ad .ad-content .ad-txt {
    width: 50%;
    padding-left: 2em;
    align-content: center;
  }
  .partners .partners-top .partners-content {
    grid-template-columns: repeat(5, 1fr);
  }
  .footer-logo .f-logo .f-content {
    width: 50%;
    margin: auto;
    text-align: center;
  }
  .footer-logo .f-logo .f-content img {
    width: 50%;
  }
  .re-sect {
    margin-bottom: 3em;
  }
  .re-sect .re-1 {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 20px;
  }
  .training-sect .training-1 .courses {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
  }
  .training-sect .training-1 .courses .cus-1 .train-img {
    padding-bottom: 2em;
  }
  .training-sect .training-1 .courses .cus-1 .train-img h3 {
    font-size: 1.5em;
  }
  .report_plat {
    margin-top: 3em;
    margin-bottom: 5em;
  }
  .report_plat .report-p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .report_plat .report-p .report-content .r-p {
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
  }
  .report_plat .report-p .report-content .r-p .r-img {
    width: 60%;
    margin: auto;
  }
}/*# sourceMappingURL=main.css.map */