/*
Theme Name: flatsome-child
Description: Day la child theme flatsome
Author: Nhan
Template: flatsome
Version: 3.19.7
*/

/* :root {
  --primary-color: #00b74f;
  --secondary-color: #006699;
}xư */

/* Regular */
@font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  
  /* Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
  }
  
  /* Bold */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
  }
  
  /* Bold Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Bold Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
  }
  
  /* Light */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
  }
  
  /* Light Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Light Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
  }
  
  /* Medium */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
  }
  
  /* Medium Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Medium Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
  }
  
  /* SemiBold */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
  }
  
  /* SemiBold Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy SemiBold Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
  }
  
  /* Heavy */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Heavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
  }
  
  /* Heavy Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Heavy Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
  }
  
  /* Black */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
  }
  
  /* Black Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Black Italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
  }
  
  /* Thin */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
  }
  
  /* Thin Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Thin Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
  }
  
  /* XLight */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Xlight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
  }
  
  /* XLight Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy Xlight Italic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
  }
  
  /* XBold */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy XBold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
  }
  
  /* XBold Italic */
  @font-face {
    font-family: "Gilroy";
    src: url("assets/fonts/SVN-Gilroy XBold Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
  }
  
  body {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #4a4a4a;
    overflow: hidden auto;
  }
  
  .row {
    width: 100%;
    max-width: 123rem;
    height: 100%;
    margin: 0 auto;
  }
  
  /* banner  */
  
  .bannerHome .section-content {
    position: relative;
    height: 750px;
  }
  
  .bannerHome .section-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
/*     background: linear-gradient(
      107.04deg,
      rgba(0, 170, 117, 0.9) 23.03%,
      rgba(92, 185, 118, 0.9) 37.17%
    ); */
	  background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .hbn-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  
  .hbn-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 35rem !important;
    height: 35rem;
    pointer-events: none;
  }
  
  .hbn-circle .img-inner {
    width: inherit;
    height: inherit;
    animation: Spinner 30s linear infinite;
  }
  
  @keyframes Spinner {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .h-100,
  .h-100 .col,
  .h-100 .col-inner {
    height: 100%;
    align-content: center !important;
    justify-content: center;
  }
  
  /* swiper banner */
  .slider-banner-right {
    mask-image: url(./assets/images/hbn-mask.png);
    -webkit-mask-image: url(./assets/images/hbn-mask.png);
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
  }
  
  .slider-banner-left,
  .slider-banner-right {
    width: 100%;
    height: 100%;
  }
  .slider-banner-left .swiper-slide,
  .slider-banner-right .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out;
    height: auto;
  }
  
  .slider-banner-right .swiper-slide {
    opacity: 1 !important;
  }
  .slider-banner-left .swiper-slide-active,
  .slider-banner-right .swiper-slide-active {
    opacity: 1 !important;
  }
  
  .slider-banner-left .swiper-slide-active,
  .slider-banner-right .swiper-slide-active {
    position: relative;
    z-index: 10;
  }
  
  .hbn-content {
    margin-left: 15rem;
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .slider-banner-left .hbn-content {
    position: relative;
  }
  
  .hbn-content:hover {
    color: #fff;
  }
  
  .hbn-content-decor {
    width: 9rem;
    height: 15rem;
    position: absolute;
    left: -6rem;
    top: -4rem;
  }
  
  .hbn-content-decor .line {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: 0.4s ease-in-out;
  }
  
  .slider-banner-left .swiper-slide-active .hbn-content-decor .line {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    transition: 0.6s ease-in-out 1.7s;
  }
  
  .slider-banner-left .swiper-slide-active .hbn-content-decor .fly {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.6s ease-in-out 1.9s;
  }
  
  .hbn-content-decor .fly {
    position: absolute;
    left: 92%;
    top: -5%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-10rem, 0);
    transition: 0.4s ease-in-out;
    width: 8.3rem;
    height: 4rem;
  }
  
  .hbn-content .title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
  }
  
  .hbn-title {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1;
    overflow: visible !important;
    color: #fff;
  }
  
  .slider-banner-left .swiper-slide-active .btn {
    transition: 0.6s ease-in-out 1.7s;
  }
  
  .hbn-control {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    transition: 0.6s ease-in-out 1.7s;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .hbn-control::before {
    content: "";
    width: 2.4rem;
    height: 0.1rem;
    background-color: white;
    display: block;
  }
  
  .hbn-control-number {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
  }
  
  .hbn-img-inner {
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* button */
  .btn::before {
    content: "";
    position: absolute;
   	background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .btn-reverse::before {
/*     background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%); */
	  	background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }

  .btn-reverse::after {
/*    	background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%); */
	     background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
  }
  
/*   .btn-reverse::before {
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%) !important;
  } */
  
  .btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 1.4rem;
    border-radius: 100rem;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    border: none;
    font-size: 1em !important;
    letter-spacing: 0em;
  }
  
  .btn span,
  .btn i {
    z-index: 2;
    top: 0;
  }
  
  .btn .text {
    font-size: 1rem;
    position: relative;
    z-index: 1000;
    color: white;
  }
  
  .btn-center {
    margin: auto;
  }
  
  /*  */
  
  .text-uppercase {
    text-transform: uppercase;
  }
  
  .icConSoAnTuong .icon-box {
    align-items: center;
  }
  .icConSoAnTuong .icon-box-text {
    padding-left: 0.5em !important;
    font-size: 1.5em;
    padding-top: 2px;
    font-weight: 500;
  }
  
  .icConSoAnTuong .icon-box-text h5 {
    color: #4a4a4a;
  }
  
  .icConSoAnTuong .icon-box-img img,
  .icConSoAnTuong .icon-box-img svg {
    padding-top: 0 !important;
  }
  
  .icConSoAnTuong .text-icAnTuong p {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
  }
  
  .p-relative .img {
    position: relative;
  }
  
  .numbers-circle {
    position: absolute;
    top: 50%;
    right: -125px;
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    padding-top: 40px;
  }
  
  .numbers-circle-des {
    margin-bottom: 0;
  }
  .numbers-circle::before {
    content: "";
    position: absolute;
  /*  	 */
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: -1;
  }
  
  @media (hover: hover) {
    .header-action-link:hover:not(.lg)::after {
      left: 0;
      width: 100%;
    }
    .btn:hover::after {
      left: 0;
      width: 100%;
    }
  }
  
  .numbers-circle-number {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
  }
  
  .numbers-circle-des {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
  
  .numbers-circle .decor {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    width: calc(50% + 0.5rem);
    overflow: hidden;
    z-index: -2;
  }
  
  .numbers-circle .decor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    width: calc(200% + 1.2rem);
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
    border-radius: 100rem;
  }
  
  .img-hover .img-inner {
    position: relative;
    border-radius: 1rem;
  }
  
  .img-hover .img-inner:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  
  .img-hover .img-inner::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    border: 0.1rem solid white;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    transform: scale(1.1);
    opacity: 0;
    border-radius: 1rem;
  }
  
  .title-animated h2 {
    margin-bottom: 0.2em;
  }
  
  .img-circle {
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
    top: -10%;
    left: -10%;
    position: absolute;
    width: 20%;
    padding-top: 20%;
    border-radius: 100rem;
    z-index: -1;
    animation: float 5s ease-in-out infinite;
    filter: drop-shadow(0px 10px 30px rgba(51, 51, 51, 0.25));
  }
  
  .img-circle::before,
  .circle-reverse::before {
    content: "";
    position: absolute;
    left: 0.9rem;
    top: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
    border-radius: inherit;
    background-color: white;
  }
  
  @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  
  .circle-reverse {
    bottom: -3%;
    right: -9%;
    position: absolute;
    width: 20%;
    padding-top: 20%;
    border-radius: 100rem;
    z-index: -1;
    animation: float 5s ease-in-out infinite;
    filter: drop-shadow(0px 10px 30px rgba(51, 51, 51, 0.25));
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .reason-number p {
    background: linear-gradient(307.22deg, #eb0c3c 22.51%, #ca3838 74.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 3.2rem;
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  
  .reason-name p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  
  .reason-des p {
    font-weight: 500;
    font-size: 1.1rem;
  }
  
  /* Tab cac khoa hoc */
  
  .tabCacKhoaHoc .tab {
    font-weight: 700;
    border-radius: 0.7rem;
    position: relative;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    height: 100%;
    font-size: 1.2em;
    width: 32.9%;
    text-align: center;
  }
  
  .tabCacKhoaHoc .tab a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
  }
  
  .tabCacKhoaHoc .tab:nth-child(3n + 1) a::before {
    background: linear-gradient(
      307.22deg,
      rgba(255, 182, 0, 0.1) 17.51%,
      rgba(255, 182, 0, 0) 79.64%
    ) !important;
  }
  
  .tabCacKhoaHoc .tab:nth-child(3n + 2) a::before {
    background: linear-gradient(180deg, #e0f9ff 0%, rgba(224, 249, 255, 0) 100%);
  }
  
  .tabCacKhoaHoc .tab:nth-child(3n + 3) a::before {
    background: linear-gradient(180deg, #ecf0fc 0%, rgba(236, 240, 252, 0) 100%);
  }
  
  .tabCacKhoaHoc .tab:nth-child(3n + 1) a {
    color: #cf7000;
  }
  
  .tabCacKhoaHoc .tab:nth-child(3n + 2) a {
/*     color: #476c75; */
	  color :#ee0033;
  }
  
  .tabCacKhoaHoc .tab:nth-child(3n + 3) a {
    color: #3e4b74;
  }
  
  .tabCacKhoaHoc .nav:hover > li:not(:hover) > a:before {
    opacity: 1;
  }
  
  .tabCacKhoaHoc .tab.active {
    margin-top: -1rem;
  }
  
  .tabCacKhoaHoc .banner-tab img {
    border-radius: 0.8rem;
  }
  
  /* blog post all */
  .box-blog-post .box-image {
    border-radius: 0.8rem 0.8rem 0 0;
  }
  
  .box-blog-post .box-text {
    background: #f7f7f7;
    border-radius: 0 0 0.8rem 0.8rem;
    padding: 10px;
  }
  
  .box-blog-post .header-flex {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .box-blog-post .header-flex .cat-label {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    border-radius: 100rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(180deg, #e15a32 0%, #dd3300 100%);
    text-transform: none;
    opacity: 1;
  }
  
  .box-blog-post .is-divider {
    display: none;
  }
  
  .box-blog-post .from_the_blog_excerpt {
    margin-top: 0.5rem;
    color: #4a4a4a;
    font-weight: 500;
  }
  
  .box-blog-post .is-link {
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: none;
    margin-top: 1.8rem;
    text-align: right;
    font-size: 0.8rem;
  }
  
  /* sap xep theo nang luc */
  .lcourse-wrap .col-inner {
    height: 100%;
    border-radius: 0.8rem;
    color: white;
    padding-top: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .lcourse-wrap .col-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    z-index: 0;
  }
  
  .lcourse-title {
    padding: 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1rem;
    z-index: 1;
  }
  
  .lcourse-content {
    padding: 1rem 1rem 2.5rem 1rem;
    text-align: center;
    position: relative;
    flex: 1;
    font-size: 0.9rem;
    font-weight: 500;
  }
  
  .lcourse-content ul {
    text-align: justify;
  }
  
  .lcourse-content p {
    font-weight: 700;
    font-size: 1.1rem;
  }
  
  .lcourse-content ul li {
    margin-left: 0.3em;
  }
  
  .col-reverse-twe {
    margin-top: -1.5rem;
  }
  .lcourse-title h3 {
    color: #ffff;
    margin-bottom: 0;
  }
  
  .m-top {
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .lcourse-wrap:nth-child(4n + 2) .lcourse-title {
    background-color: #2d5fb2;
  }
  .lcourse-wrap:nth-child(4n + 2) .col-inner::before {
    background: linear-gradient(180deg, #4077d1 0%, #003a9a 100%);
  }
  
  .lcourse-wrap:nth-child(4n + 2) .btn::before {
    background: linear-gradient(180deg, #4077d1 0%, #003a9a 100%);
  }
  
  .lcourse-wrap:nth-child(4n + 3) .lcourse-title {
    background-color: #02827a;
  }
  .lcourse-wrap:nth-child(4n + 3) .col-inner::before {
    background: linear-gradient(180deg, #01c7bb 0%, #007b74 100%);
  }
  
  .lcourse-wrap:nth-child(4n + 4) .lcourse-title {
    background-color: #5f0ca3;
  }
  .lcourse-wrap:nth-child(4n + 4) .col-inner::before {
    background: linear-gradient(180deg, #8a4ebb 0%, #520f88 100%);
  }
  
  .lcourse-wrap:nth-child(4n + 4) .btn::before {
    background: linear-gradient(180deg, #8a4ebb 0%, #520f88 100%);
  }
  
  .lcourse-wrap:nth-child(4n + 1) .lcourse-title {
    background-color: #b7350e;
  }
  .lcourse-wrap:nth-child(4n + 1) .col-inner::before {
    background: linear-gradient(180deg, #e15a32 0%, #dd3300 100%);
  }
  
  .lcourse-wrap:nth-child(4n + 1) .btn::before {
    background: linear-gradient(180deg, #e15a32 0%, #dd3300 100%);
  }
  
  /* Hanh trinh */
  
  .bg-fixed .section-bg {
    background-attachment: fixed;
  }
  
  .play {
    position: absolute !important;
    left: 2em;
    top: 12.5em;
  }
  
  .play {
    width: 6.5rem;
    height: 6.5rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
  }
  
  .play-decor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.8s ease-in-out;
  }
  
  .play-decor-img {
    width: 2.8rem;
    height: 2.8rem;
    position: absolute;
    transition: 1s ease-in-out 1s;
  }
  
  .play-decor-img:nth-child(1) {
    top: 0;
    left: 0;
  }
  
  .play-decor-img:nth-child(2) {
    top: 0;
    right: 0;
  }
  
  .play-decor-img:nth-child(3) {
    bottom: 0;
    right: 0;
  }
  
  .play-decor-img:nth-child(4) {
    bottom: 0;
    left: 0;
  }
  
  .play-decor-img img {
    width: inherit;
    height: inherit;
  }
  
  .play-icon {
    display: block;
    width: 2.5rem;
    height: 6rem;
    position: relative;
    left: 0.5em;
    top: 1.5em;
    z-index: 2;
  }
  
  .play:hover .play-decor {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
  
  .nets-decor-2,
  .nets-decor-1 {
    position: absolute;
    z-index: -1;
  }
  
  .nets-decor-1 {
    top: 0;
    left: 0;
  }
  
  .nets-decor-2 {
    bottom: 0;
    right: 0;
  }
  
  .nets-block {
/*     border: 0.1rem solid #07a372;
    padding: 1.4rem !important;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #e5f9f3 0%, rgba(229, 249, 243, 0) 100%); */
	border: 0.1rem solid #ee0033;
    padding: 1.4rem !important;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #ee0033 -100%, rgb(175 108 108 / 45%) 100%);
  }
  
  .nets-block .col {
    padding-bottom: 0 !important;
  }
  .nets-block .ic-link p::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100rem;
    background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
    position: relative;
    top: 0.1rem;
  }
  
  /* map */
  
  .nets-map .col-inner {
    position: relative;
  }
  
  .nets-map-dao {
    position: absolute;
  }
  
  .nets-map-dao.one {
    left: 75%;
    bottom: 50%;
  }
  
  .nets-map-dao.two {
    left: 72%;
    bottom: -5%;
  }
  
  .nets-map-pin {
    position: absolute;
    display: block;
    top: 8%;
    right: 44%;
  }
  
  /* Footer */
  
  .secFooter {
/*    background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%); */
	  background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .secFooter .ux-menu-link__link {
    color: #fff;
    font-weight: 700;
    padding: 0 !important;
    min-height: 2em;
  }
  
  .page-fb iframe {
    border-radius: 12px;
  }
  
  .footer-bot {
/*     background: linear-gradient(96.99deg, #00a873 -7.09%, #00d995 103.18%); */
	  background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .absolute-footer {
    display: none;
  }
  
  /* header */
  
  .header-main .menu-item {
    font-weight: 600;
    white-space: nowrap;
    font-size: 1.1rem;
  }
  
  .header-main .menu-item a {
    color: #4a4a4a !important;
    padding-bottom: 5px !important;
  }
  .nav-line-bottom > li > a:before,
  .nav-line-grow > li > a:before,
  .nav-line > li > a:before {
/*     background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%); */
	background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
    height: 2px;
  }
  
  .header-main .search-form {
    margin-left: 8rem;
  }
  
  .header-main .form-flat input:not([type="submit"]) {
    background: #fff;
	padding-left: 1rem;
    box-shadow: 0 0 5px #ccc !important;
  }
  
  .header-main .icon-search {
/*     color: #098961; */
	  color:#ee0033;
  }
  
  .header-main .button span,
  .header-main .button .icon-phone {
    z-index: 2;
  }
  
  .header-main .header-button .button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: fit-content;
    text-align: center;
    cursor: pointer;
    padding: 0.5rem 1.4rem;
    border-radius: 100rem;
    font-weight: 700;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    overflow: hidden;
    position: relative;
    border: none;
    font-size: 1em !important;
    letter-spacing: 0em;
  }
  
  .header-main .header-button .button::before {
    content: "";
    position: absolute;
  /* 	old */
  /*   background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%); */
  /* 	new  */
    background: linear-gradient(307.22deg, #ee0033 22.51%, #ffffff6b 74.64%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  
  .header-main .header-button .button::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
   /* 	old */
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
  /* 	new  */
/*       background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%); */
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  @media (hover: hover) {
    .header-main .header-button .button:hover:not(.lg)::after {
      left: 0;
      width: 100%;
    }
  }
  
  .header-bottom {
    transition: 0.6s ease-in-out;
    height: var(--size-hd-bot);
/*     background: linear-gradient(
      95.32deg,
      rgba(0, 168, 115, 0.1) 7.46%,
      rgba(0, 238, 164, 0.1) 93.41%
    ); */
    background: linear-gradient(95.32deg, rgb(168 0 0 / 10%) 7.46%, rgb(238 0 0 / 10%) 93.41%);
  }
  
  .header-bottom .menu-item {
    font-weight: 700;
    white-space: nowrap;
    font-size: 1.2rem;
  }
  
  .header-bottom .menu-item a {
    color: #4a4a4a !important;
/* 	 color : #fff !important */
    padding-bottom: 5px !important;
  }
  
  .header-bottom ul {
    gap: 2rem;
    white-space: nowrap;
  }
  
  /* top hoc sinh yeu thich toan */
  
  .top-slider-yeu-thich-toan .swiper-slide {
    transition: 0.1s ease-in-out;
    height: 100%;
    width: 20rem;
  }
  
  .tops-img-inner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 100rem;
    transition: 0.3s ease-in-out;
    padding-top: calc((1 / 1) * 100%);
  }
  .tops-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .top-slider-yeu-thich-toan .swiper-slide {
    transition: 1s all ease;
    transform: scale(0.6) !important;
  }
  
  .top-slider-yeu-thich-toan .swiper-slide.swiper-slide-active {
    transition: 1s all ease;
    transform: scale(1) !important;
  }
  
  .tops-slider-main-wrapper {
    padding: 2.9rem;
    border-radius: 1.2rem;
    position: relative;
  }
  
  .tops-slider-main-wrapper::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
  }
  
  .tops-slider-main-wrapper::after {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    background: white;
    z-index: -1;
    border-radius: 1rem;
  }
  
  .tops-slider-thumb {
    width: 65rem;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .tops-slider-main {
    width: 45rem;
    margin: 0 auto;
    margin-top: 3rem;
    max-width: 100%;
  }
  
  .tops-content {
    text-align: center;
  }
  .tops-name {
    margin-bottom: 0;
    font-weight: 700;
  }
  
  .tops-name a {
    color: #551a8b;
  }
  
  .tops-des {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
  }
  
  .tops-slider-main-wrapper .arrow {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: calc(100% - 0.832rem);
  }
  
  .tops-slider-main-wrapper .arrow::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 200%;
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
  }
  
  .tops-slider-main-wrapper .arrow::after {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    right: 0.1rem;
    bottom: 0.1rem;
    background: white;
    z-index: -1;
  }
  
  .yeu-thich-toan-prev {
    left: 12rem;
    width: 2rem;
    height: 2rem;
    border-radius: 100rem;
    background-color: #c7c7c7;
  }
  
  .yeu-thich-toan-next {
    right: 12rem;
    width: 2rem;
    height: 2rem;
    border-radius: 100rem;
    background-color: #c7c7c7;
  }
  
  .swiper-button-prev:after {
    content: "\2190";
  }
  
  .swiper-button-next:after {
    content: "\2192";
  }
  
  .yeu-thich-toan-prev:after,
  .yeu-thich-toan-next:after {
    font-size: 1.5rem !important;
    color: #fff;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #ee0033;
    border-radius: 0.8rem;
    width: 1.3rem;
  }
  
  .yeu-thich-toan-pagination {
    bottom: -2.5rem !important;
  }
  
  .swiper-pagination-bullet {
    transition: 0.5s all ease-in-out;
  }
  
  /* Chia se cua phu huynh */
  
  .sline {
    height: 0.25rem;
    position: relative;
  }
  .sline::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
    transition: 1s ease-in-out;
    height: 100%;
    width: 100%;
  }
  
  /* Chia se cua phu huynh */
  
  .chia-se-phu-huynh {
    width: 100%;
    overflow: hidden;
  }
  
  .review-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .review-img {
    display: block;
    padding-top: calc((283 / 384) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1em;
  }
  
  .hv-bd::before {
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    border: 0.1rem solid white;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    transform: scale(1.1);
    opacity: 0;
    border-radius: 1em;
  }
  
  .hv-bd:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  
  .review-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
  }
  
  .hv-bd:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
  
  .review-content {
    padding: 1.6rem;
    position: relative;
    z-index: 5;
    overflow: hidden;
    flex: 1;
    width: 80%;
    margin: 0 auto;
    margin-top: -3rem;
    border-radius: 1em;
  }
  
  .review-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: -2;
  }
  
  .review-name {
    font-weight: 700;
    margin-bottom: 1rem;
    transition: 0.1s ease-in-out;
    margin-bottom: 0.4rem;
  }
  
  .review-des {
    transition: 0.1s ease-in-out;
    font-size: 0.9rem;
    font-weight: 500;
    height: 14rem;
  }
  
  .review-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
    transition: all 0.6s ease;
    z-index: -1;
  }
  
  .review-wrap:hover .review-content::after {
    left: 0;
    width: 100%;
  }
  
  .review-wrap:hover .review-des {
    color: white;
  }
  
  .review-wrap:hover .review-name {
    color: white;
  }
  
  .chia-se-phu-huynh-prev {
    top: 8.5rem;
    left: 71.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 100rem;
    background-color: #c7c7c7;
  }
  
  .chia-se-phu-huynh-next {
    top: 8.5rem;
    right: 0rem;
    width: 2rem;
    height: 2rem;
    border-radius: 100rem;
    background-color: #c7c7c7;
  }
  
  .chia-se-phu-huynh-prev::after,
  .chia-se-phu-huynh-next::after {
    font-size: 1.8rem;
    color: #fff;
  }
  
  .chia-se-phu-huynh-pagination {
    bottom: -3rem;
  }
  
  /* single khoa hoc */
  
  .banner-mini {
    padding: 5rem 0 4.6rem 0;
    position: relative;
    overflow: hidden;
  }
  
  .banner-mini::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .txt-over {
    overflow: hidden;
  }
  .banner-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.4rem;
  }
  
  .breadcrumb {
    width: 100%;
  }
  
  .breadcrumb-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    list-style: none;
    margin-bottom: 0;
  }
  
  .breadcrumb-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  
    margin-bottom: 0 !important;
  }
  
  .breadcrumb-link {
    font-weight: 700;
    font-size: 0.8rem;
    color: white;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
  }
  
  .breadcrumb-link:hover {
    color: #fbaf00;
  }
  
  .breadcrumb-item:not(:first-child)::before {
    content: "";
    width: 0.35rem;
    height: 0.35rem;
    background-size: contain;
    background-position: center;
    display: block;
    background-image: url(./assets/images/icon-arrow-right.svg);
    background-repeat: no-repeat;
    margin: 0 0.7rem;
  }
  
  .banner-mini-img {
    position: absolute;
    right: 0;
    bottom: -12rem;
    width: 29rem;
    height: 32rem;
    pointer-events: none !important;
  }
  
  .banner-progress {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.3rem;
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
    width: 100%;
    transition: 1s ease-in-out 1s;
  }
  
  .icourse {
    position: relative;
    overflow: hidden;
  }
  
  .sao {
    position: relative;
    width: fit-content;
    pointer-events: none;
    opacity: 0.3;
  }
  
  .icourse .sao:nth-child(1) {
    top: 30%;
    left: -3rem;
    transform: rotate(75deg);
  }
  
  .icourse .sao {
    position: absolute;
  }
  
  .sao-img {
    width: 15.2rem;
    height: 20.2rem;
    animation: saoAni 5s ease-in-out 0.2s infinite;
  }
  
  .sao-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sao-img-small {
    width: 6rem;
    height: 7rem;
    position: absolute;
    animation: saoAni 5s linear infinite;
  }
  
  .sao-img-small:nth-child(1) {
    top: 1rem;
    left: 1rem;
  }
  
  .sao-img-small:nth-child(2) {
    top: 1rem;
    right: 1rem;
  }
  
  .sao-img-small:nth-child(3) {
    bottom: 1rem;
    right: 1rem;
  }
  
  .sao-img-small:nth-child(4) {
    bottom: 1rem;
    left: 1rem;
  }
  
  .icourse .sao:nth-child(2) {
    top: -8rem;
    right: -7rem;
    transform: rotate(174deg);
  }
  
  @keyframes saoAni {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    70% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .ss-pd {
    padding: 5rem 0;
  }
  
  .ss-mg-b {
    margin-bottom: 5rem;
  }
  
  .dsmall {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    margin-bottom: -2.4rem;
  }
  
  .icourse-one-left {
    width: 41.6666666667%;
  }
  .dsmall-item {
    padding: 0 1.2rem;
    margin-bottom: 2.4rem;
  }
  
  .icourse-one-wrap {
    min-width: 11rem;
    min-height: 11rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    border-radius: 0.8rem;
  }
  
  .icourse-one-item:nth-child(2n + 1) .icourse-one-wrap {
/*     border: 0.1rem solid #07a372;
    background: linear-gradient(180deg, #e5f9f3 0%, rgba(229, 249, 243, 0) 100%); */
	  	border: 0.1rem solid #ee0033;
	  	background: linear-gradient(-70deg, #ee0033 0%, rgba(229, 249, 243, 0) 100%);
  }
  
  .icourse-one-wrap .title {
    font-weight: 600;
    margin-bottom: 0;
  }
  
  .icourse-one-wrap .des {
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .icourse-one-wrap .des .number {
    font-size: 2rem;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    text-fill-color: transparent;
  }
  
  .icourse-one-item:nth-child(2n + 1) .number {
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .icourse-one-item:nth-child(2n + 2) .icourse-one-wrap {
    border: 0.1rem solid #fbaf00;
    background: linear-gradient(
      180deg,
      rgba(251, 175, 0, 0.1) 0%,
      rgba(251, 175, 0, 0) 100%
    );
  }
  
  .icourse-one-item:nth-child(2n + 2) .number {
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
  }
  
  .icourse-one-right {
    width: 58.3333333333%;
  }
  
  .t-title-first {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #ee0033;
  }
  
  .mona-content {
    color: #000;
  }
  
  .mona-content ul,
  .mona-content ol {
    padding-left: 40px;
    margin-bottom: 20px;
    list-style-position: outside;
  }
  .icourse-one-content ul {
    list-style: none;
    padding-left: 0 !important;
  }
  
  .icourse-one-content ul li {
    position: relative;
    padding-left: 1.4rem;
    font-weight: 500;
  }
  
  .icourse-one-content ul li::before {
    content: "";
    position: absolute;
    background-image: url(./assets/images/icon-tick.svg);
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0.6rem;
    background-repeat: no-repeat;
  }
  
  .icourse-one-content ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  
  .icourse-two-left {
    width: 41.6666666667%;
  }
  
  .mb-16 {
    margin-bottom: 1rem;
  }
  
  .des {
    font-weight: 500;
  }
  
  .icourse-two-right {
    width: 58.3333333333%;
  }
  
  .icourse-two-list {
    justify-content: center;
  }
  
  .icourse-two-item {
    width: 33.3333333333%;
  }
  
  .icourse-two-number {
    width: 11rem;
    height: 11rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100rem;
    margin: 0 auto;
  }
  
  .icourse-two-number .number {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .icourse-two-content {
    margin-top: 1.6rem;
    text-align: center;
  }
  
  .icourse-two-content .name {
    font-weight: 700;
    margin-bottom: 0.7rem;
    font-size: 1rem;
  }
  
  .icourse-two-item:nth-child(3n + 1) .icourse-two-number {
    background: linear-gradient(180deg, #ffd40f 0%, rgba(255, 212, 15, 0) 100%);
  }
  .icourse-two-item:nth-child(3n + 2) .icourse-two-number {
    background: linear-gradient(180deg, #0de8c7 0%, rgba(13, 232, 199, 0) 100%);
  }
  .icourse-two-item:nth-child(3n + 3) .icourse-two-number {
    background: linear-gradient(180deg, #df7fff 0%, rgba(223, 127, 255, 0) 100%);
  }
  
  .ucourse {
    overflow: hidden;
    position: relative;
  }
  
  .ucourse::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    z-index: 0;
  }
  
  .ucourse-br {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 140vw;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .ucourse-br:nth-child(1) {
    animation: waveAnimation 30s linear infinite;
    -webkit-animation: waveAnimation 30s linear infinite;
  }
  
  .ucourse-br:nth-child(2) {
    background-position-x: 1920px;
    animation: waveAnimationReve 30s linear 1s infinite;
    -webkit-animation: waveAnimationReve 30s linear 1s infinite;
  }
  
  .ucourse-br:nth-child(3) {
    animation: waveAnimationReve 30s linear 1s infinite;
    -webkit-animation: waveAnimationReve 30s linear 1s infinite;
  }
  
  @keyframes waveAnimation {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: 1920px;
    }
  }
  
  @keyframes waveAnimationReve {
    0% {
      background-position-x: 1920px;
    }
    100% {
      background-position-x: 0;
    }
  }
  
  @media screen and (min-width: 1201px) {
    .ucourse .container {
      max-width: calc(100vw - (100vw - 82.5rem) / 2);
      margin: 0;
      margin-left: auto;
      padding: 0;
      padding-left: 1.5rem;
    }
  }
  
  .ucourse-side {
    align-items: center;
  }
  
  .ucourse-side-left {
    width: 41.6666666667%;
    z-index: 2;
  }
  
  .mona-content {
    color: #000;
  }
  
  .mona-content ul,
  .mona-content ol {
    padding-left: 40px;
    margin-bottom: 20px;
    list-style-position: outside;
  }
  
  .icourse-one-content ul {
    list-style: none;
    padding-left: 0 !important;
  }
  
  .ucourse-side-right {
    flex: 1;
  }
  
  .ucourse-video-img {
    position: relative;
  }
  
  .load-img {
    position: relative;
    overflow: hidden;
  }
  
  .load-img.is-inview:before {
    transition: 1.6s ease;
    width: 0;
  }
  
  .load-img::before,
  .load-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  
  .load-img:before {
    background-color: #07a372;
  }
  
  .ucourse-video-img-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .load-img img,
  .load-img form {
    opacity: 1;
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s;
    z-index: 1;
  }
  
  .ucourse-video-img-inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
  .ucourse-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .play.small {
    width: 4.8rem;
    height: 4.8rem;
  }
  
  .load-img.is-inview:after {
    transition: 0.8s ease;
    width: 0;
  }
  
  .ucourse-video-img-inner {
    display: block;
    padding-top: calc((565 / 850) * 100%);
    position: relative;
    overflow: hidden;
  }
  
  .load-img:after {
    background-color: #f8f8f8;
    transition-delay: 0.5s;
  }
  
  .play-decor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.8s ease-in-out;
  }
  
  .play.small .play-icon {
    width: 2rem;
    height: 2.5rem;
    left: 0.3rem;
    top: 0.1rem;
  }
  
  .ucourse .play-decor-img {
    width: 2rem;
    height: 2rem;
  }
  
  .pic-slider .swiper-slide:nth-child(3n + 1) .pic-item {
    width: 100%;
  }
  
  .pic-slider .dsmall-item {
    padding: 0 1rem;
    margin-bottom: 2.4rem;
  }
  
  .pic-img {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
    cursor: pointer;
  }
  
  .pic-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
  }
  
  .pic-slider .swiper-slide:nth-child(3n + 2) .pic-item {
    width: 50%;
  }
  
  .pic-slider .swiper-slide:nth-child(3n + 3) .pic-item {
    width: 50%;
  }
  
  .pic-slider:not(.flickity-enabled) > * {
    display: flex !important;
  }
  
  .head {
    margin-bottom: 2rem;
  }
  .t-center {
    text-align: center;
  }
  
  .hcourse-wrap {
    position: relative;
    height: 100%;
  }
  .hcourse-inner {
    position: relative;
    padding: 5rem 7.4rem;
    border-radius: 1.2rem;
    height: 100%;
    overflow: hidden;
  }
  
  .hcourse-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
  }
  
  .t-title-first.white {
    color: white !important;
    background: transparent !important;
  }
  
  .hcourse-item:nth-child(2n + 1) .hcourse-inner::before {
   background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%);
  }
  
  .hcourse-item:nth-child(2n + 1) .hcourse-cir {
    background: linear-gradient(
      289.51deg,
      #3ccea1 5.28%,
      rgba(37, 250, 183, 0) 81.97%
    );
  }
  
  .hcourse-cir {
    position: absolute;
    z-index: 1;
    width: 70%;
    padding-top: 70%;
    border-radius: 100rem;
    transition: all 7s ease-in-out;
  }
  
  .t-title-first.white {
    color: white;
  }
  
  .hcourse-name {
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
  }
  
  .mona-content ul,
  .mona-content ol {
    padding-left: 40px;
    margin-bottom: 20px;
    list-style-position: outside;
    list-style: none;
    padding-left: 0;
  }
  
  .hcourse-content ul li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  .hcourse-content ul li {
    position: relative;
    padding-left: 1.4rem;
    font-weight: 500;
    color: white;
    margin-bottom: 1rem !important;
  }
  
  .hcourse-content ul li::before {
    content: "";
    position: absolute;
    background-image: url(./assets/images/icon-tick-second.svg);
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0.2rem;
    background-repeat: no-repeat;
  }
  
  .hcourse-btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1rem;
  }
  
  .hcourse-list {
    margin-bottom: 4rem;
  }
  
  .hcourse-item:nth-child(2n + 2) .hcourse-inner::before {
    background: linear-gradient(307.22deg, #e85300 17.51%, #fbaf00 79.64%);
  }
  
  .hcourse-item:nth-child(2n + 2) .hcourse-cir {
    background: linear-gradient(
      180deg,
      rgba(255, 234, 188, 0.5) 0%,
      rgba(255, 234, 188, 0) 100%
    );
  }
  
  .sec-review .chia-se-phu-huynh-prev,
  .sec-review .chia-se-phu-huynh-next {
    top: 2rem;
  }
  
  .sec-review .chia-se-phu-huynh-next {
    right: 1rem;
  }
  
  /* Mobile */
  
  @media screen and (max-width: 375px) {
    .banner-title {
      font-size: 1.5rem;
    }
  }
  
  @media screen and (max-width: 600px) {
    .icourse-one-left {
      width: 100%;
    }
    .icourse-one-right {
      width: 100%;
    }
  
    .dsmall-item {
      margin-bottom: 1.7rem;
		width: 100%;
    }
    .ss-pd {
      padding: 3rem 0;
    }
  
    .icourse-one-content ul li::before {
      top: 0.4rem;
    }
  
    .icourse-one-content ul li {
      padding-left: 2rem;
    }
  
    .t-title-first {
      font-size: 1.7rem;
    }
    .icourse-two-item {
      width: 50%;
    }
  
    .icourse-two-number {
      width: 7rem;
      height: 7rem;
    }
  
    .icourse-two-number .number {
      font-size: 2rem;
    }
    .head {
      margin-bottom: 1rem;
    }
  
    .icourse-one-content {
      margin-top: 1rem;
    }
  
    .banner-mini-img {
      right: -1rem;
    }
  }
  
  @media screen and (max-width: 1000px) {
    .icourse-one-item {
      width: 100%;
    }
  
    .icourse-two-left {
      width: 100%;
    }
  
    .icourse-two-right {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1200px) {
    .ucourse-content {
      padding: 3rem 0 0 0;
    }
    .ucourse-side-left {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .hcourse-inner {
      padding: 1.5rem;
    }
	  .logo a{
		  line-height:18px;
		  font-size:16px;
	  }
    .hcourse-list {
      margin-bottom: 2rem;
    }
  }
  /* home */
  @media screen and (max-width: 600px) {
    .reason-name p {
      font-size: 1.2rem;
    }
  
    .reason-des p {
      font-size: 0.8rem;
    }
  
    .col-reverse-one {
      order: 2;
    }
    .col-reverse-twe {
      order: 1;
    }
  
    .hbn-content {
      margin-left: 2rem;
    }
  
    .hbn-content .title {
/*       font-size: 1rem; */
		font-size:1.5rem;
      margin-bottom: 1rem;
    }
  
    .hbn-title {
/*       font-size: 2rem; */
		font-size:1.3rem;
    }
  
    .hbn-content-decor .line {
      display: none;
    }
  
    /* .h-100, .h-100 .col, .h-100 .col-inner {
      height: 63%;
    } */
  
    .hbn-circle {
      width: 24rem !important;
      height: 24rem;
    }
    .bannerHome .section-content {
      height: 600px;
    }
  
    .col-reverse-twe {
      margin-top: 4% !important;
      margin-left: 12%;
    }
  
    .col-reverse-twe {
      height: 55% !important;
    }
  
    .col-reverse-one {
      height: 50% !important;
    }
  
    .hbn-content-decor .fly {
      position: absolute;
      left: 72%;
      top: 5%;
      opacity: 0;
      visibility: hidden;
      transform: translate(-10rem, 0);
      transition: 0.4s ease-in-out;
      width: 5.3rem;
      height: 3rem;
    }
  
    .hbn-control {
      margin-top: 1rem;
    }
  
    .numbers-circle {
      position: absolute;
      top: 2rem;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      border-radius: 50%;
      width: 250px;
      height: 250px;
      padding-top: 40px;
    }
  
    .icConSoAnTuong .icon-box-text {
      padding-left: 0.3em !important;
      font-size: 1em;
      padding-top: 2px;
      font-weight: 500;
    }
  
    .icConSoAnTuong .text-icAnTuong p {
      padding-left: 0.5rem;
      font-size: 0.8rem;
    }
  
    .tabCacKhoaHoc .tab {
      width: 31.9%;
      font-size: 0.9em;
      padding: 10px;
    }
  
    .box-blog-post .header-flex {
      flex-wrap: wrap;
    }
  
    .box-blog-post .is-link {
      margin-top: 0;
    }
  
    .yeu-thich-toan-prev,
    .yeu-thich-toan-next {
      display: none;
    }
  
    .m-top {
      width: 100%;
      border-radius: 8px;
      bottom: -4%;
    }
  
    .play {
      top: 3.8em;
      width: 4.5rem;
      height: 4.5rem;
    }
  
    .play-decor-img {
      width: 1.8rem;
      height: 1.8rem;
    }
  
    .play-icon {
      display: block;
      width: 2rem;
      height: 6rem;
      position: relative;
      left: 0.3em;
      top: 1.8em;
      z-index: 2;
    }
  
    .chia-se-phu-huynh-prev {
      top: 11rem;
      left: 0rem;
    }
    .chia-se-phu-huynh-next {
      top: 11rem;
      right: 20.5rem;
    }
  
    .order-2 {
      order: 2;
    }
      .breadcrum-lienhe .col-inner {
          display: flex;
          align-items: end;
          gap: 0.5rem;
      }
      
      .colContact .col-inner {
          padding: 40px 20px !important;
      }
      .colContact h2 {
          margin-bottom: 1rem !important;
      }
  }
  
  /* sub menu */
  .header .sub-menu {
    padding: 0;
    border-radius: 0;
  }
  
  .header .sub-menu a {
    margin: 0 !important;
    border-radius: 0 !important;
/*     background: #12966c; */
	background: linear-gradient(180.22deg, #ee0033 25.51%, #e18c8c 112.64%);
    color: #fff !important;
    font-size: 1rem;
    z-index: 2;
    position: relative;
    padding: 10px !important;
  }
  
  .header  .menu-item:hover > a::after {
    width: 100%;
  }
  
  .header .sub-menu a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: linear-gradient(307.22deg, #E85300 17.51%, #FBAF00 79.64%);
    width: 0%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out
  }
  
  .header li.has-dropdown:before {
    display: none;
  }
  
  .nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
  }
.banner-lienhe::before {
/* 	    background: linear-gradient(151.22deg, #ee0033 20.51%, rgba(8, 173, 121, 0) 74.64%) !important; */
	background: linear-gradient(151.22deg, #ee0033 -8.49%, rgba(8, 173, 121, 0) 72.64%) !important;
}
.colContact .col-inner {
/* 	background: linear-gradient(180deg, #ee0033 10.51%, rgba(8, 173, 121, 0) 110.64%) !important; */
	background: linear-gradient(180deg, #ee0033 -139.49%, rgba(8, 173, 121, 0) 188.64%) !important;
}
/* .title-animated h2{
	color:rgb(255,255,255)!important;
} */
/* .menu-item-object-custom menu-item-has-children .drop-down{
	background: linear-gradient(307.22deg, #ee0033 22.51%, #e18c8c 74.64%)!important;
} */

  .form_contact_1 input[type="text"],
  .form_contact_1 input[type="email"],
  .form_contact_1 input[type="tel"],
  .form_contact_1 select,
  .form_contact_1 textarea {
      color: white;
  }
.form_contact_1 input[type="text"]::placeholder,
.form_contact_1 input[type="email"]::placeholder,
.form_contact_1 input[type="tel"]::placeholder,
.form_contact_1 textarea::placeholder {
    color: white!important;
}
.form_contact_1 select{
	color: white; 
}

.form_contact_1 select option {
    color: black; 
}
.imgDecor{
	filter: brightness(6);
}
.text-center{
	text-align:center;
}
.mt-5{
	margin-top:5px!important;
}

.row_daotao a:hover{
	color:hsla(0,0%,7%,.85)!important;
}

}
