/*
Blah Blah
Theme Name: alx-website-wp-theme
Description: This is a child theme for ALX website
Author: Phongnv.vn
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*// Extra small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/
:root {
  --primary-dark-green-500: #8d362c;
  --gray-900: #3f4650;
  --gray-900-light: #82868d;
  --gray-500: #b4bac3;
  --beige-10: #eef0e3;
  --orange-500: #eaa468;
}

#register-form {
	border-radius: 8px;
}

.content-area {
  background-color: var(--beige-10);
  margin: 0;
}

.row {
  max-width: 1080px !important;
}

.container {
  max-width: 1080px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block_widget {
  margin-bottom: 0 !important;
}

.button {
  text-transform: none;
}
.section-content .row .col {
  padding: 0 12px !important;
}
.flickity-prev-next-button {
  opacity: 1;
}
.flickity-prev-next-button.next,
.flickity-prev-next-button.next:hover {
  width: 30px !important;
  height: 30px;
  font-size: 10px;
  border-radius: 8px;
  background: #8d362c;
  opacity: 1 !important;
}
.slider .flickity-prev-next-button.next:hover .arrow,
.slider .flickity-prev-next-button.next:hover svg {
  fill: #fff !important;
}

.flickity-prev-next-button.previous,
.flickity-prev-next-button.previous:hover {
  width: 30px !important;
  height: 30px;
  font-size: 10px;
  border-radius: 8px;
  background: #8d362c;
  opacity: 1 !important;
}
.slider .flickity-prev-next-button.previous:hover .arrow,
.slider .flickity-prev-next-button.previous:hover svg {
  fill: #fff !important;
}
.flickity-prev-next-button.next .flickity-button-icon,
.flickity-prev-next-button.next .flickity-button-icon:hover,
.flickity-prev-next-button.next .flickity-button-icon {
  border: none !important;
  fill: #fff !important;
  opacity: 1 !important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.flickity-prev-next-button.previous .flickity-button-icon,
.flickity-prev-next-button.previous .flickity-button-icon:hover,
.flickity-prev-next-button.previous .flickity-button-icon {
  border: none !important;
  fill: #fff !important;
  opacity: 1 !important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.flickity-prev-next-button.previous .arrow {
  fill: #fff !important;
}

.flickity-page-dots .dot {
  border: none !important;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  opacity: 0.2;
  transition: opacity 0.3s;
  width: 10px;
  background-color: #111;
}

.slider-nav-circle .flickity-prev-next-button.next .arrow,
.slider-nav-circle .flickity-prev-next-button.next svg {
  fill: #fff !important;
  border: none;
  background-color: transparent;
  border-radius: 0%;
}
.slider-nav-circle .flickity-prev-next-button.previous .arrow,
.slider-nav-circle .flickity-prev-next-button.previous svg {
  fill: #fff !important;
}
.slider-nav-circle .flickity-prev-next-button:hover .arrow,
.slider-nav-circle .flickity-prev-next-button:hover svg {
  fill: #fff !important;
  background-color: transparent;
  border-radius: 0%;
}

/* ------------------------------------------ 404 Not Found Page ------------------------------------------ */
.nfp__container {
  margin-top: 33px;
  margin-bottom: 3px;
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.nfp__image {
  max-width: 100%;
  margin-bottom: 40px !important;
  margin-left: auto;
  margin-right: auto;
}

.nfp__content {
  color: var(--gray-900);
  margin-bottom: 33px !important;
}
.nfp__content h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 16px;
}
.nfp__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.012em;
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}
.nfp__button-wrapper {
  padding-bottom: 0;
}
.nfp__button-wrapper > .col-inner > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  row-gap: 16px;
  column-gap: 16px;
}
.nfp__button-wrapper > .col-inner > p > br {
  display: none;
}
.nfp__button-wrapper a {
  padding: 0px 16px 0px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 7px !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 48px !important;
  margin: 0;
  width: 200px;
  text-align: center;
}
.nfp__button-contained {
  background-color: var(--primary-dark-green-500);
  color: #fff;
  border: 1px solid var(--primary-dark-green-500) !important;
  margin-bottom: 0;
}

.nfp__button-outlined {
  background-color: #fff !important;
  border: 1px solid var(--primary-dark-green-500) !important;
  margin-bottom: 0;
  color: var(--primary-dark-green-500) !important;
}
/* ------------------------------------------ End 404 Not Found Page ------------------------------------------ */
/* ------------------------------------------ Footer ------------------------------------------ */

.footer-2 {
  border: 0;
  background-color: var(--gray-900) !important;
  padding: 0 24px !important;
}
.fotter-2 .block_widget {
  padding: 0;
  margin: 0;
}
.footer__container {
  margin: 60px auto 30px auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.footer__col-left {
  width: 100%;
  margin-right: 64px;
}
.footer__col-right {
  max-width: 100%;
}

.footer__background {
  background-color: var(--gray-900);
}
.footer__background > div {
  padding: 0 !important;
}
.footer__logo {
  margin-bottom: 0 !important;
}
.footer__logo img {
  width: auto;
  max-width: 300px;
}
.footer__content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.012em;
  text-align: left;
  margin: 0;
}

.footer__email p {
  color: var(--orange-500);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.012em;
  text-align: left;
  margin: 0;
}

.footer__address p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin: 0;
}

.footer__link-wrapper {
  padding: 0 !important;
  position: relative;
}
.footer__fb-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  cursor: pointer;
  width: 44px !important;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ffffff1a;
}
.footer__fb-logo p {
  margin-bottom: 0 !important;
  font-size: 20px;
}
.footer__fb-logo img {
  width: auto;
}
.footer__menu span {
  color: #fff;
}
.footer__menu-item-active {
  position: relative;
}
.footer__menu-item-active span {
  display: inline-block;
  margin-left: 24px;
  color: var(--orange-500) !important;
}
.footer__menu-item-active::after {
  content: "";
  position: absolute;
  width: 16px;
  border: 1.5px solid var(--orange-500);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer__menu a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.012em;
  text-align: left;
}
.footer__form-title h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.015em;
  text-align: left;
  margin: 0;
}
.register-form-row .footer__content p,
.register-form-row .footer__form-title h1{
  color: #3F4650;
}
.register-form-row form select,
.register-form-row form input,
.register-form-row form textarea,
.footer__col-right form select,
.footer__col-right form input,
.footer__col-right form textarea {
  margin-bottom: 0 !important;
  padding: 12px 16px 12px 16px;
  border-radius: 5px !important;
  border: 1px solid var(--gray-500) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  height: auto;
  color: var(--gray-900) !important;
  background-color: #fff !important;
}
.form-flat input:not([type="submit"]) {
  color: var(--gray-900) !important;
}
.dark .form-flat select,
.dark .form-flat input,
.dark .form-flat textarea {
  background-color: #fff !important;
}
.dark .form-flat input:not([type="submit"]) {
  background-color: #fff !important;
}
input::-webkit-input-placeholder {
  color: var(--gray-500) !important;
}
select::-webkit-input-placeholder {
  color: var(--gray-500) !important;
}
textarea::-webkit-input-placeholder {
  color: var(--gray-500) !important;
}
input[type="submit"],
input[type="submit"].button {
  margin: 0 !important;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  background-color: var(--primary-dark-green-500) !important;
  color: #fff !important;
  padding: 0 !important;
  text-transform: none !important;
  border: none !important;
}
.register-form-row .flex-row,
.footer__col-right .flex-row {
  margin-bottom: 16px;
  gap: 16px;
}

.footer__gap-left,
.footer__gap-right {
  padding-top: 16px !important;
}
/* ------------------------------------------ End Footer ------------------------------------------ */
/* ------------------------------------------ Header ------------------------------------------ */

.header-main {
  height: 80px !important;
  padding: 16px 24px !important;
}
.header .logo {
  width: max-content !important;
}
.header .logo > a {
  height: 48px;
}

.header-wrapper.stuck .header-main {
	display: none;
/*   height: 80px !important; */
}

.header .logo > a img {
  height: 100%;
}
.header-bg-image {
/*   box-shadow: 0px 12px 16px -4px #1018280f; */
/*   background-image: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(5, 60, 37, 1) 45%,
    rgba(0, 131, 76, 1) 100%
  ) !important; */
	background-color: #fff !important;
}
.header-bg-color {
  background-color: #fff !important;
}
.header li.menu-item > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.012em;
  text-align: left;
  color: #016e40 !important;
  text-transform: none !important;
}
.header .nav li:first-child {
  margin-left: 0 !important;
}

.header .nav > li {
  margin: 0 8px !important;
  transition-property: none !important;
}

.header li .header-button a,
.header li .header-button a:hover {
  padding: 0px 16px 0px 16px;
  border-radius: 8px !important;
  display: flex;
  justify-content: center;
  background-color: #016e40 !important;
  transition-property: none !important;
}
.header li .header-button a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-transform: none !important;
}

.header i {
  color: #016e40 !important;
}
.mobile-sidebar li .header-button a {
  padding: 0px 32px 0px 32px;
  border-radius: 8px !important;
  display: flex;
  justify-content: center;
  background-color: var(--primary-dark-green-500);
}
.mobile-sidebar li .header-button a span {
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-transform: none !important;
}
/* ------------------------------------------ End Header ------------------------------------------ */

/* ------------------------------------------ Landing Page ------------------------------------------ */
.banner-image {
  padding: 0 0 !important;
  position: relative;
}
.banner-image::before {
  content: "";
  position: absolute;
/*   background: linear-gradient(
    308.68deg,
    rgba(11, 29, 38, 0) 46.07%,
    #0b1d26 102.21%
  ); */
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}

.banner-content {
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-content .col-inner {
  padding: 0 24px !important;
}
.banner-row {
  max-width: 100% !important;
}
.banner-content-top > p {
  margin: 0 !important;
}
.banner-content-top p b {
	color: #f2f2f2 !important;
  	font-size: 20px;
  	font-weight: 300;
  	line-height: 20px;
  	text-align: left;
  	margin-bottom: 6px;
	padding: 0 !important;
}
.banner-content-top p b:last-child {
	color: #f2f2f2 !important;
  	display: flex;
  	align-self: center;
  	column-gap: 16px;
  	font-size: 20px;
  	font-weight: 500;
  	line-height: 20px;
  	text-align: left;
  	margin-bottom: 0;
	padding: 0 !important;
}
.banner-content-top p b:last-child svg {
  width: 40px;
  height: 40px;
}
.banner-content-top p b br {
  display: none;
}
.banner-buttons > div {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
.register-in-post,
.banner-buttons > div a {
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: var(--primary-dark-green-500);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.012em;
  text-align: left;
}

.banner-buttons > div span {
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background-color: #fff;
  color: var(--primary-dark-green-500) !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.012em;
  text-align: left;
  cursor: pointer;
}
.banner-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max-content;
  padding: 0 !important;
  transform: translateY(50%);
  z-index: 1;
}

.events-archive {
	.page-title h1 {
		font-size: 64px;
		font-weight: 300;
		line-height: 80px;
		letter-spacing: -0.02em;
		text-align: center;
		color: var(--gray-900);
	}
	
	.events-filters {
		font-size: 18px;
		text-align: center;
		margin-bottom: 64px;
		
		.filter-link {
			padding: 0 8px;
		}
		
		.category-filters {
			a:hover {
				border-bottom: 2px solid red;
			}
		}
		
	}
}
/* .section-video .section-content,
.section-benefit .section-content,
.section-price .section-content,
.section-info .section-content,
.section-program .section-content {
  padding: 0 24px !important;
}
 */
.section-video .section-content .row .col {
  padding: 16px 0 !important;
}
.section-video .section-content .row p {
  margin: 40px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video .section-content .row iframe {
  border-radius: 12px;
}
.section-benefit .section-content .row {
	  padding: 40px 0;
	  gap: 10px;
	  flex-wrap: nowrap;

	.section-benefit-left,
	.section-benefit-right {
	  	padding: 12px !important;
		h1 {
        	font-size: 24px !important;
    	}
	}
}
.section-benefit .section-content .row::after {
  display: none;
}

.section-benefit-left h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--gray-900);
  margin-bottom: 0;
}

.section-benefit-right {
	form select,
	form input,
	form textarea {
	  margin-bottom: 0 !important;
	  padding: 12px 16px 12px 16px;
	  border-radius: 8px !important;
	  border: 1px solid var(--gray-500) !important;
	  font-size: 16px;
	  font-weight: 400;
	  line-height: 24px;
	  text-align: left;
	  height: auto;
	  color: var(--gray-900) !important;
	  background-color: #fff !important;
	}
	
	.flex-row {
	  margin-bottom: 16px;
	  gap: 16px;
	}

	input[type="submit"],
	input[type="submit"].button {
	  margin: 0 !important;
	  width: 100%;
	  text-align: center;
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 48px;
	  background-color: var(--primary-dark-green-500)  !important;
	  color: #fff !important;
	  padding: 0 !important;
	  text-transform: none !important;
	  border: 1px solid #fff !important;
	}
}
/* END BENEFIT */

/* PRICE */
/* .section-price .section-content .row {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
} */
.section-price .text-box {
  top: 0 !important;
  transform: translate(-50%, 0) !important;
}
.section-price .flickity-viewport {
  height: 660px !important;
}

.section-price .section-content .row .col h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--gray-900);
  margin-bottom: 16px;
}

.section-price .section-content .row .col p,
.section-price .section-content .row .col span {
  margin: 0 !important;
}

.section-price .text-box-content {
  padding: 24px !important;
  border-radius: 16px !important;
}
 
.section-price .text-box-content h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: var(--gray-900-light) !important;
  margin: 12px 0 24px !important;
  text-align: left;
}
.section-price .text-box-content h3 strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.012em;
  text-align: center;
  color: var(--orange-500);
}
.section-price .text-box-content .course-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: var(--gray-900);
}

.section-price .text-box-content .course-description {
  margin-bottom: 32px !important;
}
.section-price .text-box-content .course-content-characteristic {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--gray-900);
  margin-bottom: 16px !important;
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
}
.section-price .text-box-content .course-content-characteristic i {
  border: 3px solid #dc6803;
  padding: 5px 5.5px !important;
  border-radius: 50%;
  color: #dc6803 !important;
  font-size: 8px;
  border: 1.5px solid #dc6803;
  background-color: #fff !important;
}
.section-price .text-box-content .register-button {
  margin: 16px 0 8px !important;
  width: 100%;
  height: max-content;
  min-height: unset;
  border-radius: 7px !important;
  border: 1px solid var(--primary-dark-green-500) !important;
  background-color: #fff !important;
  line-height: unset;
}

.section-price .text-box-content .register-button span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding-top: 12px !important;
  padding-bottom: 12px !important;

  color: var(--primary-dark-green-500);
}

.section-price .text-box-content .detail-button {
  margin: 0 !important;
  width: 100%;
  height: max-content;
  min-height: unset;
  border: none !important;
  line-height: unset;
}

.section-price .text-box-content .detail-button a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0b63e5;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.section-price .specical-course .text-box-content {
	background-color: #8d362c !important;
}

/* .section-price .specical-course .text-box-content .course-content p,
.section-price
  .specical-course
  .text-box-content
  .course-content-characteristic,
.section-price .specical-course .text-box-content .course-description p,
.section-price .specical-course .text-box-content .detail-button a {
  color: #fff !important;
}
.section-price
  .specical-course
  .text-box-content
  .course-content-characteristic
  i,
.section-price .specical-course .text-box-content .register-button {
  border: 1px solid #fff !important;
} */
/* .section-price .flickity-button.flickity-prev-next-button.next {
  top: calc(-16px - 30px);
  margin: 0 !important;
  left: calc(100% - 30px);
}

.section-price .flickity-button.flickity-prev-next-button.previous {
  top: calc(-16px - 30px);
  margin: 0 !important;
  right: calc(8px + 30px);
  left: auto !important;
} */
/* SECTION INFO */
.section-info .section-content > .row {
  padding: 40px 0 !important;
}
.section-info .blog-post {
  gap: 16px;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.section-info .blog-post::after {
  display: none !important;
}
.section-info .blog-post .post-item {
  grid-column: span 2 / span 2;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px !important;
  width: 100%;
  max-width: unset;
  box-shadow: 0px 12px 16px -4px #1018280f;
}
.section-info .blog-post .post-item .box {
  display: flex !important;
  gap: 16px;
  width: 100%;
  height: 120px;
  max-width: unset;
  flex-direction: row;
  flex-wrap: nowrap;
}
.section-info .blog-post .post-item .box-image {
  width: 120px !important;
  height: 120px !important;
  display: block;
  overflow: unset;
}
.section-info .blog-post .post-item .box-image .image-cover {
  width: 120px !important;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.section-info .blog-post .post-item .box-text {
  display: block;
  padding: 0 !important;
  height: 120px !important;
}
.section-info .blog-post .post-item .box-text .post-title,
.section-info .blog-post .post-item .box-text .post-title strong {
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 24px;
  text-align: left;
  color: #3f4650;
}

.section-info .blog-post .post-item .box-text .post-title,
.section-info .blog-post .post-item .box-text .post-title a {
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-info .blog-post .post-item .box-text .is-divider {
  display: none !important;
}
.section-info .blog-post .post-item .box-text .from_the_blog_excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #3f4650;
  margin-top: 8px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-info .blog-post .post-item .box-text .from_the_blog_excerpt + a {
  margin-top: auto !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #0b63e5;
  border: none !important;
  min-height: unset !important;
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.section-info .blog-post .post-item .box-text .from_the_blog_excerpt + a.is-outline:hover {
   background-color: transparent !important;
}
.section-info .blog-post .post-item .box-text .box-text-inner {
  height: 100%;
  position: relative;
}

/* SECTION - TAKE CARE */
.section-take-care .section-content {
  padding: 40px 24px !important;
}
.section-take-care .text-box-content {
  padding: 24px;
  border-radius: 16px;
  height: 370px;
  box-shadow: 0px 12px 16px -4px #1018280f;
  position: relative;
}
.section-take-care .img-inner {
  width: 100%;
  margin-left: 0 !important;
  border-radius: 8px;
}
.section-take-care .text-box-content h4 {
  font-size: 24px;
	letter-spacing: 0;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #3f4650;
  text-transform: none !important;
  margin: 24px 0 12px !important;
}
.section-take-care .text-box-content p {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #545e6b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-take-care .text-box-content p:last-child {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #0b63e5 !important;
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.section-take-care .text-box-content p:last-child i {
  margin-left: 8px;
}

.section-take-care .flickity-button.flickity-prev-next-button.next {
  display: none !important;
}

.section-take-care .flickity-button.flickity-prev-next-button.previous {
  display: none !important;
}

.section-take-care .flickity-page-dots .dot.is-selected {
  background-color: #016e40 !important;
  border-color: #016e40 !important;
}
.section-take-care .flickity-page-dots {
  bottom: -36px !important;
}
/* SECTION - PROGRAM */
.section-program .section-content > .row {
  padding: 40px 0 !important;
}
.section-program .post-item.col {
  padding: 0 12px 0px !important;
  height: 400px;
}
.section-program .flickity-viewport .col-inner {
  background-color: #fff !important;
  border-radius: 16px;
  overflow: hidden;
  height: 100% !important;
  box-shadow: 0px 12px 16px -4px #1018280f;
}
.section-program .box {
  height: 400px;
}
.section-program .box-image {
  height: 200px;
}

.section-program .box-text {
  padding: 16px 16px 16px !important;
  height: calc(400px - 200px);
  position: relative;
}
.section-program .box-text h5,
.section-program .box-text h5 strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #3f4650;
  text-transform: none !important;
  margin: 0 !important;
}
.section-program .box-text h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-program .is-divider {
  display: none !important;
}
.section-program .box-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #545e6b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px !important;
}
.section-program .box-text-inner .button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #0b63e5 !important;
  border: none !important;
  min-height: unset !important;
  padding: 0 !important;
}
/* SECTION - FEEDBACK */
.section-feedback .section-content {
  padding: 40px 24px 80px !important;
}
.section-feedback .box-text.text-left {
  padding-right: 0 !important;
}
.section-program .flickity-page-dots {
  bottom: -36px !important;
}
.section-program .row .row {
  margin-bottom: 72px;
}
.section-program .dot.is-selected {
  background-color: var(--primary-dark-green-500) !important;
}
.section-program .flickity-button {
  display: none !important;
}

.section-feedback .box-text h5,
.section-feedback .box-text h5 strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #3f4650;
  text-transform: none !important;
  margin: 0 !important;
}

.section-feedback .is-divider {
  display: none !important;
}
.section-feedback .box-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #545e6b;
}
.section-feedback .box-text-inner {
  padding: 16px 16px 16px 16px;
  border-radius: 0px 12px 12px 0px;
  border-left: 3px solid #352722;
  box-shadow: 0px 12px 16px -4px #1018280f;
  background-color: #fff !important;
}

.section-feedback .box-text-inner .button {
  display: none !important;
}
.section-feedback .box-image {
  width: 40%;
}

.section-feedback .col-inner > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.flickity-prev-next-button.next {
  right: atuo;
  transform: none;
}
.flickity-prev-next-button.previous {
  right: atuo;
  transform: none;
}
/* .section-feedback .flickity-button.flickity-prev-next-button.next,
.section-feedback .flickity-button.flickity-prev-next-button.next:hover {
  top: calc(100%);
  margin: 0 !important;
  left: calc(100% - 44px);
}
.section-feedback .flickity-button.flickity-prev-next-button.previous,
.section-feedback .flickity-button.flickity-prev-next-button.previous:hover {
  top: calc(100%);
  margin: 0 !important;
  right: calc(8px + 44px);
  left: auto !important;
} */
/* ------------------------------------------ End Landing Page ------------------------------------------ */
@media screen and (max-width: 549px) {
  .slider-wrapper .flickity-prev-next-button {
    display: block;
  }
  .row-slider .flickity-prev-next-button svg {
    border: 0 !important;
    padding: 6px !important;
  }
  .row-slider .flickity-prev-next-button.next {
    background-color: var(--primary-dark-green-500) !important;
  }
  .row-slider .flickity-prev-next-button.previous {
    background-color: var(--primary-dark-green-500) !important;
  }
	
	
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .header-main {
    height: 92px !important;
    padding: 16px 32px !important;
  }
  .header-wrapper.stuck .header-main {
    height: 92px !important;
  }
  .header .logo > a {
    height: 60px;
  }
  /* ------------------------------------------ 404 Not Found Page ------------------------------------------ */
  .nfp__container {
    margin-top: 33px;
    margin-bottom: 3px;
    padding-left: 17px !important;
    padding-right: 17px !important;
  }

  .nfp__content h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: 64px;
  }

  .nfp__content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .nfp__button-wrapper > .col-inner > p {
    flex-direction: row;
  }

  /* ------------------------------------------ End 404 Not Found Page ------------------------------------------ */
  /* ------------------------------------------ Footer ------------------------------------------ */

  .footer-2 {
    padding: 0 32px !important;
  }
  .footer__form-title h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
  }
  /* ------------------------------------------ End Footer ------------------------------------------ */
  /* ------------------------------------------ Landing Page ------------------------------------------ */
  .section-video .section-content,
  .section-benefit .section-content,
  .section-price .section-content,
  .section-info .section-content,
  .section-program .section-content {
    padding: 0 32px !important;
  }
/*   .section-price .flickity-button.flickity-prev-next-button.next {
    top: calc(-16px - 44px);
    margin: 0 !important;
    left: calc(100% - 44px);
  }

  .section-price .flickity-button.flickity-prev-next-button.previous {
    top: calc(-16px - 44px);
    margin: 0 !important;
    right: calc(16px + 44px);
    left: auto !important;
  }
*/
  .flickity-prev-next-button.next,
  .flickity-prev-next-button.next:hover {
    width: 44px !important;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
    background: #8d362c;
    opacity: 1 !important;
  }
	
  .flickity-prev-next-button.previous,
  .flickity-prev-next-button.previous:hover {
    width: 44px !important;
    height: 44px;
    transition: none !important;
    padding: 10px;
    border-radius: 12px;
    background: #8d362c;
    opacity: 1 !important;
  } 
  .section-benefit-left h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 0;
  }

  .section-price .section-content .row .col h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 16px;
  }

  .section-feedback .flickity-button.flickity-prev-next-button.previous,
  .section-feedback .flickity-button.flickity-prev-next-button.previous:hover {
    top: calc(100% - 8px);
    margin: 0 !important;
    right: calc(16px + 44px);
    left: auto !important;
  }

  .section-info .blog-post .post-item .box-text .post-title,
  .section-info .blog-post .post-item .box-text .post-title strong {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 32px;
    text-align: left;
    color: #3f4650;
  }

  .section-info .blog-post .post-item .box-image .image-cover {
    width: 160px !important;
    display: block;
    overflow: hidden;
    border-radius: 8px;
  }
  .section-info .blog-post .post-item .box-image {
    width: 160px !important;
    height: 160px !important;
    display: block;
    overflow: unset;
  }
  .section-info .blog-post .post-item .box {
    display: flex !important;
    gap: 20px;
    width: 100%;
    height: 160px;
    max-width: unset;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .section-info .blog-post .post-item .box-text {
    display: block;
    padding: 0 !important;
    height: 160px !important;
  }
  .section-info .blog-post {
    gap: 24px;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-take-care .flickity-page-dots,
  .section-program .flickity-page-dots {
    bottom: -36px !important;
  }

  .section-feedback .box-text-inner {
    padding: 16px 16px 16px 24px;
    border-radius: 0px 12px 12px 0px;
    border-left: 3px solid #352722;
    box-shadow: 0px 12px 16px -4px #1018280f;
    background-color: #fff !important;
  }
  .section-feedback .flickity-button.flickity-prev-next-button.next,
  .section-feedback .flickity-button.flickity-prev-next-button.next:hover {
    top: calc(100% - 8px);
    margin: 0 !important;
    left: calc(100% - 44px);
  }
  .section-feedback .flickity-button.flickity-prev-next-button.previous,
  .section-feedback .flickity-button.flickity-prev-next-button.previous:hover {
    top: calc(100% - 8px);
    margin: 0 !important;
    right: calc(8px + 44px);
    left: auto !important;
  }
	
  /* ------------------------------------------ End Landing Page ------------------------------------------ */
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.section-content .row .col {
  		padding: 0 !important;
	}
  /* ------------------------------------------ 404 Not Found Page ------------------------------------------ */
  .nfp__container {
    margin-top: 63px;
    margin-bottom: 33px;
  }

  .nfp__button-wrapper a {
    padding: 0px 32px 0px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 7px !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 48px !important;
    margin: 0;
    width: max-content;
  }

  .nfp__content {
    margin-bottom: 44px !important;
  }

  .nfp__content h1 {
    margin-bottom: 32px;
  }

  .nfp__image {
    margin-bottom: 80px !important;
  }
  /* ------------------------------------------ End 404 Not Found Page ------------------------------------------ */
  /* ------------------------------------------ Footer ------------------------------------------ */

  .footer__container {
    margin: 120px auto 76px auto;
    flex-direction: row;
  }
  .footer__col-right {
    max-width: 500px;
  }
  .footer__gap-left {
    padding-top: 32px;
  }
  .footer__gap-right {
    padding-top: 24px;
  }
  /* ------------------------------------------ End Footer ------------------------------------------ */

  /* ------------------------------------------ Landing Page ------------------------------------------ */
	
	.banner-content-top p b {
		color: #f2f2f2 !important;
	  	font-size: 64px !important;
	  	font-weight: 300;
	  	line-height: 80px;
	  	margin-bottom: 12px;
	}
	.banner-content-top p b:last-child {
	  	color: #f2f2f2 !important;
	  	font-size: 64px;
	  	font-weight: 500 !important;
	  	line-height: 64px;
	  	margin-bottom: 0;
	}
	
	.banner-content .col-inner {
		padding: 0 32px !important;
	}

  .banner-buttons > div {
    margin-top: 60px;
    display: flex;
    gap: 16px;
  }
  .register-in-post,
  .banner-buttons > div a {
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background-color: var(--primary-dark-green-500);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.012em;
    text-align: left;
  }

  .banner-buttons > div span {
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    background-color: #fff;
    color: var(--primary-dark-green-500) !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.012em;
    text-align: left;
    cursor: pointer;
  }
	
	.section-video .section-content .row iframe {
  		border-radius: 24px;
	}

  .section-video .section-content .row p {
    margin: 80px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-benefit .section-content .row {
    padding: 80px 0;
    gap: 20px;
    flex-wrap: nowrap;
  }
  .section-benefit-left h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 0;
  }

/*   .section-price .section-content .row {
    padding: 80px 0 !important;
  }
  .section-price .flickity-button.flickity-prev-next-button.next {
    top: calc(-32px - 44px);
    margin: 0 !important;
    left: calc(100% - 44px);
  }

  .section-price .flickity-button.flickity-prev-next-button.previous {
    top: calc(-32px - 44px);
    margin: 0 !important;
    right: calc(16px + 44px);
    left: auto !important;
  } */

  .section-price .section-content .row .col h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 32px;
  }

  /* SECTION - INFO */
  .section-info .section-content > .row {
    padding: 80px 0 !important;
  }
  /* SECTION - TAKE CARE */
  .section-take-care .section-content {
    padding: 80px 32px !important;
  }

  .section-take-care .flickity-page-dots,
  .section-program .flickity-page-dots {
    bottom: -56px !important;
  }

  .section-program .section-content > .row {
    padding: 80px 0 !important;
  }

  /* SECTION - FEEDBACK */
  .section-feedback .section-content {
    padding: 80px 32px !important;
  }
  /* ------------------------------------------ End Landing Page ------------------------------------------ */
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  /* ------------------------------------------ 404 Not Found Page ------------------------------------------ */
  .nfp__image {
    max-width: 578px;
  }

  .nfp__container {
    margin-top: 63px;
    margin-bottom: 33px;
  }

  .nfp__content h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 80px;
  }
  /* ------------------------------------------ End 404 Not Found Page ------------------------------------------ */

  /* ------------------------------------------ Header ------------------------------------------ */
  
	.header .nav li:first-child {
    margin-left: 0 !important;
  }
	
  .header li .header-button a,
  .header li .header-button a:hover {
    padding: 0px 32px 0px 32px;
  }
	
	.top-bar-nav {
		.menu-item > a {
			font-size: 12px !important;
		}
		
		li {
			margin: 0 !important;
		}
	}
	
	.nav-dropdown-has-border .nav-dropdown {
		border-radius: 16px;
		border: none;
	}
  /* ------------------------------------------ End Header ------------------------------------------ */
  /* ------------------------------------------ Landing Page ------------------------------------------ */

  .banner-buttons > div {
    margin-top: 48px;
    display: flex;
    gap: 16px;
  }
  
  .section-video .section-content .row p {
    margin: 120px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-benefit .section-content .row {
    padding: 120px 0;
    gap: 40px;
    flex-wrap: nowrap;
  }
  .section-benefit-left h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 0;
  }

/*   .section-price .section-content .row {
    padding: 120px 0 !important;
  } */

/*   .section-price .flickity-button.flickity-prev-next-button.next {
    top: calc(-72px - 44px);
    margin: 0 !important;
    left: calc(100% - 44px);
  }

  .section-price .flickity-button.flickity-prev-next-button.previous {
    top: calc(-72px - 44px);
    margin: 0 !important;
    right: calc(16px + 44px);
    left: auto !important;
  } */

  .section-price .section-content .row .col h2,
  .section-info .section-content .row .col h2,
  .section-take-care .section-content h2,
  .section-program .section-content .row .col h2,
  .section-feedback .section-content .row .col h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--gray-900);
    margin-bottom: 72px;
  }

  .section-info .section-content > .row {
    padding: 120px 0 !important;
  }
  .section-take-care .section-content {
    padding: 120px 32px !important;
  }
  .section-program .section-content > .row {
    padding: 120px 0 !important;
  }
  .section-program .section-content {
    padding: 0 32px;
  }
  .section-feedback .section-content {
    padding: 120px 32px !important;
  }

  .section-info .blog-post .post-item .box-text .post-title,
  .section-info .blog-post .post-item .box-text .post-title strong {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 32px;
    text-align: left;
    color: #3f4650;
  }
  .section-info .blog-post .post-item .box-text .from_the_blog_excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #3f4650;
    margin-top: 12px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-info .blog-post .post-item {
    grid-column: span 1 / span 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px !important;
    width: 100%;
    max-width: unset;
    box-shadow: 0px 12px 16px -4px #1018280f;
  }
  .section-take-care .flickity-page-dots,
  .section-program .flickity-page-dots {
    bottom: -72px !important;
  }
  /* ------------------------------------------ End Landing Page ------------------------------------------ */
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .section-benefit-left h2 {
    font-size: 72px;
    font-weight: 300;
    line-height: 80px;
    letter-spacing: -0.02em;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 0;
  }
  .section-info .blog-post .post-item .box-text .from_the_blog_excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #3f4650;
    margin-top: 12px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section-info .blog-post .post-item {
    grid-column: span 1 / span 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px !important;
    width: 100%;
    max-width: unset;
    box-shadow: 0px 12px 16px -4px #1018280f;
  }
}
