@charset "UTF-8";
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
  color: #ff4ba8;
}

@font-face {
  font-family: "SVN-Pero";
  src: local("SVN-Pero SemiBold"), local("SVN-Pero-SemiBold"), url("SVN-Pero-SemiBold.woff2") format("woff2"), url("SVN-Pero-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Pero";
  src: local("SVN-Pero Regular"), local("SVN-Pero-Regular"), url("../fonts/SVN-Pero-Regular.woff2") format("woff2"), url("../fonts/SVN-Pero-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Pero";
  src: local("SVN-Pero Light"), local("SVN-Pero-Light"), url("../fonts/SVN-Pero-Light.woff2") format("woff2"), url("../fonts/SVN-Pero-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Pero";
  src: local("SVN-Pero ExtraBold"), local("SVN-Pero-ExtraBold"), url("../fonts/SVN-Pero-ExtraBold.woff2") format("woff2"), url("../fonts/SVN-Pero-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Pero";
  src: local("SVN-Pero ExtraLight"), local("SVN-Pero-ExtraLight"), url("../fonts/SVN-Pero-ExtraLight.woff2") format("woff2"), url("../fonts/SVN-Pero-ExtraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Pero";
  src: local("SVN-Pero Bold"), local("SVN-Pero-Bold"), url("../fonts/SVN-Pero-Bold.woff2") format("woff2"), url("../fonts/SVN-Pero-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.bg-ff377e {
  background-color: #ff377e;
}

.bg-00b7f0 {
  background-color: #00b7f0;
}

.bg-32e09f {
  background-color: #32e09f;
}

.color-ff377e {
  color: #ff377e;
}

.color-153c99 {
  color: #153c99;
}

.color-0b033c {
  color: #0b033c;
}

.heading-custom-large, .heading-custom-large-bold {
  font-size: 34px;
  line-height: 45px;
}
.heading-custom-large-bold {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.text-main {
  color: #147e70;
  font-weight: bold;
  font-size: 21px;
  line-height: 40px;
}

.text-header {
  color: #147e70;
  font-weight: bold;
  font-size: 42.5px;
}

.text-sub-header {
  font-weight: bold;
  font-size: 22px;
  margin: 0 auto;
}

.container-ldp-gobiz {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  .container-ldp-gobiz {
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .container-ldp-gobiz {
    max-width: 960px;
  }
}

.pr-3 {
  padding-right: 10px;
}

.pl-3 {
  padding-left: 10px;
}

#header-gobiz {
  position: sticky;
  top: -1px;
  height: 90px;
  z-index: 999;
  background: url("/imgs/ldp/bg-header.png") no-repeat;
  background-size: cover;
}
#header-gobiz .break-line-left {
  border-left: 2px solid #147e70;
}
#header-gobiz .search-container {
  position: relative;
  display: flex;
  align-items: center;
}
#header-gobiz .search-container input[type=text] {
  width: 200px;
  padding: 3px 10px; /* Space for icon */
  border: 2px solid #04776A; /* Green border */
  border-radius: 20px; /* Rounded corners */
  font-size: 16px;
  color: #fbc740; /* Placeholder text color */
  outline: none;
  background: none;
}
#header-gobiz .search-container input[type=text]::placeholder {
  color: #fbc740; /* Yellow color */
  font-weight: bold;
  opacity: 1; /* Ensures color is visible */
}
#header-gobiz .search-container button {
  position: absolute;
  background: none;
  right: 0;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-gobiz .search-container button svg {
  fill: #04776A; /* Color for search icon */
}

#banner-gobiz {
  overflow: hidden;
  background: url("/imgs/ldp/bg-banner.png") no-repeat;
  background-size: cover;
}
#banner-gobiz .header-content .header-panel-1 {
  position: relative;
  min-height: 443px;
}
#banner-gobiz .header-content .header-panel-1 img {
  position: absolute;
  bottom: 0;
}
#banner-gobiz .header-content .header-panel-2 {
  min-height: 195px;
  background: url("/imgs/ldp/header-panel-2.png") no-repeat;
  background-size: contain;
  background-position: center;
}
#banner-gobiz .header-content .header-panel-3 {
  min-height: 230px;
  background: url("/imgs/ldp/header-panel-3.png") no-repeat center;
  background-size: contain;
  background-position: center;
}
#banner-gobiz .header-content .header-panel-3 .custom-list {
  list-style: none; /* Remove default list bullets */
  padding: 40px 65px 0 65px;
}
#banner-gobiz .header-content .header-panel-3 .custom-list li {
  position: relative;
  padding-left: 30px; /* Space for the arrow icon */
  color: #04776A; /* Text color */
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#banner-gobiz .header-content .header-panel-3 .custom-list li::before {
  content: "►"; /* Unicode arrow character */
  position: absolute;
  left: 0;
  color: #04776A; /* Arrow color */
  font-size: 14px;
  line-height: 2;
}

#about-gobiz {
  padding-top: 50px;
  overflow-x: hidden;
  min-height: 940px;
  background: url("/imgs/ldp/bg-about.png") no-repeat;
  background-size: cover;
}
#about-gobiz .about-panel-1 {
  min-height: 280px;
  background: url("/imgs/ldp/about-panel1.png") no-repeat;
  background-size: contain;
  position: relative;
  font-size: 16px;
  padding: 30px 60px 0 30px;
}
#about-gobiz .about-panel-3 {
  min-height: 345px;
  background: url(/imgs/ldp/about-panel3.png) no-repeat;
  background-size: contain;
  position: relative;
}
#about-gobiz .about-panel-3 .register-button {
  background-color: #f7c02d; /* Yellow background */
  color: white; /* Text color */
  font-weight: bold;
  font-size: 42px;
  border: 3px solid white; /* White border */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  position: absolute;
  bottom: -25px;
  width: 90%;
  text-shadow: -1px -1px 0 #39a25e, 1px -1px 0 #39a25e, -1px 1px 0 #39a25e, 1px 1px 0 #39a25e;
  cursor: pointer;
  outline: none;
  transition: transform 0.2s;
}
#about-gobiz .about-panel-3 .register-button:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
}
#about-gobiz .about-panel-3 .register-button:active {
  transform: scale(0.98); /* Slightly shrink on click */
}
#about-gobiz .about-content {
  max-width: 300px; /* Adjust based on your design */
  background: linear-gradient(180deg, #2acea2, #b9ffec); /* Gradient background */
  border-radius: 15px; /* Rounded corners */
  padding: 30px 15px 15px 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
  color: #0b033c; /* Text color */
  font-size: 15px;
  position: relative;
}
#about-gobiz .about-content img {
  width: 34px; /* Icon size */
  height: 34px;
  position: absolute;
  top: -15px;
  left: 45%;
}
#about-gobiz .about-content p {
  margin: 0; /* Remove default margin from paragraph */
  line-height: 1.5;
}
#about-gobiz .ab-cont-2 {
  background: linear-gradient(180deg, #0ee6f4, #aef5fe); /* Gradient background */
}
#about-gobiz .ab-cont-3 {
  background: linear-gradient(180deg, #72b7ff, #b4d8ff); /* Gradient background */
}

#action-gobiz {
  overflow-x: hidden;
  align-items: center;
  background-color: #2e7666; /* Dark green background */
  padding: 20px;
  color: white; /* Text color */
  font-size: 22px;
}
#action-gobiz .stat-item {
  text-align: center;
}
#action-gobiz .stat-number {
  font-size: 32px;
  font-weight: bold;
  color: #f7c02d; /* Yellow color for main numbers */
}
#action-gobiz .divider {
  width: 2px;
  background-color: white; /* Divider color */
  margin: 0 20px; /* Space around the divider */
}

#course-gobiz {
  overflow-x: hidden;
  padding-top: 30px;
}

#advance-gobiz {
  overflow-x: hidden;
  min-height: 2300px;
  background-size: contain;
  background: #147e70 url(/imgs/ldp/bg-advance.png) no-repeat center bottom;
  position: relative;
  padding-top: 30px;
}
#advance-gobiz .top-text {
  color: white;
  font-size: 36px;
  font-weight: bold;
}
#advance-gobiz .mid-text {
  color: white;
  font-size: 22px;
  font-weight: bold;
  width: 90%;
  margin: 50px auto;
}
#advance-gobiz .mid-text b {
  text-transform: uppercase;
}
#advance-gobiz .advance-box {
  background-color: white; /* Background color */
  padding: 10px;
  border-radius: 20px; /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#advance-gobiz .advance-box .pr-0 {
  padding-right: 0;
}
#advance-gobiz .advance-box .box-1 {
  background-color: #4CAFDB;
}
#advance-gobiz .advance-box .box-2 {
  background-color: #ff6761;
}
#advance-gobiz .advance-box .box-3 {
  background-color: #14bfa9;
}
#advance-gobiz .advance-box .box-4 {
  background-color: #fbc740;
}
#advance-gobiz .advance-box p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
#advance-gobiz .advance-box .title {
  color: white; /* Title text color */
  padding: 5px 40px;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  width: 80%;
  margin: 0 auto;
}
#advance-gobiz .advance-box .info-box {
  color: white;
  border-radius: 20px;
  padding: 10px;
  min-height: 375px;
}
#advance-gobiz .advance-box .info-box .image {
  border-radius: 10px;
  display: block;
  margin: 10px auto;
}
#advance-gobiz .advance-box .info-box ul {
  list-style-type: none;
  padding-left: 0;
}
#advance-gobiz .advance-box .info-box li {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: justify;
}
#advance-gobiz .advance-box .info-box li:before {
  content: "►";
  color: white;
  margin-right: 8px;
}
#advance-gobiz .advance-box .info-img {
  height: 220px;
}
#advance-gobiz .advance-box .info-img .img-special, #advance-gobiz .advance-box .info-img .img-special-2 {
  height: 213px;
  position: absolute;
  bottom: -31px;
  left: 18%;
}
#advance-gobiz .text-slogan {
  background: #f4ac24;
  color: white;
  font-weight: bold;
  font-size: 32px;
  padding: 10px;
  text-align: center;
}

#footer-gobiz {
  overflow-x: hidden;
  padding: 40px 0;
  background: #147e70;
}
#footer-gobiz .footer-title {
  color: white;
  font-size: 22.68px;
  font-weight: bold;
}
#footer-gobiz .footer-txt, #footer-gobiz a {
  color: white;
  font-size: 19.84px;
}
#footer-gobiz .fk-btn {
  cursor: pointer;
}

.text-fbc740 {
  color: #fbc740 !important;
}

.floating-button {
  position: fixed;
  left: 15%;
  bottom: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.3s;
}

.floating-button:hover {
  transform: scale(1.1);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #banner-gobiz .header-content .header-panel-3 .custom-list {
    padding: 35px 20px 0 20px;
  }
  #about-gobiz {
    padding-bottom: 50px;
  }
  #about-gobiz .about-panel-1 {
    padding: 10px;
    font-size: 15px;
  }
  #about-gobiz .about-panel-2 {
    padding-top: 50px;
  }
  #advance-gobiz {
    background: #147e70 url(/imgs/ldp/bg-advance-mobile.png) no-repeat center bottom !important;
    background-size: contain !important;
  }
  #advance-gobiz .top-text {
    text-align: center;
  }
  #advance-gobiz .advance-content {
    padding: 20px;
  }
  #advance-gobiz .advance-box .title {
    width: 100%;
    text-align: center;
  }
  #advance-gobiz .advance-box .info-box .col-5, #advance-gobiz .advance-box .info-box .col-7 {
    width: 100%;
    padding: 10px 20px;
  }
  #advance-gobiz .advance-box .info-box li {
    font-size: 20px;
  }
  #advance-gobiz .advance-box .info-box .info-img .img-special {
    bottom: -38px;
    left: 30%;
  }
  #advance-gobiz .advance-box .info-box .info-img .img-special-2 {
    bottom: -68px;
    left: 30%;
  }
  #advance-gobiz .mid-text {
    margin-bottom: 120px;
    width: 100%;
    padding: 20px;
  }
  #advance-gobiz .list-price .text-header, #advance-gobiz .list-price .text-sub-header {
    display: none;
  }
  #footer-gobiz {
    padding: 0;
  }
  #footer-gobiz .row {
    padding: 20px;
  }
  #footer-gobiz .col-12 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #banner-gobiz .header-content .header-panel-3 .custom-list {
    padding: 45px 40px 0 45px;
  }
  #about-gobiz .about-panel-1 {
    padding: 30px 60px 10px 20px;
  }
  #advance-gobiz {
    background: #147e70 url(/imgs/ldp/bg-advance.png) no-repeat center bottom !important;
    background-size: cover !important;
    padding-top: 30px;
  }
  #advance-gobiz .top-text {
    text-align: center;
    margin-bottom: 30px;
  }
  #advance-gobiz .advance-content {
    padding: 10px;
  }
  #advance-gobiz .advance-box .title {
    width: 100%;
    text-align: center;
  }
  #advance-gobiz .advance-box .info-box.box-1, #advance-gobiz .advance-box .info-box.box-2 {
    min-height: 540px;
  }
  #advance-gobiz .advance-box .info-box.box-3, #advance-gobiz .advance-box .info-box.box-4 {
    min-height: 420px;
  }
  #advance-gobiz .advance-box .info-box .col-5, #advance-gobiz .advance-box .info-box .col-7 {
    width: 100%;
    padding: 10px 20px;
  }
  #advance-gobiz .advance-box .info-box li {
    font-size: 20px;
  }
  #advance-gobiz .advance-box .info-box .info-img .img-special {
    bottom: -24px;
    left: 18%;
  }
  #advance-gobiz .advance-box .info-box .info-img .img-special-2 {
    bottom: -52px;
    left: 18%;
  }
  #advance-gobiz .mid-text {
    margin: 30px auto 50px;
    font-weight: bold;
    width: 80%;
  }
  #advance-gobiz .mid-text b {
    color: #147e70;
  }
  #advance-gobiz .list-price .text-header, #advance-gobiz .list-price .text-sub-header {
    display: block;
  }
  #footer-gobiz {
    padding: 0;
  }
  #footer-gobiz .row {
    padding: 20px;
  }
  #footer-gobiz .col-12 {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .offcanvas {
    width: 75% !important;
  }
  .text-header {
    font-size: 28px;
  }
  #header-gobiz {
    background-size: auto !important;
  }
  #header-gobiz .header-top .img-logo-mobiedu, #header-gobiz .header-top .img-logo {
    max-width: 100%;
  }
  #header-gobiz .header-top .text-main {
    font-size: 16px;
  }
  #header-gobiz .header-top .header-guide {
    display: none;
  }
  #banner-gobiz {
    /* Ensure search container takes full width in mobile */
  }
  #banner-gobiz .header-content {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center; /* Center items horizontally */
  }
  #banner-gobiz .search-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #banner-gobiz .search-container button {
    right: 103px;
  }
  #banner-gobiz .header-panel-2 {
    min-height: 120px !important;
    margin-top: 30px !important;
  }
  #banner-gobiz .header-panel-3 {
    background: none !important;
  }
  #banner-gobiz .header-panel-3 .custom-list {
    padding: 0 20px !important;
  }
  #about-gobiz .d-flex {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: center; /* Center items horizontally */
  }
  #about-gobiz .about-panel-1 {
    background: none !important;
    padding: 20px !important;
  }
  #about-gobiz .about-content {
    max-width: fit-content !important;
  }
  #about-gobiz .ab-cont-2-part {
    margin-top: 50px;
  }
  #about-gobiz .about-panel-3 {
    margin: 50px auto;
  }
  #about-gobiz .about-panel-3 .register-button {
    width: 100%;
  }
  #advance-gobiz {
    background: #147e70 url(/imgs/ldp/bg-advance-mobile.png) no-repeat center bottom !important;
    background-size: contain !important;
  }
  #advance-gobiz .top-text {
    font-size: 28px;
    text-align: center;
  }
  #advance-gobiz .advance-content {
    padding: 20px;
  }
  #advance-gobiz .advance-content .advance-box .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  #advance-gobiz .advance-content .advance-box .info-box .col-5, #advance-gobiz .advance-content .advance-box .info-box .col-7 {
    width: 100%;
    padding: 10px 20px;
  }
  #advance-gobiz .advance-content .advance-box .info-box .info-img .img-special {
    bottom: -21px;
    height: 150px;
  }
  #advance-gobiz .advance-content .advance-box .info-box .info-img .img-special-2 {
    bottom: -32px;
    height: 150px;
  }
  #advance-gobiz .list-price {
    padding: 10px;
  }
  #advance-gobiz .list-price .text-header, #advance-gobiz .list-price .text-sub-header {
    display: none;
  }
  #advance-gobiz .text-slogan {
    font-size: 15px;
  }
  #footer-gobiz {
    padding: 0;
  }
  #footer-gobiz .row {
    padding: 20px;
  }
  #footer-gobiz .col-12 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1400px) {
  #advance-gobiz {
    background-size: cover !important;
  }
}
@media only screen and (min-width: 844px) and (max-height: 390px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #banner-gobiz .header-content .header-panel-3 .custom-list {
    list-style: none;
    padding: 35px 30px 0 30px;
  }
  #about-gobiz {
    padding-bottom: 20px;
  }
  #about-gobiz .about-panel-1 {
    padding: 15px 20px 0 20px;
  }
  #advance-gobiz .top-text {
    padding: 0 20px;
    text-align: center;
  }
  #advance-gobiz .advance-content {
    padding: 20px;
  }
  #advance-gobiz .advance-content .advance-box .info-box {
    min-height: 320px;
  }
  #advance-gobiz .advance-content .advance-box .info-box .info-img .img-special {
    bottom: -21px;
    left: 30%;
  }
  #advance-gobiz .advance-content .advance-box .info-box .info-img .img-special-2 {
    bottom: -32px;
    left: 30%;
  }
  .list-price .text-header, .list-price .text-sub-header {
    color: white;
  }
  #footer-gobiz {
    padding: 40px;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 16px transparent;
  }
  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
html, body {
  background-color: #f7f8f8;
  font-family: "SVN-Pero";
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #ff377e;
}

a, button {
  color: #147e70;
  transition: all 0.5s;
}

.img-logo {
  max-width: 140px;
  object-fit: cover;
}

.img-logo-mobiedu {
  max-width: 130px;
  object-fit: cover;
}

.text-147e70 {
  color: #147e70;
}

.footer-inner {
  background-color: #147e70;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}
.footer-inner a {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}
.footer-inner ul {
  list-style: none;
  padding: 0px;
}
.footer-inner ul li {
  margin-bottom: 0.75rem;
}
.footer-inner .widget-footer .widget-title {
  font-weight: 700;
  margin: 0 0 16px;
}
.footer-inner .company-info .location:before {
  content: "\ef47";
  position: relative;
  display: inline;
  font-family: "IcoFont", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  margin: 0 4px 0 0;
}

.offcanvas-body .nav-link {
  color: #147e70;
  font-size: 19px;
  line-height: 20px;
  font-weight: bold;
  border-right: 2px solid #147e70;
}
@media (max-width: 991.98px) {
  .offcanvas-body .nav-link {
    border: 0px;
    line-height: 40px;
  }
}
.offcanvas-body .nav-item:last-child .nav-link {
  border: 0px;
}

.btn-dk-goi {
  background-color: #ffb72d;
  border-radius: 50rem;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 1rem;
}
.btn-dk-goi:hover {
  background-color: #ff377e;
  color: #ffffff;
}

.modal.bg-ffb72d .modal-content {
  background-image: linear-gradient(#fdd492, #f8efe8);
}
.modal.bg-a993ff .modal-content {
  background-image: linear-gradient(#d0c2ff, #eae6fe);
}
.modal.bg-a993ff .modal-content .btn-dk-goi {
  background-color: #a993ff;
}
.modal.bg-a993ff .modal-content .btn-dk-goi:hover {
  background-color: #ff377e;
}

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