@font-face {
  font-family: "Product-Sans";
  src: url("../fonts/Product Sans Regular.otf") format("OpenType");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Product-Sans";
  src: url("../fonts/Product Sans Bold.otf") format("OpenType");
  font-display: swap;
  font-weight: 700;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background: #58b845;
}

.container {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #58b845;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.img__ {
  position: relative;
  overflow: hidden;
}
.img__:hover::after {
  -webkit-animation: shine 0.75s;
          animation: shine 0.75s;
}
.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

input {
  outline: none;
}

.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-item .rating {
  margin-right: 0;
  position: relative;
  line-height: 1;
  display: inline-block;
  color: rgba(255, 220, 115, 0.6705882353);
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px;
  color: #efc529;
  margin-right: 20px;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #efc529;
}

.rating-item p {
  font-size: 14px;
}

.img_full img {
  width: 100%;
  height: auto;
}

.img-h-full img {
  height: 100%;
}

.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  font-weight: 700;
}

.bg-menu {
  background-size: 100% 100%;
}

.btn-all {
  background: #f26c50;
  border-radius: 8px;
}

.btn-all .text {
  color: #fff;
}

.btn-all .icon {
  margin-left: 0px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.09, 0.46, 0.67, 1.34);
  animation-timing-function: cubic-bezier(0.09, 0.46, 0.67, 1.34);
  -webkit-animation-name: btnBounceRightOut;
  animation-name: btnBounceRightOut;
}

.btn-all .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

@-webkit-keyframes btnBounceRightOut {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: -2px;
  }
  75% {
    margin-left: 2px;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes btnBounceRightOut {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: -2px;
  }
  75% {
    margin-left: 2px;
  }
  100% {
    margin-left: 0px;
  }
}
.after-text {
  position: relative;
}
.after-text::after {
  content: url(../images/after-text.png);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

.header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.items-service__index::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.service-list__item .img img {
  height: 160px;
  margin: 0 auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.85;
  }
}

@keyframes opacity {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.85;
  }
}
.pagination-all {
  text-align: center;
  margin-top: 24px;
}
.pagination-all .swiper-pagination-bullet {
  background: #D5DAE1;
  opacity: 1;
}
.pagination-all .swiper-pagination-bullet-active {
  background: #F26C50;
}

.pagination-parter .swiper-pagination-bullet-active {
  background: #58B845 !important;
}

.item-partner img {
  max-width: 70%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.f-menu ul {
  list-style-type: disc;
  margin-left: 20px;
}
.f-menu ul li {
  color: #fff;
}
.f-menu ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.menu-footer ul {
  text-align: center;
}
.menu-footer ul li {
  display: inline-block;
  margin: 0 24px;
}
.menu-footer ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  color: #8896AB;
}
.breadcrumb li a:hover {
  color: #58B845;
}
.breadcrumb li a::after {
  content: "\f101";
  font-family: "fontAwesome";
  margin: 0 12px;
}
.breadcrumb li span {
  color: #58B845;
}

.section-cart .breadcrumb,
.section-payment .breadcrumb {
  text-align: center;
}

.item-roadmap .year {
  background-image: url(../images/bg-roadmap.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.slide-roadmap .swiper-slide:first-child .item-roadmap .year {
  background-image: url(../images/bg-first.png);
}
.slide-roadmap .swiper-slide:last-child .item-roadmap .year {
  background-image: url(../images/bg-last.png);
}

#map iframe {
  width: 100%;
  height: 100%;
}

.item-new__big::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-19.82%, rgba(0, 0, 0, 0.8)), color-stop(90.64%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) -19.82%, rgba(0, 0, 0, 0) 90.64%);
  pointer-events: none;
}

.course-cate {
  background-size: 100%;
}

.course-sort li a {
  position: relative;
}
.course-sort li a:hover {
  color: #fff;
  opacity: 1;
}
.course-sort li a.active {
  color: #fff;
}
.course-sort li a.active::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item-payment input:checked ~ .circle {
  border: 1px solid #F26C50;
}
.item-payment input:checked ~ .circle::after {
  display: block;
}
.item-payment .circle::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: inherit;
  background: #F26C50;
  display: none;
}

.item-bank-account img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-admin li a.active {
  color: #58B845;
}
.nav-admin li a.active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.section-admin .nav-link__course li a.active {
  color: #58B845;
}

.pagination {
  text-align: center;
  margin-top: 24px;
}
.pagination strong,
.pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
  margin: 0 6px;
  font-size: 0.875rem;
  font-weight: 700;
}
.pagination a {
  background: #F7F8F9;
  color: #8896AB;
}
.pagination strong,
.pagination a:hover {
  background: #F26C50;
  color: #fff;
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}

.video-lesson video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-info-lesson .tablinks.active, .tab-info-lesson .tablinks:hover {
  border-bottom: 2px solid #58B845;
  color: #58B845;
}

.tab-sidebar__lesson .tablinks:hover, .tab-sidebar__lesson .tablinks.active {
  background: #58B845;
  color: #fff;
}

.answer-exam input:checked ~ .text::before {
  border: 3px solid #F26C50;
}

.answer-exam input:checked ~ .text::after {
  display: block;
}

.answer-exam .text {
  padding-left: 2rem;
  cursor: pointer;
}

.answer-exam .text::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 3px solid #BEBEBE;
  position: absolute;
  top: 0;
  left: 0;
}

.answer-exam .text::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #F26C50;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  display: none;
}

.exam-content__item.is_right .answer-exam input:checked ~ .text::before {
  border: 3px solid #48C664;
}

.exam-content__item.is_right .answer-exam input:checked ~ .text::after {
  background: #48C664;
}

.exam-content__item.is_right .result .text::before {
  border: 3px solid #48C664;
}

.exam-content__item.is_right .result .text::after {
  background: #48C664;
  display: block;
}

.exam-content__item.is_wrong .answer-exam input:checked ~ .text::before {
  border: 3px solid #FF2C00;
}

.exam-content__item.is_wrong .answer-exam input:checked ~ .text::after {
  background: #FF2C00;
}

.exam-content__item.is_wrong .result .text::before {
  border: 3px solid #8896AB;
}

.exam-content__item.is_wrong .result .text::after {
  background: #8896AB;
  display: block;
}

.show-result i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.show-result.open i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav-notification li a.active {
  color: #58B845;
  border-bottom: 2px solid #58B845;
}

[play-video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .list-bank-account .item:nth-child(odd) {
    border-right: 1px dashed #D5DAE1;
  }
}
@media (min-width: 1280px) {
  .course-cate .item-course .title {
    font-size: 1.125rem;
  }
  .course-cate .item-course .name {
    font-size: 0.875rem;
  }
  .course-cate .item-course .price-old {
    font-size: 0.75rem;
  }
  .course-cate .item-course .price {
    font-size: 1rem;
  }
  .items-service__index:hover .service-content {
    opacity: 0.85;
    background: -webkit-gradient(linear, left top, right top, from(#00793A), to(#58B845));
    background: linear-gradient(90deg, #00793A 0%, #58B845 100%);
    -webkit-animation: opacity 0.5s linear;
            animation: opacity 0.5s linear;
  }
  .slide-course__related .item-course .btn-all:hover .icon {
    margin-left: 0;
    -webkit-animation: none;
            animation: none;
  }
  .wow {
    visibility: hidden;
  }
  .menu > ul > li {
    display: inline-block;
  }
  .menu > ul > li:not(:last-child) {
    margin-right: 2rem;
  }
  .menu > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 25px 0;
  }
  .btn-all:hover {
    background: #58b845;
  }
  .btn-all:hover .icon {
    margin-left: 8px;
    -webkit-animation-name: btnBounceRightIn;
    animation-name: btnBounceRightIn;
  }
  .menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .menu ul li:hover ul li:hover ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .menu ul li:hover ul li ul {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
  .menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: -webkit-gradient(linear, left top, right top, from(#00793A), to(#58B845));
    background: linear-gradient(90deg, #00793A 0%, #58B845 100%);
    min-width: 200px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .menu ul li ul a {
    color: #fff;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
  }
  .menu ul li ul li ul {
    left: 100%;
    top: 0;
  }
  .slide-banner__index .subtitle {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .slide-banner__index .title-big,
.slide-banner__index .s-content {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .slide-banner__index .btn-all {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .slide-banner__index .swiper-slide-active .subtitle,
.slide-banner__index .swiper-slide-active .title-big,
.slide-banner__index .swiper-slide-active .s-content,
.slide-banner__index .swiper-slide-active .btn-all {
    -webkit-transform: unset;
            transform: unset;
  }
  @-webkit-keyframes left_right {
    0% {
      left: -7%;
    }
    100% {
      left: 7%;
    }
  }
  @keyframes left_right {
    0% {
      left: -7%;
    }
    100% {
      left: 7%;
    }
  }
  @-webkit-keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    20% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    60% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    20% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    60% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .section-about .rec-1 {
    -webkit-animation: left_right 2s linear infinite alternate;
            animation: left_right 2s linear infinite alternate;
  }
  .section-about .rec-2 {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation: scale 3s linear infinite;
            animation: scale 3s linear infinite;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (max-width: 1279px) {
  .h-search-mobile.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: min(350px, 80%);
    height: 100%;
    overflow-y: auto;
    z-index: 100;
    background: -webkit-gradient(linear, left top, right top, from(#00793A), to(#58B845));
    background: linear-gradient(90deg, #00793A 0%, #58B845 100%);
    padding: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu ul li a {
    display: block;
    color: #fff;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  .menu .btn-dropdown-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 36.5px;
    height: 36.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
  .menu .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .menu.active {
    left: 0;
  }
  .menu ul li {
    position: relative;
    margin-bottom: 16px;
  }
  .menu ul li a {
    color: #fff;
    display: block;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
  }
  .menu ul li ul {
    list-style-type: disc;
    margin-left: 40px;
    color: #fff;
    display: none;
  }
  .menu ul li ul li {
    margin-bottom: 0;
  }
  .menu ul li ul li .btn-dropdown-menu {
    width: 32.5px;
    height: 32.5px;
  }
  .menu ul li ul li a {
    background: unset;
    padding: 8px;
    border: none;
  }
  .snav-btn {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    z-index: 101;
    top: 50%;
    left: 0.938rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .snav-btn i {
    display: block;
    margin: 5px 0;
    height: 2px;
    background: #252525;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  .snav-btn.active i {
    background: #fff;
  }
  .snav-btn i:nth-child(2) {
    margin-right: 5px;
  }
  .snav-btn i:nth-child(3) {
    margin-right: 3px;
  }
  .snav-btn.active i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .snav-btn.active i:nth-child(2) {
    opacity: 0;
    margin-right: 0px;
    margin-left: -5px;
  }
  .snav-btn.active i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -14px;
    margin-right: 0px;
  }
  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 50;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .over-lay.active {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .btn {
    padding: 8px 16px;
  }
  .items-service__index .short_content {
    display: none;
  }
  .items-service__index .read-more {
    display: none;
  }
  .service-list__item .img img {
    height: 120px;
  }
  .course-cate {
    background-image: unset !important;
  }
}