:root {
  --main: #EA6051;
  --background: #092A4C;
  --font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--background);
}

.header-contact {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 45px;
  background-color: var(--background);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-contact .contact-info, .header-contact .social-info {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-contact .contact-info {
  padding-left: 14px;
}
.header-contact .social-info {
  padding-right: 6px;
}
.header-contact .social-info p {
  margin-right: 15px;
}
.header-contact .social-info i {
  margin: 0 5px;
}
.header-contact .social-info a {
  cursor: pointer;
  color: #ffffff;
}
.header-contact p {
  font-family: var(--font-family);
  display: inline;
  margin-left: 10px;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .menumobile {
    display: none;
  }
  .row.information-connect {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-contact {
    display: none;
  }
  .row.information-connect {
    padding-top: 30px;
  }
}
#main-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  box-shadow: 0px 15px 10px -15px rgba(17, 17, 17, 0.0666666667);
  height: 87px;
}
#main-header .container-all-content {
  background-image: url("/wp-content/themes/globallanguagesowl/assets/images/headbg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
#main-header .main-header-content {
  position: relative;
}
#main-header .background-right {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-color: var(--main);
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #main-header {
    top: 45px;
  }
}
#main-header .menu-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
#main-header .main-menu-ul {
  display: flex;
  flex-wrap: wrap;
  float: right;
}
#main-header .main-menu-ul li {
  list-style-type: none;
  padding-left: 0;
  padding-right: 25px;
  line-height: 2.5;
}
#main-header .main-menu-ul li a {
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-family);
}
#main-header .main-menu-ul li.login-header, #main-header .main-menu-ul li.logout-header {
  background: #fff;
  padding: 0 10px;
  border-radius: 10px;
}
#main-header .main-menu-ul li.login-header a, #main-header .main-menu-ul li.logout-header a {
  color: var(--main);
}
#main-header .main-menu-ul li.menu-item-has-children:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: var(--background);
  font-size: 25px;
  margin-left: 5px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  #main-header .main-menu-ul li.menu-item-has-children:after {
    content: "";
  }
}
#main-header .logo-header {
  display: flex;
  align-items: center;
}
#main-header .shopping-cart-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-header .shopping-cart-icon .my-courses i {
  color: #fff;
  font-size: 30px;
}
#main-header .shopping-cart-icon .shopping-icon {
  font-size: 18px;
}
#main-header .menu-count {
  position: absolute;
  top: -10px;
  background-color: var(--background);
  color: #ffffff;
  font-size: 12px;
  padding: 3px;
  border-radius: 50%;
  right: -12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: var(--font-family);
}
#main-header .fa-shopping-cart {
  color: #fff;
}
#main-header #globallanguagesowl-menu-cart-btn {
  position: relative;
}
#main-header .sub-menu {
  position: absolute;
  z-index: 9;
  background-color: var(--main);
  padding-top: 35px;
  padding-bottom: 20px;
  box-shadow: 0px 15px 10px -15px rgba(17, 17, 17, 0.0666666667);
  padding-right: 40px;
  padding-left: 50px;
}
#main-header .main-menu-ul .sub-menu {
  display: none;
}
#main-header .main-menu-ul .sub-menu li a {
  font-size: 14px;
}
#main-header .main-menu-ul .sub-menu li:before {
  content: "";
}
#main-header .menu-item:hover > .sub-menu {
  display: block;
}
#main-header .title-header {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--background);
  padding: 0;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 15px;
}
#main-header .title-header a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--background);
  text-decoration: none;
}
#main-header .title-header p {
  margin: 0;
}
@media only screen and (device-width: 768px) {
  #main-header .title-header {
    font-size: 10px;
    padding: 10px 0 0 10px;
  }
  #main-header .main-menu-ul {
    padding-inline-start: 0;
  }
  #main-header .main-menu-ul li {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #main-header {
    height: 72px;
  }
  #main-header .main-menu-ul {
    top: 56px;
    padding: 5%;
    background: var(--background);
    width: 320px;
    /* visibility: visible; */
    /* opacity: 1; */
    z-index: 9;
    position: fixed;
    display: block;
    height: 100vh;
    right: -20px;
    display: none;
    padding-right: 0;
  }
  #main-header .main-menu-ul li {
    line-height: 2.5;
  }
  #main-header .main-menu-ul li a {
    color: #ffffff;
  }
  #main-header .main-menu-ul .sub-menu {
    display: block;
    position: unset;
    z-index: 9;
    background-color: var(--background);
    padding-top: 0;
  }
  #main-header .main-menu-ul .sub-menu li a {
    font-size: 11px;
  }
  #main-header .logo-header, #main-header .row {
    height: 100%;
  }
  #main-header .menu-right {
    display: flex;
    align-items: center;
  }
  #main-header .menumobile {
    position: absolute;
    right: 30px;
    font-size: 20px;
    z-index: 999;
  }
  #main-header .fa-bars, #main-header .fa-times {
    color: var(--background);
    cursor: pointer;
  }
  #main-header #globallanguagesowl-menu-cart-btn {
    position: relative;
    float: right;
    right: 60px;
  }
  #main-header .title-header {
    font-size: 10px;
    padding: 12px 0 0 10px;
  }
}

.block-list-product .main-menu-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 30px;
}
.block-list-product .main-menu-ul li {
  list-style-type: none;
  padding-left: 0;
  padding-right: 20px;
  line-height: 2.5;
}
.block-list-product .main-menu-ul li a {
  padding: 0;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--background);
  text-decoration: none;
  font-family: var(--font-family);
}
.block-list-product .main-menu-ul li:not(:first-child) a {
  border-left: 1px solid;
  padding-left: 10px;
}
.block-list-product .main-menu-ul li.menu-item-has-children:after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: var(--background);
  font-size: 25px;
  margin-left: 3px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .block-list-product .main-menu-ul li.menu-item-has-children:after {
    content: "";
  }
}
.block-list-product .main-menu-ul li.active a {
  color: var(--main);
}
.block-list-product .sub-menu {
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  padding: 15px 15px 15px 35px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.block-list-product .main-menu-ul .sub-menu {
  display: none;
}
.block-list-product .main-menu-ul .sub-menu li a {
  font-size: 12px;
}
.block-list-product .main-menu-ul .sub-menu li:before {
  content: "";
}
.block-list-product .main-menu-ul .sub-menu li:not(:first-child) a {
  border-left: none;
  padding-left: 0;
}
.block-list-product .menu-item:hover > .sub-menu {
  display: block;
}

@media only screen and (max-width: 767px) {
  .woocommerce-page .logo-image img {
    max-width: none;
  }
}
.logo-image img {
  max-width: 50px !important;
}

.site-main {
  padding-top: 97px;
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 71px;
  }
}

.contact-info-mb i::before {
  color: #ffffff;
}
.contact-info-mb p {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-family);
  margin: 6px;
}

.social-info-mb p {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-family);
  margin: 9px;
}
.social-info-mb a {
  padding-left: 10px;
  padding-right: 10px;
}
.social-info-mb i::before {
  color: #ffffff;
}

.site-footer .footer-copyright {
  background-color: #021D3A;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 500;
}
.site-footer .footer-info {
  padding: 65px 0;
  background-color: var(--background);
  color: #ffffff;
}
.site-footer .footer-info .footer-contact-top {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
.site-footer .footer-info .footer-contact-top .title-contact {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}
.site-footer .content-introduce {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--font-family);
}
@media only screen and (max-width: 767px) {
  .site-footer .content-introduce {
    margin-bottom: 0px;
    font-size: 11px;
    margin-top: 7px;
  }
}
.site-footer .social-footer {
  margin-top: 10px;
}
.site-footer .social-footer a {
  color: #ffffff;
  margin-right: 15px;
  cursor: pointer;
}
@media only screen and (device-width: 768px) {
  .site-footer .social-footer a {
    margin-right: 0;
  }
}
.site-footer .social-footer i {
  font-size: 28px;
  padding: 0 25px;
  margin-top: 30px;
}
@media only screen and (device-width: 768px) {
  .site-footer .social-footer i {
    padding: 12px;
  }
}
.site-footer .footerdesktop {
  margin-top: 50px;
}
.site-footer .footer-service .title {
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-service .title {
    margin-bottom: 15px;
    font-size: 11px;
  }
}
.site-footer .footer-service i {
  color: var(--main);
  font-size: 12px;
  margin-right: 6px;
}
.site-footer .footer-service .social-footer i {
  color: #ffffff;
}
.site-footer .footer-service .term-service {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 400;
}
.site-footer .footer-service .link-page {
  margin-bottom: 15px;
  padding-right: 0;
}
.site-footer .footerdesktop .footer-service {
  padding-left: 12%;
}
.site-footer .footerdesktop .title-header {
  text-align: left;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  padding: 0;
  margin-left: -10px;
  padding-right: 25px;
}
.site-footer .footerdesktop .title-header p {
  margin: 0;
  line-height: 24px;
}
.site-footer .footerdesktop .title-header .description-footer {
  font-weight: 400;
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (device-width: 768px) {
  .site-footer .footerdesktop .title-header {
    font-size: 10px;
    padding: 0px 0 0 10px;
  }
}
.site-footer .footer-contact .title {
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-contact .title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.site-footer .footer-contact p, .site-footer .footer-contact span {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-contact p, .site-footer .footer-contact span {
    font-size: 11px;
  }
}
.site-footer .footer-contact span {
  margin-left: 10px;
}
.site-footer .footer-contact .contact {
  margin-bottom: 10px;
}
.site-footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-menu ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
}
.site-footer .footer-menu ul li {
  list-style-type: none;
  padding-left: 0;
  padding-right: 16px;
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-menu ul li {
    line-height: 1.5;
  }
}
.site-footer .footer-menu ul li a {
  padding: 0;
  padding-right: 16px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-family);
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-menu ul li a {
    font-size: 10px;
  }
}
.site-footer .copyright-text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}
.site-footer .footermobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-footer .footerdesktop {
    display: none;
  }
  .site-footer .footermobile {
    display: block;
  }
  .site-footer .footermobile img {
    max-width: 50px !important;
  }
  .site-footer .footermobile .title-header {
    font-size: 10px;
    padding: 12px 0 0 10px;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
  }
  .site-footer .footer-info {
    padding: 30px 0;
  }
  .site-footer .mobile-rows {
    margin-top: 15px;
  }
  .site-footer .social-mobile a {
    color: #ffffff;
    margin-right: 6px;
    cursor: pointer;
    font-size: 14px;
  }
  .site-footer .col-6 {
    margin-bottom: 10px;
  }
  .site-footer .fa-chevron-right {
    font-size: 8px;
    margin-right: 6px;
    color: var(--main);
  }
  .site-footer .term-service {
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    font-family: var(--font-family);
    font-weight: 600;
  }
  .site-footer .footer-copyright {
    height: 60px;
  }
  .site-footer .copyright-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .site-footer .footer-service .term-service {
    font-size: 13px;
  }
  .site-footer .footer-contact p, .site-footer .footer-contact span {
    font-size: 13px;
  }
}

.footer-logo img {
  width: 52px;
}

.slide-banner .block-banner-home-page {
  padding: 0;
  position: relative;
  vertical-align: bottom;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  height: 600px;
}
.slide-banner .block-banner-home-page .overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  display: block;
}
.slide-banner .block-banner-home-page .banner-image-bg .imgbgtop img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .slide-banner .block-banner-home-page .mobileresponsive {
    display: none !important;
  }
}
.slide-banner .block-banner-home-page .content-text-ab {
  padding-bottom: 30px;
  left: 38%;
  text-align: center;
  position: absolute;
  width: 570px;
  top: 40%;
  transform: translate(-50%, -50%);
}
.slide-banner .block-banner-home-page .banner-slide-title {
  text-align: left;
  font-size: 48px;
  line-height: 42px;
  color: #FFFFFF;
  font-family: var(--font-family);
  width: 400px;
  font-weight: 700;
}
.slide-banner .block-banner-home-page .text-bn p {
  text-align: left;
  color: #FFFFFF;
  font-size: 18px;
  font-family: var(--font-family);
  line-height: 22px;
}
.slide-banner .block-banner-home-page .button-cm {
  font-size: 16px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  width: 162px;
  height: 64px;
  color: #fff;
  font-weight: 600;
  background-color: var(--main);
  font-family: var(--font-family);
}
.slide-banner .block-banner-home-page .button-bn {
  text-align: left;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .slide-banner .block-banner-home-page .desktopresponsive {
    display: none !important;
  }
  .slide-banner .block-banner-home-page .content-text-ab {
    position: unset;
    width: auto;
    top: 0;
    transform: none;
  }
  .slide-banner .block-banner-home-page .banner-slide-title {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: var(--font-family);
    width: auto;
    padding: 0px 95px;
    margin: 20px 0;
  }
  .slide-banner .block-banner-home-page .text-bn p {
    text-align: center;
    color: #706C6C;
    font-size: 14px;
    font-family: var(--font-family);
    line-height: 22px;
    padding: 0 30px;
  }
  .slide-banner .block-banner-home-page .button-bn {
    text-align: center;
    margin: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .slide-banner .block-banner-home-page .banner-slide-title {
    font-size: 45px;
  }
  .slide-banner .block-banner-home-page .content-text-ab {
    left: 43%;
    top: 45%;
  }
  .slide-banner .block-banner-home-page .text-bn p {
    font-size: 15px;
    padding-right: 150px;
  }
}
.slide-banner .slick-prev, .slide-banner .slick-next {
  display: none !important;
}
.slide-banner .slick-dots {
  bottom: 20px;
}
.slide-banner .slick-dots li {
  width: 30px;
  height: 6px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 0.5;
}
.slide-banner .slick-dots li button {
  display: none !important;
}
.slide-banner .slick-dots li.slick-active {
  opacity: 1;
}

.block-company-intro {
  padding: 50px 0;
}
.block-company-intro .title-section {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.block-company-intro .title-section:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(130deg, var(--main), var(--main) 41.07%, var(--main) 76.05%);
  bottom: -5px;
}
.block-company-intro .row-content {
  margin-top: 20px;
}
.block-company-intro .row-content .heading-content {
  font-size: 35px;
  font-weight: 700;
  color: var(--background);
  margin: 25px 0 -10px;
}
.block-company-intro .row-content .content-text {
  font-size: 18px;
  color: #7E7E7E;
  line-height: 25px;
}
.block-company-intro .row-content .button-a {
  margin-top: 75px;
}
.block-company-intro .row-content .button-a .button-row {
  font-size: 16px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  font-weight: 600;
  background-color: var(--main);
}
.block-company-intro img {
  width: 100%;
}

.block-our-course {
  padding: 50px 0;
  background-color: #EFF2F5;
}
.block-our-course .title-section {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.block-our-course .title-section:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(130deg, var(--main), var(--main) 41.07%, var(--main) 76.05%);
  bottom: -5px;
}
.block-our-course .content-section {
  margin-top: 20px;
}
.block-our-course .content-section .heading-content {
  font-size: 35px;
  font-weight: 700;
  color: var(--background);
  margin: 25px 0 -10px;
}
.block-our-course .content-section .content-text {
  font-size: 18px;
  color: #7E7E7E;
  line-height: 25px;
}
.block-our-course .content-section .content-text-gr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.block-our-course .content-section .button-a .button-row {
  font-size: 16px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  padding-left: 35px;
  padding-right: 35px;
  color: #fff;
  font-weight: 600;
  background-color: var(--main);
}
.block-our-course .content-section .button-a i {
  margin-left: 5px;
  font-size: 18px;
}
.block-our-course .slick-track {
  display: flex !important;
}
.block-our-course .slick-slide {
  height: inherit !important;
}
.block-our-course .slick-arrow {
  text-align: center;
  width: 50px;
  height: 50px;
  background: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-our-course .slick-arrow i {
  font-size: 24px;
  color: #fff;
}
.block-our-course .slick-arrow:hover {
  background: var(--main);
}
.block-our-course .slick-disabled, .block-our-course .slick-disabled:hover {
  background: #dbdbdb;
}
.block-our-course .slick-arrow::before {
  display: none;
}
.block-our-course .slick-prev {
  left: -70px;
}
.block-our-course .slick-next {
  right: -70px;
}
.block-our-course .product-column {
  border-radius: 14px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  height: 100%;
  position: relative;
  margin-right: 20px;
}
.block-our-course .product-column .product-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.block-our-course .product-column .info-product {
  padding: 15px 15px 75px 15px;
}
.block-our-course .product-column .info-product .info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-our-course .product-column .info-product .info-top .teacher-name {
  color: #ABABAB;
}
.block-our-course .product-column .info-product .product-name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--background);
  margin-top: 10px;
}
.block-our-course .product-column .info-product .info-detail {
  display: flex;
  justify-content: space-between;
  color: #ABABAB;
  margin-top: 10px;
  padding-bottom: 10px;
}
.block-our-course .product-column .info-product .buy-course-gr {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #F0F0F0;
  padding-top: 10px;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course form {
  margin-bottom: 0;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course .button-add-to-cart {
  border: none;
  background: #fff;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course .button-add-to-cart .button {
  border-radius: 10px;
  color: var(--main);
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course button:disabled, .block-our-course .product-column .info-product .buy-course-gr .buy-course button[disabled] {
  opacity: 0.5;
  cursor: auto;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course button:disabled .button, .block-our-course .product-column .info-product .buy-course-gr .buy-course button[disabled] .button {
  cursor: auto !important;
}
.block-our-course .product-column .info-product .buy-course-gr .buy-course .product-price {
  width: 110px;
  background: var(--main);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  padding: 5px 0;
}

.block-coaching-opportunities {
  background-color: var(--background);
  position: relative;
}
.block-coaching-opportunities .content-coaching {
  padding: 50px 0 80px;
}
.block-coaching-opportunities .content-coaching .title {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #fff;
}
.block-coaching-opportunities .content-coaching .title:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(130deg, var(--main), var(--main) 41.07%, var(--main) 76.05%);
  bottom: -5px;
}
.block-coaching-opportunities .content-coaching .heading {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}
.block-coaching-opportunities .content-coaching .content {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin-right: 30px;
}
.block-coaching-opportunities .content-coaching .button-a {
  margin-top: 75px;
}
.block-coaching-opportunities .content-coaching .button-a .button-row {
  font-size: 16px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  font-weight: 600;
  background-color: var(--main);
}
.block-coaching-opportunities .content-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.block-coaching-opportunities .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-information-counter {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
.block-information-counter .row {
  margin: 0;
}
.block-information-counter .number {
  font-size: 65px;
  font-weight: 500;
}
.block-information-counter .text {
  font-size: 28px;
  font-weight: 400;
}

.block-students-feedback {
  background: #EFF2F5;
  padding: 50px 0;
}
.block-students-feedback .title {
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  color: var(--background);
}
.block-students-feedback .description {
  font-size: 18px;
  text-align: center;
  color: #7E7E7E;
  font-weight: 400;
}
.block-students-feedback .feedback-slide {
  margin-top: 50px;
}
.block-students-feedback .feedback-slide .feedback-content {
  padding: 5px 12px;
}
.block-students-feedback .feedback-slide .feedback-content .content-gr {
  background-color: #fff;
  padding: 20px 20px 30px;
  border-radius: 24px;
  border: 1px solid #F0F0F0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.block-students-feedback .feedback-slide .user-feedback-gr {
  display: flex;
  justify-content: end;
}
.block-students-feedback .feedback-slide .user-feedback-gr img {
  width: 60px;
  margin-right: 15px;
}
.block-students-feedback .feedback-slide .user-feedback-gr .info-user {
  margin-top: 10px;
}
.block-students-feedback .feedback-slide .user-feedback-gr .info-user .name {
  font-weight: 600;
}
.block-students-feedback .feedback-slide .user-feedback-gr .info-user .position {
  font-size: 14px;
  color: #7E7E7E;
}
.block-students-feedback .slick-track {
  display: flex !important;
}
.block-students-feedback .slick-slide {
  height: inherit !important;
}
.block-students-feedback .slick-arrow {
  text-align: center;
  width: 55px;
  height: 55px;
  background: #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.block-students-feedback .slick-arrow i {
  font-size: 20px;
  color: #000;
}
.block-students-feedback .slick-arrow:hover {
  background: #c7c7c7;
}
.block-students-feedback .slick-arrow::before {
  display: none;
}
.block-students-feedback .slick-prev {
  left: -70px;
}
.block-students-feedback .slick-next {
  right: -70px;
}

.block-newsletter {
  padding: 70px 0;
  text-align: center;
  background-color: #DCE3FF;
}
.block-newsletter .title {
  display: inline-block;
  padding: 10px 50px;
  background-color: F0F9FF;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--background);
}
.block-newsletter .heading {
  font-size: 48px;
  font-weight: 700;
  color: var(--background);
}
.block-newsletter .subcribe-gr {
  display: inline-block;
  position: relative;
}
.block-newsletter .subcribe-gr .email-newsletter {
  width: 1000px;
  height: 100px;
  border: none;
  border-radius: 24px;
  padding: 0 300px 0 40px;
  font-size: 28px;
  font-weight: 500;
}
.block-newsletter .subcribe-gr .btn-subscribe input {
  font-size: 30px;
  padding: 25px 60px;
  font-weight: 500;
  border-radius: 22px;
  border: none;
  background-color: var(--main);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  top: 7px;
  right: 7px;
}

.block-common-banner {
  padding: 70px 0 90px;
  background-color: var(--main);
  color: #fff;
}
.block-common-banner .title {
  font-size: 48px !important;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.block-common-banner .path-content {
  font-size: 24px;
}
.block-common-banner .path-content .home-page {
  text-decoration: none;
  color: #fff;
}

.block-list-product {
  padding: 80px 0;
}
.block-list-product .title-section {
  font-size: 24px;
  font-weight: 600;
  color: var(--background);
  position: relative;
  display: inline-block;
}
.block-list-product .title-section:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(130deg, var(--main), var(--main) 41.07%, var(--main) 76.05%);
  bottom: -5px;
}
.block-list-product .list-in-category {
  margin-bottom: 60px;
}
.block-list-product .list-in-category .heading-content {
  font-size: 38px;
  font-weight: 700;
  margin: 30px 0 20px;
  color: var(--background);
}
.block-list-product .list-in-category .product-list .show-product {
  margin-bottom: 20px;
}
.block-list-product .list-in-category .product-list .product-column {
  border-radius: 14px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  position: relative;
}
.block-list-product .list-in-category .product-list .product-column .product-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.block-list-product .list-in-category .product-list .product-column .info-product {
  padding: 15px 15px 75px 15px;
}
.block-list-product .list-in-category .product-list .product-column .info-product .info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-list-product .list-in-category .product-list .product-column .info-product .info-top .teacher-name {
  color: #ABABAB;
}
.block-list-product .list-in-category .product-list .product-column .info-product .info-top .product-price {
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 0.5px solid #D8D8D8;
  padding: 2px 10px;
  color: var(--main);
}
.block-list-product .list-in-category .product-list .product-column .info-product .product-name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--background);
  margin-top: 10px;
}
.block-list-product .list-in-category .product-list .product-column .info-product .info-detail {
  display: flex;
  justify-content: space-between;
  color: #ABABAB;
  margin-top: 10px;
}
.block-list-product .list-in-category .product-list .product-column .info-product .button-add-to-cart {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  border: none;
  background: #fff;
}
.block-list-product .list-in-category .product-list .product-column .info-product .button-add-to-cart .button {
  border-radius: 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
  padding: 14px 0;
  cursor: pointer;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}
.block-list-product .list-in-category .product-list .product-column .info-product button:disabled, .block-list-product .list-in-category .product-list .product-column .info-product button[disabled] {
  opacity: 0.5;
  cursor: auto;
}
.block-list-product .list-in-category .product-list .product-column .info-product button:disabled .button, .block-list-product .list-in-category .product-list .product-column .info-product button[disabled] .button {
  cursor: auto !important;
}

.my-courses-list {
  padding: 80px 0;
}
.my-courses-list .title-section {
  font-size: 24px;
  font-weight: 600;
  color: var(--background);
  position: relative;
  display: inline-block;
}
.my-courses-list .title-section:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(130deg, var(--main), var(--main) 41.07%, var(--main) 76.05%);
  bottom: -5px;
}
.my-courses-list .list-in-category {
  margin-bottom: 60px;
}
.my-courses-list .list-in-category .heading-content {
  font-size: 38px;
  font-weight: 700;
  margin: 30px 0 20px;
  color: var(--background);
}
.my-courses-list .list-in-category .product-list .show-product {
  margin-bottom: 20px;
}
.my-courses-list .list-in-category .product-list .product-column {
  border-radius: 14px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  position: relative;
}
.my-courses-list .list-in-category .product-list .product-column .product-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.my-courses-list .list-in-category .product-list .product-column .info-product {
  padding: 15px 15px 75px 15px;
}
.my-courses-list .list-in-category .product-list .product-column .info-product .info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-courses-list .list-in-category .product-list .product-column .info-product .info-top .teacher-name {
  color: #ABABAB;
}
.my-courses-list .list-in-category .product-list .product-column .info-product .info-top .product-price {
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 0.5px solid #D8D8D8;
  padding: 2px 10px;
  color: var(--main);
}
.my-courses-list .list-in-category .product-list .product-column .info-product .product-name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--background);
  margin-top: 10px;
}
.my-courses-list .list-in-category .product-list .product-column .info-product .info-detail {
  display: flex;
  justify-content: space-between;
  color: #ABABAB;
  margin-top: 10px;
}
.my-courses-list .list-in-category .product-list .product-column .info-product .button-view-course {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  border: none;
  background: #fff;
  text-decoration: none;
}
.my-courses-list .list-in-category .product-list .product-column .info-product .button-view-course .button {
  border-radius: 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}

.woocommerce-thank-you-page {
  text-align: center;
  padding: 50px 0 100px;
}
.woocommerce-thank-you-page .title-thank-you {
  font-size: 35px;
  font-weight: 600;
}
.woocommerce-thank-you-page .number-order {
  margin-bottom: 20px;
}
.woocommerce-thank-you-page .content-thank-you {
  font-weight: 500;
}
.woocommerce-thank-you-page .content-thank-you a {
  color: var(--main);
  text-decoration: none;
}
.woocommerce-thank-you-page .button-gr {
  margin-top: 50PX;
}
.woocommerce-thank-you-page .buttonrg {
  text-decoration: none;
  margin-top: 50px;
  padding: 15px 50px;
  background-color: var(--main);
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
}

.product_detail {
  padding-top: 140px;
}
.product_detail .path-course-detail {
  font-size: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 22px;
}
.product_detail .path-course-detail a {
  color: #ABABAB;
  text-decoration: none;
}
.product_detail .intro-course {
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 24px;
}
.product_detail .intro-course img {
  width: 100%;
}
.product_detail .intro-course .course-intro-gr {
  padding-left: 8%;
}
.product_detail .intro-course .course-intro-gr .course-practice {
  font-size: 24px;
  font-weight: 600;
  color: var(--main);
}
.product_detail .intro-course .course-intro-gr .course-name {
  font-size: 45px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 50px;
  color: var(--background);
}
.product_detail .intro-course .course-intro-gr .course-category {
  font-size: 18px;
  margin-bottom: 27px;
  margin-top: 5px;
  color: var(--background);
}
.product_detail .intro-course .course-intro-gr .course-learn-gr .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--background);
  margin-bottom: 15px;
}
.product_detail .intro-course .course-intro-gr .course-learn-gr .course-info {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--background);
}
.product_detail .intro-course .course-intro-gr .course-learn-gr .course-info i {
  margin-right: 10px;
}
.product_detail .course-detail-gr .course-content-detail {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 20px 30px;
  color: var(--background);
  height: 100%;
}
.product_detail .course-detail-gr .course-content-detail .title-desc {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product_detail .course-detail-gr .course-payment-detail {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 25px;
}
.product_detail .course-detail-gr .course-payment-detail .course-price {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.product_detail .course-detail-gr .course-payment-detail .button-add-to-cart {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: none;
  background: #fff;
  display: block;
  width: 100%;
}
.product_detail .course-detail-gr .course-payment-detail .button-add-to-cart .button {
  border-radius: 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
  padding: 14px 0;
  cursor: pointer;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}
.product_detail .course-detail-gr .course-payment-detail button:disabled, .product_detail .course-detail-gr .course-payment-detail button[disabled] {
  opacity: 0.5;
  cursor: auto;
}
.product_detail .course-detail-gr .course-payment-detail button:disabled .button, .product_detail .course-detail-gr .course-payment-detail button[disabled] .button {
  cursor: auto !important;
}
.product_detail .course-detail-gr .course-payment-detail .payment-method-gr {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.product_detail .course-detail-gr .course-payment-detail .payment-method-gr img {
  width: 35px;
  object-fit: cover;
  height: 35px;
}
.product_detail .course-detail-gr .course-payment-detail .payment-method-gr .text {
  margin-right: 15px;
}
.product_detail .course-detail-gr .course-payment-detail .teacher-info-gr .title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  color: var(--background);
}
.product_detail .course-detail-gr .course-payment-detail .teacher-info-gr .content-teacher img {
  width: 100%;
}
.product_detail .course-detail-gr .course-payment-detail .teacher-info-gr .content-teacher .teacher-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--background);
}
.product_detail .course-detail-gr .course-payment-detail .teacher-info-gr .content-teacher .teacher-position {
  font-size: 14px;
  color: #7E7E7E;
  margin-bottom: 20px;
  color: var(--background);
}
.product_detail .course-detail-gr .course-payment-detail .teacher-info-gr .content-teacher i {
  color: var(--background);
  font-size: 20px;
  padding: 0 10px;
}
.product_detail .course-detail-gr .course-payment-detail .info-course-gr .title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  color: var(--background);
  margin-top: 20px;
}
.product_detail .course-detail-gr .course-payment-detail .info-course-gr .info-gr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product_detail .course-detail-gr .course-payment-detail .info-course-gr .info-gr .name {
  color: #7E7E7E;
  font-weight: 400;
}
.product_detail .course-detail-gr .course-payment-detail .info-course-gr .info-gr .info {
  font-weight: 500;
}
.product_detail .related-course {
  padding: 80px 0;
}
.product_detail .related-course .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--background);
}
.product_detail .product-list .product-column {
  border-radius: 14px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  position: relative;
}
.product_detail .product-list .product-column .product-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}
.product_detail .product-list .product-column .info-product {
  padding: 15px 15px 75px 15px;
}
.product_detail .product-list .product-column .info-product .info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_detail .product-list .product-column .info-product .info-top .teacher-name {
  color: #ABABAB;
}
.product_detail .product-list .product-column .info-product .info-top .product-price {
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 0.5px solid #D8D8D8;
  padding: 2px 10px;
  color: var(--main);
}
.product_detail .product-list .product-column .info-product .product-name {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--background);
  margin-top: 10px;
}
.product_detail .product-list .product-column .info-product .info-detail {
  display: flex;
  justify-content: space-between;
  color: #ABABAB;
  margin-top: 10px;
}
.product_detail .product-list .product-column .info-product .button-add-to-cart {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  border: none;
  background: #fff;
}
.product_detail .product-list .product-column .info-product .button-add-to-cart .button {
  border-radius: 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
  padding: 14px 0;
  cursor: pointer;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}
.product_detail .product-list .product-column .info-product button:disabled, .product_detail .product-list .product-column .info-product button[disabled] {
  opacity: 0.5;
  cursor: auto;
}
.product_detail .product-list .product-column .info-product button:disabled .button, .product_detail .product-list .product-column .info-product button[disabled] .button {
  cursor: auto !important;
}

.product-bought-detail {
  padding-top: 97px;
}
.product-bought-detail .banner-wrap {
  background-size: cover;
  background-position: center center;
  height: 380px;
}
.product-bought-detail .banner-wrap .overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: block;
  text-decoration: none;
}
.product-bought-detail .banner-wrap .overlay .banner-content {
  padding-top: 40px;
  color: #fff;
}
.product-bought-detail .banner-wrap .overlay .banner-content .path-course-detail {
  font-size: 24px;
  margin-bottom: 45px;
}
.product-bought-detail .banner-wrap .overlay .banner-content .path-course-detail a {
  text-decoration: none;
  color: #fff;
}
.product-bought-detail .banner-wrap .overlay .banner-content .course-practice {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-bought-detail .banner-wrap .overlay .banner-content .course-name {
  font-size: 48px;
  font-weight: 600;
}
.product-bought-detail .banner-wrap .overlay .banner-content .course-category {
  font-size: 18px;
}
.product-bought-detail .content-bought-product {
  padding: 30px 0 80px;
}
.product-bought-detail .content-bought-product .menu-list-topic {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 25px 25px 100px 25px;
}
.product-bought-detail .content-bought-product .menu-list-topic .menu-heading {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.product-bought-detail .content-bought-product .menu-list-topic .course-topic {
  border-radius: 8px;
  background: #F4F4F4;
  margin-bottom: 15px;
  padding: 12px 20px;
  cursor: pointer;
}
.product-bought-detail .content-bought-product .menu-list-topic .course-topic:hover, .product-bought-detail .content-bought-product .menu-list-topic .course-topic.active {
  color: #fff;
  background-color: var(--main);
}
.product-bought-detail .content-bought-product .topic-content {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 25px 25px 100px 25px;
}
.product-bought-detail .content-bought-product .topic-content .content-gr {
  display: none;
}
.product-bought-detail .content-bought-product .topic-content .content-gr.active {
  display: block;
}
.product-bought-detail .content-bought-product .topic-content .topic-name {
  font-size: 24px;
  font-weight: 600;
}
.product-bought-detail .content-bought-product .topic-content .topic-desc {
  padding-bottom: 30px;
}
.product-bought-detail .content-bought-product .topic-content .topic-pdf {
  margin-top: 40px;
  font-weight: 600;
  color: var(--background);
}
.product-bought-detail .content-bought-product .topic-content .list-pdf {
  margin-top: 10px;
}
.product-bought-detail .content-bought-product .topic-content .list-pdf .pdf-link {
  color: var(--background);
  text-decoration: none;
}
.product-bought-detail .content-bought-product .topic-content .list-pdf .pdf-link i {
  margin-right: 8px;
}
.product-bought-detail .content-bought-product .topic-content .list-pdf .pdf-link:hover {
  color: var(--main);
  font-weight: 500;
}
.product-bought-detail .content-bought-product .topic-content .audio-name-gr {
  margin-bottom: 15px;
  margin-top: 30px;
}
.product-bought-detail .content-bought-product .topic-content .audio-name-gr span {
  font-weight: 600;
  margin-left: 5px;
}
.product-bought-detail .content-bought-product .topic-content .video-source {
  border-bottom: 1px solid #E7E7E7 !important;
}
.product-bought-detail .content-bought-product .topic-content .video-source audio {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.product-bought-detail .content-bought-product .topic-content .fill-in-blank-gr {
  margin-top: 30px;
}
.product-bought-detail .content-bought-product .topic-content .fill-in-blank-gr .text_have_blanks input, .product-bought-detail .content-bought-product .topic-content .fill-in-blank-gr .text_have_blanks input:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid;
}
.product-bought-detail .content-bought-product .topic-content .multiple-choices-gr {
  margin-top: 10px;
}
.product-bought-detail .content-bought-product .topic-content .multiple-choices-gr .multiple-choices {
  margin-top: 40px;
}
.product-bought-detail .content-bought-product .topic-content .multiple-choices-gr .multiple-choices .question {
  font-weight: 600;
}
.product-bought-detail .content-bought-product .topic-content .multiple-choices-gr .multiple-choices .answer-choice {
  margin-bottom: 5px;
}
.product-bought-detail .content-bought-product .topic-content .multiple-choices-gr .multiple-choices .answer-choice label {
  margin-left: 6px;
}
.product-bought-detail .content-bought-product .topic-content .multiple-choices-gr .multiple-choices .answer-choice input:checked {
  accent-color: var(--main);
}
.product-bought-detail .content-bought-product .topic-content .check-answer-gr {
  text-align: center;
  margin-top: 50px;
}
.product-bought-detail .content-bought-product .topic-content .check-answer-gr .check-answer {
  display: inline-block;
  padding: 15px 45px;
  background: var(--main);
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr {
  display: none;
  margin-top: 50px;
  border-top: 1px solid #D8D8D8;
  position: relative;
  padding-top: 25px;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .seperate-line {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -14px;
  display: inline-table;
  background: #fff;
  padding: 0 55px;
  color: #9A9A9A;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .number-correct {
  display: inline-block;
  background: var(--main);
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .number-correct i {
  margin-left: 5px;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .show-result-uncorrect {
  display: none;
  padding: 30px 0;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .show-result-uncorrect .text {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .show-result-uncorrect .answer-uncorrect .answer-title {
  font-weight: 500;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .show-result-uncorrect .answer-uncorrect li {
  margin-left: 50px;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr .show-result-uncorrect.active {
  display: block;
}
.product-bought-detail .content-bought-product .topic-content .user-result-gr.active {
  display: block;
}
.product-bought-detail .content-bought-product .topic-content .try-again-btn {
  padding: 15px 55px;
  border-radius: 14px;
  border: 1px solid #D9D9D9;
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
}
.product-bought-detail .content-bought-product .topic-content .try-again-btn i {
  font-size: 18px;
}
.product-bought-detail .content-bought-product .material-content-gr {
  margin-top: 100px;
}
.product-bought-detail .content-bought-product .material-content-gr .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr {
  display: none;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-track {
  display: flex !important;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-slide {
  height: inherit !important;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-arrow {
  text-align: center;
  width: 50px;
  height: 50px;
  background: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-arrow i {
  font-size: 24px;
  color: #fff;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-arrow:hover {
  background: var(--main);
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-disabled, .product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-disabled:hover {
  background: #dbdbdb;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-arrow::before {
  display: none;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-prev {
  left: -70px;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr .slick-next {
  right: -70px;
}
.product-bought-detail .content-bought-product .material-content-gr .material-gr.active {
  display: block;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content {
  padding: 0 15px;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content .content-gr {
  border-radius: 14px;
  border: 1px solid #D9D9D9;
  padding: 12px 18px 80px;
  height: 100%;
  position: relative;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content .content-gr img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 178px;
  height: 240px;
  object-fit: cover;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content .content-gr .lets-practice {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  color: var(--main);
  margin-bottom: 5px;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content .content-gr .material-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content .content-gr .to-see-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  border: none;
  background: #fff;
  text-decoration: none;
}
.product-bought-detail .content-bought-product .material-content-gr .material-content .content-gr .to-see-btn .button {
  border-radius: 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  font-size: 16px;
}

.material-detail-page .banner-wrap {
  background-size: cover;
  background-position: center center;
  height: 400px;
}
.material-detail-page .banner-content {
  padding: 35px 0 80px;
}
.material-detail-page .banner-content .path-course-detail {
  font-size: 24px;
  margin-bottom: 45px;
}
.material-detail-page .banner-content .path-course-detail a {
  text-decoration: none;
  color: #7B7B7B;
}
.material-detail-page .banner-content .material-name {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.material-detail-page .banner-content .material-description {
  font-size: 24px;
  text-align: center;
}
.material-detail-page .audio-name-gr {
  margin-bottom: 15px;
  margin-top: 50px;
}
.material-detail-page .audio-name-gr span {
  font-weight: 600;
  margin-left: 5px;
}
.material-detail-page audio {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 29px;
}
.material-detail-page .topic-pdf {
  text-align: right;
  margin-top: 40px;
}
.material-detail-page .topic-pdf a {
  text-decoration: none;
  color: var(--background);
  padding: 10px 40px;
  border-radius: 4px;
  border: 1px solid #D4D4D4;
}
.material-detail-page .material-content {
  margin: 50px 0 100px;
  border-radius: 14px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 50px 100px;
}
.material-detail-page .material-content .content-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.widget-panel-open #globallanguagesowl-widget-panel {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.globallanguagesowl-widget-panel-inner {
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-right: -15px;
}

.globallanguagesowl-widget-panel-header {
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 110;
  font-size: 16px;
  line-height: 1;
  color: #282828;
  width: 100%;
  padding: 0 30px;
}

.globallanguagesowl-widget-panel-header-inner {
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 90px;
}

.globallanguagesowl-cart-panel-title {
  margin-top: 32px;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #000;
}

#globallanguagesowl-widget-panel-close {
  display: inline-block;
  float: right;
  padding-top: 32px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  color: #000000;
}

.globallanguagesowl-font.cart-close-btn {
  font-size: 25px;
  float: right;
  position: relative;
  top: 2px;
}

#globallanguagesowl-cart-panel-loader {
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 105;
  width: 1px;
  height: 1px;
  opacity: 1;
  background: #fff;
}

.globallanguagesowl-cart-panel-list-wrap {
  padding: 0 30px;
  padding-bottom: 180px;
}

.globallanguagesowl-cart-items-heading {
  margin: 5px 0;
}
.globallanguagesowl-cart-items-heading .heading-text {
  width: 40%;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #000;
  display: inline-block;
}
.globallanguagesowl-cart-items-heading .heading-line {
  border-top: 1px solid #000;
  width: 56%;
  height: 1px;
  position: relative;
  top: 11px;
  display: inline-block;
}

.globallanguagesowl-cart-panel-summary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  width: 90%;
  padding: 0;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.globallanguagesowl-cart-panel-summary-inner {
  background: #fff;
  padding: 0 0 37px;
  overflow: hidden;
}

#globallanguagesowl-cart-panel-continue {
  color: #000;
  border-color: #5f5f5f;
  width: 100%;
  border: 1px solid #aaa;
  opacity: 1;
  background: 0 0;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

#globallanguagesowl-widget-panel {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1020;
  line-height: 1.2;
  width: 510px;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  background: #fff;
}
#globallanguagesowl-widget-panel .product_list_widget > li {
  overflow: visible;
  display: flex;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
#globallanguagesowl-widget-panel .product_list_widget > li > div {
  vertical-align: middle;
  border-color: #464646;
  display: table-cell;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: none;
}
#globallanguagesowl-widget-panel .product_list_widget li img {
  position: static;
  width: 100%;
  max-width: 102px;
  height: auto;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-item-thumbnail {
  width: 140px;
  height: auto;
}
#globallanguagesowl-widget-panel .remove {
  opacity: 1;
  color: #a5a5a5 !important;
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 100;
  display: block;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
}
#globallanguagesowl-widget-panel .remove:hover {
  background: unset;
  color: #a5a5a5 !important;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-quantity-pricing {
  line-height: 22px;
  width: 85%;
  padding-bottom: 0;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-quantity-pricing table.variations {
  display: inline-block;
  margin-top: -9px;
  width: 85px;
  font-size: 15px;
  padding-left: 5px;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-quantity-pricing table.variations .reset_variations {
  display: none;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-quantity-pricing .data-add-to-cart {
  display: inline-block;
}
#globallanguagesowl-widget-panel .product-quantity {
  float: left;
  font-size: 16px;
}
#globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap {
  width: auto;
  border: 0 none;
  overflow: visible;
}
#globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap label {
  display: none;
}
#globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap .quantity {
  display: inline-block;
  margin-left: -10px;
}
#globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap .quantity .globallanguagesowl-font-minus, #globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap .quantity .globallanguagesowl-qty-plus {
  color: #000;
  width: 12px;
  text-align: right;
  font-size: 10px;
  line-height: 24px;
  vertical-align: top;
  transition: color 0.2s ease;
  height: auto;
  right: 5px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap .quantity .qty {
  font-size: 16px;
  width: 10px;
  color: #000;
  line-height: inherit;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: 0 none;
  text-align: center;
  background: 0 0;
}
#globallanguagesowl-widget-panel .globallanguagesowl-quantity-wrap .quantity:after {
  content: "|";
  color: #d6d6d6;
  position: relative;
}
#globallanguagesowl-widget-panel td.label {
  display: none;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-item-price {
  float: right;
  margin-top: -2px;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-item-price .amount {
  font-size: 16px;
  margin-top: 0;
  display: inline-block;
  font-weight: inherit;
  letter-spacing: normal;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-item-price del {
  margin-left: 0px;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-item-price del .woocommerce-Price-amount.amount {
  font-size: 13px !important;
  color: darkgray;
  text-decoration: line-through;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-item-price ins {
  color: #000000;
}
#globallanguagesowl-widget-panel .mini_add_to_cart_button {
  position: absolute;
  top: 7px;
  right: -1px;
  z-index: 100;
  display: block;
  font-size: 16px;
  line-height: 30px;
  width: 28px;
  height: 28px;
  text-align: right;
  opacity: 0.5;
}
#globallanguagesowl-widget-panel .mini_add_to_cart_button .globallanguagesowl-also-like-plus {
  top: 7px;
  position: relative;
  border-radius: 50%;
  background-color: #008205;
  padding: 2px;
  font-size: 14px;
  color: #f2f2f2;
}
#globallanguagesowl-widget-panel .total {
  margin-bottom: 0;
  border-bottom: none;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 21px 0;
  border-top: 1px solid #464646;
}
#globallanguagesowl-widget-panel .total strong {
  font-weight: inherit;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-summary-subtotal {
  float: right;
}
#globallanguagesowl-widget-panel .buttons {
  margin-bottom: 0;
  margin-top: 30px;
}
#globallanguagesowl-widget-panel .buttons .button.checkout {
  padding: 20px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: var(--main);
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  margin: auto;
  text-decoration: none;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-empty .product_list_widget .empty {
  display: block;
}
#globallanguagesowl-widget-panel .globallanguagesowl-cart-panel-empty .buttons.globallanguagesowl-cart-empty-button {
  display: block;
}
#globallanguagesowl-widget-panel .buttons.globallanguagesowl-cart-empty-button {
  display: none;
}
#globallanguagesowl-widget-panel dl.variation .variation-Partof {
  display: block;
  line-height: inherit;
  margin: 2px 0 3px;
  font-size: 12px;
  color: #a5a5a5;
}
#globallanguagesowl-widget-panel dl.variation .variation-Size {
  display: none;
}
@media (max-width: 550px) {
  #globallanguagesowl-widget-panel {
    width: 370px;
  }
}
#globallanguagesowl-widget-panel .product-cart-introduce {
  font-size: 11px;
  color: #A7A4A4;
  padding-right: 30px;
  margin-bottom: 3px;
}
#globallanguagesowl-widget-panel .show-variation, #globallanguagesowl-widget-panel .product-cart-category, #globallanguagesowl-widget-panel .show-language, #globallanguagesowl-widget-panel .item-price {
  font-size: 11px;
  color: #000000;
  padding-right: 30px;
  font-weight: 600;
}
#globallanguagesowl-widget-panel .item-price {
  margin-right: 14px;
  font-size: 12px;
}
#globallanguagesowl-widget-panel .product-cart-gr {
  display: flex;
  justify-content: space-between;
}
#globallanguagesowl-widget-panel .product-cart-category {
  padding: 6px 0;
}
#globallanguagesowl-widget-panel li:not(:last-child) .container-content-product-item {
  border-bottom: 1px solid #A7A4A4;
}
#globallanguagesowl-widget-panel .show-variation {
  margin-bottom: 3px;
}
#globallanguagesowl-widget-panel .number-cart-item {
  float: right;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
  position: relative;
  color: #282828;
  padding: 7px 0 25px;
  border-bottom: 1px solid #A7A4A4;
}
.woocommerce-mini-cart.cart_list.product_list_widget .empty {
  display: none;
  font-size: 16px;
  margin-bottom: 0;
  padding: 21px 0 36px;
}

.globallanguagesowl-cart-panel-thumbnail-wrap {
  position: relative;
  overflow: hidden;
}

.globallanguagesowl-cart-panel-thumbnail-loader {
  background: rgba(255, 255, 255, 0.82);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.globallanguagesowl-cart-panel-item-details {
  padding-left: 19px;
  width: 100%;
}
.globallanguagesowl-cart-panel-item-details > * {
  padding-bottom: 4px;
}
.globallanguagesowl-cart-panel-item-details .fa-times {
  top: 7px;
  position: relative;
  border-radius: 999px;
  background-color: #ffffff;
  color: #000000;
  padding: 4px 5px;
  font-size: 12px;
  border: 1px solid;
  width: 20px;
  height: 20px;
}

.globallanguagesowl-cart-panel-product-title {
  display: block;
  color: var(--background);
  font-size: 14px;
  line-height: 9px;
  padding-right: 20px;
  text-decoration: none;
  font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.mini_cart_item .variations tr td {
  border: none;
}
.mini_cart_item .variations tr .value {
  padding-left: 0;
  font-size: 13px;
}
.mini_cart_item .variations tr .value .sod_select {
  padding-right: 40px;
}
.mini_cart_item .variations tr .value select {
  margin-top: 8px;
}

.mini-cart-price-saved {
  margin-top: -12px;
  float: right;
  font-size: 14px;
}

#globallanguagesowl-widget-panel-overlay {
  z-index: 1010;
}

.globallanguagesowl-page-overlay.show {
  visibility: visible;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.globallanguagesowl-page-overlay {
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease;
  background: rgba(0, 0, 0, 0.73);
  position: fixed;
}

.woocommerce-mini-cart .sod_select:before {
  width: 10px;
  height: 10px;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.67;
  letter-spacing: 1.8px;
  color: #000;
  content: "";
  position: absolute;
  border: solid #000;
  border-width: 0 1px 1px 0;
  top: 13px;
  right: 23px;
  transform: rotateZ(45deg);
}

.globallanguagesowl-shop-notice a {
  display: none;
}

.globallanguagesowl-shop-notice {
  position: relative;
  padding-top: 38px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.arsty-cart-panel-thumbnail-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.82);
}

.globallanguagesowl-loader:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12px;
  height: 12px;
  margin: -6px -6px 0 0;
  opacity: 1;
  background: #dc9814;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: dotFade 0.8s infinite;
  animation: dotFade 0.8s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.loading .globallanguagesowl-cart-panel-thumbnail-loader {
  display: block;
}
@media (max-width: 768px) {
  .loading .globallanguagesowl-cart-panel-thumbnail-loader {
    display: none;
  }
}
@media (max-width: 768px) {
  .loading .globallanguagesowl-cart-item-loader {
    display: block;
    opacity: 0.82;
  }
}

.globallanguagesowl-cart-item-loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  z-index: 101;
  width: 100%;
  height: auto;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.woocommerce-cart-form__cart-item .variation-Partof {
  font-size: 12px;
}

.globallanguagesowl-cart-empty {
  margin: 50px 0 55px;
  color: #282828;
  text-align: center;
}

.globallanguagesowl-cart-empty p.icon i {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
}

.return-to-shop a {
  padding: 8px 14px;
  height: auto;
}

.cart-item-gr {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.cart-item-gr img {
  width: 100%;
}
.cart-item-gr .content-product {
  margin-right: 20px;
  margin-left: -10px;
}
.cart-item-gr .content-product .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 6px;
}
.cart-item-gr .content-product .title a {
  text-decoration: none;
  color: var(--background);
}
.cart-item-gr .content-product .time, .cart-item-gr .content-product .level {
  font-size: 15px;
  color: #7E7E7E;
}
.cart-item-gr .content-product .price {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: var(--background);
}

.minicart-total {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  color: var(--background);
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-SavedPaymentMethods-saveNew {
  display: none !important;
}

.checkout-cart-receive {
  background-color: #EDF0F2;
  padding: 100px 0;
}
.checkout-cart-receive .woocommerce-NoticeGroup-checkout .woocommerce-message {
  display: none !important;
}
.checkout-cart-receive .product-checkout-page, .checkout-cart-receive .woocommerce-checkout-review-order {
  display: flex;
}
.checkout-cart-receive .product-checkout-form {
  max-width: 740px;
  flex: 7;
  background-color: #ffffff;
  padding: 32px 45px;
  border-radius: 5px 0 0 5px;
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.checkout-cart-receive .show-product-total {
  flex: 4;
  background-color: #F9F9F9;
  padding: 32px 45px;
}
@media only screen and (max-width: 992px) {
  .checkout-cart-receive .show-product-total {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.checkout-cart-receive .title-form-checkout {
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #CBCBCB;
}
.checkout-cart-receive .total-cost {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.checkout-cart-receive .total-price {
  text-align: right;
}
.checkout-cart-receive #place_order {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  background-color: var(--main);
  color: #fff;
  margin-top: 25px;
  border-radius: 8px;
}
.checkout-cart-receive .product-cart-category, .checkout-cart-receive .show-variation, .checkout-cart-receive .show-language, .checkout-cart-receive .item-price {
  font-size: 11px;
  color: #000000;
  font-weight: 600;
  padding: 6px 0 2px;
}
.checkout-cart-receive .product-cart-gr {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-receive .show-language {
  padding: 0px 0 2px;
}
.checkout-cart-receive .product-cart-introduce {
  font-size: 11px;
  color: #A7A4A4;
  margin-bottom: 3px;
}
.checkout-cart-receive .show-variation {
  padding-top: 0;
}
.checkout-cart-receive .woocommerce-cart-item {
  padding-top: 15px !important;
}
.checkout-cart-receive .globallanguagesowl-cart-panel-item-details {
  padding-left: 0;
}
.checkout-cart-receive .product_list_widget {
  padding: 0;
  list-style-type: none;
}
.checkout-cart-receive label {
  font-weight: 600;
}
.checkout-cart-receive .icon-require {
  display: inherit;
  color: rgba(255, 0, 0, 0.9294117647);
}
.checkout-cart-receive input.input-text {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px 0 25px;
  padding: 0 15px;
  border-radius: 14px;
  border: 1px solid var(--background);
}
.checkout-cart-receive .infor-customer-input {
  margin-top: 50px;
}
.checkout-cart-receive .woocommerce-error, .checkout-cart-receive .woocommerce-info, .checkout-cart-receive .woocommerce-message {
  margin-top: 30px;
}
.checkout-cart-receive .apply_coupon_glo {
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 18px 16px;
  font-weight: 600;
  border-radius: 8px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: 4px;
}
.checkout-cart-receive .cart-discount {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-receive .cart-discount .woocommerce-remove-coupon i {
  position: relative;
  border-radius: 999px;
  background-color: #ffffff;
  color: #000000;
  padding: 4px 5px;
  font-size: 12px;
  border: 1px solid;
  width: 20px;
  height: 20px;
  right: -30px;
}
.checkout-cart-receive .cart-discount .amount {
  margin-right: -20px;
}
.checkout-cart-receive .container-content-product-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #CBCBCB;
}
.checkout-cart-receive .checkout-error-infor {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #b81c23;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .checkout-cart-receive {
    padding: 40px 0;
  }
  .checkout-cart-receive .product-checkout-page, .checkout-cart-receive .woocommerce-checkout-review-order {
    display: block;
  }
  .checkout-cart-receive .product-checkout-form {
    margin-bottom: 20px;
  }
}

.woocommerce-checkout {
  width: 100%;
}
.woocommerce-checkout .product-checkout-page .product-checkout-form .woocommerce-checkout-payment.custom-css-payment {
  background-color: #ffffff !important;
}
.woocommerce-checkout .product-checkout-page .product-checkout-form .woocommerce-checkout-payment.custom-css-payment .payment_box {
  background-color: #ffffff !important;
  padding: 0 !important;
}
.woocommerce-checkout .product-checkout-page .product-checkout-form .woocommerce-checkout-payment.custom-css-payment .payment_box div.form-row {
  padding: 0 !important;
}
.woocommerce-checkout .product-checkout-page .product-checkout-form .woocommerce-checkout-payment.custom-css-payment .payment_box div.form-row .InputElement {
  color: #ffff00 !important;
}
.woocommerce-checkout .product-checkout-page .product-checkout-form .woocommerce-checkout-payment.custom-css-payment .payment_box:before {
  display: none !important;
}
.woocommerce-checkout .product-checkout-page .product-checkout-form .woocommerce-checkout-payment.custom-css-payment ul.payment_methods {
  padding: 0 !important;
}

#order_review .container-content-product-item .globallanguagesowl-cart-panel-product-title {
  line-height: 25px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#order_review .container-content-product-item .time, #order_review .container-content-product-item .level {
  font-size: 14px;
}
#order_review .container-content-product-item .price {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.news-page {
  padding-top: 97px;
}
.news-page .title {
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.news-page .news-gr {
  padding: 70px 0 50px;
}
.news-page .student-life-gr {
  padding: 0px 0 50px;
}
.news-page .student-life-gr .see-more .button-see-more {
  background: #ffffff;
}
.news-page .news-gr .news-block {
  display: none;
  background: #F3F3FA;
  margin-bottom: 2px;
  padding: 15px;
  justify-content: space-between;
}
.news-page .news-gr .news-block .heading-news {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.news-page .news-gr .news-block .excerpt-news, .news-page .news-gr .news-block .content-news {
  font-size: 14px;
  display: none;
  padding: 5px 0;
}
.news-page .news-gr .news-block .attachment-gr {
  display: none;
}
.news-page .news-gr .news-block .attachment-gr img {
  height: 120px;
  border-radius: 10px;
  margin: 6px 10px 10px 0;
}
.news-page .news-gr .news-block .excerpt-news.active, .news-page .news-gr .news-block .content-news.active, .news-page .news-gr .news-block .attachment-gr.active {
  display: block;
}
.news-page .news-gr .news-block .time-news {
  color: #969696;
  font-size: 14px;
}
.news-page .news-gr .news-block .icon i {
  font-size: 20px;
  padding: 15px;
  cursor: pointer;
}
.news-page .news-gr .news-block.active {
  display: flex;
}
.news-page .news-gr .news-block.seen {
  background: #fff;
}
.news-page .see-more {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
}
.news-page .see-more i {
  margin-left: 10px;
}
.news-page .see-more .button-see-more {
  display: inline;
  cursor: pointer;
  padding: 15px 50px;
  background: #FAFAFA;
  border-radius: 100px;
}
.news-page .list-events .event-item {
  display: none;
  margin-bottom: 35px;
}
.news-page .list-events .event-item .event-content {
  box-shadow: 0px 4px 8px 0px rgba(4, 19, 27, 0.12);
  border-radius: 8px;
  height: 100%;
}
.news-page .list-events .event-item .event-content .container-info-gr {
  padding: 12px;
}
.news-page .list-events .event-item .event-content .container-info-gr .tags-gr {
  display: flex;
}
.news-page .list-events .event-item .event-content .container-info-gr .tags-gr .tag-event {
  font-size: 14px;
  color: #2C2C2C;
  padding: 3px 10px;
  margin-right: 8px;
  background: #F4F4F4;
  border-radius: 15px;
}
.news-page .list-events .event-item .title-event {
  font-size: 18px;
  font-weight: 600;
  margin: 3px 0 8px;
}
.news-page .list-events .event-item .title-event a {
  color: var(--background);
  text-decoration: none;
}
.news-page .list-events .event-item .title-event a:hover {
  text-decoration: none;
  color: var(--background);
}
.news-page .list-events .event-item .excerpt {
  font-size: 14px;
  margin-bottom: 5px;
}
.news-page .list-events .event-item .time-event {
  color: #7E7E7E;
  font-size: 14px;
  text-transform: uppercase;
}
.news-page .list-events .event-item img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.news-page .list-events .event-item.active {
  display: block;
}
@media (min-width: 577px) and (max-width: 992px) {
  .news-page .list-events .event-item img {
    height: 185px;
  }
  .news-page .news-gr {
    padding: 40px 0 50px;
  }
}
@media (max-width: 576px) {
  .news-page .news-gr {
    padding: 10px 0 30px;
  }
  .news-page .news-gr .news-block {
    padding: 7px 15px;
  }
  .news-page .news-gr .news-block .icon i {
    font-size: 18px;
    padding: 0px;
  }
  .news-page .title {
    padding-bottom: 8px;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news-page .list-events .event-item {
    width: 100%;
  }
  .news-page .list-events .event-item img {
    height: 185px;
  }
}

.single-post-detail {
  padding-top: 97px;
}
.single-post-detail .content-post {
  padding: 20px 0 80px;
}
.single-post-detail .content-post img {
  width: 100%;
  margin-bottom: 30px;
  object-fit: cover;
}

.contact-form-page {
  padding: 97px 0;
  background-color: #EDF0F2;
}
.contact-form-page .contact-page-detail {
  padding-top: 40px;
}
.contact-form-page .column-contact-form {
  padding: 25px 90px 55px;
  background-color: #ffffff;
  border-radius: 6px;
}
.contact-form-page .contact-title {
  font-size: 42px;
  color: #07294D;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-form-page .column-address {
  padding: 25px 35px 30px;
  background-color: #ffffff;
  border-radius: 6px;
}
.contact-form-page .form-contact {
  padding-right: 25px;
}
.contact-form-page .address-title {
  font-size: 26px;
  color: #07294D;
  font-weight: 600;
  position: relative;
}
.contact-form-page .address-title:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(130deg, var(--main), var(--main) 41.07%, var(--main) 76.05%);
  bottom: -10px;
}
.contact-form-page .address-infor {
  margin-top: 30px;
  color: #706C6C;
  font-size: 14px;
}
.contact-form-page i {
  font-size: 15px;
}
.contact-form-page span {
  font-weight: 400;
  margin-left: 12px;
  line-height: 1.4;
}
.contact-form-page .contact:not(:last-child) {
  border-bottom: 1px solid #C4C4C4;
}
.contact-form-page .contact {
  padding: 10px 0 20px;
  display: flex;
  align-items: center;
}
.contact-form-page .contact-infor label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: -18px;
}
.contact-form-page .contact-infor span {
  margin-left: 0;
}
.contact-form-page .contact-infor input {
  height: 42px;
  border-radius: 3px;
  border: 1px solid;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.contact-form-page .contact-infor textarea {
  border-radius: 3px;
  border: 1px solid;
  width: 100%;
}
.contact-form-page .contact-infor select {
  background-color: #ffffff;
  height: 42px;
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  padding: 0 10px;
}
.contact-form-page .contact-infor input.wpcf7-submit {
  background-color: var(--main);
  border: 1px solid var(--main);
  width: 40%;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 35px;
  width: 170px;
  cursor: pointer;
  height: 50px;
  margin-top: 40px;
  color: #fff;
}
.contact-form-page .contact-infor input.wpcf7-submit:disabled {
  cursor: not-allowed;
}
.contact-form-page .contact-infor .wpcf7-response-output {
  color: #46b450;
  border: 0;
  padding: 0;
  margin: 20px 0 0;
}
.contact-form-page img {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-form-page {
    padding: 40px 0;
  }
  .contact-form-page .column-contact-form {
    padding: 25px 40px 55px;
    margin-bottom: 20px;
  }
  .contact-form-page .contact-title {
    font-size: 30px;
  }
  .contact-form-page .form-contact {
    padding-right: 15px;
  }
  .contact-form-page span {
    margin-left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .contact-form-page .column-contact-form {
    padding: 25px 35px 55px;
  }
  .contact-form-page i {
    font-size: 13px;
  }
  .contact-form-page span {
    margin-left: 5px;
    font-size: 13px;
  }
}

.block-career .career-introduce {
  background: #F9F9F9;
  padding: 60px 0;
}
.block-career .career-introduce p {
  margin: 0;
  font-weight: 500;
}
.block-career .career-introduce strong {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.block-career .career-form {
  padding: 60px 0 100px;
}
.block-career .career-form .title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.block-career .career-form .description {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.block-career .career-form label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -15px;
  display: block;
}
.block-career .career-form .wpcf7 input[type=email] {
  height: 50px;
  border-radius: 14px;
  border: 1px solid var(--background);
  display: block;
  width: 50%;
  margin-bottom: 30px;
}
.block-career .career-form textarea {
  height: 200px;
  border-radius: 14px;
  border: 1px solid var(--background);
  display: block;
  width: 100%;
}
.block-career .career-form .wpcf7-submit {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 15px 70px;
  border-radius: 8px;
  margin-top: 20px;
  border: 1px solid var(--main);
  background-color: var(--main);
}

.page-404 {
  padding-top: 97px;
}
.page-404 .content-page-404 {
  padding: 100px 0;
  text-align: center;
}
.page-404 .content-page-404 .title-404 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  color: var(--background);
}
.page-404 .content-page-404 .content-404, .page-404 .content-page-404 .go-home {
  font-size: 12px;
}
.page-404 .content-page-404 .content-404 {
  color: #706C6C;
}
.page-404 .content-page-404 .go-home {
  color: var(--background);
  text-decoration: underline;
  margin-top: 10px;
}

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