@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
button:hover {
  cursor: pointer;
}
a:hover {
  cursor: pointer;
}
*:focus {
  outline: 0 !important;
}
a:focus,
a:hover,
a:active {
  color: #027b88;
}
.fw-bold {
  font-weight: bold;
}
.color_black {
  color: black;
}
.full__main.show {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
/*------------------margin -------------------------*/
.mr-bottom-10px {
  margin-bottom: 10px;
}
.mr-bottom-15px {
  margin-bottom: 15px;
}
.mr-bottom-20px {
  margin-bottom: 20px;
}
/*--------------end margin -------------------------*/
/*-------------- font size -------------------------*/
.fz-18 {
  font-size: 18px;
}
/*---end padding----*/
.clear {
  clear: both;
}
.clear.height10 {
  height: 10px;
}
.clear.height20 {
  height: 20px;
}
.clear.height30 {
  height: 30px;
}
.clear.height50 {
  height: 50px;
}
.clear.border1 {
  border-top: 1px solid #dedede;
  margin: 15px 0px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:link {
  text-decoration: none;
}
html,
body {
  font-family: "Roboto", sans-serif !important;
  margin: 0px;
  padding: 0px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.noBorder {
  border: none;
}
.noBorder:after {
  display: none;
}
.padding_content {
  padding: 0px 0px 10rem;
  width: 100%;
}
.mess_alert {
  color: red;
  margin-top: 5px;
}
/*-------------- //////////////// --------------*/
/*-- HEADER --*/
/*-------------- //////////////// --------------*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#header {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  background: white;
  border-top: 2px solid #b83234;
}
/*-------------- logo --------------*/
.top {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
}
.box_logo img {
  height: 80px;
  padding: 10px 0px;
}
/*-------------- top --------------*/
.top {
  margin: 5px 0;
  position: relative;
}
.tools_top {
  margin-right: 1rem;
}
.tools_top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tools_top ul li {
  float: left;
}
.tools_top ul li a {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  padding: 0px 15px;
  position: relative;
}
.tools_top ul li a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 10%;
  width: 1px;
  height: 80%;
  background-color: #ccc;
}
/* .top .socials{
    margin: 0px 1rem 0px 0px;
}
.top .socials a{
    padding: 0px 3px;
} */
.top .hotline {
  background-color: #b83234;
  margin-top: -10px;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  border-radius: 0 0 4px 4px;
}
.top .hotline a {
  color: #fff;
}
.top .hotline span {
  font-weight: 500;
}
.box_overplay {
  display: none;
}
.box_overplay .overplay_footer {
  position: fixed;

  left: 0;
  top: 0;
  background: rgba(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.box_overplay #loading_footer {
  display: block;
  width: 120px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1400;
}
.langBox {
  margin: -5px 0px 0px 1rem;
}
/*-------------- menu top --------------*/
.box_menu_search {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
}
.menu_top {
  margin-right: 1rem;
}
.menu_top ul {
  margin: 0px;
  padding: 0px;
}
.menu_top ul li {
  float: left;
  list-style: none;
  position: relative;
  height: 40px;
  line-height: 40px;
}
.menu_top ul li a {
  color: #333;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 1rem;
}
.menu_top ul li a:hover {
  color: #106ba6;
}
.menu_top ul li ul {
  position: absolute;
  top: 40px;
  left: 0;
  width: 250px;
  background: #ffffff;
  visibility: hidden;
  padding: 10px 0;
  z-index: 9999;
  box-shadow: 0 8px 32px rgb(3 44 71 / 24%);
}
.menu_top ul li ul li {
  width: 100%;
  padding: 5px 10px;
  height: auto;
  line-height: 20px;
  border-bottom: 1px dashed #ddd;
}
.menu_top ul li ul li:last-child {
  border: none;
}
.menu_top ul li:hover ul {
  visibility: visible;
}
.menu_top ul li ul li a {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0px 5px;
}
/*-------------- search --------------*/
.searchBox {
  border: 1px solid #747c87;
  box-sizing: border-box;
  border-radius: 50px;
  width: 280px;
}
.searchBox form {
  width: 100%;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.searchBox input {
  border: none;
  outline: none;
  width: calc(100% - 40px);
  padding-left: 10px;
}
.searchBox button {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  background: transparent;
}
/*----------- bannerSlide -----------*/
.bannerSlide {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  color: white;
  position: relative;
}
.bannerSlide .bel1,
.bannerSlide .bel2 {
  position: absolute;
}
.bannerSlide .bel1 {
  top: 10px;
  right: 0;
}

.bannerSlide .bel2 {
  bottom: 20px;
  right: 100px;
}

.bannerSlide .boxNextPrev {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  z-index: 300;
  width: 100%;
}
.bannerSlide .videoSlide {
  position: relative;
}
.bannerSlide .boxNextPrev .swiper-button-next-unique {
  position: absolute;
  right: 0px;
}
.bannerSlide .boxNextPrev .swiper-button-prev-unique {
  position: absolute;
  left: 00px;
}
.bannerSlide .boxNextPrev .swiper-button-prev-unique img {
  transform: rotate(-180deg);
}
.bannerSlide .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
}
.bannerSlide .swiper-container-horizontal > .swiper-pagination-bullets,
.bannerSlide .swiper-pagination-custom,
.bannerSlide .swiper-pagination-fraction {
  bottom: 30px;
}
.bannerSlide .swiper-pagination-bullet-active {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
}
.bannerSlide .boxNextPrev .swiper-button-prev-unique img,
.bannerSlide .boxNextPrev .swiper-button-next-unique img {
  width: 66px;
  height: 66px;
}
.bannerSlide .box {
  padding: 50px 0px;
}
.bannerSlide .box .title {
  font-weight: bold;
  font-size: 64px;
  line-height: 84px;
}
.bannerSlide .box .desc {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 0px 40px 0px;
}

.bannerSlide .box .boxBtn a {
  display: inline-block;
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
  border-radius: 30px;
  padding: 6px 30px;
  color: white;
  font-size: 20px;
}
.bannerSlide .box img {
  display: block;
  max-width: 100%;
}
.bannerSlide .bg_slider {
  min-height: 600px;
  border-radius: 0;
}
/*-------------- about --------------*/
.about_section {
  padding: 3rem;
}
.about_section h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.about_section .boxImg img {
  width: 100%;
}
.about_section .content .des {
  text-align: justify;
}
.about_section .content .viewMore {
  color: #013a93;
  font-weight: 500;
  font-size: 1.1rem;
  width: 160px;
  background-image: url("/assets/images/mailam/icArrow.png");
  background-position: 104px 7px;
  background-size: 26px 10px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 1rem;
}
.about_section .content .viewMore:hover {
  color: #08306d;
}
/*------------ coursebasic ------------*/
.coursebasic {
  padding: 40px 0px;
}
.coursebasic .title {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.coursebasic .wrap .left {
  filter: drop-shadow(0px 0px 6px rgba(0 0 0 / 24%));
}
.coursebasic .wrap .left {
  width: 100%;
  height: 100%;
  border-radius: 50px 0px 0px 0px;
  overflow: hidden;
  background: white;
}
.coursebasic .wrap .left .item {
  padding: 0px 40px;
}
.coursebasic .wrap .left .item1 {
  padding: 14px;
  justify-content: center;
  background: #c8e1ff;
  align-items: center;
}
.coursebasic .wrap .left .item1 .price_sale {
  font-size: 36px;
  font-weight: 700;
  color: #013a93;
  margin-right: 14px;
}
.coursebasic .wrap .left .item1 .price_main {
  font-size: 28px;
  font-weight: 400;
  color: #013a93;
  text-decoration: line-through;
}
.coursebasic .wrap .left .item2 {
  text-align: center;
}
.coursebasic .wrap .left .item2 .flexCountDate {
  justify-content: center;
}
.coursebasic .wrap .left .item2 .flexCountDate .itemCount {
  padding: 0px 14px;
}
.coursebasic .wrap .left .item2 .chl1 {
  padding: 22px;
  font-size: 24px;
  font-weight: 500;
}
.coursebasic .wrap .left .item2 .chl2 {
  color: #0061c1;
  padding-bottom: 22px;
}
.coursebasic .wrap .left .item2 .chl2 .circle {
  font-weight: 700;
  width: 65px;
  height: 65px;
  border: 1px solid #0061c1;
  display: inline-flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2rem;
}
.coursebasic .wrap .left .item2 .chl2 .textCircle {
  font-size: 16px;
}
.coursebasic .wrap .left .item2 .chl3 {
  margin-bottom: 15px;
}
.coursebasic .wrap .left .item2 .chl3 .btn_register {
  font-size: 20px;
  font-weight: 500;
  color: white;
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
  border-radius: 50px;
  padding: 8px 30px;
  display: inline-block;
}
.coursebasic .wrap .left .item3 .contentitems {
  padding: 11px 0px;
}

.coursebasic .wrap .left .item3 .contentitems:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.coursebasic .wrap .right {
  height: 100%;
}
.coursebasic .wrap .right .item1 {
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  color: #182537;
  margin-bottom: 20px;
}
.coursebasic .wrap .right .item2 .icon_title {
  margin-right: 18px;
}
.coursebasic .wrap .right .item2 .icon {
  margin-right: 10px;
}
.coursebasic .wrap .right .item2 .icon img {
  max-width: 100%;
  width: 20px;
}
.coursebasic .wrap .right .item2 .text {
  font-size: 15px;
}
.coursebasic .wrap .right .item2 .text .name {
  font-weight: bold;
  color: #182537;
}
.coursebasic .wrap .right .item2 {
  margin-bottom: 20px;
}
.coursebasic .wrap .right .item3 a {
  display: block;
  margin-right: 10px;
  color: #013a93;
  font-size: 18px;
  font-weight: 500;
  background-size: 40px auto;
  background-position: 120px -6px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
.coursebasic .videos_share {
  padding: 30px 0px 0px 0px !important;
  /* height: 69% !important; */
}
.coursebasic .videos_share .frame {
  height: 100% !important;
}
.coursebasic .videos_share .slideText .title {
  font-size: 24px !important;
  margin-bottom: 0 !important;
}
.coursebasic .videos_share .slideText .date {
  display: none !important;
}
/*-------------- partner --------------*/
.partner_section {
  padding: 3rem 0 0rem;
}
.partner_section h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.partner_section .item {
  width: 100%;
  height: 100px;
  text-align: center;
  margin: 1.5rem 0;
}
.partner_section .item img {
  height: 90%;
  margin-top: 3%;
}
/*-------------- course --------------*/
.course_section {
  background: linear-gradient(180deg, #0061c1 -9%, #0046a1 79.62%);
  border-radius: 200px 0px 0px 0px;
  padding: 5rem 0;
  position: relative;
}
.course_section h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #fff;
}
.course_section .item {
  background-color: #fff;
  border-radius: 25px 0px 25px 0px;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  z-index: 10;
  height: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
}
.course_section .item .boxImg {
  background-position: center;
  background-size: cover;
  height: 180px;
}
.course_section .item h3 {
  margin: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}
.course_section .item a {
  color: #333;
}
.course_section .item a:hover {
  color: #ffa600;
}
.course_section .item .boxPrice {
  width: 92%;
  display: inline-flex;
  justify-content: flex-start;
  margin: auto 10px 0px 10px;
}
.course_section .item .boxPrice .price {
  color: #013a93;
  font-weight: 600;
  font-size: 1.2rem;
}
.course_section .item .boxPrice .price.sale {
  color: #a3a8af;
  font-size: 0.9rem;
  text-decoration: line-through;
  margin: 4px 0px 0px 15px;
}
.course_section .item .boxLink {
  border-top: 1px solid #f5f5f5;
  padding: 10px;
}
.course_section .item .boxLink .btn_register {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
  border-radius: 50px;
  width: 130px;
  text-align: center;
  height: 30px;
  color: #fff;
  line-height: 30px;
  float: left;
}
.course_section .item .boxLink .btn_register:hover {
  background: #0050ad;
}
.course_section .item .boxLink .view_detail {
  float: right;
  width: 85px;
  background-image: url("/assets/images/mailam/icArrow.png");
  background-position: 48px 5px;
  background-size: 26px 10px;
  background-repeat: no-repeat;
  font-weight: 500;
  font-style: italic;
  color: #013a93;
  margin-top: 5px;
}
.course_section .viewAll {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
  border-radius: 30px;
  width: 160px;
  margin: 1rem auto;
  display: table;
  text-align: center;
  height: 40px;
  color: #fff;
  line-height: 40px;
}
.course_section .bgEl1 {
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/mailam/bg-el1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 20px;
  bottom: 30%;
  z-index: 9;
}
.course_section .bgEl2 {
  width: 160px;
  height: 50px;
  background-image: url("/assets/images/mailam/bg-el2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 20%;
  z-index: 9;
}
.course_section .bgEl3 {
  width: 120px;
  height: 16px;
  background-image: url("/assets/images/mailam/bg-el3.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 20%;
  bottom: 10%;
  z-index: 9;
}
.opening_schedule_section {
  position: relative;
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}
.opening_schedule_head {
  max-width: 920px;
  text-align: center;
  margin: 0 auto 3rem;
}
.opening_schedule_head h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0d4eb3;
  margin-bottom: 1rem;
}
.opening_schedule_head p {
  color: #7b869c;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 0;
}
.opening_schedule_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.opening_schedule_group {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e8eef8;
  box-shadow: 0 18px 45px rgba(19, 56, 114, 0.1);
  overflow: hidden;
}
.opening_schedule_branch {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.6rem 2rem;
  background: #f7faff;
  border-bottom: 1px solid #e4edf8;
}
.opening_schedule_branch .branch_label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #dbe9ff;
  color: #0d4eb3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.opening_schedule_branch h3 {
  margin: 0;
  color: #123267;
  font-size: 1.8rem;
  font-weight: 700;
}
.opening_schedule_table {
  width: 100%;
}
.opening_schedule_category {
  border-top: 1px solid #edf2fb;
}
.opening_schedule_category_name {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.05rem 2rem;
  background: #fbfdff;
  border-bottom: 1px solid #edf2fb;
}
.opening_schedule_category_name .category_marker {
  width: 6px;
  height: 28px;
  border-radius: 999px;
  background: #0d4eb3;
  flex-shrink: 0;
}
.opening_schedule_category_name h4 {
  margin: 0;
  color: #123267;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.35;
}
.opening_schedule_category_name .category_count {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #0d4eb3;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}
.opening_schedule_category_rows {
  background: #fff;
}
.opening_schedule_header,
.opening_schedule_row {
  display: grid;
  grid-template-columns: 1.3fr 0.95fr 0.9fr 0.9fr 0.9fr 1fr;
  gap: 1.25rem;
  align-items: center;
}
.opening_schedule_header {
  padding: 1.1rem 2rem;
  background: #0d4eb3;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.opening_schedule_row {
  padding: 1.35rem 2rem;
  border-top: 1px solid #edf2fb;
  color: #25324b;
  transition: background-color 0.2s ease;
}
.opening_schedule_category_rows .opening_schedule_row:first-child {
  border-top: 0;
}
.opening_schedule_row:hover {
  background: #f8fbff;
}
.opening_schedule_row .schedule_col {
  min-width: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}
.opening_schedule_row .course_program {
  color: #6f7e97;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.opening_schedule_row .course_name {
  color: #0d4eb3;
  font-size: 1.05rem;
  font-weight: 700;
}
.opening_schedule_row .date_value {
  color: #25324b;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.opening_schedule_row .schedule_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.opening_schedule_row .status_badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 10px;
  background: #dbe9ff;
  color: #2161df;
  font-size: 0.88rem;
  font-weight: 700;
}
.opening_schedule_row .discount_badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffb020 0%, #ff7a00 100%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.2);
}
.opening_schedule_trial_btn {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d4eb3 0%, #0878dc 100%);
  color: #fff;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 10px 14px;
  box-shadow: 0 12px 24px rgba(13, 78, 179, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.opening_schedule_trial_btn:hover,
.opening_schedule_trial_btn:focus {
  background: linear-gradient(135deg, #0b459f 0%, #006bd1 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(13, 78, 179, 0.28);
  outline: 0;
}
.opening_schedule_trial_btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(13, 78, 179, 0.18), 0 16px 30px rgba(13, 78, 179, 0.28);
}
.opening_schedule_register_modal {
  position: fixed;
  inset: 0;
  z-index: 10000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.opening_schedule_register_modal.is-active {
  display: flex;
}
.opening_schedule_register_overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 22, 48, 0.58);
  backdrop-filter: blur(6px);
}
.opening_schedule_register_dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(8, 22, 48, 0.28);
}
.opening_schedule_register_close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}
.opening_schedule_register_intro {
  padding: 2rem 2rem 1.4rem;
  background: linear-gradient(135deg, #0d4eb3 0%, #0878dc 100%);
  color: #fff;
}
.opening_schedule_register_kicker {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.opening_schedule_register_intro h3 {
  margin: 0 42px 0.7rem 0;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.25;
}
.opening_schedule_register_intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}
.opening_schedule_register_form {
  padding: 1.6rem 2rem 2rem;
}
.opening_schedule_selected {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border: 1px solid #dceaff;
  border-radius: 18px;
  background: #f5f9ff;
}
.opening_schedule_selected span {
  display: block;
  margin-bottom: 5px;
  color: #6f7e97;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.opening_schedule_selected strong {
  display: block;
  color: #0d4eb3;
  font-size: 1.06rem;
  line-height: 1.45;
}
.opening_schedule_selected p {
  margin: 6px 0 0;
  color: #526276;
  line-height: 1.55;
}
.opening_schedule_register_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.opening_schedule_register_grid label {
  margin: 0;
}
.opening_schedule_register_grid label span {
  display: block;
  margin-bottom: 8px;
  color: #25324b;
  font-size: 0.92rem;
  font-weight: 800;
}
.opening_schedule_register_grid label span b {
  color: #e1225d;
}
.opening_schedule_register_grid input {
  width: 100%;
  height: 48px;
  border: 1px solid #d6e1f1;
  border-radius: 14px;
  color: #25324b;
  font-size: 1rem;
  outline: 0;
  padding: 0 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.opening_schedule_register_grid input:focus {
  border-color: #0d4eb3;
  box-shadow: 0 0 0 4px rgba(13, 78, 179, 0.12);
}
.opening_schedule_register_submit {
  width: 100%;
  min-height: 50px;
  margin-top: 1.15rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d4eb3 0%, #0878dc 100%);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(13, 78, 179, 0.24);
}
.opening_schedule_register_submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}
.opening_schedule_register_note {
  margin-top: 0.9rem;
  color: #7b869c;
  font-size: 0.9rem;
  text-align: center;
}
.opening-schedule-modal-open {
  overflow: hidden;
}
.student_achievement_section {
  padding: 4.5rem 0 5.5rem;
  background: #ffffff;
}
.student_achievement_section .container {
  max-width: 1840px;
  padding-left: 48px;
  padding-right: 48px;
}
.student_achievement_head {
  text-align: center;
  margin-bottom: 3rem;
}
.student_achievement_head h2 {
  margin: 0;
  color: #1f1d25;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
}
.student_achievement_head h2 span {
  color: #0d4eb3;
}
.student_achievement_slider_wrap {
  position: relative;
  padding-bottom: 5rem;
}
.student_achievement_section .swiper-slide {
  height: auto;
  padding-bottom: 1.2rem;
}
.student_achievement_card {
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 54px rgba(39, 37, 45, 0.1);
  border: 1px solid #dbe9ff;
}
.student_achievement_card_top {
  padding: 0;
  background: #fff;
  border-bottom: 4px solid #0d4eb3;
}
.student_achievement_visual_image {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
.student_achievement_card_body {
  padding: 1.1rem 1.1rem 1.3rem;
}
.student_achievement_meta {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #22212c;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}
.student_achievement_meta + .student_achievement_meta {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px dashed #cad1de;
}
.student_achievement_icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d4eb3;
  color: #fff;
  font-size: 0.9rem;
}
.student_achievement_meta p {
  margin: 0;
}
.student_achievement_meta_description {
  font-size: 0.95rem;
  font-weight: 600;
  color: #33323d;
}
.student_achievement_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 1rem;
}
.swiper-button-prev-achievement,
.swiper-button-next-achievement {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 4px solid #0d4eb3;
  color: #0d4eb3;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(13, 78, 179, 0.18);
  transition: 0.25s ease;
}
.swiper-button-prev-achievement:hover,
.swiper-button-next-achievement:hover {
  background: #0d4eb3;
  color: #fff;
}
.student_achievement_section .swiper-pagination-achievement {
  position: static;
  margin-top: 2rem;
}
.student_achievement_section
  .swiper-pagination-achievement
  .swiper-pagination-bullet {
  background: #0d4eb3;
  opacity: 0.35;
}
.student_achievement_section
  .swiper-pagination-achievement
  .swiper-pagination-bullet-active {
  opacity: 1;
}
/*-------------- news --------------*/
.news_section {
  padding: 3rem 0px 0px;
}
.news_section h2 {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.news_section .item.two {
  margin-bottom: 1.5rem;
}
.news_section .item .boxImg {
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.news_section .item.one .boxImg {
  height: 350px;
  float: none;
  border-radius: 25px 0px 0px 0px;
}
.news_section .item.item_slide .boxImg {
  height: 230px;
}
.news_section .item.two .boxImg {
  float: left;
  height: 160px;
  border-radius: 25px 0px 25px 0px;
}
.news_section .item {
  box-sizing: border-box;
  border-radius: 0px 0px 25px 0px;
}
.news_section .item.one {
  background: #ffffff;
  border: 1px solid #dddfe1;
  border-radius: 25px 0px 25px 0px;
}
.news_section .item .info {
  padding: 20px;
}
.news_section .item a {
  color: #333;
}
.news_section .item a:hover {
  color: #0b387e;
}
.news_section .item h3 {
  font-size: 1.25rem;
  line-height: 25px;
}
.news_section .item.two h3 {
  font-size: 1.2rem;
  line-height: 20px;
}
.news_section .item .des {
  text-align: justify;
  margin-bottom: 1rem;
}
.news_section .item .timePost {
  background-image: url("/assets/images/mailam/icCal.png");
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #747c87;
}
.news_section .viewAll {
  background: linear-gradient(180deg, #0061c1 -9%, #0046a1 79.62%);
  border-radius: 30px;
  width: 160px;
  margin: 1rem auto;
  display: table;
  text-align: center;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: 500;
  font-size: 1.1rem;
}
.news_section .swiper-pagination-bullet {
  background: #222;
  margin: 0px 4px;
}
.news_section .swiper-pagination-bullet-active {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
}
.news_section .swiper-container-horizontal > .swiper-pagination-bullets,
.news_section .swiper-pagination-custom,
.news_section .swiper-pagination-fraction {
  text-align: center;
  margin-top: 2rem;
}
/*======================== idea ========================*/
.idea_section {
  padding: 3rem 0px;
  background: linear-gradient(180deg, #0061c1 -9%, #0046a1 79.62%);
  border-radius: 0px 200px 0px 0px;
  position: relative;
}
.idea_section .box {
  position: relative;
}
.idea_section .idea_slider {
  padding-bottom: 30px;
}
.idea_section .title {
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: #fff;
  margin-bottom: 2rem;
}
.idea_section .des {
  text-align: center;
  margin-bottom: 2rem;
}
.idea_section .item {
  box-shadow:
    4px 10px 10px rgb(80 87 99 / 5%),
    0 0 50px rgb(80 87 99 / 10%);
  background-color: #fff;
  margin: 15px 0px;
  padding: 20px;
  border-radius: 25px 0px 25px 0px;
  border: 1px solid #f5f5f5;
}
.idea_section .item .box_img_name {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.idea_section .item .box_img_name .box_img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
.idea_section .item .box_img_name .box_name .name {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.idea_section .item .box_img_name .box_name .major {
  font-weight: 400;
}
.idea_section .item .idea_des {
  padding-top: 1.5rem;
  line-height: 22px;
  text-align: justify;
  color: #0061c1;
  background-image: url("/assets/images/mailam/icDes.png");
  background-size: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 105px;
}
.idea_section .bgEl1 {
  width: 50px;
  height: 50px;
  background-image: url("/assets/images/mailam/bg-el1.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 5%;
  bottom: 30%;
}
.idea_section .bgEl2 {
  width: 160px;
  height: 50px;
  background-image: url("/assets/images/mailam/bg-el2.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 20%;
}
.idea_section .bgEl3 {
  width: 120px;
  height: 16px;
  background-image: url("/assets/images/mailam/bg-el3.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 20%;
  bottom: 10%;
}
.idea_section .swiper-pagination-bullet {
  background: #dddfe1;
}
.idea_section .swiper-pagination-bullet-active {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
}
.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 45%;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 100%;
}
.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev2 {
  right: auto;
  left: -40px;
  background-image: url(/assets/images/mailam/icPrev2.png);
}
.swiper-button-next2 {
  right: -40px;
  left: auto;
  background-image: url(/assets/images/mailam/icNext2.png);
}
.swiper-button-prev2.swiper-button-white,
.swiper-button-next2.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev2.swiper-button-black,
.swiper-button-next2.swiper-button-black {
  --swiper-navigation-color: #000000;
}
/*======================== idea END ========================*/
/*------------------- options_course ----------------*/
.options_course {
  padding: 0 0 3rem;
}
.options_course h2.title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  padding: 20px 0px;
}
.options_course .box {
  overflow: hidden;
  position: relative;
  background: white;
  filter: drop-shadow(0px 0px 4px rgba(0 0 0 /20%));
  margin: 1rem 0;
}
.options_course .box.mobile {
  border: 1px solid #ddd;
}
.options_course .above {
  color: white;
  padding: 30px 20px 32px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.options_course .otherSale {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 7px;
  top: 8px;
  z-index: 20;
}
.options_course .otherSale::before {
  content: "";
  width: 70px;
  height: 188px;
  background: #ff0000;
  position: absolute;
  z-index: -1;
  right: -8px;
  top: -87px;
  transform: rotate(139deg);
}
.options_course .title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
/*.options_course .price{
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}*/
.options_course .price_sale {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 5px;
}
.options_course .price_main {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 10px;
}
.options_course .img_des_box {
  width: 100%;
  display: inline-flex;
}
.options_course .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 28px;
}
.options_course .below {
  padding: 20px;
}
.options_course .below .boxImg img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.options_course .below .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px solid #dddfe1;
}
.options_course .below .des.mobile {
  text-align: left;
  padding: 0px 0px 1rem;
  margin-bottom: 1rem;
}
.options_course .benefitItem {
  background-image: url(/assets/images/mailam/icCheck.png);
  background-position: 0 6px;
  background-size: 18px;
  background-repeat: no-repeat;
  padding: 3px 0px 3px 28px;
}
.options_course .benefit {
  padding: 15px 0px;
  border-bottom: 1px solid #dddfe1;
  color: #182537;
  font-size: 16px;
}
.options_course .btnBuynow {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding: 6px 42px;
  border-radius: 21px;
}
.options_course .btnBuynow:hover {
  background: #c0810b;
}
.options_course .btnOption {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.options_course .swiper-pagination-bullet {
  background: #222;
  margin: 0px 4px;
}
.options_course .swiper-pagination-bullet-active {
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
}
.options_course .swiper-container-horizontal > .swiper-pagination-bullets,
.options_course .swiper-pagination-custom,
.options_course .swiper-pagination-fraction {
  text-align: center;
  margin-top: 2rem;
}
/*-------------- coursefor -------------*/
.coursefor {
  padding: 4rem 0px 5rem;
  position: relative;
}
.coursefor::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    #c8e1ff 0%,
    rgba(206, 224, 245, 0.192708) 61.35%
  );
  border-radius: 0px;
  transform: rotate(-180deg);
  z-index: -1;
  opacity: 0.5;
}
.coursefor h2.title {
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.coursefor .item {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: justify;
  color: #182537;
}
.coursefor .box img {
  display: block;
  margin: 0 auto;
}
.coursefor .box .btnCourseFor {
  margin-top: 20px;
}
.coursefor .leftBG {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.coursefor .row {
  justify-content: flex-end;
}
.coursefor .box .btnCourseFor a {
  color: white;
  font-weight: 500;
  font-size: 1.1rem;
  background: linear-gradient(180deg, #0061c1 -9%, #0046a1 79.62%);
  border-radius: 30px;
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.coursefor .right {
  padding: 20px 0px;
}
/*------------- VIDEO SHARE -----------*/
.videos_share {
  padding: 40px 0px;
}

.videos_share h2.title {
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
}
.videos_share .frame {
}
.videos_share .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.videos_share .vdg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.videos_share iframe {
  width: 100%;
  height: 400px;
}
.videos_share .frame {
  overflow: hidden;
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
  cursor: pointer;
  height: 240px;
}
.videos_share .boxIc {
  position: absolute;
  z-index: 300;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos_share .boxIc img {
  display: block;
  max-width: 100%;
}
/*  ==== */
.videos_share .share_video {
  position: absolute;
  z-index: 300;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos_share .share_video img {
  display: block;
  max-width: 100%;
}
/* === */
.videos_share .frame:hover .slideText {
  bottom: 0 !important;
}
.videos_share .slideText {
  position: absolute;
  width: 100%;
  padding: 20px;
  background: rgba(0 0 0 / 44%);
  color: white;
  bottom: -100%;
  z-index: 200;
  transition: 0.4s;
}
.videos_share .slideText .title {
  font-size: 1.2rem;
  font-weight: 500;
}
.videos_share .slideText .date {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.videos_share .slideText .date img {
  display: block;
  margin-right: 10px;
}
.videos_share .slideText .date .day {
  font-size: 0.9rem;
  display: inline-block;
}
.videos_share .boxNextPrev {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 300;
  width: 100%;
}
.videos_share .videoSlide {
  position: relative;
}
.videos_share .boxNextPrev .swiper-button-next-unique {
  position: absolute;
  right: -50px;
}
.videos_share .boxNextPrev .swiper-button-prev-unique {
  position: absolute;
  left: -50px;
}
.videos_share .swiper-slide {
  padding: 30px 0px 60px 0px;
}
.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}
.videos_share .swiper-pagination-bullet-active {
  background: #0061c1;
}
#reviewVideoModal.review-video-modal,
#coursebasicVideoModal.review-video-modal {
  padding-right: 0 !important;
}
#reviewVideoModal .review-video-dialog,
#coursebasicVideoModal .review-video-dialog {
  width: 88vw !important;
  max-width: 1320px !important;
  min-height: calc(100vh - 48px);
  margin: 24px auto !important;
  display: flex;
  align-items: center;
}
#reviewVideoModal .review-video-modal-content,
#coursebasicVideoModal .review-video-modal-content {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #0a0f18;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  width: 100%;
}
#reviewVideoModal .review-video-modal-body,
#coursebasicVideoModal .review-video-modal-body {
  padding: 0 !important;
  background: #0a0f18;
  width: 100%;
}
#reviewVideoModal .review-video-frame,
#coursebasicVideoModal .review-video-frame {
  position: relative;
  width: 100%;
  height: min(74vh, calc(88vw * 0.5625));
  min-height: 520px;
  background: #05070d;
}
#reviewVideoModal .review-video-frame iframe,
#reviewVideoModal .review-video-frame .videoAbout,
#coursebasicVideoModal .review-video-frame iframe,
#coursebasicVideoModal .review-video-frame .videoAbout {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
#reviewVideoModal .review-video-close,
#coursebasicVideoModal .review-video-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(10, 15, 24, 0.72);
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
#reviewVideoModal .review-video-close:hover,
#coursebasicVideoModal .review-video-close:hover {
  background: rgba(214, 33, 54, 0.94);
  transform: translateY(-1px);
}
#reviewVideoModal .review-video-loading,
#reviewVideoModal .review-video-empty,
#coursebasicVideoModal .review-video-loading,
#coursebasicVideoModal .review-video-empty {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #0a0f18;
}
#reviewVideoModal .review-video-empty,
#coursebasicVideoModal .review-video-empty {
  padding: 32px;
  font-size: 1rem;
  text-align: center;
}
#reviewVideoModal .review-video-loading span,
#coursebasicVideoModal .review-video-loading span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #e01f3d;
  border-radius: 50%;
  animation: reviewVideoSpin 0.8s linear infinite;
}
@keyframes reviewVideoSpin {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 668px) {
  #reviewVideoModal .review-video-dialog,
  #coursebasicVideoModal .review-video-dialog {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: calc(100vh - 24px);
    margin: 12px auto !important;
  }
  #reviewVideoModal .review-video-modal-content,
  #coursebasicVideoModal .review-video-modal-content {
    border-radius: 6px;
  }
  #reviewVideoModal .review-video-frame,
  #coursebasicVideoModal .review-video-frame {
    height: calc((100vw - 24px) * 0.5625);
    min-height: 0;
  }
  #reviewVideoModal .review-video-close,
  #coursebasicVideoModal .review-video-close {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    font-size: 26px;
    line-height: 32px;
  }
  #reviewVideoModal .review-video-loading,
  #reviewVideoModal .review-video-empty,
  #coursebasicVideoModal .review-video-loading,
  #coursebasicVideoModal .review-video-empty {
    min-height: 220px;
  }
}
/*----------------- FAQS ---------------*/
.faq {
  padding: 40px 0px;
  position: relative;
}
.faq::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    360deg,
    #c8e1ff 0%,
    rgba(206, 224, 245, 0.192708) 61.35%
  );
  border-radius: 0px;
  transform: rotate(-180deg);
  z-index: -1;
  opacity: 0.5;
}
.faq h2.title {
  font-weight: 700;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.faq .box img {
  max-width: 100%;
}
.faq .box .item {
  padding: 15px;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  filter: drop-shadow(1px 0px 4px rgba(0 0 0 / 15%));
  margin-bottom: 15px;
}
.faq .box .item .title {
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.faq .box .linetop .title .text {
  color: #0061c1;
}
.faq .box .item .icon {
  color: #a3a8af;
}
.faq .box .item .content {
  margin-top: 12px;
  line-height: 28px;
  display: none;
}
/*-------------- send mail --------------*/
.sendmail_section {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 100%;
}
.sendmail_section .box {
  background: linear-gradient(180deg, #0061c1 -9%, #0046a1 79.62%);
  padding: 2.5rem 0;
  border-radius: 50px 0 50px 0;
}
.sendmail_section .box .contents {
  width: 60%;
  margin: auto;
}
.sendmail_section .box .contents .des {
  color: #fff;
  text-align: center;
}
.sendmail_section .box .contents .des p {
  margin: 0px;
  line-height: 50px;
  font-size: 2.5rem;
  font-weight: 600;
}
.sendmail_section .box .contents .form {
  margin-top: 1rem;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.sendmail_section .box .contents .form input {
  background: #ffffff;
  border: 1px solid #dddfe1;
  box-sizing: border-box;
  border-radius: 50px;
  outline: none;
  padding-left: 15px;
  height: 40px;
  width: calc(100% - 185px);
}
.sendmail_section .box .contents .form button {
  outline: none;
  border: none;
  background: linear-gradient(
    349.47deg,
    #ffeb01 -49326.76%,
    #ffa600 -38337.84%
  );
  border-radius: 50px;
  width: 170px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}
.sendmail_section .box .contents .form button:hover {
  background: #bc8010;
}
/*-------------- breadrum --------------*/
.breadrum_section {
  background-color: #f5f5f5;
}
.breadrum_section ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.breadrum_section ul li {
  display: inline-block;
  line-height: 30px;
}
.breadrum_section ul li span {
  margin: 0px 10px;
  color: #ddd;
}
.breadrum_section ul li a {
  color: #333;
}
/*-------------- paging --------------*/
.paging {
  display: table;
  margin: 1rem auto;
}
.paging ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li {
  background-color: #ddd;
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging .sp_dots {
  transform: translateY(17px) !important;
}
.paging ul li a {
  color: #004aa5 !;
  font-weight: 500;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: table;
}
.paging ul li.active,
.paging ul li:hover {
  background-color: #004aa5;
}
.paging ul li.active a,
.paging ul li:hover a {
  color: #fff;
}
/*-------------- footer --------------*/
footer {
  background-color: #111316;
  position: relative;
}
#footer {
  padding: 12rem 0 2rem 0;
}
#footer .contact {
  color: #dddfe1;
}
#footer .contact .boxLogo img {
  height: 75px;
}
#footer .contact ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0px;
}
#footer .contact ul li {
  line-height: 20px;
  padding: 5px 0px;
  background-position: 0 5px;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 28px;
}
#footer .contact ul li.address {
  background-image: url("/assets/images/mailam/icAddress.png");
  background-position: 0 8px;
}
#footer .contact ul li.phone {
  background-image: url("/assets/images/mailam/icPhone.png");
}
#footer .contact ul li.mail {
  background-image: url("/assets/images/mailam/icMail.png");
}
#footer .socialsBox {
  width: 90%;
  display: inline-flex;
  justify-content: space-between;
}
#footer .socials a {
  float: left;
  width: 30px;
  height: 30px;
  background-color: #dddfe1;
  text-align: center;
  color: #111316;
  line-height: 30px;
  border-radius: 100%;
  font-size: 1.4rem;
  margin-right: 1rem;
}
#footer .socials a:hover {
  color: #111316;
  background-color: #ffa600;
}
#footer .socials a img {
  border-radius: 100%;
}
#footer .socials a.no-bg {
  background-color: transparent;
  border-radius: 100%;
  overflow: hidden;
}
.menu_footer .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.menu_footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_footer ul li {
  margin-bottom: 8px;
}
.menu_footer ul li a {
  color: #fff;
}
.menu_footer ul li a:hover {
  color: #ffa600;
}
.boxBCT img {
  height: 40px;
}
.copyright_section {
  text-align: center;
  line-height: 35px;
  font-size: 0.9rem;
  color: #a3a8af;
  border-top: 0.5px solid #222;
}
.branch_footer {
  color: #fff;
  margin-top: 2rem;
}
.branch_footer .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.branch_footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.branch_footer ul li {
  margin-bottom: 10px;
}
.branch_footer ul li i {
  margin-right: 5px;
}
/*======================== go to top ========================*/
.go__top {
  position: fixed;
  bottom: 34px;
  right: 21px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0;
  display: none;
  opacity: 0.88;
  z-index: 9999999;
  background-color: #0d4eb3;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 100%;
  box-shadow: 0 10px 24px rgba(15, 48, 90, 0.22);
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.go__top i {
  color: white;
}
.go__top:hover,
.go__top:focus {
  opacity: 1;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 48, 90, 0.28);
}
.go__top:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 78, 179, 0.2), 0 14px 30px rgba(15, 48, 90, 0.28);
}

/*contact in mobile*/
.hotline__mobile {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  width: auto;
  z-index: 9999998;
  pointer-events: none;
}
.hotline__mobile .box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 6px;
  width: 100%;
  padding: 8px;
  border: 1px solid rgba(13, 78, 179, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(15, 48, 90, 0.18);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}
.hotline__mobile .box .item {
  width: auto;
  text-align: center;
  padding: 0;
}
.hotline__mobile .box .item.m_border {
  border-right: 0;
}
.hotline__mobile .box .item a {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 15px;
  background: #f2f7ff;
  color: #20304a;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(13, 78, 179, 0.06);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.hotline__mobile .box .item a span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotline__mobile .box .item a img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.hotline__mobile .box .item a:active {
  transform: scale(0.96);
}
.hotline__mobile .box .item a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(13, 78, 179, 0.2), inset 0 0 0 1px rgba(13, 78, 179, 0.18);
}
.hotline__mobile .box .item-call a {
  background: linear-gradient(180deg, #ebfdf0 0%, #dff9e8 100%);
  color: #176c32;
}
.hotline__mobile .box .item-sms a,
.hotline__mobile .box .item-zalo a,
.hotline__mobile .box .item-messenger a {
  background: linear-gradient(180deg, #f4f9ff 0%, #e8f2ff 100%);
  color: #0d4eb3;
}
.hotline__mobile .box .item a:hover {
  background: #e8f2ff;
  box-shadow: inset 0 0 0 1px rgba(13, 78, 179, 0.16);
}
@supports selector(body:has(.hotline__mobile)) {
  body:has(.hotline__mobile) {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
}
@media screen and (max-width: 374px) {
  .hotline__mobile {
    left: 8px;
    right: 8px;
  }
  .hotline__mobile .box {
    gap: 4px;
    padding: 7px;
  }
  .hotline__mobile .box .item a {
    min-height: 56px;
  }
  .hotline__mobile .box .item a span {
    font-size: 0.95rem;
  }
}
/*======================== for resposive screen ========================*/
/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
  .bannerSlide .box .title {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .bannerSlide .box .boxBtn {
    text-align: center;
  }
  .about_section .content .des {
    height: 185px;
    overflow-y: scroll;
  }
  .idea_section {
    border-radius: 0px 100px 0px 0px;
  }
  .partner_section .item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .partner_section .item img {
    height: auto;
    max-width: 100%;
  }
  .sendmail_section .box .contents .des p {
    margin: 0px 0px 10px 0px;
    line-height: 25px;
    font-size: 1.6rem;
  }
  .menu_footer {
    margin-top: 3rem;
  }
  #footer .contact .contactBox,
  #footer .contact .socialsBox {
    width: 100%;
    display: inline-flex;
  }
  .boxBCT {
    margin-left: 5rem;
  }
  #footer .contact .contactBox .boxLogo {
    width: 200px;
  }
  #footer .contact .boxLogo img {
    height: auto;
    max-width: 100%;
  }
  #footer .contact ul {
    width: calc(100% - 90px);
    margin: 0px 0px 0px 10px;
  }
  #footer .socials {
    margin-top: 3rem;
  }
  .top .socials {
    margin: 0px 0px 0px 0px;
  }
  .bannerSlide .boxNextPrev .swiper-button-prev-unique img,
  .bannerSlide .boxNextPrev .swiper-button-next-unique img {
    width: 50px;
    height: 50px;
  }
  .videos_share .frame {
    height: 220px;
  }
  .course_section .item .boxImg {
    height: 165px;
  }
  .course_section {
    border-radius: 100px 0px 0px 0px;
  }
  .videos_share .boxNextPrev .swiper-button-prev-unique,
  .videos_share .boxNextPrev .swiper-button-next-unique {
    display: none;
  }
  .swiper-button-next2,
  .swiper-button-prev2 {
    display: none;
  }
  .course_page .box_sort ul li {
    padding: 0px 5px !important;
  }
  .top .socials {
    width: 95px;
  }
  .tools_top ul li a {
    padding: 0px 5px;
  }
  .bannerSlide .bg_slider {
    min-height: 450px;
    border-radius: 0;
  }
  .coursebasic .title {
    font-size: 1.6rem;
  }
  .coursebasic .wrap .left .item1 .price_main {
    font-size: 20px;
  }
  .coursebasic .wrap .left .item1 .price_sale {
    font-size: 25px;
  }
  .coursebasic .wrap .left .item2 .chl1 {
    font-size: 20px;
  }
  .coursebasic .wrap .left .item2 .chl2 .circle {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
  .coursebasic .wrap .left .item2 .chl3 .btn_register {
    font-size: 15px;
  }
  .coursebasic .wrap .left .item3 {
    padding: 0 30px 0 15px;
  }
  .coursebasic .wrap .right {
    margin-top: 2rem;
  }
  .coursebasic .wrap .right .item {
    line-height: 25px;
  }
  .coursebasic .wrap .right .item2 .icon img {
    display: none;
  }
  .coursebasic .wrap .right .item2 .text .cate {
    font-size: 0.8rem;
  }
  .coursebasic .wrap .right .item .icon_title {
    width: calc(100% / 3);
    margin-right: 8px;
  }
  #coursebasic_video {
    padding: 10px 0px 3rem !important;
  }
  #coursebasic_video video {
    height: 280px !important;
  }
  .videoAbout {
    width: 100% !important;
    height: 280px;
  }
}
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
  #header {
    padding: 0px;
  }
  .bannerSlide .bg_slider {
    min-height: 250px;
    border-radius: 0;
  }
  #ic_menu_mobile {
    padding: 0px 5px !important;
  }
  .box_logo img {
    height: 65px;
  }
  #ic_menu_mobile {
    margin-top: 1rem !important;
  }
  .about_section {
    padding: 2.5rem 0rem;
  }
  .about_section .content {
    margin-top: 1rem;
  }
  #ic_menu_mobile {
    float: right !important;
  }
  .bannerSlide {
    border-radius: 0;
  }
  .bannerSlide .boxNextPrev .swiper-button-next-unique,
  .bannerSlide .boxNextPrev .swiper-button-prev-unique {
    display: none;
  }
  .bannerSlide .box .title {
    font-size: 1.3rem;
  }
  .bannerSlide .box .desc {
    font-size: 1rem;
    font-weight: 300;
    padding: 10px 0px 15px 0px;
  }
  .bannerSlide .box .boxBtn a {
    font-size: 14px;
  }
  .bannerSlide .box {
    padding: 30px 10px;
  }
  .bannerSlide .box .title {
    line-height: 22px;
  }
  .bannerSlide .swiper-container-horizontal > .swiper-pagination-bullets,
  .bannerSlide .swiper-pagination-custom,
  .bannerSlide .swiper-pagination-fraction {
    bottom: 5px;
  }
  .bannerSlide .box .boxBtn {
    margin-bottom: 1rem;
  }
  .options_course .price_sale {
    font-size: 25px;
  }
  .options_course .price_main {
    font-size: 20px;
    line-height: 38px;
    margin-left: 15px;
  }
  .options_course .price {
    width: 100%;
    display: inline-flex;
  }
  .options_course .box {
    border-radius: 20px;
  }
  .options_course .btnBuynow {
    font-size: 14px;
    font-weight: 400;
  }
  .options_course .below .des {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .course_section {
    padding: 2.5rem 0;
  }
  .opening_schedule_section {
    padding: 2.4rem 0 3rem;
  }
  .opening_schedule_head h2 {
    font-size: 2.1rem;
  }
  .opening_schedule_head p {
    font-size: 14px;
    line-height: 1.7;
  }
  .opening_schedule_head {
    margin-bottom: 2rem;
  }
  .course_section h2,
  .idea_section .title {
    font-size: 1.6rem;
  }
  .options_course .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .course_section .item .boxImg {
    height: 125px;
  }
  .course_section .item h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 5px 10px;
  }
  .course_section .item .boxLink .btn_register {
    font-size: 0.9rem;
  }
  .course_section .item .boxPrice .price {
    font-weight: 500;
    font-size: 1rem;
  }
  .course_page .item .boxPrice .price {
    font-weight: 500 !important;
    font-size: 1rem !important;
  }
  .opening_schedule_branch {
    display: block;
    padding: 1rem 1rem 0.9rem;
  }
  .opening_schedule_branch .branch_label {
    margin-bottom: 10px;
  }
  .opening_schedule_branch h3 {
    font-size: 1.2rem;
  }
  .opening_schedule_category_name {
    gap: 0.6rem;
    padding: 0.85rem 1rem;
  }
  .opening_schedule_category_name .category_marker {
    width: 5px;
    height: 24px;
  }
  .opening_schedule_category_name h4 {
    font-size: 1rem;
  }
  .opening_schedule_category_name .category_count {
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.8rem;
  }
  .opening_schedule_header {
    display: none;
  }
  .opening_schedule_category_rows {
    padding: 0.75rem;
    background: #f8fbff;
  }
  .opening_schedule_row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #edf2fb;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(19, 56, 114, 0.06);
  }
  .opening_schedule_row + .opening_schedule_row {
    margin-top: 0.75rem;
  }
  .opening_schedule_row .schedule_col {
    display: block;
    font-size: 0.95rem;
  }
  .opening_schedule_row .schedule_col::before {
    content: attr(data-label);
    display: block;
    color: #6f7e97;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
  }
  .opening_schedule_row .course_program {
    margin-bottom: 2px;
  }
  .opening_schedule_row .course_name {
    font-size: 1rem;
  }
  .opening_schedule_row .date_value {
    margin-bottom: 6px;
  }
  .opening_schedule_trial_btn {
    width: 100%;
    min-height: 46px;
  }
  .opening_schedule_register_modal {
    padding: 12px;
  }
  .opening_schedule_register_dialog {
    border-radius: 20px;
  }
  .opening_schedule_register_intro {
    padding: 1.5rem 1.2rem 1.1rem;
  }
  .opening_schedule_register_intro h3 {
    margin-right: 38px;
    font-size: 1.35rem;
  }
  .opening_schedule_register_form {
    padding: 1.25rem 1.2rem 1.4rem;
  }
  .opening_schedule_register_grid {
    grid-template-columns: 1fr;
  }
  .student_achievement_section {
    padding: 2.4rem 0 3.4rem;
  }
  .student_achievement_section .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .student_achievement_head {
    margin-bottom: 1.8rem;
  }
  .student_achievement_head h2 {
    font-size: 2rem;
  }
  .student_achievement_slider_wrap {
    padding-bottom: 5.6rem;
  }
  .student_achievement_card_top {
    padding: 0;
  }
  .student_achievement_card_body {
    padding: 1.1rem 1rem 1.3rem;
  }
  .student_achievement_meta {
    font-size: 1rem;
    gap: 0.7rem;
  }
  .student_achievement_meta_description {
    font-size: 0.95rem;
  }
  .student_achievement_icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 0.9rem;
  }
  .student_achievement_nav {
    right: 50%;
    transform: translateX(50%);
    gap: 0.75rem;
  }
  .swiper-button-prev-achievement,
  .swiper-button-next-achievement {
    width: 48px;
    height: 48px;
    border-width: 3px;
  }
  .videos_share h2.title {
    font-size: 1.6rem;
  }
  .idea_section {
    padding: 2.5rem 0px;
    border-radius: 0px 100px 0px 0px;
  }
  .faq .box .item .title {
    font-size: 14px;
  }
  .partner_section .item {
    height: 50px;
    margin: 0.5rem 0;
  }
  .partner_section h2,
  .news_section h2 {
    font-size: 1.6rem;
  }
  .sendmail_section .box .contents {
    width: 90%;
  }
  .sendmail_section .box .contents .des p {
    line-height: 18px;
    font-size: 1rem;
    margin: 0px 0px 1px 0px;
  }
  .sendmail_section .box .contents .form {
    flex-direction: column;
  }
  .sendmail_section .box .contents .form input {
    width: 90%;
    margin: auto;
  }
  .sendmail_section .box .contents .form button {
    width: 120px;
    font-size: 1rem;
    margin: 1rem auto 0px;
    height: 40px;
  }
  .sendmail_section .box {
    padding: 1.5rem 0;
  }
  .news_section .item h3 {
    font-size: 1rem;
    line-height: 18px;
  }
  .news_section .item .info {
    padding: 10px;
  }
  #footer {
    padding: 9rem 0 2rem 0;
  }
  #footer .contact .socialsBox {
    flex-direction: column;
  }
  #footer .socials {
    margin: 1rem auto 0;
  }
  .boxBCT {
    margin: 1rem auto 0;
  }
  .copyright_section {
    line-height: 18px;
    padding: 5px 0px;
  }
  .partner_section {
    padding: 0rem 0 0rem;
  }
  .coursefor {
    padding: 2.5rem 0px 0;
  }
  .coursefor h2.title {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
  .coursefor .box .btnCourseFor {
    text-align: center;
  }
  .options_course h2.title {
    font-size: 1.6rem;
  }
  .about_section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #footer .contact .contactBox {
    flex-direction: column;
  }
  #footer .contact .contactBox .boxLogo {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .go__top {
    right: 16px;
    bottom: calc(104px + env(safe-area-inset-bottom));
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #coursebasic_video video {
    height: 240px !important;
  }
  .videoAbout {
    height: 220px;
  }
  .langBoxMobile {
    margin: 10px 15px 0px 0px;
  }
  .box_dmca {
    text-align: center;
  }
  .course_section .item .boxPrice .price.sale {
    margin: 2px 0px 0px 5px !important;
  }
  .course_page .item .boxPrice .price.sale {
    margin: 0px 0px 0px 3px !important;
  }
}
/* Fix mobile input zoom */
@media screen and (max-width: 768px) {
  input, select, textarea {
    font-size: 16px !important;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 576px) {
}
