.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;
}

@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: transparent;
  font-family: "SVN-Pero";
  font-size: 18px;
}

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

a, button {
  transition: all 0.5s;
}

.img-logo {
  width: 96px;
  height: 64px;
  object-fit: cover;
}

.img-logo-mobiedu {
  height: 28px;
  object-fit: cover;
}

#section-1 {
  background-image: url("/imgs/bg-section-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 1200px) {
  #section-1 {
    background-size: 100%;
  }
}

#section-2 {
  background-image: url("/imgs/bg-section-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 1200px) {
  #section-2 {
    background-size: 100%;
  }
}

#section-3 {
  background-image: url("/imgs/bg-section-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 1200px) {
  #section-3 {
    background-size: 100%;
  }
}
#section-3 .mascot-jet-pc {
  margin-left: -50%;
  margin-bottom: -50%;
}

#section-4 {
  background-image: url("/imgs/may-1.png"), url("/imgs/may-2.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-position: left bottom, right bottom;
  position: relative;
}
#section-4 .newspapers-section {
  background-image: url("/imgs/bg-top-section-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
#section-4 .package-img {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}
@media (min-width: 1400px) {
  #section-4 .package-img {
    left: 300px;
  }
}
#section-4 .mascot-img {
  position: absolute;
  top: 460px;
  right: 20px;
  z-index: 1;
}
@media (min-width: 1400px) {
  #section-4 .mascot-img {
    right: 500px;
  }
}

.youtube-popup {
  cursor: pointer;
}

.youtube-popup__picture {
  position: relative;
}

.youtube-popup__picture img {
  width: 100%;
  height: auto;
}

.youtube-popup__picture i, .experience-item__picture i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #888;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff none;
  -webkit-filter: drop-shadow(0 0 16px #d9d9d9);
  filter: drop-shadow(0 0 16px #d9d9d9);
}

.youtube-popup__picture i:before, .experience-item__picture i:before {
  position: relative;
  left: 2px;
}

.youtube-popup__picture i:after, .experience-item__picture i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: zoom 1.1s infinite;
  animation: zoom 1.1s infinite;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 16px #fff;
}

.delineation-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.delineation-inner .delineation-list {
  z-index: 1;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px;
}
.delineation-inner .delineation-list:before {
  content: "";
  width: 95%;
  padding: 3px;
  background-color: #32e09f;
  position: absolute;
  top: -1px;
}
.delineation-inner .delineation-list ul {
  list-style-image: url("../imgs/list-style.png");
}
.delineation-inner .delineation-mascot {
  z-index: 2;
  position: relative;
  margin-bottom: -25px;
  align-self: end;
}

.experience-item {
  margin-bottom: 1rem;
}

.experience-item__author {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.experience-item__info {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.experience-item__avatar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border: 2px dashed #ff377e;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.experience-item__avatar a img {
  height: 95%;
  width: 95%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.experience-item__name {
  font-size: 16px;
  font-weight: 700;
}

.experience-item__name a {
  color: #0b033c;
  text-decoration: none;
}

.experience-item__name a:hover {
  color: #ff377e;
}

.experience-item__followers {
  font-size: 12px;
  color: #0b033c;
}

.experience-item_content {
  margin-top: 15px;
  border-radius: 16px;
  padding: 5px;
  box-shadow: 0px 2px 5.68px 2.32px rgba(44, 45, 49, 0.44);
  background: #ffffff;
}

.experience-item__picture {
  margin-bottom: 0px;
  position: relative;
}
.experience-item__picture img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  height: auto;
}

.experience-item__picture .thumbnail {
  border-radius: 16px;
  background: #000 none;
}

.experience-item__excerpt {
  padding: 1rem;
  -webkit-line-clamp: 2;
  color: #017fc5;
  font-weight: 500;
}

.experience-item__meta {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}

.experience-item__meta .experience-item__more {
  padding: 0 24px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #ff377e none;
  color: #fff;
  font-weight: 700;
  border-radius: 20px;
  text-decoration: none;
}

.experience-item__meta .experience-item__more:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.experience-item__view {
  color: #000000;
  font-size: 14px;
}

.experience-item__view i {
  font-size: 14px;
}

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

.newspapers-inner .article-item.first-child .article-item__thumb {
  border-radius: 16px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 5.68px 2.32px rgba(44, 45, 49, 0.44);
}
.newspapers-inner .article-item.first-child .article-item__thumb .thumbnail {
  display: block;
  padding: 0 0 66.666666%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.newspapers-inner .article-item.first-child .article-item__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newspapers-inner .article-item.first-child .thumbnail {
  border-radius: 12px;
}

.newspapers-inner .article-item.first-child .article-item__inner {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}

.newspapers-inner .article-item.first-child .article-item__excerpt {
  order: 3;
}

.newspapers-inner .article-item:not(.first-child) {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .newspapers-inner .article-item:not(.first-child) {
    background-color: #e8edff;
    border-radius: 20px;
  }
}
.newspapers-inner .article-item:not(.first-child) .article-item__time {
  font-size: 11px;
}
.newspapers-inner .article-item:not(.first-child) .article-item__thumb {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
}
.newspapers-inner .article-item:not(.first-child) .article-item__thumb .thumbnail {
  width: 160px;
  display: block;
}
@media (max-width: 575.98px) {
  .newspapers-inner .article-item:not(.first-child) .article-item__thumb .thumbnail {
    width: 120px;
    padding-left: 10px;
  }
}
.newspapers-inner .article-item:not(.first-child) .article-item__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.newspapers-inner .article-item:not(.first-child) .article-item__inner {
  background-color: #e8edff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 1rem;
  flex: 1;
  padding-left: 50px;
  position: relative;
}
.newspapers-inner .article-item:not(.first-child) .article-item__inner:before {
  background-color: #e8edff;
  content: "";
  height: 100%;
  width: 50px;
  display: block;
  position: absolute;
  z-index: 1;
  /* padding: 0px 50px; */
  top: 0px;
  left: -50px;
}
@media (max-width: 575.98px) {
  .newspapers-inner .article-item:not(.first-child) .article-item__inner:before {
    display: none;
  }
}
.newspapers-inner .article-item:not(.first-child) .article-item__inner:after {
  content: "";
  position: absolute;
  height: 90%;
  width: 2px;
  background-color: #ed3589;
  top: 5%;
  left: 24px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .newspapers-inner .article-item:not(.first-child) .article-item__inner {
    padding-left: 20px;
  }
  .newspapers-inner .article-item:not(.first-child) .article-item__inner:after {
    left: 9px;
  }
}

.newspapers-inner .article-item:not(.first-child) .article-item__title {
  font-size: 14px;
}

.article-item__category {
  margin: 0 0 12px;
}

.article-item__category a {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
  background: #c61f2f none;
  border-radius: 4px;
}

.article-item__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}

.article-item__title a {
  color: #0b033c;
}

.article-item__title a:hover {
  color: #ff377e;
}

.article-item__excerpt, .experience-item__excerpt {
  margin: 12px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #0b033c;
}

.article-item__meta {
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  grid-column-gap: 32px;
  font-size: 14px;
  color: #0b033c;
}

.article-item__meta i {
  font-size: 15px;
  margin: 0 4px 0 0;
}

.article-item__time, .article-item__view {
  margin: 0;
  display: flex;
  align-items: center;
}

.package-section {
  background-image: url("/imgs/bg-mid-section-4.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  position: relative;
}
@media (max-width: 575.98px) {
  .package-section {
    background-size: auto;
  }
}
.package-section .package-tabs {
  position: absolute;
  top: 70px;
  left: -60px;
}
@media (max-width: 575.98px) {
  .package-section .package-tabs {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 1rem;
  }
}
.package-section .package-tabs .package-button-tab {
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  font-size: 18px;
  line-height: 21px;
  color: #153c99;
  background-color: #ecf4ff;
  border: 1px solid #dceefd;
  padding: 30px 15px;
  min-width: 105px;
  display: none;
}
@media (max-width: 575.98px) {
  .package-section .package-tabs .package-button-tab {
    position: relative;
  }
}
.package-section .package-tabs .package-button-tab:last-child {
  top: 150px;
}
.package-section .package-tabs .package-button-tab.active {
  z-index: 3;
  color: #ffffff;
  background-color: #ff377e;
  border-color: #da1f75;
  display: block;
}
.package-section .package-tab-content {
  position: relative;
  z-index: 2;
}
.package-section .icon-uy-tin {
  object-fit: contain;
}
.package-section .package-list {
  border-radius: 30px;
  background: #ebfbff;
  padding: 25px 60px;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .package-section .package-list {
    padding: 15px 20px;
  }
}
.package-section .package-list .package-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background-image: linear-gradient(#fdd492, #f8efe8);
  border-radius: 30px;
  flex: 1;
  width: 50%;
}
@media (max-width: 768px) {
  .package-section .package-list .package-item {
    flex: 1 1 100%; /* Each item takes full width */
  }
}
.package-section .package-list .package-item .package-name {
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 0px;
  text-align: center;
}
.package-section .package-list .package-item .package-price-sale {
  color: #ff377e;
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
}
.package-section .package-list .package-item .package-price {
  color: #000000;
  font-size: 26px;
  line-height: 40px;
  position: relative;
}
.package-section .package-list .package-item .package-price:before {
  content: "";
  border-top: 1px solid #000000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-6deg);
}
.package-section .package-list .package-item .package-syntax {
  margin-top: 1rem;
  border: 5px solid #ffffff;
  border-radius: 50rem;
  font-size: 21px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 30px;
}
@media (max-width: 575.98px) {
  .package-section .package-list .package-item .package-syntax {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .package-section .package-list .package-item .package-syntax {
    font-size: 20px;
  }
}
.package-section .package-list .package-item .package-content {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 15px;
}
.package-section .package-list .package-item .package-content span {
  color: #ffb72d;
  font-size: 18px;
}
.package-section .package-list .package-item .btn {
  background-color: #ffb72d;
  border-radius: 50rem;
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.package-section .package-list .package-item .btn:hover {
  color: #ffffff;
  background-color: #ff377e;
}
.package-section .package-list .package-item.bg-ffb72d {
  background-image: linear-gradient(#fdd492, #f8efe8);
}
.package-section .package-list .package-item.bg-ffb72d .btn {
  background-color: #ffb72d;
}
.package-section .package-list .package-item.bg-ffb72d .btn:hover {
  background-color: #ff377e;
}
.package-section .package-list .package-item.bg-ffb72d .package-syntax {
  background-color: #ffb72d;
}
.package-section .package-list .package-item.bg-ffb72d .package-content span {
  color: #ffb72d;
}
.package-section .package-list .package-item.bg-a993ff {
  background-image: linear-gradient(#d0c2ff, #eae6fe);
}
.package-section .package-list .package-item.bg-a993ff .btn {
  background-color: #a993ff;
}
.package-section .package-list .package-item.bg-a993ff .btn:hover {
  background-color: #ff377e;
}
.package-section .package-list .package-item.bg-a993ff .package-syntax {
  background-color: #a993ff;
}
.package-section .package-list .package-item.bg-a993ff .package-content span {
  color: #a993ff;
}
.package-section .package-list .package-item.bg-4ddfec {
  background-image: linear-gradient(#b0f9fd, #daeef1);
}
.package-section .package-list .package-item.bg-4ddfec .btn {
  background-color: #13cddd;
}
.package-section .package-list .package-item.bg-4ddfec .btn:hover {
  background-color: #ff377e;
}
.package-section .package-list .package-item.bg-4ddfec .package-syntax {
  background-color: #13cddd;
}
.package-section .package-list .package-item.bg-4ddfec .package-content span {
  color: #13cddd;
}
.package-section .package-list .package-item.bg-58ec4d {
  background-image: linear-gradient(#b0d1fd, #d7e8ff);
}
.package-section .package-list .package-item.bg-58ec4d .btn {
  background-color: #5c98e7;
}
.package-section .package-list .package-item.bg-58ec4d .btn:hover {
  background-color: #ff377e;
}
.package-section .package-list .package-item.bg-58ec4d .package-syntax {
  background-color: #5c98e7;
}
.package-section .package-list .package-item.bg-58ec4d .package-content span {
  color: #5c98e7;
}
.package-section .package-discount {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .package-section .package-discount {
    margin-top: 300px;
  }
}
@media (min-width: 992px) {
  .package-section .package-discount {
    margin-top: 300px;
  }
}
.package-section .package-discount .number {
  font-size: 115px;
  line-height: 140px;
  color: #ff377e;
  font-weight: bold;
}
.package-section .package-discount .text {
  font-size: 26px;
  line-height: 40px;
  color: #0b033c;
  padding-left: 10px;
  padding-right: 10px;
  background: url("../imgs/bg-uu-dai.png") no-repeat center bottom;
  background-size: contain;
}

.level-list-section {
  position: relative;
}
.level-list-section:after {
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #1d1845;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 575.98px) {
  .level-list-section:after {
    display: none;
  }
}

.level-list {
  display: flex;
  position: relative;
}
@media (max-width: 575.98px) {
  .level-list {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
}
.level-list .level-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 575.98px) {
  .level-list .level-item {
    flex: 0 0 50%;
    margin-bottom: 15px;
  }
}
.level-list .level-item .level-item-content {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #d0c2ff;
  padding: 30px 15px;
  font-size: 11px;
  line-height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  flex: 1;
}
.level-list .level-item .level-item-content li {
  margin-bottom: 1rem;
}
.level-list .level-item .level-item-bottom {
  background-color: #755fcc;
  color: #ffffff;
  font-size: 27px;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  flex-direction: column;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.level-list .level-item .level-item-bottom:after {
  content: " ";
  width: 20px;
  height: 20px;
  background-color: #1d1845;
  border-radius: 10px;
  position: absolute;
  bottom: -10px;
}
.level-list .level-item .level-item-bottom .time {
  font-size: 16px;
  line-height: 20px;
}
.level-list .level-item.bg-b0ffe3 .level-item-content {
  background: #b0ffe3;
}
.level-list .level-item.bg-b0ffe3 .level-item-bottom {
  background-color: #32e09f;
  height: 105px;
}
.level-list .level-item.bg-feed91 .level-item-content {
  background: #feed91;
}
.level-list .level-item.bg-feed91 .level-item-bottom {
  background-color: #ffb72d;
  height: 120px;
}
.level-list .level-item.bg-a0e8ff .level-item-content {
  background: #a0e8ff;
}
.level-list .level-item.bg-a0e8ff .level-item-bottom {
  background-color: #00b7f0;
  height: 140px;
}
.level-list .level-item.bg-ffcfed .level-item-content {
  background: #ffcfed;
}
.level-list .level-item.bg-ffcfed .level-item-bottom {
  background-color: #ff377e;
  height: 156px;
}

.footer-inner {
  background-color: #0b033c;
  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;
}

.search-form {
  position: relative;
}

.search-field {
  padding: 12px 60px 12px 16px;
  height: 48px;
  border: 1px solid #969696;
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px;
  width: 240px;
}
@media (max-width: 991.98px) {
  .search-field {
    width: 100%;
  }
}

.search-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c61f2f none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.offcanvas-body .nav-link {
  color: #2790cf;
  font-size: 19px;
  line-height: 20px;
  font-weight: bold;
  border-right: 2px solid #2790cf;
}
@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-4ddfec .modal-content {
  background-image: linear-gradient(#b0f9fd, #daeef1);
}
.modal.bg-4ddfec .modal-content .btn-dk-goi {
  background-color: #13cddd;
}
.modal.bg-4ddfec .modal-content .btn-dk-goi:hover {
  background-color: #ff377e;
}
.modal.bg-58ec4d .modal-content {
  background-image: linear-gradient(#b0d1fd, #d7e8ff);
}
.modal.bg-58ec4d .modal-content .btn-dk-goi {
  background-color: #5c98e7;
}
.modal.bg-58ec4d .modal-content .btn-dk-goi:hover {
  background-color: #ff377e;
}
.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;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 1) {
  .package-section .package-list .package-item {
    flex: 1 1 45%;
  }
  .package-section .package-list .package-item .package-syntax {
    font-size: 28px;
  }
  .package-section .package-list .package-item .package-name {
    font-size: 30px;
  }
  .package-section .package-list .package-item .package-content {
    font-size: 22px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .package-section .package-list {
    flex-direction: column;
  }
  .package-section .package-list .package-item {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .package-section .package-list .package-item {
    flex: 1 1 45%;
  }
  .package-section .package-list .package-item .package-syntax {
    font-size: 28px;
  }
  .package-section .package-list .package-item .package-name {
    font-size: 30px;
  }
  .package-section .package-list .package-item .package-content {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .package-section .package-list .package-item .package-syntax {
    font-size: 28px;
  }
  .package-section .package-list .package-item .package-name {
    font-size: 30px;
  }
  .package-section .package-list .package-item .package-content {
    font-size: 22px;
  }
}

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