<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
  font-family: "Lucida Grande", Lucida Sans Unicode, Hiragino Sans GB,
    WenQuanYi Micro Hei, Verdana, Aril, sans-serif;
}
nav {
  height: 80px;
  line-height: 80px;
}

nav ul a {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.tel {
  font-size: 28px;
  color: #3ea3ff;
}
.tel i {
  line-height: 5px;
  padding-top: 10px;
}

/* navbar */
.brand-logo img {
  margin-top: 6px;
  width: 522px;
}

.banner {
  display: block;
  min-height: 400px;
  background: url(../images/banner.jpg) no-repeat center center;
}

/* content */
h3 {
  font-size: 24px;
  line-height: 18px;
}
h4 {
  font-size: 32px;
  line-height: 42px;
}
h5 {
  line-height: 42px;
}

hr {
  width: 80px;
  height: 3px;
  background: #3ea3ff;
  border: 0;
}

.card {
  margin-top: 20px;
  min-height: 455px;
}
.card-title {
  font-size: 24px;
  color: #131313;
  font-weight: bold;
}
.card-content {
  padding: 20px;
  color: #333333;
}

/* Acquisition */
.acquisition .card {
  padding: 5px;
  border-radius: 15px 0px 25px;
  min-height: 210px;
  text-align: left;
}

.acquisition .card-title {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  border-bottom: #7c7c7c dotted 1px;
}
.acquisition .card-content {
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.acquisition-01 {
  border: #f4224f solid 1px;
}
.acquisition-02 {
  border: #106dd4 solid 1px;
}
.acquisition-03 {
  border: #f8662a solid 1px;
}
.acquisition-04 {
  border: #14ba78 solid 1px;
}

/* Outline */

.outline {
  background-color: #f3f3f3;
}

/* Certificate */
.certificate-title {
  font-size: 14px;
  font-weight: bold;
}

.certificate h4 {
  font-size: 18px;
  line-height: 28px;
}
/* Assessment */
.assessment {
  text-align: center;
}
.assessment h5 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
}

.assessment img {
  margin: 20px 0 20px 0;
}

/* Teacher */
.teacher {
  background-color: #1e59a8;
  color: #ffffff;
  padding: 20px;
}
.teacher h4 {
  font-size: 38px;
  font-weight: bold;
}
.teacher h5 {
  font-size: 16px;
}
.teacher span {
  font-size: 22px;
  color: #fff511;
  font-weight: bold;
}
/* Ability*/
.ability {
}
.ability h4 {
  color: #2e4fb0;
  font-weight: bold;
}

/* About */
.about {
  color: #333;
  background-color: #f3f3f3;
}
.about-info {
  color: #2e4fb0;
}
.about-content {
  margin: 20px 0 20px 0;
}
.about p {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  line-height: 30px;
  text-indent: 2em;
}

.about img {
  margin-top: 20px;
}

.about-num {
  font-size: 64px;
  font-weight: bold;
  color: #2e4fb0;
}
.calltoaction{
  display: none;
}
.page-footer{
  background-color: #f6f5f0;
  color: #787877;
  text-align: center;
}
.page-footer a{
  color: #787877;
  padding: 0 15px;
}
.footer_info {
  margin-top: 30px;
}

.page-footer p{
  color: #787877;
  font-size: 11px;
  line-height: 14px;
}

@media only screen and (max-width: 640px) {
  nav {
    height: 45px;
    line-height: 45px;
  }
  .nav-wrapper {
    text-align: left;
  }

  nav .brand-logo {
    position: relative;
    margin-left: 10px;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .tel {
    font-size: 14px;
  }

  .tel i {
    line-height: 10px;
    line-height: 25px;
  }

  .container {
    width: 100%;
  }
  .brand-logo img {
    margin-top: 6px;
    width: 100px;
  }
  h2,
  h3,
  h4 {
    font-size: 16px;
  }

  .banner {
    display: block;
    background: url(../images/banner-m.jpg) no-repeat center center;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100%;
    height: 140px;
    min-height: 150px;
    padding: 0;
    margin: 0;
  }

  h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
  }
  h4 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
  }
  h5 {
    font-size: 12px;
    line-height: 20px;
  }

  hr {
    width: 80px;
    height: 3px;
    background: #3ea3ff;
    border: 0;
  }

  .course .grey-text {
    font-size: 12px;
  }

  .card {
    min-height: 262px;
  }
  .card-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
  .card-content {
    padding: 10px;
    font-size: 12px;
  }

  .content p {
    font-size: 12px;
  }

  .acquisition .card{
    min-height: 220px;
  }
  .acquisition .card-title{
    font-size: 14px;
  }

  .teacher h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .teacher h5 {
    font-size: 12px;
  }

  .teacher span {
    font-size: 12px;
  }

  .ability h4{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .certificate h4{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .assessment h5{
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .outline h4{
    margin-bottom: 10px;
  }
  .about {
    font-size: 12px;
    margin-bottom: 50px;
  }
  .about-num {
    font-size: 32px;
  }

  .about-content p{
    width: 90%;
  }

  .certificate-title{
    font-size: 12px;
  }
  .calltoaction{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    position: fixed;
    bottom: 0px;
    border-top: rgb(226, 226, 226) solid 1px;
  }
  .calltoaction a{
    display: block;
    width: 100%;
    height: 49px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
  }
  .calltoaction .col{
    padding: 0;
  }
  .button-tel{
    background-color: #fff;
    color: #333;
  }
  .button-chat{
    background-color: #ea2c1c;
    color: #fff;
  }

}
</pre></body></html>