@charset "UTF-8";
body {
  font-family: "Poppins", "Arial", sans-serif;
  width: 100%;
  height: 100%;
  background: #000;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}
@media (max-width: 1280px) {
  body {
    font-size: 18px;
  }
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    width: 85%;
    max-width: 100%;
  }
}

h1 {
  background: linear-gradient(90deg, #C5921E 0%, #F8C631 16.31%, #FFE986 46.35%, #F9C82E 78.65%, #C28D14 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  color: #EEC22D;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

h4 {
  color: #EEC22D;
  font-weight: 700;
}

.red-txt {
  color: #F00;
}

#arrowTop {
  position: fixed;
  right: 2%;
  bottom: 20px;
  background: transparent;
  padding: 0;
  border: none;
}
@media (max-width: 1280px) {
  #arrowTop img {
    zoom: 0.7;
  }
}

header {
  width: 100%;
  height: 100px;
  background: #EEC22D;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  header {
    height: 80px;
  }
}
header .header-wrap {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  header .header-wrap {
    max-width: 100%;
    gap: 10px;
  }
}
header .logo {
  padding-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  header .logo {
    height: 40px;
    padding-left: 20px;
  }
}
header nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 1280px) {
  header nav {
    display: none;
  }
  header nav.show {
    position: absolute;
    top: 80px;
    display: flex;
    flex-direction: column;
    background: #1F1F1F;
    height: -moz-max-content;
    height: max-content;
    min-width: 100%;
  }
  header nav.show ul {
    height: auto;
    padding: 20px;
  }
  header nav.show ul a {
    color: #fff;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 35px;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav a {
  color: #000;
  font-size: 20px;
}
header .btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  header .btn-group {
    padding-right: 20px;
  }
}
header .register-btn {
  height: 35px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 99px;
  border-radius: 30px;
  background: #000;
  gap: 5px;
}
header .hamburger-wrap {
  display: none;
}
@media (max-width: 1280px) {
  header .hamburger-wrap {
    display: flex;
  }
}
@media (max-width: 1280px) {
  header .hamburger {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
  }
}
header .hamburger .bar {
  background-color: #fff;
  width: 30px;
  height: 4px;
  margin: 0.26em 0;
  display: block;
  transition: all 0.4s ease;
  transform-origin: 0 0;
}

main {
  margin: 50px auto;
}
@media (max-width: 1280px) {
  main {
    margin: 30px auto;
  }
}

.banner-wrap {
  margin: 30px auto;
  width: 100%;
  min-height: 394px;
  background: url(../img/banner.png) no-repeat center/cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 24px;
  border-radius: 30px;
  border: 3px solid #C5921E;
}
@media (max-width: 1280px) {
  .banner-wrap {
    font-size: 18px;
    height: auto;
    background: url(../img/banner-m.png) no-repeat center bottom/contain;
    border: 1px solid #C5921E;
    border-radius: 10px;
    margin: 20px auto;
  }
}
.banner-wrap p {
  width: 50%;
  padding-right: 57px;
}
@media (max-width: 1280px) {
  .banner-wrap p {
    width: 100%;
    padding-right: 0;
    padding: 28px 15px 200px 15px;
  }
}

.sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .sub-menu {
    flex-direction: column;
    gap: 10px;
  }
}
.sub-menu .sub-item {
  border-radius: 5px;
  background: #9C2A2A;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 50px;
}
@media (max-width: 1280px) {
  .sub-menu .sub-item {
    width: calc(100% - 60px);
    justify-content: flex-start;
    padding: 0 30px;
  }
}

.feature-wrap {
  max-width: 1200px;
  margin: 50px auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1280px) {
  .feature-wrap {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }
}
.feature-wrap .feature-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-wrap .feature-img img {
  max-width: 400px;
}
@media (max-width: 1280px) {
  .feature-wrap .feature-img img {
    max-width: 100%;
  }
}

.step-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1280px) {
  .step-wrap {
    max-width: 100%;
  }
}
.step-wrap .step-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
}
.step-wrap .step-item-wrap .item-info-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 1280px) {
  .step-wrap .step-item-wrap .item-info-wrap {
    flex-direction: column;
  }
}
.step-wrap .step-item-wrap .item-info-wrap .item-info {
  flex: 1;
  border: 2px solid #C5921E;
  padding: 20px 30px;
}
.step-wrap .step-item-wrap .item-info-wrap h5 {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
}
.step-wrap .step-item-wrap .item-info-wrap h5::before {
  position: absolute;
  left: -15px;
  content: "•";
}

.section2 {
  max-width: 1200px;
  margin: 50px auto;
}
@media (max-width: 1280px) {
  .section2 {
    max-width: 100%;
    margin: 30px auto;
  }
}
.section2 .section2-banner {
  margin: 20px auto;
}
.section2 .section2-banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section2 .list-item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.section2 .list-item h5 {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
}
.section2 .list-item h5::before {
  position: absolute;
  left: -15px;
  content: "•";
}
.section2 .list-item ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
}

.section3 {
  background: #FFF;
  padding: 50px 0;
  color: #000;
}
@media (max-width: 1280px) {
  .section3 {
    padding: 30px 0;
  }
}
.section3 .container {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .section3 .container {
    max-width: 100%;
  }
}
.section3 .desc-info {
  margin: 20px auto 30px;
}
.section3 .features-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section3 .features-list .list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1280px) {
  .section3 .features-list .list-item {
    flex-direction: column;
    gap: 20px;
  }
}
.section3 .features-list .list-item img {
  max-width: 300px;
}
.section3 .features-list .list-item .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section3 .features-list .list-item .item-info h5 {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
}
.section3 .features-list .list-item .item-info h5::before {
  position: absolute;
  left: -15px;
  content: "•";
}
.section3 .features-list .list-item .item-info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}

.section4 .container {
  max-width: 1200px;
}
.section4 .list-item {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section4 .list-item h4 {
  color: #fff;
}
.section4 .list-item h5 {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
}
.section4 .list-item h5::before {
  position: absolute;
  left: -15px;
  content: "•";
}
.section4 .list-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
}
.section4 .list-item ul li {
  border: 2px solid #C5921E;
  padding: 20px 30px;
}

.section5 {
  margin-top: 50px;
}
.section5 .container {
  max-width: 1200px;
}
.section5 .section5-banner {
  margin: 20px auto;
}
.section5 .section5-banner img {
  width: 100%;
}
.section5 .list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 18px;
  padding: 30px 0;
}
.section5 .list-item:not(:last-child) {
  border-bottom: 1px solid #EEC22D;
}
.section5 .list-item h5 {
  font-weight: 400;
  position: relative;
}
.section5 .list-item h5::before {
  position: absolute;
  left: -15px;
  content: "•";
}

footer {
  width: 100%;
  height: 128px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-align: center;
}
footer .copyright-txt {
  margin-top: 20px;
}

.breadcrumb {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  font-size: 18px;
  align-items: center;
  margin: 20px auto 0;
}
@media (max-width: 1280px) {
  .breadcrumb {
    width: 85%;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .breadcrumb {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.breadcrumb li {
  list-style: none;
}
.breadcrumb li + li:before {
  content: " / ";
  margin-left: 5px;
}
.breadcrumb a,
.breadcrumb a:visited {
  color: #fff;
}

.article-wrapper {
  margin-top: 15px;
}
.article-wrapper h1 {
  line-height: normal;
  background: #000;
  padding: 10px 50px;
  color: #FCBB1E;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.article-wrapper h2 {
  color: #EEC22D;
}
.article-wrapper p {
  line-height: 2;
}
.article-wrapper .article-content {
  margin: 20px 0;
}
.article-wrapper .article-content ul {
  margin-left: 10px;
}
.article-wrapper .article-content ul li {
  list-style: disc;
  line-height: 2;
}
.article-wrapper .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 100vh;
}
.article-wrapper .article-list .article-item {
  color: #fff;
  width: calc(33% - 10px);
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1280px) {
  .article-wrapper .article-list .article-item {
    width: 100%;
  }
}
.article-wrapper .article-list .article-item h2 {
  color: #EEC22D;
}
.article-wrapper .article-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */