/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** media */
/** breakpoint */
/** */
/** */
/** */
/** media shorthand */
/** */
/** */
/** */
/** */
/** */
/** */
/** */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** $gutter: padding or margin */
/** */
/** */
/** padding-left, padding-right, left, right ... */
/** */
/** */
/** */
/** */
/** */
/** */
/** Button hover effect*/
/** */
/** functions to urlencode the svg string*/
/** $string - svg */
/** add unique id image url */
/** https://github.com/pentzzsolt/sass-is-int/blob/master/_is-int.scss */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** size */
/** */
/** grid layout */
/** */
/** */
/** */
.full_relative {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.title-home-big {
  color: #2B0673;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.21px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-home-big {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
}

.title-home {
  color: #2B0673;
  text-align: center;
  /* Displaysmall/Bold */
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 137.5% */
  letter-spacing: -0.16px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-home {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
}

.title-home-black {
  color: var(--Gray-600, #344054);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px; /* 137.5% */
  letter-spacing: -0.16px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-home-black {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
}

.title-home-600 {
  /* Displaysmall/Semibold */
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 137.5% */
  letter-spacing: -0.16px;
}
@media only screen and (max-width: 39.96875rem) {
  .title-home-600 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
  }
}

.title-small {
  color: var(--Gray-600, #344054);
  text-align: center;
  /* Heading 2/Bold */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
@media only screen and (max-width: 39.96875rem) {
  .title-small {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.12px;
  }
}

.title-small-600 {
  text-align: justify;
  /* Heading 2/Semibold */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
}

.title-small-700 {
  color: var(--Gray-600, #344054);
  text-align: center;
  /* Heading 2/Bold */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}

.title-small-x {
  color: var(--sacondary-300, #BC9FF4);
  text-align: justify;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 166%; /* 19.92px */
  letter-spacing: 0.4px;
}

.des-home {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.text-nor-400 {
  color: var(--Gray-500, #667085);
  /* Body/Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.text-nor-500 {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
@media only screen and (max-width: 39.96875rem) {
  .text-nor-500 {
    font-size: 14px;
  }
}

.text-nor-600 {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

.text-small {
  color: var(--Gray-500, #667085);
  text-align: justify;
  /* Body 2/Regular */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.text-small-500 {
  text-align: justify;
  /* Body 2/Medium */
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.btn-cam a {
  padding: 12px 24px;
  border-radius: 6px;
  background: var(--primary-700, #FFC123);
  box-shadow: 0px 8px 24px 0px rgba(255, 193, 35, 0.25);
  border: 1px solid #FFC123;
  transition: 0.6s all;
  color: #fff;
}
@media only screen and (max-width: 39.96875rem) {
  .btn-cam a {
    padding: 13px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
}
.btn-cam a:hover {
  background: #fff;
  color: #FFC123;
}

.btn-cam-nguoc a {
  padding: 12px 24px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(255, 193, 35, 0.25);
  border: 1px solid #FFC123;
  transition: 0.6s all;
  color: #FFC123;
}
@media only screen and (max-width: 39.96875rem) {
  .btn-cam-nguoc a {
    padding: 13px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
  }
}
.btn-cam-nguoc a:hover {
  background: #FFC123;
  color: #fff;
}

header#masthead #main-menu li {
  position: relative;
}
header#masthead #main-menu li.active > a, header#masthead #main-menu li:hover > a {
  color: #FFC123;
}
header#masthead #main-menu li.active > a:after, header#masthead #main-menu li:hover > a:after {
  content: "";
  height: 2px;
  width: 40px;
  background: #FFC123;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media only screen and (max-width: 39.96875rem) {
  header#masthead .cell-3 .widget_text.header-widgets.widget_custom_html {
    display: none;
  }
  header#masthead .cell-3 .off-canvas-content {
    border-radius: 6px;
    background: var(--primary-300, #FFEFCC);
    padding: 5px;
  }
  header#masthead .cell-3 .off-canvas-content .menu-lines .hamburger::after {
    background: #FFC123;
    box-shadow: 0 10px 0 #FFC123, 0 20px 0 #FFC123;
  }
}

section#banner_home {
  position: relative;
  padding: 40px 0;
}
section#banner_home .img_bg_banner_home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section#banner_home .grid-container {
  position: relative;
}
section#banner_home .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .row {
    gap: 30px;
  }
}
section#banner_home .row .col-left {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .row .col-left {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .row .col-left .title-home-big {
    text-align: center;
  }
}
section#banner_home .row .col-right {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .row .col-right {
    width: 100%;
  }
}
section#banner_home .des {
  margin-top: 8px;
  margin-bottom: 24px;
}
section#banner_home .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .btn {
    -webkit-justify-content: center;
            justify-content: center;
  }
}
section#banner_home .btn .info-bn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#banner_home .btn .info-bn {
    display: none;
  }
}

section#newpaper {
  padding: 90px 0;
}
section#newpaper .list-logo {
  margin-top: 40px;
}
section#newpaper .list-logo .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}
section#newpaper .list-logo .swiper-slide .inner {
  position: relative;
}
section#newpaper .list-logo .swiper-slide .title {
  border-radius: 12px;
  background: var(--Gray-0, #FFF);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  color: var(--Gray-600, #344054);
  text-align: center;
  /* Heading 2/Semibold */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
}
section#newpaper .list-logo .swiper-slide .title span {
  padding: 12px 30px;
  display: block;
}

section#whychoose_home {
  padding: 90px 0;
  position: relative;
}
section#whychoose_home .bg_whychose_home {
  -o-object-fit: cover;
     object-fit: cover;
}
section#whychoose_home .grid-container {
  position: relative;
}
section#whychoose_home .swiper-slide .col-inner .img {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
section#whychoose_home .swiper-slide .col-inner .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
section#whychoose_home .swiper-slide .col-inner .img img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: 0.6s;
}
section#whychoose_home .swiper-slide .col-inner .img:hover img {
  -webkit-transform: translateX(-50%) scale(1.04);
          transform: translateX(-50%) scale(1.04);
}

#doituong_tk .row {
  margin: 0 auto 0 0;
  padding-right: 0.9375rem;
  max-width: calc(50vw + 37.5rem - 0.46875rem);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 89.96875rem) {
  #doituong_tk .row {
    max-width: calc(50vw + 35.625rem - 0.46875rem);
  }
}
@media only screen and (max-width: 39.96875rem) {
  #doituong_tk .row {
    padding-right: 0.625rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  #doituong_tk .row {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
#doituong_tk .row .col-left {
  width: 75%;
}
@media only screen and (max-width: 39.96875rem) {
  #doituong_tk .row .col-left {
    width: 100%;
  }
}
#doituong_tk .row .col-right {
  width: 25%;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 39.96875rem) {
  #doituong_tk .row .col-right {
    width: 100%;
  }
}
#doituong_tk .row .col-right .title-home {
  text-align: left;
}
@media only screen and (max-width: 39.96875rem) {
  #doituong_tk .row .col-right .title-home {
    text-align: center;
  }
}
#doituong_tk .row .col-right .col-inner {
  position: absolute;
  right: 0;
  width: 37.5rem;
  border-radius: 16px;
  top: 50%;
  padding: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--Gray-0, #FFF);
  box-shadow: 0px 24px 56px 0px rgba(255, 193, 35, 0.2);
}
@media only screen and (min-width: 90rem) {
  #doituong_tk .row .col-right .col-inner {
    width: 40.625rem;
  }
}
@media only screen and (max-width: 39.96875rem) {
  #doituong_tk .row .col-right .col-inner {
    width: 100%;
    margin: 0 30px;
    right: 30px;
    position: relative;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    right: unset;
  }
}
#doituong_tk .row .col-right .col-inner .list_info {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
#doituong_tk .row .col-right .col-inner .list_info li {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}
#doituong_tk .row .col-right .col-inner .list_info li .num {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  border-radius: 8px;
  background: var(--sacondary-100, #F7F3FF);
  width: 50px;
  height: 50px;
  color: var(--Gray-600, #344054);
  text-align: center;
  /* Heading/Semibold */
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
#doituong_tk .row .col-right .col-inner .list_info li .info {
  width: calc(100% - 66px);
}

#hoantra_free {
  padding: 90px 0;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free {
    padding: 0 0 40px 0;
  }
}
#hoantra_free .grid-container {
  position: relative;
}
#hoantra_free .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free .row {
    gap: 30px;
  }
}
#hoantra_free .row .col-left {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free .row .col-left {
    width: 100%;
  }
}
#hoantra_free .row .col-left .title-home {
  text-align: left;
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free .row .col-left .title-home {
    text-align: center;
  }
}
#hoantra_free .row .col-left .des {
  margin: 16px 0 24px 0;
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free .row .col-left .des {
    text-align: center;
  }
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free .row .col-left .btn {
    text-align: center;
  }
}
#hoantra_free .row .col-right {
  width: 50%;
}
@media only screen and (max-width: 39.96875rem) {
  #hoantra_free .row .col-right {
    width: 100%;
  }
}

section#course_home {
  padding: 90px 0;
  position: relative;
}
@media only screen and (max-width: 39.96875rem) {
  section#course_home {
    padding: 40px 0;
  }
}
section#course_home .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 64px;
}
section#course_home .row .col-left {
  width: 50%;
  background: #F2F9FF;
  padding: 64px;
}
section#course_home .row .col-left .title {
  color: #2B0673;
}
section#course_home .row .col-left .des {
  margin-bottom: 24px;
}
section#course_home .row .col-left .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 39.96875rem) {
  section#course_home .row .col-left {
    width: 100%;
  }
}
section#course_home .row .col-right {
  width: 50%;
  position: relative;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 39.96875rem) {
  section#course_home .row .col-right {
    width: 100%;
  }
}
section#course_home .row .col-right .wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section#course_home .row .col-right .img_video {
  -o-object-fit: cover;
     object-fit: cover;
}
section#course_home .row .col-right .video-main {
  position: relative;
  display: inline-block;
}
section#course_home .row .col-right .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #FFC123;
  z-index: 999;
}
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
section#course_home .row .col-right .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #FFC123;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
section#course_home .row .col-right .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
section#course_home .row .col-right .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
section#course_home .row .col-right .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
section#course_home .view_image_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
section#course_home .view_image_popup .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
section#course_home .view_image_popup .content {
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  margin: 0 auto;
  position: initial;
  width: auto;
  max-height: 90%;
  max-width: 90%;
  -webkit-justify-content: center;
          justify-content: center;
}
section#course_home #close_image {
  position: absolute;
  z-index: 5555;
  top: 80px;
  right: 30px;
}
section#course_home .view_image_popup #close_image i {
  font-size: 30px;
  color: #fff;
}
section#course_home .padding_ratio:before {
  padding-bottom: 56.25%;
}

#ykhv_home {
  background: var(--sacondary-100, #F7F3FF);
  padding: 90px 0;
}
@media only screen and (max-width: 39.96875rem) {
  #ykhv_home {
    padding: 40px 0;
  }
}
#ykhv_home .w-swiper {
  padding: 40px 0;
}
#ykhv_home .list-logo-ykkh .swiper-slide {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.04);
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner {
  padding: 24px 16px;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .img {
  text-align: center;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .info .name {
  text-align: center;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .info .job {
  color: var(--Gray-400, #98A2B3);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  letter-spacing: 0.12px;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .info .star {
  text-align: center;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .info .star img {
  height: 24px;
}
#ykhv_home .list-logo-ykkh .swiper-slide .col-inner .info .des {
  text-align: center;
}

section#camket_home {
  padding: 90px 0;
}
section#camket_home .title-home {
  margin-bottom: 40px;
}
section#camket_home .list_camket_home {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
section#camket_home .list_camket_home .item {
  width: calc(33.3333333333% - 1.6666666667rem);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--sacondary-200, #E2D5FC);
  background: var(--Gray-0, #FFF);
}
@media only screen and (max-width: 39.96875rem) {
  section#camket_home .list_camket_home .item {
    width: 100%;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#camket_home .list_camket_home .item {
    padding: 16px;
  }
}
@media only screen and (max-width: 39.96875rem) {
  section#camket_home .list_camket_home .item .ttle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 10px;
  }
}
section#camket_home .list_camket_home .item .icon {
  text-align: center;
  margin-bottom: 16px;
}
section#camket_home .list_camket_home .item .icon img {
  width: 64px;
  height: 64px;
}
section#camket_home .list_camket_home .item .title,
section#camket_home .list_camket_home .item .des {
  text-align: center;
}
@media only screen and (max-width: 39.96875rem) {
  section#camket_home .list_camket_home .item .des {
    text-align: left;
  }
}
section#camket_home .btn {
  text-align: center;
  margin-top: 40px;
}

#search_course_home {
  background: var(--Secondary-50, #FFFBF1);
  padding-top: 0 0 90px 0;
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home {
    padding: 40px 0;
  }
}
#search_course_home .grid-container {
  position: relative;
}
#search_course_home .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-align-items: center;
          align-items: center;
}
#search_course_home .row .col-left {
  width: calc(58.3333333333% - 0.78125rem);
  padding-right: 120px;
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home .row .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#search_course_home .row .col-left .title-home {
  text-align: left;
}
#search_course_home .row .col-left .des {
  margin-bottom: 24px;
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home .row .col-left .des {
    margin-bottom: 16px;
  }
}
#search_course_home .row .col-left .row-form .item input {
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid var(--primary-400, #FFE7B2);
  background: var(--primary-200, #FFF7E5);
  height: 45px;
}
#search_course_home .row .col-left .row-form .item select {
  border-radius: 4px;
  border: 1px solid var(--primary-400, #FFE7B2);
  background: var(--primary-200, #FFF7E5);
  height: 45px;
}
#search_course_home .row .col-left .row-form .item-sub input {
  border-radius: 6px;
  background: var(--primary-700, #FFC123);
  box-shadow: 0px 8px 24px 0px rgba(255, 193, 35, 0.25);
  color: #fff;
}
#search_course_home .row .col-right {
  width: calc(41.6666666667% - 1.09375rem);
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home .row .col-right {
    width: 100%;
    display: none;
  }
}
#search_course_home .row-cacbuoc {
  padding: 32px;
  border-radius: 32px;
  border: 8px solid var(--primary-300, #FFEFCC);
  background: var(--Gray-0, #FFF);
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 80%;
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home .row-cacbuoc {
    left: unset;
    bottom: unset;
    position: relative;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 100%;
    margin-top: 40px;
  }
}
#search_course_home .row-cacbuoc .item {
  width: calc(25% - 0.75rem);
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home .row-cacbuoc .item {
    width: calc(50% - 0.5rem);
  }
}
#search_course_home .row-cacbuoc .item .buoc {
  color: var(--sacondary-500, #662ED1);
}
#search_course_home .row-cacbuoc .item:not(:last-child) {
  border-right: 1px solid #FCE197;
  padding-right: 16px;
}
@media only screen and (max-width: 39.96875rem) {
  #search_course_home .row-cacbuoc .item:nth-child(2n) {
    border-right: unset;
  }
}

.faqs_home {
  padding: 180px 0 90px;
  background: var(--sacondary-100, #F7F3FF);
}
.faqs_home .title-home2 {
  text-align: center;
  margin-bottom: 40px;
}
.faqs_home .list-tabb {
  width: 60%;
  margin: 0 auto;
}
.faqs_home .list_answers {
  margin-bottom: 16px;
}
.faqs_home .list_answers .at-title {
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid var(--Gray-200, #E4E7EC);
  background: var(--Gray-0, #FFF);
}
.faqs_home .list_answers .at-tab {
  display: none;
  background: #fff;
  padding: 20px;
  margin: 0 15px;
}

main {
  z-index: 2;
}

.site-footer {
  z-index: 0;
  color: #fff;
  background: #2B0673;
  padding: 90px 0 40px 0;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer {
    padding: 40px 0;
  }
}
.site-footer .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
  border-bottom: 1px solid #FFE7B2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row {
    gap: 16px;
  }
}
.site-footer .row .title-footer {
  color: #fff;
}
.site-footer .row .des-ft {
  color: #fff;
}
.site-footer .row .menu-ft {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.site-footer .row .menu-ft li a {
  color: #fff;
  transition: 0.6s;
}
.site-footer .row .menu-ft li a:hover {
  color: #FFC123;
}
.site-footer .row .col-ft-1 {
  width: calc(31.25% - 1.71875rem);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row .col-ft-1 {
    width: 100%;
  }
}
.site-footer .row .col-ft-2 {
  width: calc(18.75% - 2.03125rem);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row .col-ft-2 {
    width: 100%;
  }
}
.site-footer .row .col-ft-3 {
  width: calc(25% - 1.875rem);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row .col-ft-3 {
    width: 100%;
  }
}
.site-footer .row .col-ft-4 {
  width: calc(25% - 1.875rem);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row .col-ft-4 {
    width: 100%;
  }
}
.site-footer .row-cpr {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row-cpr {
    gap: 16px;
  }
}
.site-footer .row-cpr .col-left,
.site-footer .row-cpr .col-right {
  width: calc(50% - 0.9375rem);
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row-cpr .col-left,
  .site-footer .row-cpr .col-right {
    width: 100%;
  }
}
.site-footer .row-cpr .col-left span {
  color: #A0AEC0;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row-cpr .col-left {
    text-align: center;
  }
}
.site-footer .row-cpr .col-right {
  text-align: right;
}
.site-footer .row-cpr .col-right .icon {
  width: 40px;
  height: 40px;
}
.site-footer .row-cpr .col-right .list_icon_ft {
  display: -webkit-flex;
  display: flex;
  gap: 16px;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
@media only screen and (max-width: 39.96875rem) {
  .site-footer .row-cpr .col-right .list_icon_ft {
    -webkit-justify-content: center;
            justify-content: center;
  }
}

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