@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Bold.woff2") format("woff2"), url("../fonts/Aptos-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos.woff2") format("woff2"), url("../fonts/Aptos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-BoldItalic.woff2") format("woff2"), url("../fonts/Aptos-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-ExtraBold.woff2") format("woff2"), url("../fonts/Aptos-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Aptos-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Italic.woff2") format("woff2"), url("../fonts/Aptos-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-Light.woff2") format("woff2"), url("../fonts/Aptos-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-LightItalic.woff2") format("woff2"), url("../fonts/Aptos-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-SemiBold.woff2") format("woff2"), url("../fonts/Aptos-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aptos";
  src: url("../fonts/Aptos-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Aptos-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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,
p,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
}
a:hover, a:focus {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  font-family: "Aptos";
}
@media (max-width: 1280px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.active {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
  display: inline !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 600;
}
body h2 {
  font-size: 46px;
}
@media (max-width: 1280px) {
  body h2 {
    font-size: 40px;
  }
}
body h3 {
  font-size: 28px;
}
@media (max-width: 1280px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-size: 24px;
}
@media (max-width: 1280px) {
  body h4 {
    font-size: 22px;
  }
}
body h5 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  body h5 {
    font-size: 18px;
  }
}

/*======================================== end config =================================*/
.container {
  max-width: 1296px !important;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .container {
    max-width: 100% !important;
    padding: 0 80px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.padd-main {
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .padd-main {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .padd-main {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 36px 0;
  }
}

.title {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 24px;
  }
}
.title h2 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px;
  }
}

.btn-main a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 40px;
  border-radius: 60px;
  color: #fff;
  background: #1B7BBF;
}

.btn-main a.white {
  color: #1B7BBF;
  background: #fff;
  border: 1px solid #1B7BBF;
}

.btn-main a.white:hover {
  background: #1B7BBF;
  color: #fff;
}

.btn-main a.btn-banner {
    color: #1B7BBF;
    background: #fff;
}

@media (max-width: 1023px) {
  .btn-main a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .btn-main a {
    font-size: 14px;
    padding: 12px 24px;
  }
}

.swiper-button {
  width: 64px;
  height: 64px;
  margin: 0;
}
.swiper-button:after {
  display: none;
}

.txt-footer {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 767px) {
  .txt-footer {
    font-size: 14px;
  }
}
.txt-footer h3 {
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1440px) {
  .txt-footer h3 {
    font-size: 48px;
  }
}
@media (max-width: 1280px) {
  .txt-footer h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .txt-footer h3 {
    font-size: 24px;
  }
}
.txt-footer .desc {
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .txt-footer .desc {
    font-size: 14px;
  }
}

.land-footer {
  padding: 140px 0 60px 0;
}
@media (max-width: 1023px) {
  .land-footer {
    padding: 48px 0 24px 0;
  }
}

.land-header {
  transition: 0.4s all !important;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .land-header {
    padding: 8px 20px;
  }
}
.land-header.active {
  background: #1B7BBF;
}
@media (max-width: 767px) {
  .land-header .logo img {
    height: 54px;
  }
}

.nav-menu-link {
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1600px) {
  .nav-menu-link {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .nav-menu-link {
    font-size: 16px;
  }
}
@media (max-width: 1290px) {
  .nav-menu-link {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .nav-menu-link {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .nav-menu-link {
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #1B7BBF;
    padding: 48px;
    font-style: italic;
    font-size: 32px;
    font-weight: 600;
    z-index: 12;
    transition: 0.4s all !important;
  }
}
@media (max-width: 767px) {
  .nav-menu-link {
    font-size: 20px;
    padding: 24px;
    width: 85%;
    left: -85%;
  }
}
.nav-menu-link.active {
  left: 0;
}
.nav-menu-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
@media (max-width: 1600px) {
  .nav-menu-link ul {
    gap: 36px;
  }
}
@media (max-width: 1290px) {
  .nav-menu-link ul {
    gap: 24px;
  }
}
@media (max-width: 1100px) {
  .nav-menu-link ul {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .nav-menu-link ul {
    display: block;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .nav-menu-link ul li {
    margin-bottom: 32px;
  }
  .nav-menu-link ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nav-menu-link ul li {
    margin-bottom: 16px;
  }
}
.nav-menu-link a {
  color: #fff;
  opacity: 0.67;
}
.nav-menu-link a.active, .nav-menu-link a:hover {
  opacity: 1;
}

.head-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
}
@media (max-width: 767px) {
  .head-link {
    display: none;
  }
}
.head-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 40px;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 1280px) {
  .head-link a {
    font-size: 16px;
  }
}
.head-link a:hover {
  background: #fff;
  color: #242D72;
}

.overlay-bg {
  background: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s all !important;
  z-index: 10;
  pointer-events: none;
}
.overlay-bg.active {
  opacity: 0.7;
  pointer-events: unset;
}

.section-banner {
  padding: 180px 0 140px 0;
}
@media (max-width: 767px) {
  .section-banner {
    padding: 80px 0 40px 0;
  }
}

.slogan ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.slogan ul li {
  position: relative;
}
.slogan ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  top: calc(50% - 4px);
  right: -28px;
  position: absolute;
}
.slogan ul li:last-child:after {
  display: none;
}

.frm-register {
  font-size: 16px;
}
.frm-register label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .frm-register label {
    font-size: 14px;
  }
}
.frm-register .txt_field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #5ca5d1;
  border-radius: 10px;
  height: 44px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .frm-register .txt_field {
    height: 40px;
    font-size: 14px;
  }
}
.frm-register select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #5ca5d1;
  border-radius: 10px;
  height: 44px;
  padding: 0 16px;
  outline: none;
}
@media (max-width: 767px) {
  .frm-register select {
    height: 40px;
    font-size: 14px;
  }
}
.frm-register input[type=submit] {
  height: 54px;
  text-align: center;
  border-radius: 54px;
  background: #fff;
  color: #242D72;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  padding: 0 16px;
  transition: 0.4s all !important;
}
@media (max-width: 767px) {
  .frm-register input[type=submit] {
    font-size: 16px;
    height: 48px;
  }
}
.frm-register input[type=submit]:hover {
  background: #242D72;
  color: #fff;
}
.frm-register .note {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 12px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1280px) {
  .frm-register .note {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .frm-register .note {
    font-size: 12px;
  }
}

.desc-study ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .desc-study ul li {
    padding-left: 32px;
  }
}
.desc-study ul li:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url("../images/checl.png") no-repeat center;
}
@media (max-width: 767px) {
  .desc-study ul li:after {
    background-size: contain;
    width: 20px;
    height: 20px;
    top: -2px;
  }
}
.desc-study ul li:last-child {
  margin-bottom: 0;
}

.item-block-study {
  background-size: cover !important;
  padding: 80px 0 140px 0;
  overflow: hidden;
  border-radius: 60px 60px 0 0;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .item-block-study {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .item-block-study {
    margin-bottom: -32px;
    border-radius: 24px 24px 0 0;
    padding: 32px 0 64px 0;
  }
}
.item-block-study.item-1 {
  background: url("../images/bg-1.png") no-repeat center;
  z-index: 1;
}
.item-block-study.item-2 {
  background: url("../images/bg-2.png") no-repeat center;
  z-index: 2;
}
.item-block-study.item-3 {
  background: url("../images/bg-3.png") no-repeat center;
  z-index: 3;
}
.item-block-study:last-child {
  margin-bottom: 0;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .item-block-study:last-child {
    padding: 32px 0;
  }
}
@media (min-width: 768px) {
  .item-block-study:nth-child(2n) .item:first-child {
    order: 2;
  }
  .item-block-study:nth-child(2n) .item:last-child {
    order: 1;
  }
}
.item-block-study:nth-child(2n) .code-study {
  left: unset;
  right: -20px;
}

.code-study {
  position: absolute;
  width: 160px;
  height: 160px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  top: 60px;
  left: -20px;
}
@media (max-width: 767px) {
  .code-study {
    top: 24px;
    width: 120px;
    height: 120px;
  }
}
.code-study:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.code-study span {
  font-weight: bold;
}
.code-study .block-code {
  position: relative;
  background: #fff;
  font-size: 20px;
  line-height: normal;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .code-study .block-code {
    font-size: 16px;
    width: 100px;
    height: 100px;
  }
}

.item-faq {
  font-size: 18px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #CCCCCC;
}
@media (max-width: 1023px) {
  .item-faq {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .item-faq {
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.item-faq:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-faq .head-faq {
  cursor: pointer;
  padding-right: 40px;
}
.item-faq .head-faq:after {
  content: "+";
  font-weight: 600;
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .item-faq .head-faq:after {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .item-faq .head-faq:after {
    font-size: 20px;
  }
}
.item-faq .head-faq h3 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .item-faq .head-faq h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .item-faq .head-faq h3 {
    font-size: 16px;
  }
}
.item-faq .answer {
  margin-top: 16px;
  display: none;
}
.item-faq.active .head-faq:after {
  content: "-";
}

.item-feedback .block-desc {
  padding: 40px;
  border-radius: 40px;
  box-shadow: 0px 22px 60px 0px rgba(0, 6, 50, 0.0784313725);
  background: rgba(255, 255, 255, 0.9098039216);
}
@media (max-width: 767px) {
  .item-feedback .block-desc {
    box-shadow: unset;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  .item-feedback .block-desc svg {
    width: 32px;
    height: auto;
  }
}
.item-feedback .info-feedback {
  font-size: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .item-feedback .info-feedback {
    font-size: 14px;
  }
}
.item-feedback .info-feedback:after {
  content: "";
  width: 84px;
  height: 1.5px;
  background: #1B7BBF;
  position: absolute;
  top: 0;
  left: 0;
}
.item-feedback .info-feedback .name {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-feedback .info-feedback .name {
    font-size: 18px;
  }
}

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

.head-quess {
    padding-right: 40px;
    cursor: pointer;
}

.head-quess:after {
    content: "+";
    color: #1A73E8;
    font-size: 32px;
    font-weight: 100;
    position: absolute;
    top: 0;
    line-height: 1;
    right: 0;
}

.content-answer {
    display: none;
}

.head-quess.active:after {
    content: "-";
}

.item-quesstion.active .head-quess:after {
  content: "-";
}

@media (max-width: 767px) {
  .head-quess {
      padding-right: 24px;
  }
}

.frm-register .error-msg {
    color: #fff;
    font-size: 13px;
    display: block;
    margin-top: 8px;
    font-style: italic;
}