:root {
  --theme-color: #ef9b0f;
  --theme-color2: #15156d;
  --black: #000;
  --fa6: 'Font Awesome 6 Pro';
}
html,
body {
  overflow-x: hidden;
}

/* Add fonts */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('./fonts/HelveticaNeue.eot');
  src: url('./fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('./fonts/HelveticaNeue.woff2') format('woff2'),
    url('./fonts/HelveticaNeue.woff') format('woff'),
    url('./fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('./fonts/HelveticaNeue-Medium.eot');
  src: url('./fonts/HelveticaNeue-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('./fonts/HelveticaNeue-Medium.woff') format('woff'),
    url('./fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url('./fonts/HelveticaNeue-Bold.eot');
  src: url('./fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('./fonts/HelveticaNeue-Bold.woff') format('woff'),
    url('./fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('./fonts/HelveticaNeue-Italic.eot');
  src: url('./fonts/HelveticaNeue-Italic.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/HelveticaNeue-Italic.woff2') format('woff2'),
    url('./fonts/HelveticaNeue-Italic.woff') format('woff'),
    url('./fonts/HelveticaNeue-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* inter-700 - vietnamese */
@font-face {
  font-display: swap;
  font-family: 'InterBold';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/inter-v12-vietnamese-700.eot');
  src: url('./fonts/inter-v12-vietnamese-700.eot?#iefix')
      format('embedded-opentype'),
    url('./fonts/inter-v12-vietnamese-700.woff2') format('woff2'),
    url('./fonts/inter-v12-vietnamese-700.woff') format('woff'),
    url('./fonts/inter-v12-vietnamese-700.ttf') format('truetype'),
    url('./fonts/inter-v12-vietnamese-700.svg#Inter') format('svg');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HelveticaNeue-Bold';
  font-weight: normal;
}
/* End Add fonts */

b,
strong {
  font-weight: normal;
  font-family: 'HelveticaNeue-Bold';
}
b {
  color: #000;
}
body {
  font-size: 16px;
  color: var(--black);
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: 'HelveticaNeue', sans-serif;
}
p {
  font-size: 16px;
  margin-bottom: 1rem;
}
.section-title-container {
  margin-bottom: 0 !important;
}
.wpcf7-spinner,
.box-blog-post .is-divider {
  display: none;
}
.section-title-normal {
  border-bottom: 0;
}
#header .top-divider {
  border: 0;
}

/* error404 */

.error404 .error-404 {
	margin-top: 70px;
}
.error404 .col-404 .box-image {
	width: 45%;
	margin-bottom: 15px;
}
.error404 .col-404 .page-title {
	font-size: 1.25em;
}
.error404 .col-404 p {
	font-size: 18px;
}
.error404 .col-404 a.btn-ha {
	background-color: var(--theme-color);
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 18px;
}
.error404 .col-404 a.btn-ha:hover {
	background-color: white;
	color: #15156d;
	border: 1px solid #15156d;
}

/* end error404 */

#header .social-icons i {
	font-size: 30px;
	margin: 0 5px 0 5px;
	color: var(--theme-color);
} 

/* Header */
.box-contact {
  display: flex;
  gap: 60px;
  margin-right: 50px;
}
.box-contact a {
  display: flex;
  align-items: center;
  color: #393939;
}
.box-contact a img {
  margin-right: 17px;
  height: 35px;
}
.box-contact .item-contact--content strong {
  display: block;
  font-family: 'HelveticaNeue-Medium';
  font-size: 16px;
  line-height: 20px;
}
.box-contact .item-contact--content span {
  font-size: 16px;
  line-height: 20px;
}
#header .social-icons .icon.plain i {
  display: none;
}
#header .social-icons .icon.plain {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0;
  background-size: contain;
}
#header .social-icons .icon + .icon {
  margin-left: 20px;
}
#header .social-icons .icon.facebook {
  background: url(/wp-content/themes/flatsome-child/images/icon-facebook.svg)
    no-repeat center;
}
#header .social-icons .icon.instagram {
  background: url(/wp-content/themes/flatsome-child/images/icon-instagram.svg)
    no-repeat center;
}
#header .social-icons .icon.youtube {
  background: url(/wp-content/themes/flatsome-child/images/icon-youtube.svg)
    no-repeat center;
}
.header-bottom .menu-item a {
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s all;
  color: #fff;
  position: relative;
  padding: 4.5px 5px;
  display: inline-block;
}

.header-bottom .menu-item.active a {
  color: #fff;
}

.header-bottom .menu-item:hover a {
  color: var(--theme-color);
}
.header-bottom .header-bottom-nav > .menu-item:last-of-type {
  margin-left: auto;
}
.header-bottom .header-bottom-nav > .menu-item:last-of-type a {
  width: 108px;
  background: var(--theme-color);
  text-align: center;
  border-radius: 5px;
}
.header-bottom .header-bottom-nav > .menu-item:last-of-type a:hover {
  background: #fff;
  color: var(--theme-color2);
}
.header-bottom .flex-col {
  width: 100%;
}

/* End Header */
/* slider-home */
.slider-home .flickity-page-dots .dot {
  background: #fff;
  border: 0;
  position: relative;
  opacity: 1;
}
.slider-home .flickity-page-dots .dot.is-selected {
  background-color: #d71a21;
  padding: 0;
}
.slider-home .flickity-page-dots .dot.is-selected:before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #d71a21;
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* End slider-home */
/* section-whychoise */
.section-whychoise {
  padding-top: 90px !important;
}
.section-whychoise .title h2 {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 21px;
  text-transform: uppercase;
}
.section-whychoise .title p {
  max-width: 488px;
}
.section-whychoise .col-left .box {
  margin-top: 72px;
}
.section-whychoise .box-image {
  position: absolute;
  width: 233px !important;
  height: 270px !important;
  z-index: 2;
  bottom: 0;
  right: 8px;
}
.section-whychoise .col-left .box-text {
  padding: 46px 248px 40px 54px;
  background: var(--theme-color);
  border-radius: 12px;
}
.section-whychoise .col-left .box-text p {
  margin-top: 0;
  font-size: 18px;
  font-family: 'HelveticaNeue-Bold';
  color: #fff;
}
.section-whychoise .col-left .button {
  margin: 20px 0 0;
  background-color: var(--theme-color2) !important;
  padding: 0 28px;
  font-size: 16px;
  min-height: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  font-weight: normal;
  border-radius: 5px;
  color: var(--theme-color);
}

.section-whychoise .col-left .button:hover {
  background-color: #fff !important;
  box-shadow: none;
}

.section-whychoise .icon-box {
  margin-top: 30px;
}
.section-whychoise .icon-box h3 {
  font-size: 22px;
  line-height: 27px;
  color: var(--theme-color2);
  margin-bottom: 15px;
}
.section-whychoise .icon-box p {
  color: #2d2d2d;
  font-size: 15px;
  line-height: 19px;
}
.section-whychoise .icon-box .icon-box-text {
  padding-left: 34px;
}
.section-whychoise .icon-box .icon-box-img img {
  padding: 0;
  display: block;
}
.section-whychoise .icon-box .icon {
  background: #f5c36f;
  border-radius: 4px;
}
/* End section-whychoise */
/* section-course */
.section-course .section-bg {
  background: transparent linear-gradient(180deg, #ef9b0f00 0%, #ef9b0f 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.14;
  height: 993px;
  top: unset;
  bottom: 0;
}
.section-course {
  padding-top: 95px !important;
}
.section-course .row-slider {
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
}
.section-course .title h2 {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.section-course .row-small .product-small.col {
  padding: 0 12.5px 15px;
}
.product-small.box {
}
.product-small.box .box-image {
  border-radius: 5px 5px 0px 0px;
}
.product-small.box .box-text {
  box-shadow: 2px 2px 18px 0px #a8a8a829;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  background: #fff;
  padding: 29px 40px 40px;
  text-align: left;
}
.product-small.box .status-course {
  display: inline-block;
  padding: 5px 20px;
  background: #ffe9c4;
  border-radius: 4px;
  color: #ef9b0f;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 12px;
}
.product-small.box .product-title a {
  color: #2d2d2d;
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-small.box .price span.amount {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: var(--theme-color);
}
.home .product-small.box img {
  bottom: 0;
  font-family: 'object-fit: cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home .product-small.box .box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.slider-nav-circle .flickity-button {
  width: 44px;
  height: 44px;
  box-shadow: 0px 3px 6px #00000029 !important;
  top: 45% !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.slider-nav-circle .flickity-button svg {
  display: none;
}
.slider-nav-circle .flickity-button:before {
  font-family: var(--fa6);
  content: '\f061';
  color: var(--theme-color);
  font-weight: 300;
  font-size: 20.5px;
}
.slider-nav-circle .flickity-button.previous:before {
  content: '\f060';
}
.slider-nav-circle .flickity-button:hover {
  color: #fff;
  background: var(--theme-color)!important;
}
.slider-nav-circle .flickity-button:hover:before {
  color: #fff;
}

.section-course .flickity-button.next {
  left: calc(100% - 12.5px) !important;
}
.section-course .flickity-button.previous {
  right: calc(100% - 12.5px) !important;
  left: unset !important;
}
/* End section-course */
/* section-aboutus */
.section-aboutus {
  padding-top: 76px !important;
}
.section-aboutus .title {
  max-width: 610px;
  padding: 0 15px;
  margin: 0 auto 39px;
}
.section-aboutus .title h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.section-aboutus .title p {
  font-size: 15px;
}
.section-aboutus .row-masonry .col {
  padding: 0 3px 6px;
}

.section-aboutus .row-masonry .box-image {
  border-radius: 5px;
}
.section-aboutus .col-left .box:nth-of-type(2) .box-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #d21717 0%, #690c0c 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
  opacity: 0.72;
}
.section-aboutus .row-masonry .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.section-aboutus .row-masonry .box-text p:first-of-type {
  font-size: 45px;
  line-height: 60px;
  font-family: 'HelveticaNeue-Bold';
  font-weight: normal;
}
.section-aboutus .row-masonry .box-text p {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.section-aboutus .col-left .box:nth-of-type(2) .box-text {
  padding: 10px 45px;
}

.section-aboutus .col-left .box + .box {
  margin-top: 6px;
}
.section-aboutus .col-right .col-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.section-aboutus .col-right .box:nth-of-type(3),
.section-aboutus .col-right .box:first-of-type {
  width: 181px;
}
.section-aboutus .col-right .box:nth-of-type(2) {
  width: calc(100% - 374px);
}
.section-aboutus .col-right .box:nth-of-type(4) {
  width: 311px;
  height: 300px;
}
.section-aboutus .col-right .box:nth-of-type(5) {
  width: 219px;
  height: 215px;
}
.section-aboutus .col-right .box:last-of-type {
  flex: 1;
  height: fit-content;
}
.section-aboutus .col-right .box:last-of-type .box-image:before,
.section-aboutus .col-right .box:first-of-type .box-image:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #9b9f11 0%, #ff3434 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
  opacity: 0.78;
}
.section-aboutus .col-right .box:first-of-type .box-image:before {
  background: transparent linear-gradient(180deg, #6800a4 0%, #00259d 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.81;
}
.section-aboutus .col-right .box-text p:first-of-type {
  font-size: 40px;
  line-height: 53px;
}
.section-aboutus .col-right .box:first-of-type p:nth-of-type(2) {
  font-size: 18px;
  line-height: 24px;
}
.section-aboutus .col-right .box-text {
  padding: 10px 25px;
}
.section-aboutus .col-right .button {
  position: absolute;
  bottom: 22px;
  right: 18%;
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  min-height: auto;
}
.section-aboutus .col-right .button:after {
  content: '\f178';
  font-family: var(--fa6);
  margin-left: 10px;
}
/* End section-aboutus */
/* section-review */
.section-review .box {
  display: flex;
  align-items: flex-end;
}
.section-review .box .box-image {
  flex-shrink: 0;
  width: 49% !important;
  max-width: 471px;
  border-radius: 10px;
}
.section-review .slider-wrapper {
  width: calc(100% - 118px);
  margin: 0 auto;
}
.section-review .slider .col {
  padding-bottom: 0;
}
.section-review .image-cover {
  border-radius: 10px;
}
.section-review .slider .box-text {
  border-radius: 0px 50px 0px 0px;
  background: var(--theme-color2);
  color: #fff;
  padding: 45px;
  margin-bottom: 54px;
}

.section-review .slider .box-text p:first-of-type {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 26px;
  margin-top: 0;
  font-family: 'HelveticaNeue-Bold';
  padding-left: 79px;
  position: relative;
}
.section-review .slider .box-text p:first-of-type:before,
.section-review .slider .box-text p:first-of-type:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 44px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color);
  border-radius: 4px;
}
.section-review .slider .box-text p:first-of-type:after {
  left: 45px;
}
.section-review .slider-nav-circle .flickity-button {
  top: unset !important;
  bottom: 54px;
  width: 74px;
}
.section-review .slider-nav-circle .flickity-button.next {
  border-radius: 0 40px 40px 0;
  right: -59px;
}
.section-review .slider-nav-circle .flickity-button.previous {
  border-radius: 40px 0 0 40px;
  left: -59px;
}
.section-review .box .box-text-inner > * {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s;
}
.section-review .col.is-selected .box-text-inner > * {
  opacity: 1;
  transform: none;
}
.section-review .title {
  padding: 15px;
  position: absolute;
  max-width: 454px;
  right: 110px;
  top: 5px;
  z-index: 999;
}
.section-review .title h2 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.section-review .title p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}
.flip-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.flip-slider .list-flip {
  height: 100%;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 6px;
  overflow: hidden;
}

.flip-slider .list-flip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flip-slider .list-flip .image {
  transform: rotateY(-180deg);
  transition: all 0.5s linear;
  overflow: hidden;
  opacity: 0;
}
.flip-slider .list-flip .flip-item {
  width: 471px;
  height: 570px;
  position: absolute;
}
.flip-slider .list-flip .image:first-of-type .flip-item {
  left: 0%;
}
.flip-slider .list-flip .image:nth-of-type(2) .flip-item {
  left: -100%;
}
.flip-slider .list-flip .image:nth-of-type(3) .flip-item {
  left: -200%;
}
.flip-slider .list-flip .image:nth-of-type(4) .flip-item {
  left: -300%;
}
.flip-slider .list-flip .image:nth-of-type(2) {
  transition-delay: 0.1s;
}
.flip-slider .list-flip .image:nth-of-type(3) {
  transition-delay: 0.2s;
}
.flip-slider .list-flip .image:nth-of-type(4) {
  transition-delay: 0.25s;
}
.section-review .col.is-selected .flip-slider .image {
  transform: rotateY(0);
  opacity: 1;
}
.section-review .box .image-cover {
  opacity: 0;
}
/* End section-review */
/* section-news */
.section-news .title h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.section-news .row-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section-news .row-blog .col.post-item:first-of-type {
  grid-column: span 2;
}
.section-news .row-blog .box-text {
  padding-top: 24px;
  position: relative;
}
.section-news .row-blog .cat-label {
  display: inline-block;
  padding: 0px 21px;
  border-radius: 11px;
  background: #ffe9c4;
  color: var(--theme-color);
  opacity: 1;
  margin-bottom: 17px;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
}
.section-news .row-blog .col.post-item:first-of-type .cat-label {
  background: #ecf2ff;
  color: var(--theme-color2);
}
.section-news .row-blog .post-title {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.section-news .row-blog .badge {
  bottom: 0;
  top: -40px;
  right: 0;
  left: unset;
  border: 0;
  width: 71px;
  background: #fff !important;
}
.section-news .row-blog .badge br {
  display: none;
}
.section-news .post-date-day {
  display: block;
  color: #707070;
  font-size: 26px;
  padding: 9px 0;
  background: #fff !important;
}
.section-news .post-date-month {
  font-size: 100%;
  display: block;
  background: var(--theme-color);
  color: #fff;
  padding: 5px 0;
  font-weight: 400;
}
.section-news .badge-inner {
  padding: 0;
  border: 0;
}
.section-news .post-item:hover .post-title {
	color: #ef9b0f;
}
/* End section-news */
/* Single Product */
form.cart,
.single .product-main .woocommerce-breadcrumb {
  display: none;
}
.single .product-main .content-row {
  align-items: center;
}
.single .product-main {
  padding: 72px 0 0;
  background: var(--theme-color2);
  border-top: 1px solid;
}
.product-main h1.product-title {
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 11px;
}
.product-main .price-wrapper span {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
a.btn-popup {
  color: #fff;
  background: var(--theme-color);
  display: inline-block;
  padding: 10px 50px;
  line-height: 20px;
  font-size: 16px;
  border-radius: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
  border: 1px dashed transparent;
}
a.btn-popup:hover {
  background: #fff;
  border: 1px dashed;
}
.product-main .image-cover {
  border-radius: 8px 8px 0 0;
}
.product-main .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--theme-color);
  cursor: pointer;
  border: 2.5px solid #fff;
  transition: all 0.4s;
}
.product-main .play-video:hover {
  background: #fff;
}
.product-main .play-video i {
  font-size: 28px;
  z-index: 2;
  padding-left: 3px;
}
.product-main .play-video:before,
.page-aboutus-2 .box-video .button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #fff;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple_video 1s linear infinite;
}
.product-main .play-video:after,
.page-aboutus-2 .box-video .button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 0.5px solid #fff;
  -webkit-animation: ripple2 1s linear infinite;
  animation: ripple_video2 1s linear infinite;
}
@keyframes ripple_video {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes ripple_video2 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.product-main .video {
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.product-main .video.show {
  opacity: 1;
  visibility: visible;
}
.product-footer .sections-title {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.product-footer .sections-title a {
  font-size: 15px;
  line-height: 27px;
  padding: 9px 0;
  display: block;
  cursor: pointer;
}
.product-footer .sections-title a.active {
  color: var(--theme-color);
}
.product-footer .sections-title li {
  margin-bottom: 0;
}
.product-footer .sections-title li + li {
  margin-left: 30px;
}
.product-footer .sticky-menu .is-sticky-column__inner {
  box-shadow: 0px 0px 20px #b9b9b929;
  background: #fff;
  position: relative;
}
.product-footer .sticky-menu {
  width: 100%;
}
.product-footer .sticky-menu.sticky .is-sticky-column__inner {
  position: fixed;
  left: 0;
  top: 120px;
  z-index: 9;
  width: 100%;
}
.admin-bar .product-footer .sticky-menu.sticky .is-sticky-column__inner {
  top: 150px !important;
}

.product-footer .col-right {
  margin-top: -45px;
}
.product-footer .box-course {
  z-index: 10;
  position: relative;
  box-shadow: 0px 0px 30px #c8c8c829;
  border: 0.5px solid #cbcbcb;
  border-radius: 0px 0px 8px 8px;
  background: #fff;
  padding: 35px 35px 40px;
}
.product-footer .product-section ul {
  list-style: none;
}
.product-footer .product-section ul li {
  padding-left: 31px;
  position: relative;
  margin-left: 0;
}
.product-footer .product-section ul li:before,
.box-teacher .teacher-item--bottom li:before {
  background-color: #5b5b5b;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 10px;
  border-radius: 50%;
}
.product-footer .product-section {
  border-top: 0;
}
.product-footer .product-section .title-section {
  margin-bottom: 0;
  margin-top: 47px;
  font-size: 26px;
  line-height: 32px;
  color: var(--theme-color2);
}
.product-footer .product-section .panel {
  padding: 20px 0 0;
}
.product-footer .product-section .panel p {
  margin-bottom: 1rem;
}
.product-footer .box-course h3 {
  font-size: 28px;
  line-height: 34px;
  color: var(--theme-color2);
}
.product-footer a.btn-popup {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
}
.product-footer .table-course .title {
  font-family: 'HelveticaNeue-Medium';
}
.product-footer .table-course tr:last-of-type td {
  border-bottom: 0;
}
.product-footer .table-course td {
  font-size: 18px;
  line-height: 24px;
  color: #2d2d2d;
  padding: 12px 10px 12px 29px;
  border-bottom: 0.5px solid #cccccc;
}
.product-footer .table-course {
  margin-bottom: 0;
}
.product-footer .col-left {
  padding-right: 50px;
}
.product-footer .box-teacher {
  margin-top: 56px;
}
.product-footer .box-teacher h2 {
  color: #2d2d2d;
  font-size: 28px;
  line-height: 34px;
}
.box-teacher .teacher-item {
  padding: 34px 34px 37px;
  border: 0.5px solid #cbcbcb;
  border-radius: 5px;
  background: #fff;
}
.box-teacher .teacher-item--top {
  display: flex;
  align-items: flex-end;
}
.box-teacher .teacher-item__image {
  width: 127px;
  flex-shrink: 0;
  margin-right: 24px;
}
.box-teacher .teacher-item__info .name {
  color: #d71a21;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 14px;
}
.box-teacher .teacher-item__info p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.box-teacher .teacher-item--bottom {
  margin-top: 24px;
}
.box-teacher .teacher-item--bottom ul {
  list-style: none;
  margin-bottom: 0;
}
.box-teacher .teacher-item--bottom li {
  padding-left: 36px;
  margin-bottom: 15px;
  position: relative;
}
.box-teacher .teacher-item--bottom li:last-of-type {
  margin-bottom: 0;
}
.box-teacher .teacher-item--bottom li:before {
  content: '';
  background: #d71a21;
}
.buy-course .form-content label {
  font-size: 14px;
  color: #5b687b;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.buy-course .form-content input {
  height: 50px;
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  padding: 10px 20px 10px 65px;
}
.buy-course .form-content input[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  cursor: not-allowed;
}
.buy-course .form-title {
  text-align: center;
  font-size: 36px;
  color: var(--theme-color2);
  font-family: 'HelveticaNeue-Bold';
  position: relative;
}
.buy-course .form-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 2px;
  background: #ddd;
  left: 50%;
  transform: translateX(-50%);
}
.buy-course .form-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.buy-course .form-content .form-item {
  padding: 0 15px 0;
  margin-bottom: 1rem;
  width: 100%;
}

.buy-course .form-content textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  padding: 10px 20px 10px 65px;
}

.buy-course .form-content .form-item:nth-of-type(2),
.buy-course .form-content .form-item:nth-of-type(3) {
  width: 50%;
}

.buy-course .form-submit {
  padding: 0;
}

.buy-course .form-submit input[type='submit'] {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-radius: 8px;
  background-color: var(--theme-color2);
  margin: 0 auto;
}

.buy-course .form-submit input[type='submit']:hover {
  background: var(--theme-color);
  color: #fff;
  box-shadow: none;
}

.buy-course .wpcf7-form-control-wrap:before {
  content: '\f007';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid;
  font-weight: 300;
}
.buy-course .form-item:nth-of-type(3) .wpcf7-form-control-wrap:before {
  content: '\f0e0';
}
.buy-course .form-item:nth-of-type(2) .wpcf7-form-control-wrap:before {
  content: '\f095';
}
.buy-course .form-item:nth-of-type(4) .wpcf7-form-control-wrap:before {
  content: '\f03a';
}
.buy-course .form-item:nth-of-type(5) .wpcf7-form-control-wrap:before {
  content: '\f4a6';
  top: 15px;
  transform: unset;
}
#buy-course {
  border-radius: 12px;
}

/* End Single Product */
/* Page AboutUs */
.page-title--center {
  margin-bottom: 0;
  padding: 60px 0px 135px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-title--center .banner-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-title--center h1 {
  font-size: 36px;
  line-height: 65px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  color: var(--theme-color2);
}
.woocommerce-breadcrumb {
  font-weight: normal;
  color: var(--theme-color2);
  font-size: 16px;
  margin-bottom: 15px;
}
.woocommerce-breadcrumb a {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: normal;
}
.single .blog-single .woocommerce-breadcrumb a:last-of-type {
  color: var(--theme-color2);
  font-weight: 600;
}
.woocommerce-breadcrumb .divider {
  color: #022279;
  opacity: 1;
}
.page-template-page-aboutus .section-title-normal span {
  margin: 0;
  font-size: 36px;
  text-transform: unset;
  color: #28292b;
  border: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.page-template-page-aboutus .page-aboutus-1,
.page-template-page-aboutus .page-aboutus-2 {
  padding-bottom: 50px !important;
}
.page-aboutus-1 .stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  gap: 15px 30px;
}
.page-aboutus-1 .count-up {
  font-size: 40px;
  margin-right: 5px;
  color: #28292b;
}
.page-aboutus-1 .content p {
  color: #656769;
}
.page-aboutus-1 .number-up p:first-of-type {
  line-height: 1;
  color: #3081ff;
  font-size: 25px;
  font-family: 'HelveticaNeue-Bold';
  display: flex;
}
.page-aboutus-1 .number-up p:nth-of-type(2) {
  color: #656769;
  font-family: 'HelveticaNeue-Medium';
}
.page-aboutus-1 .stack .number-up:nth-of-type(2) p:first-of-type {
  color: #ff614a;
}
.page-aboutus-1 .stack .number-up:nth-of-type(3) p:first-of-type {
  color: #ffe324;
}
.page-aboutus-1 .stack .number-up:nth-of-type(4) p:first-of-type {
  color: var(--theme-color);
}
.page-aboutus-1 .col-right .image1 {
  max-width: 400px;
  margin-left: auto;
}

.page-aboutus-1 .col-right .image-cover {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.page-aboutus-1 .col-right .image2 {
  max-width: 270px;
  position: absolute;
  bottom: 20%;
}
.page-aboutus-1 .image2:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -60px;
  right: 43%;
  background: #ff614a;
  border-radius: 7px;
  -webkit-animation: scaleBox 3s linear infinite;
  animation: scaleBox 3s linear infinite;
  animation-delay: 0.6s;
}
.page-aboutus-1 .image1:before,
.page-aboutus-1 .image1:after,
.page-aboutus-2 .col-left .image1:before,
.page-aboutus-2 .col-left .image1:after {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 20px;
  right: 104%;
  background: #ffe324;
  border-radius: 7px;
  -webkit-animation: scaleBox 3s linear infinite;
  animation: scaleBox 3s linear infinite;
}
.page-aboutus-1 .col-right .image1:after,
.page-aboutus-2 .col-left .image1:after {
  width: 65px;
  height: 65px;
  background: #3081ff;
  top: 80px;
  animation-delay: 0.3s;
}
.page-aboutus-2 .stack {
  flex-direction: column;
  padding-left: 40px;
  position: relative;
}
.page-aboutus-2 .stack:before {
  content: '';
  width: 4.5px;
  display: block;
  height: 100%;
  background: #e1ecfd;
  position: absolute;
  left: 15px;
  border-radius: 5px;
}
.page-aboutus-2 .stack .text {
  padding: 5px 25px 15px 25px;
  border-radius: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.page-aboutus-2 .stack .text:nth-of-type(2n + 1) {
  border-color: #eff0f6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 25px 25px 25px;
}
.page-aboutus-2 .stack .text:nth-of-type(2n + 1):before {
  content: '';
  width: 9px;
  display: block;
  height: 100px;
  position: absolute;
  background: var(--theme-color2);
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
.page-aboutus-2 .stack h3 {
  color: #28292b;
}
.page-aboutus-2 .stack .text p {
  color: #656769;
  font-size: 15px;
}

.page-aboutus-2 .col-left .image1 {
  max-width: 372px;
  margin-left: auto;
}
.page-aboutus-2 .col-left .image2 {
  max-width: 260px;
  position: absolute;
  bottom: -30%;
}
.page-aboutus-2 .col-left .image-cover {
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.page-aboutus-2 .col-left .image2:after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 40px;
  right: -60px;
  background: #ff614a;
  border-radius: 7px;
  -webkit-animation: scaleBox 3s linear infinite;
  animation: scaleBox 3s linear infinite;
  animation-delay: 0.6s;
}
.page-aboutus-2 .box-video .image-cover {
  border-radius: 10px;
}
.page-aboutus-2 .box-video .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-aboutus-2 .box-video .button {
  width: 54px;
  height: 54px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto !important;
  opacity: 1;
  color: #fff;
}
.page-aboutus-2 .box-video .button .icon-play {
  margin: 0;
  line-height: 1 !important;
}
.page-aboutus-2 .box-video .icon-play:before {
  content: '\f04b';
  font-family: var(--fa6);
  font-weight: 700;
  font-size: 28px;
  padding-left: 3px;
}
.page-aboutus-3 .section-title-normal span {
  width: 100%;
  text-align: center;
}
.page-aboutus-3 .col-content .col-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 80px;
}
.page-aboutus-3 .col-content .col-inner:before {
  content: '';
  height: 0;
  border-bottom: 2px dashed #e1ecfd;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.page-aboutus-3 .col-content .text {
  padding: 25px 25px 25px 40px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  border: 1px solid #eff0f6;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 2;
  position: relative;
}
.page-aboutus-3 .col-content .text:before {
  content: '\f00c';
  width: 56px;
  height: 56px;
  border-radius: 10px;
  background: #ff614a;
  font-family: var(--fa6);
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
.page-aboutus-3 .col-content .text:nth-of-type(2):before {
  background: #3081ff;
}
.page-aboutus-3 .col-content .text:nth-of-type(3):before {
  background: #ffe324;
}
.page-aboutus-3 .col-content .text h3 {
  font-size: 20px;
  color: #28292b;
}
.page-aboutus-3 .col-content .text p {
  height: 125px;
  overflow-y: auto;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: 0;
}
.page-aboutus-3 .col-content .text p::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}
.page-aboutus-3 .col-content .text p::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.page-aboutus-3 .col-content .text p::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
}
.page td,
.page th {
  padding: 0.5rem;
  border: 1px solid #ececec;
  font-weight: normal;
}
td:first-child,
th:first-child {
  padding-left: 0.5rem;
}
.page th {
  background-color: #f4f4f4;
  font-family: 'HelveticaNeue-Bold';
}
.page td:last-of-type a {
  background-color: var(--theme-color);
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.page td:last-of-type a:hover {
  background-color: var(--theme-color2);
}
.page table {
  border: 1px;
}
/* End Page AboutUs */
/* blog-archive  */
.blog-wrapper.page-wrapper {
  padding: 0;
}
.blog-archive .archive-page-header {
  padding: 60px 0px 235px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-archive .archive-page-header h1.page-title {
  color: #192335;
  text-transform: capitalize;
  font-size: 42px;
  margin: 20px 0;
}
.blog-archive .rank-math-breadcrumb {
  color: #6b7385;
  font-size: 14px;
  /* opacity: 0.6; */
}
.rank-math-breadcrumb p {
  margin: 0;
}
.blog-archive .rank-math-breadcrumb a,
.blog-archive .woocommerce-breadcrumb .divider {
  color: #6b7385;
  opacity: 1;
}
.blog-archive .archive-page-header .banner-bg,
.page-title--center .banner-bg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    var(--theme-color) 0%,
    var(--theme-color2) 100%
  ) !important;
}
.blog-archive .archive-page-header .banner-bg:before,
.page-title--center .banner-bg:before {
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}
.blog-archive .row-blog {
  margin: -175px auto 0;
}
.row-blog .col-left .box-blog-post {
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.row-blog .col-left .box-blog-post:hover {
  transform: scale(1.02);
}
.row-blog .col-left .box-text {
  padding: 30px;
}
.row-blog .col-left .box .post-title {
  color: #192335;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  height: 57px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.row-blog .col-left .box .post-title:hover {
  color: var(--theme-color);
}
.row-blog .col-left .box .from_the_blog_excerpt {
  font-size: 16px;
  color: #6b7385;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.row-blog .col-left .box .is-link {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: normal;
  font-family: 'HelveticaNeue-Medium';
}
.box-blog-post .post-meta {
  opacity: 1;
  font-size: 14px;
  color: #6b7385;
  margin-bottom: 5px;
}
.row-blog .col-left .box .is-link:after {
  content: '\f178';
  display: inline-block;
  font-family: var(--fa6);
  transform: translateY(1px);
  margin-left: 2px;
  transition: all 0.3s ease-in-out;
}
.row-blog .col-left .box .is-link:hover:after {
  margin-left: 12px;
}
.box-blog-post .post-meta:before {
  content: '\f017';
  display: inline-block;
  font-family: var(--fa6);
  margin-right: 4px;
}
.row-divided > .col + .col:not(.large-12) {
  border: 0;
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar #secondary {
  padding: 30px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 6px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  color: #192335;
  z-index: 10;
}
.post-sidebar #secondary:before {
  content: '';
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 6px;
}
.post-sidebar .widget-title {
  display: block;
  font-size: 20px;
  color: #192335;
  font-family: 'HelveticaNeue-Bold';
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e3f1;
  margin-bottom: 15px;
}
.post-sidebar .box-blog-post {
  display: flex;
}
.post-sidebar .post-item {
  margin-bottom: 10px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #e6e3f14f;
}
.post-sidebar .post-item:last-of-type {
}
.post-sidebar .box-blog-post .box-image {
  width: 60px !important;
  flex-shrink: 0;
  margin-right: 12px;
}
.post-sidebar .box-blog-post .image-cover {
  border-radius: 6px;
}
.post-sidebar .box-blog-post .box-text {
  padding: 0;
}
.post-sidebar .box-blog-post .post-title {
  font-size: 14px;
  color: #192335;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}
.post-sidebar .box-blog-post .post-meta {
  font-size: 12px;
  margin: 0;
  margin-top: 7px;
}
.post-sidebar .tagcloud {
  padding-bottom: 0;
}
.post-sidebar .tagcloud a {
  border-radius: 50px;
  font-size: 14px !important;
  line-height: 20px;
  display: inline-block;
  transition: 0.4s;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 10px;
  border: 0;
  color: #6b7385;
  opacity: 1;
  padding: 8px 14px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}
.post-sidebar .tagcloud a:hover {
  border: 0;
  background: var(--theme-color2);
  color: #fff;
}
.post-sidebar .widget_tag_cloud {
  margin-bottom: 0;
}
.nav-pagination li a,
.nav-pagination li span {
  font-size: 18px;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fafafa;
}
.nav-pagination li i {
  transform: translateY(1px);
}
.category-19 .blog-archive .archive-page-header {
  padding-bottom: 135px;
}
.category-19 .blog-archive .archive-page-header .banner-bg {
  background: linear-gradient(
    90deg,
    var(--theme-color) 0%,
    var(--theme-color2) 100%
  ) !important;
}
.category-19 .blog-archive .row-blog {
  margin-top: 30px;
}
.row-blog .col-job {
  padding: 0 15px 60px;
  max-width: 1140px;
}
.col-job .job-header {
}
.col-job .job-header ul {
  display: grid;
  grid-template-columns: 23% 34% 17% 10% 10% auto;
  list-style: none;
  background-color: #ddd;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  grid-gap: 10px;
  margin-bottom: 0;
}
.col-job .job-header ul li {
  margin-bottom: 0;
}
.category-viewmore .post-item {
  padding-bottom: 0;
}
/* .category-viewmore .post-item:nth-of-type(even) .box{
  background:#EFEFEF;
} */
.category-viewmore .box-text {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.category-viewmore .box-text .box-text-inner {
  display: grid;
  grid-template-columns: 23% 34% 17% 10% 10% auto;
  grid-gap: 10px;
  color: #2d2d2d;
  font-size: 14px;
	align-items: center;
}
.category-viewmore .box .readmore {
  margin: 0;
  padding: 0;
  background: var(--theme-color);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 4px;
  height: fit-content;
}
.category-viewmore .box .readmore:hover {
  background: var(--theme-color2);
}
.category-viewmore .box .post-title {
  font-size: 15px;
  color: var(--theme-color2);
  margin: 0;
}
.col-job .load-more {
  width: fit-content;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 32px;
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px !important;
  background-color: var(--theme-color2);
  box-shadow: none !important;
}
.col-job .load-more:after {
  content: '\f30b';
  font-family: var(--fa6);
  margin-left: 5px;
}
.col-job .load-more:hover {
  background-color: var(--theme-color) !important;
}
/* End blog-archive  */
/* Single post */
.single .blog-featured-title {
  background: linear-gradient(
    270deg,
    var(--theme-color) 0%,
    var(--theme-color2) 100%
  ) !important;
  padding-top: 120px;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
}
.single .blog-featured-title .page-title-bg {
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0.1) 100%);
}
.single .blog-featured-title .page-title-inner {
  max-width: 1085px;
  padding: 44px 140px 50px;
  background: #fff;
  border-radius: 4px 4px 0 0;
}
.single .blog-featured-title h1.entry-title {
  color: #192335;
  font-size: 42px;
  margin-bottom: 10px;
}
.single .blog-featured-title .breadcrumbs .divider:last-of-type {
  display: none;
}
.single .blog-featured-title .breadcrumbs,
.single .blog-featured-title .woocommerce-breadcrumb a {
  color: #6b7385;
  font-size: 14px;
}
.single .info-job {
}
.single .blog-featured-title .post-date:before {
  content: '\f017';
  display: inline-block;
  font-family: var(--fa6);
  margin-right: 4px;
}
.single .info-job ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  list-style: none;
  grid-gap: 15px;
}
.single .info-job ul li {
  margin: 0;
}
.blog-single .large-12.col {
  max-width: 1085px;
  padding: 0px 100px;
  box-shadow: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
  margin-bottom: 30px;
  border-radius: 0 0 6px 6px;
}

.blog-share .share-icons-title {
  font-size: 18px;
  color: #070707;
}
.blog-share {
  margin-top: 25px;
}
.blog-share .button {
  border-radius: 5px !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog-share .button.twitter,
.blog-share .button.pinterest {
  display: none;
}
.single .featured-posts .title-post {
  display: inline-flex;
  width: fit-content;
  background: #2f57ef21;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  color: var(--theme-color2);
  font-size: 14px;
  margin-bottom: 0;
}
.single .featured-posts .box-blog {
  margin-top: 30px;
}
.single .featured-posts .box-blog a {
  display: flex;
  align-items: center;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 4px;
  overflow: hidden;
}
.single .featured-posts .box-blog .box-image {
  width: 30%;
  flex-shrink: 0;
}
.single .featured-posts .box-blog .box-text {
  padding: 10px 30px;
}
.single .featured-posts .box-blog h3 {
  font-size: 24px;
  color: #192335;
  margin: 0 0 10px;
}
.single .featured-posts .box-blog h3:hover {
  color: var(--theme-color);
}
.single .featured-posts .box-blog:hover {
  transform: scale(1.02);
}
.single .featured-posts .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #6b7385;
}
.single .featured-posts .box-blog span {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: normal;
  font-family: 'HelveticaNeue-Medium';
  transition: all 0.3s ease;
  margin-top: 5px;
}
.single .featured-posts .box-blog span:hover i {
}
/* Single post */
/* page-contact */
.page-contact .col {
  padding-bottom: 0;
}

.page-contact .col-left p {
  font-size: 14px;
}
.page-contact .col-left h2 {
  font-size: 36px;
  color: var(--theme-color2);
}
.page-contact .col-left ul {
  list-style: none;
}
.page-contact .col-left li {
  margin-left: 0;
  padding-left: 23px;
  position: relative;
}
.page-contact .col-left li:before {
  content: '\f3c5';
  font-family: var(--fa6);
  font-weight: bold;
  color: var(--theme-color2);
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 2px;
}
.page-contact .col-left li:nth-of-type(2):before {
  content: '\f095';
}
.page-contact .col-left li:nth-of-type(3):before {
  content: '\f0e0';
}
.page-contact .col-left li:nth-of-type(4):before {
  content: '\f57e';
}
.form-contact .form-title h4 {
  font-size: 14px;
  color: #333;
  font-family: 'HelveticaNeue';
}
.form-contact .form-title h3 {
  font-size: 36px;
  color: var(--theme-color2);
  margin-bottom: 10px;
}

.page-contact .form-content input {
  width: 1005;
  height: 55px;
  border-radius: 5px;
  padding: 0 20px;
  border: #e6e7e8 solid 1px;
  display: block;
  margin-bottom: 15px;
  box-shadow: none;
  font-size: 15px;
}
.page-contact .form-content input:focus,
.page-contact .form-content textarea:focus {
  border-color: var(--theme-color);
}
.page-contact .form-content textarea {
  box-shadow: none;
  border-radius: 5px;
  border: #e6e7e8 solid 1px;
}
.page-contact input[type='submit'] {
  margin: 0;
  background-color: var(--theme-color2) !important;
  width: 100%;
  height: 55px;
  margin-top: 10px;
  border-radius: 4px;
  font-weight: normal;
  font-family: 'HelveticaNeue-Bold';
  font-size: 17px;
  box-shadow: none;
}
.page-contact input[type='submit']:hover {
  background-color: var(--theme-color) !important;
}
.page-contact form {
  margin-bottom: 0;
}
/* End page-contact */
/* Footer */
#footer .col-info p {
	color: white;
	font-size: 14px;
	display: flex;
	align-items: baseline;
}
#footer .col-info p i {
	margin-right: 10px;
}
#footer .col.widget {
  padding: 0;
  margin-bottom: 0;
}
#footer .widget-title {
  font-size: 16px;
  line-height: 24px;
  display: block;
  color: #2d2d2d;
  text-transform: uppercase;
  margin-bottom: 14px;
  position: relative;
  font-family: 'HelveticaNeue-Medium';
  font-weight: normal;
}
#footer .widget-title:before,
#footer .widget-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
}
#footer .widget-title:before {
  width: 15px;
}
#footer .widget-title:after {
  width: 45px;
  left: 20px;
}
#footer .is-divider {
  display: none;
}
#footer .ux-menu a {
  color: #fff;
}
#footer .col-1 .img {
  max-width: 250px;
}
#footer .col-1 .content p {
  color: #fff;
  font-size: 14px;
}
#footer .col-1 img {
  filter: brightness(0) invert(1);
}
#footer .col-1 .content {
  font-size: 14px;
}
#footer .title p {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin: 0px 0 10px;
  position: relative;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
#footer .ux-menu a {
  min-height: 28px;
  line-height: 28px;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 14px;
  color: #fff;
}
#footer .ux-menu a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: var(--theme-color);
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 11px;
  margin: auto;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}
#footer .col-info .ux-menu .ux-menu-link a {
  padding-left: 30px;
}
#footer .col-info .ux-menu .ux-menu-link:first-of-type a:before,
#footer .col-info .ux-menu .ux-menu-link:nth-of-type(2) a:before,
#footer .col-info .ux-menu .ux-menu-link:nth-of-type(3) a:before {
  content: '\f3c5';
  font-family: var(--fa6);
  width: auto;
  height: auto;
  background: transparent;
  top: 0;
  font-weight: 700;
}
#footer .col-info .ux-menu .ux-menu-link:nth-of-type(2) a:before {
  content: '\f095';
}
#footer .col-info .ux-menu .ux-menu-link:nth-of-type(3) a:before {
  content: '\f0e0';
}
#footer .social-icons > span {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 28px 0 13px 0;
  font-weight: normal;
  font-family: 'HelveticaNeue-Medium';
}
#footer .section {
  padding-bottom: 0;
}
#footer .absolute-footer {
  padding: 0;
  background-color: #15156d;
}
#footer .absolute-footer .footer-primary {
  font-size: 14px;
  padding: 11.5px 0;
  color: #fff;
  border-top: 1px solid #a1a1a1;
  width: 100%;
}
#footer .absolute-footer a {
  color: #82bc41;
}
#footer .absolute-footer .copyright-footer p {
  color: #898989;
  font-size: 15px;
  margin-bottom: 0;
}
#footer .absolute-footer .copyright-footer p:last-of-type {
  font-size: 14px;
}
#footer .absolute-footer .footer-secondary {
  padding: 0;
}
#footer .absolute-footer .footer-secondary img {
  height: 53px;
}
#footer .social-icons .icon {
  margin: 0 15px 5px 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff1a;
  background-size: cover;
  background-position: center;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#footer .social-icons .icon:hover {
  box-shadow: none;
}
@media screen and (min-width: 1280px) {
  .header-bottom .header-bottom-nav > .menu-item {
    margin: 0 14px;
  }
  .section-aboutus .row-masonry .col-left {
    max-width: 368px;
  }
  .section-whychoise .col-left {
    padding-right: 40px;
  }
  .section-whychoise .col-right {
    padding-left: 40px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1279.98px) {
  .header-bottom .menu-item a {
    padding: 4.5px 2px;
  }
  .section-aboutus .col-right .box:nth-of-type(4) {
    width: auto;
    height: auto;
    flex: 1;
  }
  .section-aboutus .col-right .box-text {
    padding: 10px 15px;
  }
  .section-review .title {
    right: 40px;
  }
  .section-news {
    padding-bottom: 0 !important;
  }
  .product-footer .table-course td {
    padding: 10px;
  }
  .product-footer a.btn-popup {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023.98px) {
}
@media screen and (min-width: 850px) {
  .page-aboutus-1 .col-left {
    padding-right: 45px;
  }
  .page-aboutus-2 .col-right {
    padding-left: 45px;
  }
  .page-contact .col-left {
    padding-right: 143px;
  }
  .form-contact {
    max-width: 470px;
  }
  .blog-single .box-image-detail,
.blog-single .entry-content.single-page img {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 1085px;
  width: 1085px;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 849.98px) {
  .section-aboutus .col-right .col-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .section-aboutus .col-right .box {
    width: 100% !important;
    height: auto !important;
  }
  .section-aboutus .col-right .box .image-cover {
    padding-top: 116% !important;
  }
  .section-aboutus .col-right .box-text p:first-of-type {
    font-size: 30px;
    line-height: 43px;
  }
  .section-aboutus .row-masonry .box-text p {
    font-size: 16px;
  }
  .section-whychoise,
  .section-aboutus,
  .section-course {
    padding-top: 40px !important;
  }
  .section-whychoise .col-left {
    padding-bottom: 0px;
  }

  .section-review .title {
    width: calc(100% - 118px);
    position: unset;
    max-width: 100%;
    margin: 0 auto;
  }
  .section-review .title h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .section-review .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-review .slider .box-text {
    padding: 20px;
    margin-bottom: 25px;
  }
  .section-review .slider-nav-circle .flickity-button {
    bottom: 25px;
  }
  .section-review .box .box-image .image-cover {
    padding-top: 100% !important;
  }
  .section-review .slider .box-text p:first-of-type:before,
  .section-review .slider .box-text p:first-of-type:after {
    width: 10px;
    height: 30px;
    left: 8px;
  }
  .section-review .slider .box-text p:first-of-type:after {
    left: 26px;
  }
  .section-review .slider .box-text p:first-of-type {
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .section-news .row-blog .image-cover {
    padding-top: 200px !important;
  }
  .section-news .row-blog .post-title {
    font-size: 16px;
  }
  #footer .section .row {
    /* flex-direction: column-reverse; */
  }
  .single .product-main {
    padding-top: 40px;
  }
  .single .product-footer .sticky-menu.sticky .is-sticky-column__inner {
    top: 70px !important;
  }
  .product-footer .sections-title {
    justify-content: center;
  }
  .product-footer .col-left {
    padding-right: 15px;
  }
  .off-canvas-left .mfp-content {
    background: #fff;
  }
  .mobile-sidebar .menu-item a {
    font-size: 100%;
    color: #2d2d2d;
    font-weight: normal;
  }
  .page-aboutus-1 .col-right .image1,
  .page-aboutus-2 .col-left .image1 {
    max-width: 78%;
  }
  .page-aboutus-1 .row {
    flex-direction: column-reverse;
  }
  .page-aboutus-2 .col-left {
    margin-bottom: 85px;
  }
  .page-template-page-aboutus .page-aboutus-1,
  .page-template-page-aboutus .page-aboutus-2 {
    padding-bottom: 10px !important;
  }
  .page-aboutus-3 .col-content .col-inner {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 40px;
  }
  .page-title--center {
    height: 250px;
  }
  .blog-archive .row-blog .col.post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
  .blog-archive .row-blog .category-viewmore .col.post-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .single .blog-featured-title {
    padding: 80px 20px 0;
    min-height: 300px;
  }
  #header {
    border-bottom: 1px solid #cacaca;
  }
  .single .blog-featured-title .page-title-inner {
    padding: 44px 50px 30px;
  }
  .single .blog-featured-title h1.entry-title {
    font-size: 32px;
  }
  .blog-single .large-12.col {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 30px;
  }
  .col-job .job-header ul,
  .category-viewmore .box-text .box-text-inner {
    grid-template-columns: 12% 30% 17% 10% 10% auto;
  }
  .col-job .job-header ul {
    display: none;
  }
  .category-viewmore .box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .category-viewmore .box-text .phongban,
  .category-viewmore .box-text .mucluong,
  .category-viewmore .box-text .vitri,
  .category-viewmore .box-text .hethan {
    display: none;
  }
  .category-viewmore .box .readmore {
    padding: 0 20px;
    min-height: unset;
    margin-left: auto;
    line-height: 30px;
  }
  .page-contact .section-bg {
    display: none;
  }
  .page-contact .col-right {
    background: #0e0e0e0a;
    margin-top: 20px;
  }
  .form-contact .form-title h4 {
    margin-top: 30px;
  }
  .form-contact .form-title {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .section-whychoise .title h2,
  .section-course .title h2,
  .section-aboutus .title h2,
  .section-news .title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .section-whychoise .col-left .box {
    margin-top: 30px;
  }
  .section-whychoise .box-image {
    position: unset;
  }
  .section-whychoise .col-left .box-text {
    padding: 20px;
  }
  .section-whychoise .col-left .button {
    margin: 12px auto 0;
    display: block;
    width: fit-content;
    line-height: 31px;
  }
  .section-whychoise .icon-box .icon-box-text {
    padding-left: 15px;
  }
  .slider-nav-circle .flickity-button {
    width: 30px !important;
    height: 30px;
    min-height: auto;
    background: #fff !important;
  }
  .product-small.box .box-text {
    padding: 15px 20px;
  }
  .product-small.box .product-title a {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .product-small.box .status-course {
    margin-bottom: 5px;
  }
  .section-aboutus .col-right .col-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-aboutus .col-right .box .image-cover {
    padding-top: 75% !important;
  }
  .section-aboutus .col-right .button {
    position: static !important;
  }
  .section-review .box {
    flex-direction: column;
  }
  .section-review .box .box-image {
    width: 100% !important;
  }
  .section-review .slider-wrapper,
  .section-review .title {
    width: 100%;
  }
  .section-review .slider .box-text {
    border-radius: 0 0 6px 6px;
  }
  .section-review .slider-nav-circle .flickity-button.previous {
    left: -15px;
  }
  .section-review .slider-nav-circle .flickity-button.next {
    right: -15px;
  }
  .section-review .slider-nav-circle .flickity-button {
    bottom: 30%;
  }
  .section-news .row-blog {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-news .row-blog .col.post-item:first-of-type {
    grid-column: unset;
  }
  .section-news .row-blog .box-text {
    padding: 15px 0 0;
  }
  #footer .col-link .menu {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 20px;
  }
  .product-main h1.product-title {
    font-size: 20px;
    line-height: 30px;
  }
  .product-footer .product-section .title-section {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .product-footer .col-right {
    margin-top: 0;
  }
  .product-footer .box-course {
    padding: 20px;
    border-radius: 6px;
  }
  .product-footer .table-course td {
    font-size: 16px;
  }
  .product-footer .box-course h3,
  .product-footer .box-teacher h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .box-teacher .teacher-item {
    padding: 20px;
  }
  .box-teacher .teacher-item__image {
    width: 100px;
    margin-right: 15px;
  }
  .box-teacher .teacher-item__info .name {
    margin-bottom: 5px;
  }
  .product-footer .box-teacher {
    margin-top: 20px;
  }
  .buy-course .form-content .form-item:nth-of-type(2),
  .buy-course .form-content .form-item:nth-of-type(3) {
    width: 100%;
  }
  .buy-course .form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #buy-course {
    padding: 15px !important;
  }
  .buy-course .form-content label {
    display: none;
  }
  .buy-course .form-content input,
  .buy-course .form-content textarea {
    padding-left: 50px;
  }
  .buy-course .wpcf7-form-control-wrap:before {
    left: 0px;
  }
  .page-title--center h1 {
    font-size: 24px;
  }
  .page-title--center {
    height: 200px;
  }
  .page-aboutus-1 .col-right .image-cover {
    padding-top: 100% !important;
  }
  .page-aboutus-1 .col-right .image2 {
    position: relative;
    transform: translateY(-45px);
  }
  .page-aboutus-1 .image2:before {
    bottom: 40px;
    right: -45px;
  }
  .page-aboutus-1 .col-right {
    padding-bottom: 0;
  }
  .page-template-page-aboutus .section-title-normal span {
    font-size: 24px;
    margin-bottom: 0;
  }
  .page-aboutus-3 .col-content .text p {
    height: auto;
    padding: 0;
  }
  .blog-archive .row-blog .col.post-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row-blog .col-left .box-text {
    padding: 15px 20px;
  }
  .blog-archive .archive-page-header h1.page-title {
    font-size: 24px;
  }
  .blog-archive .archive-page-header {
    padding: 40px 0px 200px;
  }
  .single .blog-featured-title {
    padding: 0;
    min-height: auto;
  }
  .single .blog-featured-title .page-title-inner {
    padding: 30px;
  }
  .single .blog-featured-title h1.entry-title {
    font-size: 26px;
  }
  .blog-single .large-12.col {
    margin: 0;
    padding: 0 15px 0;
  }
  .single .featured-posts .box-blog a {
    flex-direction: column;
  }
  .single .featured-posts .box-blog .box-image {
    width: 100%;
  }
  .single .featured-posts .box-blog .box-text {
    padding: 20px;
  }
  .single .featured-posts .box-blog h3 {
    font-size: 18px;
  }
  .category-19 .blog-archive .archive-page-header {
    padding-bottom: 50px;
  }
  .page-contact .col-left h2 {
    text-align: center;
  }
  .table-reponsive {
    overflow-x: auto;
  }
  .table-reponsive table {
    width: 800px !important;
  }
  .page-aboutus-3 .col-content .col-inner:before {
    display: none;
  }
  .section-aboutus .row-masonry .box-1 .image-cover {
    padding-top: 158% !important;
  }
  .section-aboutus .col-left .box:nth-of-type(2) .box-text {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .section-aboutus .row-masonry .box-1 .image-cover {
    padding-top: 100% !important;
  }
}

@keyframes scaleBox {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
