/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
  font-family: sans-serif, Arial;
  letter-spacing: 1px;
}

header .top-title {
  display: flex;
  justify-content: center;
  background-color: #f6b859;
}
header .top-title img {
  width: 500px;
}
@media (max-width: 767px) {
  header .top-title img {
    width: 400px;
  }
}
header .banner {
  position: relative;
}

.content {
  overflow-x: hidden;
}
.content section p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .content section p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .content section p {
    font-size: 16px;
  }
}
.content table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}
.content table td,
.content table th {
  vertical-align: middle;
  text-align: center;
}
.content table tr,
.content table td,
.content table th {
  padding: 10px;
  line-height: 26px;
  border-style: solid;
  border-width: 2px;
}
.content table th,
.content table tr > td:first-child {
  color: #fff;
  background-color: #1d3957;
}
.content table td {
  font-weight: bold;
  background-color: #f6b859;
  border-color: #fff;
}
.content .course {
  background-color: #efd2b0;
}
.content .course h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1755a6;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 575px) {
  .content .course h2 {
    font-size: 20px;
  }
}
.content .course div {
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  .content .course div {
    margin-left: -15px;
    justify-content: space-around;
  }
}
.content .course div:last-child {
  margin: -30px auto -25px;
}
@media (max-width: 575px) {
  .content .course div:last-child {
    margin: 0 0 0 -15px;
  }
}
.content .course div section {
  display: flex;
  align-items: center;
}
.content .course div section img {
  width: 100px;
}
@media (max-width: 575px) {
  .content .course div section img {
    width: 65px;
  }
}
.content .course div section h3 {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .content .course div section h3 {
    font-size: 18px;
  }
}
.content .title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 575px) {
  .content .title {
    font-size: 16px;
  }
}
.content .title img {
  width: 30px;
}
.content .faq-list {
  font-size: 20px;
  padding-left: 30px;
  list-style: auto;
}
@media (max-width: 991px) {
  .content .faq-list {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .content .faq-list {
    font-size: 16px;
  }
}
.content li {
  margin: 15px 0;
  line-height: 30px;
}
.content .logo {
  display: flex;
  justify-content: end;
}
.content .logo img {
  width: 150px;
}
.content .paragraph {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .content .paragraph {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .content .paragraph {
    font-size: 16px;
  }
}
.content .paragraph p {
  margin-left: 30px;
  line-height: 36px;
}
.content .paragraph .form-btn {
  display: flex;
  justify-content: center;
}
.content .paragraph .form-btn a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.content .paragraph .form-btn a:hover span {
  color: #1d3957;
}
.content .paragraph .form-btn a img {
  width: 400px;
  height: 200px;
}
@media (max-width: 575px) {
  .content .paragraph .form-btn a img {
    width: 320px;
    height: 160px;
  }
}
.content .paragraph .form-btn a span {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 2px;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .content .paragraph .form-btn a span {
    top: 50px;
    font-size: 18px;
  }
}
.content .paragraph .lecturer h2 {
  font-size: 36px;
  margin-left: 185px;
}
@media (max-width: 767px) {
  .content .paragraph .lecturer h2 {
    font-size: 30px;
    margin-left: 160px;
  }
}
@media (max-width: 575px) {
  .content .paragraph .lecturer h2 {
    margin-left: 0;
  }
}
.content .paragraph .lecturer small {
  margin: 7px 0 0 20px;
}
@media (max-width: 767px) {
  .content .paragraph .lecturer small {
    font-size: 16px;
  }
}
.content .lecturer-list {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .content .lecturer-list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content .lecturer-list {
    padding: 0 5vw;
  }
}
.content .lecturer-list img {
  margin: 10px;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .content .lecturer-list img {
    width: 90px;
    height: 90px;
  }
}
.content .lecturer-list div {
  padding: 3px;
  border-radius: 100px;
  background-color: #1e3957;
}
.content .lecturer-list span {
  margin: auto;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.content .lecturer-list span h3 {
  font-size: 36px;
}
@media (max-width: 991px) {
  .content .lecturer-list span h3 {
    font-size: 26px;
    margin: 5px auto;
  }
}
.content .lecturer-list span h4 {
  width: 220px;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .content .lecturer-list span h4 {
    width: 100%;
    font-size: 16px;
    margin-top: 0;
  }
}

footer {
  padding: 20px;
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #f6b859;
}
@media (max-width: 991px) {
  footer {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  footer {
    justify-content: center;
  }
}
footer h3 {
  line-height: 26px;
  position: relative;
  z-index: 100;
}
footer .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30vw;
  border-width: 0px 0px 130px 130px;
  border-style: solid;
  border-color: transparent transparent #1d3957 transparent;
}
@media (max-width: 575px) {
  footer .triangle {
    border-width: 0;
  }
}

.course-list {
  margin-top: 100px;
}
.course-list h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-bottom: 15px;
  background-color: #f6b859;
}
.course-list section {
  padding: 30px 30px 10px;
  border: 2px solid #f6b859;
}
.course-list section p:first-child {
  height: 110px;
}
@media (max-width: 991px) {
  .course-list section p:first-child {
    height: auto;
  }
}
.course-list a {
  position: relative;
  display: flex;
  justify-content: center;
}
.course-list a:hover img,
.course-list a:hover span {
  opacity: 0.8;
}
.course-list a img {
  width: 170px;
  height: auto;
  transition: all 0.3s;
}
.course-list a span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #000;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}

.info {
  display: block;
  position: absolute;
  left: 395px;
  font-size: 16px;
  text-align: end;
}
@media (max-width: 991px) {
  .info {
    left: 345px;
  }
}
@media (max-width: 767px) {
  .info {
    left: unset;
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */