
* {
    box-sizing: border-box;
}
.wrapper {
  margin: 0 auto;
}


.bdr-ripple-ani-btn {
    color: white;
    animation: at-ripple-blue 0.6s linear infinite;
}
.bdr-ripple-ani-btn {
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    color: #666;
    animation: at-ripple-blue 0.6s linear infinite;
    overflow: hidden;
}
.contact-tele {
    width: 70px;
    height: 70px;
    background-color: #0cb1e300;
    position: fixed;
    bottom: 100px;
    right: 100px;
    border-radius: 50%;
    z-index: 10000;
}

@keyframes at-ripple-blue {
    0% {
    box-shadow: 0 4px 10px rgba(111, 155, 180, 0.774), 0 0 0 0 rgba(72, 126, 161, 0.644), 0 0 0 5px rgba(42, 94, 161, 0.788), 0 0 0 10px rgba(47, 120, 153, 0.719);
    }
    100% {
    box-shadow: 0 4px 10px rgba(91, 162, 209, 0.192), 0 0 0 5px rgba(80, 157, 219, 0.274), 0 0 0 10px hsla(202, 75%, 71%, 0.205), 0 0 0 20px rgba(107, 203, 241, 0.192);
    }
}


.header {
  background-color: black;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif !important;
  color: ffe600 !important;
  font-weight: 500;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.header-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.header-logo+.menu {
  margin-left: 40px;
}

.header-auth {
  display: flex;
  align-items: center;
  gap: 0 25px;
}

.header-signin {
  font-weight: 500;
  color: #FFFFFF;
  background-color: #e1c500;
  padding: 10px 40px;
  border-radius: 20px;
}

.header-signup {
  font-weight: 500;
  color: #FFFFFF;
  background-color: #e1c500;
  padding: 10px 40px;
  border-radius: 20px;
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 80px;
}

.menu-text {
  color: #ffe600;
}

.menu+.header-auth {
  margin-left: 145px;
}

.menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
}

.menu-link-link {
  color: #006690;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .menu {
    display: none;
  }
}

.hero {
  background: url(../image/background-banner.png), #181818;
  mix-blend-mode: normal;
  box-shadow: inset 0px -9px 22px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.hero-banner {
  border-bottom: 8px solid rgba(0, 0, 0, 0.3);
  border-radius: 43px;
  padding-top: 30px;
  max-width: 100%;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-logo {
  margin-top: 26px;
  max-width: 250px;
}

.intro {
  background: url(../image/BG-nen.png);
  background-attachment: fixed;
}

.intro-images {
  margin-top: 50px;
  margin-bottom: 15px;
  width: 100%;
}

.intro-container {
  background-color: #fff;
  border: 4px solid #e1c500;
  border-radius: 27px;
  padding: 0 10px;
  font-size: 1.1rem;
  width: 100%;
  line-height: 1.5;
}

.intro-title {
  text-align: center;
  padding-top: 15px;
}

.intro .tabel-daily {
  margin: 10px 0;
  border-collapse: collapse;
  width: 100%;
}

.intro .tabel-daily th {
  color: red;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(157, 157, 157) 100%);
}

.intro .tabel-daily th,
.intro .tabel-daily td {
  padding: 15px;
  border: 2px solid #ddd;
  text-align: center;
}

.intro .tabel-daily tr:nth-child(odd) {
  background-color: hsl(198.75, 100%, 90.59%);
}

.contact-container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.contact-info {
  max-width: 808px;
  position: relative;
}

.contact-info img {
  max-width: 880px;
}

.contact-info .content {
  position: absolute;
  top: 170px;
  left: 100px;
}

.contact-info .content .content-info .mail {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.contact-info .content .content-info .mail .title {
  color: #fff;
  font-weight: 700;
}

.contact-info .content .content-info .mail .text {
  color: #ffffff;
}

.contact-info .content .content-info .phone {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.contact-info .content .content-info .phone .title {
  color: #fff;
  font-weight: 700;
}

.contact-info .content .content-info .phone .text {
  color: #ffffff;
}

.contact-info .content .content-info .telegram {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.contact-info .content .content-info .telegram .title {
  color: #fff;
  font-weight: 700;
}

.contact-info .content .content-info .telegram .text {
  color: #ffffff;
}

.contact-info .content .content-info .follow {
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info .content .content-info .follow .facebook img {
  max-width: 40px;
}

.contact-info .content .content-info .follow .youtube img {
  max-width: 60px;
}

.contact-image img {
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  .contact-container {
    flex-direction: column;
    align-items: center;
  }

  .contact-info {
    margin-bottom: 10px;
  }

  .contact-info .content {
    top: 40%;
  }
}

.program-age {
  margin-top: 40px;
  text-align: center;
}

.program-age .program-image {
  max-width: 700px;
  margin-bottom: 50px;
}

.program-age .program {
  position: relative;
  background: linear-gradient(180deg, #e1c500 36.46%, #63D1FF 100%);
  border-radius: 47px;
  text-align: left;
  color: #fff;
  font-size: 30px;
  line-height: 2;
  padding: 10px 20px;
}

.program-age .program-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.slogan {
  margin-top: 71px;
  text-align: center;
}

.slogan-text {
  margin-top: 55px;
  margin-bottom: 30px;
}

.slogan-step {
  margin-bottom: 50px;
}

.slogan-content {
  display: flex;
  align-items: center;
}

.slogan-content-text {
  padding: 0 15px;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  max-width: 850px;
  height: 300px;
  color: #fff;
  font-weight: 50;
  font-size: 20px;
  line-height: 2;
  background: linear-gradient(90deg, #e1c500 49.7%, #63D1FF 98.65%);
  border: 4px solid #FFFFFF;
  border-radius: 0px 41px 41px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slogan-content-text a{
    color: #fff;
}

.slogan-banner {
  position: relative;
}

.slogan-banner img {
  max-width: 360px;
}

.slogan-banner-icon {
  position: absolute;
  display: inline-block;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

.slogan-banner .text {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  color:white;
  font-weight: 700;
  font-size: 25px;
  transform: translate(-50%, -50%);
}

.slogan-banner .text-step {
  position: absolute;
  display: inline-block;
  top: 87%;
  color: #fff;
  left: 50%;
  font-weight: 700;
  font-size: 30px;
  transform: translateX(-50%);
}

.highlight {
  text-align: center;
}

.highlight-table {
  position: relative;
  display: inline-block;
  margin: 20px;
}

.highlight-table img {
  max-width: 400px;
}

.highlight-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  padding-bottom: 90px;
}

.highlight-header {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 300px;
  transform: translatex(-50%);
}

.highlight-body {
  position: absolute;
  top: 10%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  width: 300px;
  line-height: 1.5;
  color: white;
}

.ceo {
  text-align: center;
  background: #e1c500;
}

.ceo-text {
  font-style: italic;
  font-weight: 500;
  font-size: 44.52px;
  line-height: 52px;
  color: #FFFFFF;
  padding-top: 50px;
  margin-top: 0;
}

.ceo-logo {
  margin-top: 30px;
  font-weight: 900;
  font-size: 83.9031px;
  line-height: 98px;
  color: #FFFFFF;
  -webkit-text-stroke: 4px #37C4FF;
  padding-bottom: 50px;
}

.napthe {
  background: url(../image/napthe-bg.png);
  mix-blend-mode: overlay;
  text-align: center;
  height: 60rem;
}

.napthe-logo {
  margin: 50px;
}

.napthe-content {
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: normal;
  padding-bottom: 50px;
}

.napthe-content-title {
  color: #fff;
  background: #e1c500;
  padding: 15px 0;
  margin: 0;
}

.napthe-content-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 0 100px;
}

.napthe-content-info .title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.napthe-content-info .info {
  color: #C50000;
  font-size: 20px;
  font-weight: 500;
}

.napthe-content-banklist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #23A7E0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  background: #E7F1FF;
  border: 1px solid #B8B8B8;
  padding: 5px 15px;
}

.napthe-content-banklist .icon {
  transform: rotate(-90deg);
  color: #23A7E0;
}

.footer {
  text-align: center;
  background-color: black;
}

.footer-text {
  /*color: #929292;*/
  color: #FFF;
}

/*# sourceMappingURL=app.css.map */



:root {
  --main-color: rgb(252, 143, 0);
}


.display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-cskh {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url("../image/bg-cskh.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .wrap-cskh {
    padding: 20px 0;
  }
}

.wrap-cskh_content {
  max-width: 481px;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: normal;
  border: 1px solid #e1c500;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .wrap-cskh_content {
    border: none;
    padding: 10px 0;
    background: none;
  }
}

.cskh_title {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #e1c500;
}

@media (max-width: 480px) {
  .cskh_title {
    font-size: 25px;
  }
}

.cskh_btn-to-home {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .cskh_btn-to-home {
    width: 90%;
    height: 100px;
    margin-bottom: 5px;
  }
}

.cskh_text-1 {
  width: 340px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #e1c500;
  margin: 0 auto;
}

.cskh_btn-1 {
  width: 75%;
  height: 55px;
  min-width: 300px;
  margin: 15px auto;
  background: url("../image/bgBtn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
}

.cskh_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}

.cskh_item {
  display: flex;
  gap: 10px;
}

.cskh_item_icon {
  width: 49.1px;
  height: 49.1px;
  background: linear-gradient(0deg, #e1c500 -6.88%, #2ECDFF 91.31%);
  border-radius: 10px;
}

.cskh_item_btn {
  width: 328.39px;
  height: 49.1px;
  background: linear-gradient(0deg, #e1c500 -6.88%, #2ECDFF 91.31%);
  border-radius: 32px;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .cskh_item_btn {
    width: 300px;
  }
}

.cskh_footer_icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}

.cskh_footer_icons>img {
  width: 86px;
  height: 86px;
}

@media (max-width: 480px) {
  .cskh_footer_icons>img {
    width: 70px;
    height: 70px;
  }
}


.wrap-dl-app {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url("../image/bg-cskh.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

@media (max-width: 480px) {
  .wrap-dl-app {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .dl-app {
    padding-bottom: 10px;
  }
}

.dl-app_logo {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .dl-app_logo {
    width: 480px;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .dl-app_logo {
    width: 400px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .dl-app_logo {
    width: 365px;
    margin-top: 40px;
  }
}

.dl-app_btn-1 {
  width: 75%;
  height: 80px;
  min-width: 350px;
  max-width: 430px;
  margin: 0px auto;
  background: url("../image/bgBtn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: 900;
  font-size: 35px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0px 10px;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .dl-app_btn-1 {
    font-size: 30px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .dl-app_btn-1 {
    font-size: 25px;
    line-height: 25px;
    height: 70px;
  }
}

.dl-app_title {
  font-weight: 900;
  font-size: 64px;
  line-height: 75px;
  text-align: center;
  color: #e1c500;
  margin-top: 150px;
}

@media (max-width: 1024px) {
  .dl-app_title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width: 768px) {
  .dl-app_title {
    font-size: 35px;
    line-height: 40px;
    margin-top: 110px;
  }
}

@media (max-width: 480px) {
  .dl-app_title {
    font-size: 28px;
    line-height: 30px;
    margin-top: 80px;
  }
}

.dl-app_list-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 35px;
  margin: 35px 0;
}

@media (max-width: 480px) {
  .dl-app_list-btn {
    padding: 5px;
  }
}

.dl-app_item-btn {
  width: 390px;
  height: 68px;
  display: flex;
  background: url("../image/bgBtn2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #e1c500;
}

@media (max-width: 768px) {
  .dl-app_item-btn {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .dl-app_item-btn {
    width: 100%;
    height: 64px;
  }
}

.dl-app_item-btn>span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dl-app_item-btn>img {
  position: relative;
  left: 10px;
  top: -12px;
  width: 100px;
  width: 70px;
  height: 70px;
}

/*# sourceMappingURL=main.css.map */


/*# sourceMappingURL=main.css.map */
