/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root {
    --primary: #009245;
    --secondary: #F7931E;
    --dark: #242A2E;
    --light: #A6A6A6;
}

html, body {
  font-family: 'Google Sans Flex', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.7;
  color: black;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/*ul {
  margin-bottom: 0px;
}*/

img {
  max-width: 100%;
  height: auto;
}

.gap-16 {
  gap: 16px;
}

@media (min-width: 1200px) {
  .col-20 {
     flex: 0 0 20%;
    max-width: 20%;
  }
}

.back-to-top {
  background: var(--primary);
  border-color: var(--primary);
  position: fixed;
  display: none;
  right: 20px;
  bottom: 45px;
  z-index: 99;
}

.back-to-top:hover {
  border-color: var(--secondary);
  background: var(--secondary);
  color: var(--dark);
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square, 
.btn-sm-square, 
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-custom {
  display: inline-block;
  background: linear-gradient(277.61deg, #009245 44.1%, #6FCE9C 90.83%);
  padding: 14px 65px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.btn-custom:hover {
  color: white;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/

.section-title h6 {
  line-height: 1.5;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

.section-title h3 {
  line-height: 1.4;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.images-box {
  position: relative;
  overflow: hidden;
}

.images-box::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.images-box a,
.images-box .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.images-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-wrapper .owl-prev, 
.slider-wrapper .owl-next {
  width: 32px;
  height: 32px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider-wrapper .owl-nav .disabled {
  visibility: hidden;
}

.slider-wrapper .owl-prev {
    left: -5%;
    right: auto;
}

.slider-wrapper .owl-next {
    right: -5%;
    left: auto;
}

@media(min-width: 768px) {
  .section-title h3 span {
    display: block;
  }
}
@media (max-width: 767px) {

  .slider-wrapper .owl-prev, 
  .slider-wrapper .owl-next {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }

  .slider-wrapper .owl-prev {
    left: 0;
  }

  .slider-wrapper .owl-next {
    right: 0;
  }
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.language-menu {
  position: relative;
}

.language-menu > a {
  display: block;
  color: black;
  padding: 10px 0;
}

.language-menu ul.dropdown {
  position: absolute;
  list-style: none;
  right: 0;
  top: 100%;
  width: 120px;
  background: white;
  z-index: 1021;
  text-align: left;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.language-menu:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.language-menu ul.dropdown a {
  color: var(--dark);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 3px 5px;
}
.language-menu ul.dropdown a:hover {
  background-color: #e6e6e6;
}
.language-menu .lang-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}

.language-menu ul.dropdown img {
  width: 24px;
}

.language-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.header-area {
  padding: 5px 0;
  background: white;
  box-shadow: 0px 4px 22.1px 0px #0000000D;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-sticky.shadow-sm .logo img {
  max-height: 60px;
}

.navbar-light .navbar-nav {
  align-items: center;
  gap: 18px;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: black;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item:hover  .nav-link{
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.box-search a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.content-form {
  background-color: transparent;
  border: none;
}

.searchform {
  position: relative;
}

.searchform-wrapper form {
  margin-bottom: 0;
}

.flex-row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto;
}

.flex-row .flex-col {
  padding-right: 4px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.searchform-wrapper input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .09);
  padding: 0 0.75em;
  height: 67px;
  font-size: .97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, .2);
  color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
  -o-transition: color .3s,border .3s,background .3s,opacity .3s;
  transition: color .3s, border .3s, background .3s, opacity .3s;
  border-radius: 99px;
  padding: 0 20px;
}

.searchform input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.searchform input[type=search]::placeholder {
  color: #ffffff;
  font-size: 20px;
}

.searchform input[type=search]:focus, 
.searchform input[type=search]:focus-visible {
  outline: none;
}

.searchform-wrapper .flex-col:last-of-type {
  margin-left: -2.9em;
}

.searchform .icon {
  color: currentColor;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.searchform .icon i {
  color: white;
}

.content-bottom__offcanvas {
  margin: 12px 0 0;
  padding: 16px;
  background: white;
}

.content-bottom__offcanvas h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
}

.content-bottom__offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .navbar-light .navbar-nav {
    gap: 12px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
}

@media (min-width: 992px) {

  .navbar-light .navbar-nav ul.sub-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    /*left: 0;*/
    transition: all .4s ease-in-out;
    overflow: hidden;
    min-width: 250px;
    height: 0;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .navbar-light .navbar-nav .nav-item:hover ul.sub-menu {
    display: block;
    height: auto;
    
  }

  .sub-menu a {
    font-size: 15px;
    padding: 5px 10px;
    color: var(--dark);
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
  }

}

@media (max-width: 991px) {

  .navbar .offcanvas {
    border: 0;
    background: #ececec;
    max-width: 80%;
    z-index: 1200;
  }

  .offcanvas-header {
    padding: 5px;
    background: white;
    align-items: center;
  }

  .offcanvas-header .btn-close {
    opacity: 1;
    padding: 10px 20px;
  }

  .offcanvas-header .btn-close:focus {
    box-shadow: none;
  }

  .search-project-frm {
    padding: 1px 10px;
    margin: 10px 0;
    width: 100%;
  }

  .search-project-frm input[type="text"] {
    border: 0;
  }

  .navbar .offcanvas-body {
      padding: 0;
  }

  .navbar .navbar-nav {
    gap: 12px;
    padding: 16px;
    background: white;
    border-top: 1px solid #EEEEEE;
    align-items: flex-start;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .nav-item-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  ul.sub-menu {
    padding-top: 8px;
    padding-left: 12px;
    list-style: none;
    display: none;
  }

  ul.sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }

  .sub-menu a {
    display: block;
    color: var(--dark);
    font-weight: 600;
    text-transform: capitalize;
  }
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.banner-item .hs-item {
  height: 100%;
  min-height: 620px;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.header-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.header-text h2 {
  font-size: 120px;
  letter-spacing: -.32px;
  text-transform: uppercase;
  background: linear-gradient(182.36deg, #EEFFF6 21.76%, rgba(255, 255, 255, 0) 83.43%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-text h3 {
  color: #FFECC3;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.22;
  text-shadow: 4px 4px 0px #00000040;
  margin-bottom: 28px;
}

.owl-banner .header-text img {
  width: auto;
}

.main-banner .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background: white;
  border-radius: 50%;
}

.main-banner .owl-dot.active span {
  background: var(--secondary);
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
}

@media (min-width: 1600px) {

  .banner-item .hs-item {
    min-height: 840px;
  }

}

@media (max-width: 991px) {

  .banner-item .hs-item {
    min-height: 370px;
  }

  .header-text h2 {
    font-size: 70px;
  }

  .header-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .owl-banner .header-text img {
    width: 250px;
  }

}

@media (max-width: 767px) {

  .banner-item .hs-item {
    /*min-height: 175px;*/
    background-position: top left;
  }

  .header-text h2 {
    font-size: 60px;
  }

  .header-text h3 {
    font-size: 30px;
  }

  .main-banner .owl-dots {
    bottom: 20px;
  }
}

/* 
---------------------------------------------
Academy Style
--------------------------------------------- 
*/

.academy {
  position: relative;
}

.academy-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.academy-image.bottom {
  top: unset;
  transform: inherit;
  left: inherit;
  bottom: -170px;
  right: 0;
}

.acdemy-title h2 {
  font-size: 130px;
  line-height: 1;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, rgba(247, 147, 30, 0.2) 3.58%, rgba(255, 255, 255, 0.2) 164.58%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.academy-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.academy-wrapper.right {
  align-items: flex-start;
}

.academy-circle {
  border-radius: 50%;
  overflow: hidden;
  width: 276px;
  height: 276px;
}

.academy-circle.large {
  width: 318px;
  height: 318px;
  margin-left: auto;
}
.academy-circle img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.academy-content {
  padding: 33px;
  border-radius: 30px;
  box-shadow: 0px 4px 14px 0px #00000021;
  background: white;
  max-width: 380px;
}

.academy-wrapper.right .academy-content {
  max-width: 285px;
  margin-left: auto;
}

.academy-content p:last-child {
  margin-bottom: 0;
}

.step-item {
  position: relative;
  border-radius: 40px;
  padding: 25px 55px 25px 76px;
}

.step-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 1px;
  border-radius: 40px;
  background: linear-gradient(90deg, #009245 0%, #FEEBC3 25.48%, #009245 75.48%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.step-item .number {
  background: url('../img/bg-number.png') no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 71px;
  height: 68px;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .16px;
}

.step-item .content {
  text-transform: capitalize;
}

.step-item h6 {
  margin-bottom: 0;
  line-height: 1.5;
}

.step-item h6 span {
  display: block;
  color: var(--primary);
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .step-item {
    padding: 35px 35px 25px;
  }
}

@media (min-width: 768px) {

  .academy-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 420px;
  }

  .academy-wrapper.right .academy-content {
    max-width: 65%;
    left: inherit;
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .step-item h6 {
    font-size: 14px;
  }

  .step-item h6 span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {

  .step-item {
    padding-left: 32px;
    padding-right: 32px;
  }

  .step-item .number {
    top: -40px;
  }
}

@media (max-width: 767px) {

  .academy-image.bottom {
    bottom: -65px;
  }

  .academy-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 16px;
  }

  .academy-wrapper.right {
    align-items: center;
    flex-direction: column;
  }

  .academy-circle.large {
    margin-left: 0;
  }

  .academy-content {
    max-width: 100% !important;
  }

}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.banner-slider .banner-item::before {
  padding-top: 80%;
}

.banner-slider .owl-prev,
.banner-slider .owl-next {
  color: white;
}

.banner-slider .owl-prev {
  left: 30px;
}

.banner-slider .owl-next {
  right: 30px;
}

/* 
---------------------------------------------
Course Style
--------------------------------------------- 
*/

.nav-wrapper {
  margin-bottom: 20px;
}

.nav-wrapper .nav-tabs {
  border: none;
  gap: 40px;
}

.nav-wrapper .nav-tabs li .nav-link {
  position: relative;
  padding: 0 0 8px;
  border: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  text-transform: uppercase;
  color: var(--light);
}

.nav-wrapper .nav-tabs li .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  width: 100px;
  height: 1px;
}

.nav-wrapper .nav-tabs li .nav-link.active {
  color: var(--primary);
}

.nav-wrapper .nav-tabs li .nav-link.active::after {
  background: var(--primary);
}

.course-description {
  margin-bottom: 20px;
}

.course-description p {
  margin-bottom: 0;
}

.course-item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.course-image::before {
  padding-top: 100%;
}

.course-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-top: 30px;
  padding-left: 24px;
}

.course-item:hover .course-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #009245 36.06%, #009245 100%);
  color: white;
}

.slider-wrapper .course-content img {
  width: auto;
}

.course-content h5 {
  text-transform: capitalize;
}

.course-content h5 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: black;
}

.course-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.course-content .address {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-size: 12px;
  line-height: 1.8;
}

.course-content .address span {
  color: #8B8B8B;
}

.course-item:hover h5 a,
.course-item:hover .address,
.course-item:hover .address span {
  color: white;
}

.course-item:hover .address img {
  filter: brightness(0) invert(1);
}

.detail-button a {
  display: inline-block;
  border-top-left-radius: 61px;
  padding: 14px 46px;
  background: #F2FDF7;
  color: var(--primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: underline;
}

.course-item:hover .detail-button a {
  background: white;
}

@media (max-width: 991px) {

  .course-image::before {
    padding-top: 120%;
  }

  .course-content {
    padding-left: 16px;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .nav-wrapper .nav-tabs {
    gap: 20px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {

  .course-image::before {
    padding-top: 230%;
  }

  .course-content {
    padding-top: 16px;
  }

  .course-content h5 {
    font-size: 14px;
    padding-right: 16px;
  }

  .course-content .address {
    flex-wrap: wrap;
    padding-right: 16px;
  }

  .course-content p {
    font-size: 13px;
    padding-right: 16px;
  }

  .detail-button a {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/

.news-item {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 1px 18.9px 0px #00000014;
}

.news-image::before {
  padding-top: 65%;
} 

.news-item.large .news-image::before {
  padding-top: 35%;
}

.content-wrapper {
  padding: 24px 30px;
}

.date-cate {
  color: var(--primary);
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 5px;
}

.date-cate span {
  position: relative;
  display: inline-block;
}

.date-cate span:first-child {
  padding-right: 10px;
}

.date-cate span:first-child::after {
  content: '\f111';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  font-size: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.news-content {
  color: #626262;
}

.news-content h6,
.news-wrapper h6 {
  text-transform: capitalize;
  line-height: 1.3;
  margin-bottom: 4px;
}

.news-content h6 a,
.news-wrapper h6 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: black;
}

.news-content h6 a:hover,
.news-wrapper h6 a:hover {
  color: var(--primary);
}

.news-content p,
.news-wrapper p {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list {
  margin-bottom: 40px;
}

.news-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px dashed #A4A4A4;
  padding-bottom: 16px;
}

.news-list li:not(:last-child) {
  margin-bottom: 16px;
}

.news-list .date-cate,
.view-detail {
  margin-bottom: 0;
  width: 15%;
}

.news-wrapper {
  width: 70%;
  font-size: 13px;
  color: #626262;
}

.news-wrapper h6 {
  font-weight: 500;
}

.view-detail a {
  display: inline-block;
  color: var(--primary);
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 767px) {

  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .news-list .date-cate,
  .news-wrapper,
  .view-detail {
    width: 100%;
  }
}

/* 
---------------------------------------------
Registration Route Style
--------------------------------------------- 
*/

.registration-route {
  background: var(--route-bg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  max-width: 100%;
  padding: 250px 0 100px;
}

.step-wrapper {
  position: relative;
}

.step-line {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 230px);
}

.step-line img {
  width: 100%;
}

.step-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.step-box-item {
  flex: 0 0 20%;
  max-width: 230px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-box-item:nth-child(2) {
  margin-top: 35px;
}

.step-box-item:nth-child(3) {
  margin-top: -75px;
}

.step-box-item:nth-child(4) {
  margin-top: -160px;
}

.step-box-title {
  background: url('../img/bg-step.png') no-repeat;
  background-size: contain;
  max-width: 100%;
  width: 71px;
  height: 68px;
  color: white;
  font-weight: 700;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-box-title span {
  display: block;
  line-height: 1;
}

.step-box-title span.number {
  font-style: italic;
  font-size: 24px;
  
}

.step-box-title .flag {
  position: absolute;
  z-index: -1;
  top: -10%;
  right: -80%;
}

.step-box-content {
  color: #636363;
  font-size: 13px;
  line-height: 1.7;
}

.step-box-content h6 {
  color: black;
  line-height: 1.5;
  text-transform: capitalize;
}

.step-box-content p {
  margin-bottom: 0;
}

.group-button {
  position: absolute;
  z-index: 1;
  bottom: -35px;
  right: 0;
}

.group-button a {
  background: linear-gradient(74.81deg, #FFC989 2.79%, #F7931E 76.96%);
  text-align: center;
}

.group-button a span {
  display: block;
}

@media (max-width: 991px) {

  .step-line {
    display: none;
  }

  .step-box {
    margin-bottom: 24px;
  }

  .step-box-item {
    flex: 1;
  }

  .step-box-item:nth-child(2),
  .step-box-item:nth-child(3),
  .step-box-item:nth-child(4) {
    margin-top: 0;
  }

  .step-box-content {
    font-size: 12px;
  }

  .step-box-content h6 {
    font-size: 14px;
  }

  .group-button {
    position: unset;
  }
}

@media (max-width: 767px) {

  .registration-route {
    padding-top: 400px;
    padding-bottom: 50px;
  }

  .step-box {
    row-gap: 16px;
  }

  .step-box-item {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .group-button {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .group-button a {
    flex: 1;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 415px) and (max-width: 579px) {

  .registration-route {
    padding-top: 450px;
  }
}

/* 
---------------------------------------------
Study Program Style
--------------------------------------------- 
*/

.study-program {
  position: relative;
}

.study-image-bottom {
  position: absolute;
  bottom: -24%;
  left: 60px;
  z-index: -1;
}

.study-item a {
  position: relative;
  display: block;
  color: white;
}

.study-image {
  border-radius: 12px;
}

.study-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0000008C;
  width: 100%;
  height: 100%;
}

.study-image img {
  transition: .5s;
}

.study-item a:hover img {
  transform: scale(1.1);
}

.study-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.study-content h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 1.1;
}

.study-item a:hover h5 {
  color: var(--secondary);
}

@media (max-width: 767px) {

  .study-image-bottom {
    left: 30px;
  }

  .study-slider .owl-prev, 
  .study-slider .owl-next {
    color: white;
  }

  .study-content h5 {
    font-size: 14px;
  }
}

/* 
---------------------------------------------
Introduce Style
--------------------------------------------- 
*/

.introduce {
  /*background: linear-gradient(158.8deg, #FBF9F5 30.01%, #F8F8F8 43.4%, rgba(255, 255, 255, 0) 100.35%);*/
  background: var(--introduce-bg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  max-width: 100%;
  padding-top: 100px;
}

.introduce-button a {
  padding-left: 40px;
  padding-right: 40px;
}

.introduce-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}

.introduce-item {
  text-align: center;
}

.introduce-item:nth-child(1) { 
  grid-column:2/span 1; 
}

.introduce-item:nth-child(2) { 
  grid-column:3/span 1; 
}

.introduce-item:nth-child(3) { 
  grid-column:4/span 1; 
}

.introduce-item:nth-child(4) { 
  grid-column:1/span 1; 
}

.introduce-item:nth-child(5) { 
  grid-column:2/span 1; 
}

.introduce-item:nth-child(6) { 
  grid-column:3/span 1; 
}

.introduce-slider .swiper-button-next,
.introduce-slider .swiper-button-prev {
  color: black;
  top: inherit;
  bottom: 20%;
  right: 24px;
}

.introduce-slider .swiper-button-prev {
  top: 20%;
  bottom: inherit;
  right: inherit;
  left: 24px;
}

.introduce-slider .swiper-button-disabled {
  visibility: hidden;
}

.introduce-image {
  border-radius: 50px;
}

.introduce-image::before {
  padding-top: 100%;
}

.introduce-content {
  text-transform: capitalize;
  line-height: 2;
}

@media (max-width: 767px) {

  .introduce-image {
    border-radius: 32px;
  }
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-main {
  background: #07261A;
  color: white;
  padding: 30px 0 40px;
}

.footer-logo img {
  width: 100%;
}

.footer-item h3 {
  color: var(--secondary);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.footer-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 24px;
}

.footer-item li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 33.33333333333333%;
}

.footer-item li:first-child {
  width: 100%;
}

.footer-item h6 {
  color: #6FCE9C;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer-item p {
  margin-bottom: 0;
}

.footer-item li:not(:first-child) p {
  font-weight: 500;
  line-height: 1.2;
  font-size: 20px;
}

.footer-item li:last-child p {
  font-weight: 300;
}

.footer-item a {
  color: white;
}

.social-icon {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.social-icon a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #07261A;
  border-radius: 50%;
}

.advise-button {
  margin-top: 32px;
}

.advise-button a {
  padding-left: 45px;
  padding-right: 45px;
}

.footer-bottom {
  background: #0D3223;
  color: white;
  padding: 19px 0;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom a {
  color: white;
  position: relative;
}

.nav-policy {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.nav-policy a:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: -15px;
  top: 0;
}
.nav-policy ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.nav-policy ul li {
  display: flex;
  align-items: center;
}
.nav-policy ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
}
.nav-policy ul li a {
  display: block;
  padding: 0 10px;
}

@media (max-width: 991px) {

  .social-icon {
    justify-content: flex-start;
  }
}

@media(max-width: 767px) {

  .footer-logo img {
    width: 50%;
  }

  .footer-item ul {
    row-gap: 16px;
  }

  .footer-item li {
    width: 50%;
  }

  .footer-item li:last-child {
    width: 100%;
  }

  .nav-policy {
    justify-content: flex-start;
  }

}

/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

/*.banner-page {
  background-image: url('../img/bg-course.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 672px;
  display: flex;
  align-items: center;
}*/

.banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.bg-cover img {
    width: 100%;
}

.banner-page h2 {
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--primary);
}

@media (max-width: 767px) {

  .bg-cover img {
    height: 250px;
    object-fit: cover;
  }

  .banner-page h2 {
    font-size: 28px;
  }

  .banner-page p {
    margin-bottom: 0;
  }

}

/* 
---------------------------------------------
Course Page Style
--------------------------------------------- 
*/

.course-latest {
  background: var(--course-bg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  max-width: 100%;
  padding: 100px 0 70px;
  margin-top: -200px;
  position: relative;
}

.course-wrapper .course-image::before {
  padding-top: 150%;
}

.itda-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.itda-right .itda-image::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: var(--secondary);
  width: 100%;
  height: 100%;
}

.itda-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 57px 50px;
}

.itda-content h5 {
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.itda-content img {
  width: 335px;
  margin: 0 auto;
}

.itda-content h4 {
  text-transform: capitalize;
  line-height: 1.7;
  margin: 20px 0 0;
}

@media (min-width: 1750px) {

  .course-latest {
    margin-top: -300px;
  }
}

@media (max-width: 991px) {

  .course-wrapper .course-image::before {
    padding-top: 200%;
  }

  .itda-content {
    padding: 24px;
  }

  .itda-content img {
    width: 200px;
  }

  .itda-content h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .itda-content h4 {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {

  .course-wrapper .course-image::before {
    padding-top: 230%;
  }

  .course-latest {
    margin-top: -140px;
    padding-top: 130px;
  }

  .itda-image::before {
    padding-top: 100%;
  }
}

@media (min-width: 414px) and (max-width: 665px) {

  .course-latest {
    margin-top: -150px;
    padding-top: 150px;
  }

}

/* 
---------------------------------------------
Detail Page Style
--------------------------------------------- 
*/

.course-detail-content h2 {
  line-height: 1.5;
  color: var(--primary);
  text-transform: uppercase;
}

.course-detail-content h6 {
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 28px;
}

.course-detail-content p {
  text-align: justify;
  margin-bottom: 0;
}

.location-label {
  color: #6EB18E;
}

.location-name {
  margin: 4px 0;
  text-transform: capitalize;
}

.location-address {
  color: #8B8B8B;
  margin-bottom: 30px;
}

.advise-social {
  margin-top: 24px;
}

.advise-social h6 {
  text-transform: uppercase;
  line-height: 1.5;
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  overflow: hidden;
}

.gallery-item {
  grid-column: span 3;
  position: relative;
  overflow: hidden;
  color: white;
}

.gallery-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(326.49deg, #009245 36.72%, #6FCE9C 106.32%);
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
  z-index: 1;
}

.gallery-item:hover::before {
  visibility: visible;
  opacity: 1;
}

.gallery-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 44px;
  opacity: 0;
  visibility: hidden;
}

.gallery-item:hover .gallery-content {
  opacity: 1;
  visibility: visible;
}

.gallery-content h3 {
  margin-bottom: 0;
  line-height: 1.42;
}

.course-info h4 {
  text-transform: uppercase;
  line-height: 1.67;
}

.course-info-row {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #F4F4F4;
  font-size: 15px;
  line-height: 1.6;
}

.course-info-title {
  width: 30%;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  padding: 10px 24px;
}

.course-info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 24px;
}

.course-info-content p {
  margin-bottom: 0;
}

.course-scholarship {
  margin-top: 40px;
}

.form-group label {
  font-size: 13px;
  line-height: 1.86;
}

.course-scholarship .form-group input,
.course-scholarship .form-group textarea {
  border-radius: 12px;
  border: none;
  background: #F6F6F6;
  color: #A5A5A5;
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 25px;
}

.course-scholarship .form-group input::placeholder,
.course-scholarship .form-group textarea::placeholer {
  color: #A5A5A5;
}

.course-scholarship .form-group input:focus,
.course-scholarship .form-group textarea:focus {
  background: #F6F6F6;
  box-shadow: none;
}

.promo-bar {
  color: var(--secondary);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  text-transform: capitalize;
  margin-top: 36px;
}

.register-form {
  position: relative;
  z-index: 1;
}

.register-wrapper {
  position: relative;
  border-radius: 30px;
  background: var(--register-bg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  max-width: 100%;
  padding: 67px 70px;
}

.register-form h3 {
  color: var(--primary);
  font-size: 30px;
  line-height: 1.42;
  text-transform: uppercase;
}

.register-form p {
  font-weight: 500;
}

.register-form-content input,
.register-form-content select,
.register-form-content textarea {
  padding: 10px 25px;
  border-radius: 12px;
  border: none;
}

.register-form-content input,
.register-form-content textarea {
  color: #A5A5A5;
}

.register-form-content input::placeholder,
.register-form-content textarea::placeholder {
  color: #A5A5A5;
}

.register-form-content input:focus,
.register-form-content select:focus,
.register-form-content textarea:focus {
  box-shadow: none;
}

.register-image {
  position: absolute;
  bottom: 0;
  right: -25px;
  height: 100%;
}

.register-image img {
  height: 100%;
}

.register-form-content button {
  background: linear-gradient(74.81deg, #FFC989 2.79%, #F7931E 76.96%);
  border: none;
  padding: 8px 46px;
  font-size: 16px;
}

@media (max-width: 991px) {

  .gallery-item {
    grid-column: span 4;
  }

  .gallery-content {
    padding: 0 24px;
  }

  .register-wrapper {
    background-position: center;
  }

  .register-image {
    position: unset;
    height: auto;
  }

  .register-image img {
    height: auto;
  }

  .register-wrapper {
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {

  .social-list {
    justify-content: flex-start;
  }

  .gallery-item {
    grid-column: span 6;
  }

  .gallery-content {
    padding: 0 12px;
  }

  .gallery-content h3 {
    font-size: 20px;
  }

  .course-info-title {
    width: 40%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .course-info-content {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* about page */
.table.table-about>:not(caption)>*>* {
  border-color: #F4F4F4;
}
.table-bordered.table-about>:not(caption)>*>* {
  border-color: #F4F4F4;
}

.table.table-about {
  --bs-table-border-color: #F4F4F4;
  font-size: 15px;
    line-height: 1.6;
}
.table.table-about td {
  padding: 10px 24px;
}

.table-about td:first-child {
  white-space: nowrap;
  background-color: #F4F4F4;
  /* border-bottom-color: #F4F4F4; */
}
/* about page */

/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.breadcrumb-style a,
.breadcrumb-style li {
  letter-spacing: .2px;
  color: var(--dark);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

.contact h4 {
  text-transform: uppercase;
  line-height: 1.67;
}

.form-contact button {
  border: none;
}

.contact-info h5 {
  text-transform: uppercase;
  line-height: 1.67;
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (max-width: 767px) {
  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }

  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {

  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
}

/*auth form login*/
.form-group {
  position: relative;
}
.form-control {
    font-size: inherit;
    min-height: 40px;
}
.form-control:focus {
    box-shadow: unset;
}

.error-message,
form div.error,
form label.error {
  bottom: -20px;
  font-size: 12px;
  color: #f00;
}

form div.error,
form label.error {
  position: absolute;
  left: 0;
}

#reviewModal form div.error,
#reviewModal form label.error {
  position: relative;
  bottom: 0;
}

.password-toggle {
  position: relative;
}

.password-toggle-btn .password-toggle-check {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.password-toggle-btn {
  position: absolute;
  top: 3px;
  right: .625rem;
  left: unset;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  border: 0;
  background: unset;
}

/*auth form login*/

/* loading sniper */
.loading-spinner {
    align-items: center;
    background: hsla(0,0%,100%,.5);
    display: flex;
    height: 100%;
    inset-inline-start: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.loading-spinner:after {
    animation: loading-spinner-rotation .5s linear infinite;
    border-color: var(--primary) transparent var(--primary) transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 1
}

@keyframes loading-spinner-rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}
/* loading sniper */

/*waiting-process*/
.waiting-process {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff75;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*waiting-process*/

/*---------------------
  Detail Categories Grid
-----------------------*/

.main-slider .splide__arrow {
    border-radius: 4px;
    background: var(--white);
}

.mySwiper2 img {
    width: 100%;
}

.mySwiper2 .swiper-button-prev::after,
.mySwiper2 .swiper-button-next::after {
    display: none;
}

.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 4px;
    opacity: .7;
}

.mySwiper2 .swiper-button-prev:hover,
.mySwiper2 .swiper-button-next:hover {
    opacity: 1;
}

.mySwiper2 .swiper-button-prev i,
.mySwiper2 .swiper-button-next i {
    color: var(--dark);
}

.mySwiper2 .swiper-pagination {
    background: var(--black);
    color: var(--white);
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 8px;
    width: auto;
    right: 16px;
    left: initial;
}

.mySwiper2 .swiper-slide{
/*    max-height: 600px;*/
    background: #f1f1f1;
}
/*.mySwiper2 .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 65%;
}
.mySwiper2 .swiper-slide .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.mySwiper2 .swiper-slide .img img {
    object-fit: cover;
    height: 100%;
}*/

.swiper-thumbs .swiper-slide{
    position: relative;
    overflow: hidden;
}
.swiper-thumbs .swiper-slide:before{
    content: "";
    padding-top: 70%;
    display: block;
}
.swiper-thumbs .swiper-slide .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-details-wrapper .price ins {
    line-height: 32px;
}

.property-details-wrapper span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: var(--dark);
}

.property-details-wrapper p {
    font-size: 16px;
    color: var(--black);
    line-height: 32px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-transform: initial;
    font-family: 'SVN-Poppins Bold', sans-serif;
}

.listing_actions {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.listing_actions a {
    color: var(--dark);
    font-size: 20px;
}

.listing_actions a:hover {
    color: var(--primary);
}

.estate__section--attributes,
.estate__section--last {
    padding: 32px 0 24px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.estate__section--attributes .table {
  border: none;
}
.estate__section--attributes .table td {
  border: none;
  line-height: 1.4;
}

.estate__list__element {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.estate__list__element img {
    width: 24px;
}

.estate__list__element span {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #272727;
}

.project-content h6 {
    font-size: 20px;
    color: var(--black);
    text-transform: capitalize;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-bottom: 24px;
}

.property-description {
    padding: 32px 0 24px;
    border-bottom: 1px solid #E6E6E6;
}
.property-description:first-child{
    padding-top: 0;
}

.map-bds img {
    width: 100%;
}

.estate__section--last {
    border-bottom: none;
    padding-bottom: 0;
}

.estate__carousel .special-info {
    display: flex;
    align-items: center;
}

.estate__carousel .name-area img {
    width: 12px;
}

.name-area .price {
    padding: 4px 0 8px;
    display: block;
}

.estate__carousel .special-info span {
    font-size: 12px;
    color: #878787;
}

.estate__carousel .special-info span:last-child::before {
    display: none;
}

.estate__carousel .special-info span:last-child {
    padding: 0;
    margin: 0;
}


.item-special {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}

.item-special .icon{
    display: inline-block;
    width: 12px;
    height: 12px;
}
.item-special .icon-acreage{
    background: url('../images/globe-gray.png') no-repeat center center;
    background-size: 12px 12px;
}
.item-special .icon-bed{
    background: url('../images/bed-gray.png') no-repeat center center;
    background-size: 12px 12px;
}
.item-special .icon-bathroom{
    background: url('../images/bathroom-gray.png') no-repeat center center;
    background-size: 12px 12px;
}
.item-special:not(:last-child)::before {
    content: '\f111';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 900;
    font-size: 5px;
    color: #D9D9D9;
}
.item-special:not(:last-child) {
    padding-right: 16px;
    margin-right: 16px;
}

.list-info-item {
    display: flex;
    column-gap: 15px;
    row-gap: 5px;
    flex-wrap: wrap;
}
.list-info-item .item-info{
    padding-left: 27px;
/*    margin-right: 20px;*/
}
.list-info-item .item-info:first-child{
    margin-right: 0;
}
.list-info-item .icon-globe{
    background: url('../img/icon/globe-surface.png') no-repeat top left;
    background-size: auto 24px;
}
.list-info-item .icon-bed{
    background: url('../img/icon/baseline-bed.png') no-repeat top left;
    background-size: auto 24px;
}
.list-info-item .icon-bathroom{
    background: url('../img/icon/bathroom.png') no-repeat top left;
    background-size: auto 24px;
}
.list-info-item .icon-map{
    background: url('../img/icon/map-pin.png') no-repeat top left;
    background-size: auto 24px;
}

.projects-item .item-info{
    background-size: auto 20px;
}

.price ins {
    text-decoration: none;
    font-weight: 600;
    color: #FF3838;
    font-family: 'SVN-Poppins Bold', sans-serif;
    line-height: 24px;
    font-size: 16px;
}


.property-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 30px
}

.property-detail-meta>li {
    flex: 1 1 auto;
    text-align: center
}

.property-detail-meta>li>a,.property-detail-meta>li>span {
    margin-right: -1px;
    border: 1px solid #eee;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #969696;
    font-weight: 700;
    height: 100%
}

.property-detail-meta>li>a:hover {
    color: #fe7d09
}

.property-detail-meta>li>span {
    font-size: 18px
}

.share-box {
    position: relative
}

.share-box .share-box-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0c4556;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.share-box .share-box-social li a {
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1px;
}

.share-box .share-box-social li a img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.share-box .share-box-social li a:hover {
    color: #001935
}

.share-box .share-box-social:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #0c4556 transparent transparent transparent;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    z-index: 99;
    margin-left: -3px
}

.share-box:hover .share-box-social {
    opacity: 1;
    visibility: visible;
    margin-bottom: 6px
}

.estate__carousel .swiper-button-prev::after,
.estate__carousel .swiper-button-next::after {
    display: none;
}

.estate__carousel .swiper-button-prev,
.estate__carousel .swiper-button-next {
    width: 32px;
    height: 32px;
    background: var(--primary);
    border-radius: 30px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translateY(-50%);
}

.estate__carousel .project-item a:hover {
    background: transparent;
    box-shadow: none;
}

.estate__carousel .project-item a:hover h5, 
.estate__carousel .project-item a:hover p,
.estate__carousel .project-item a:hover span {
    color: initial;
} 

.estate__carousel .project-item a:hover .price,
.estate__carousel .project-item a:hover ins {
    color: #FF3838;
}

.estate__carousel i {
    color: var(--white);
}

.wishlist{
    position: relative;
}
.sub_number {
    position: absolute;
    top: -10px;
    right: -12px;
    min-width: 18px;
    height: 18px;
    background: #da1030;
    border-radius: 6px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}

@media(min-width: 992px)
{
    .estate__section--attributes{
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .sign-in h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 991.98px) {
    .property-description:first-child{
        padding-top: 0;
    }

    .sticky-top.navbar-white {
        position: relative;
        background: #FFFFFF;
    }

    .offcanvas-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -100%;
        width: 55%;
        padding-right: 0;
        padding-left: 12px;
        padding-bottom: 0.5rem;
        overflow-y: auto;
        visibility: hidden;
        transition-timing-function: ease-in-out;
        transition-duration: 0.3s;
        transition-property: right, visibility;
        transition: right 0.3s ease-in-out, visibility 0.3s ease-in-out;
        align-items: start;
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        z-index: 1041;
        display: flex;
        flex-direction: column;
        background-color: var(--white);

        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .offcanvas-nav.collapse.show {
        right: 0;
        visibility: visible;
    }

    .navbar-white .navbar-brand img {
        width: 70px;
    }

    .navbar-white .navbar-nav .nav-link,
    .sticky-top.navbar-white .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-white .navbar-nav .nav-link {
        flex-direction: initial;
        gap: 5px;
    }

    .navbar-white .navbar-brand h1 {
        color: var(--primary);
    }

    .pull-right {
        float: none;
    }

    .header-carousel .owl-dots {
        max-width: 100%;
        width: 95%;
    }

    .nav-project-tabs a {
        font-size: 16px;
    }

    .content-project {
        padding-left: 10px;
        padding-right: 10px;
    }

    .area-number {
        gap: 0;
    }

    .area-des span {
        white-space: nowrap;
    }

    .special-info span:last-child {
        padding: 0;
    }

    .special-info span:last-child::before {
        left: -7px;
    }

    .name-area h5 {
        line-height: 24px;
    }

    .news-main h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .sign-in {
        padding: 20px;
    }

    form.form_filter {
        flex-wrap: wrap;
        gap: 16px;
    }

    form.form_filter .form-group {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    form.form_filter .form-group:not(:last-child) {
        border: none;
        padding: 0;
    }

    .ordering select {
        font-size: 10px;
    }

    .order img {
        width: 16px;
    }

    .order {
        gap: 0;
    }

    .box-title-archive .title {
        gap: 24px;
    }

    .project-number {
        display: none;
    }

    .bottom-info {
        gap: 16px;
    }

    .price ins {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    .nav-right,
    .language-wrapper {
        display: block;
    }

    .language-wrapper a:not(:last-child) {
        margin-bottom: 12px;
        display: inline-block;
    }

    .search-heart {
        margin-top: 12px;
    }

    .hero-carousel {
        padding: 50px 0;
    }

    .header-carousel .owl-dots {
        width: 100%;
        bottom: 35px;
    }

    .video-container {
        min-height: 200px;
    }

    .area-number {
        gap: 5px;
    }

    .project-btn {
        text-align: center;
        margin-top: 24px;
    }

    .left-news,
    .right-news {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .news-btn {
        text-align: center;
        margin-top: 24px;
    }

    .logo-footer {
        margin-bottom: 16px;
    }

    .sign-box {
        margin-bottom: 0;
    }

    form.form_filter .form-group {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    form.form_filter .form-group:not(:last-child) {
        padding: 0 12px;
    }

    form.form_filter .form-group:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        padding-top: 12px;
    }

    form.form_filter {
        gap: 0;
    }

    .info-content a,
    .info-content .project-name:nth-child(even) {
        font-size: 11px;
    }

    .project-name {
        font-size: 9px;
    }

    .order {
        width: 70%;
        margin: 10px auto 0;
    }

    .title-box {
        display: block;
    }

    .price ins {
        font-size: 16px;
    }

    .bottom-info {
        display: block;
    }

    .list-info-item {
        gap: 16px;
        margin-top: 12px;
    }

    .info-item-icon img {
        width: 20px;
    }

    .info-item-text {
        font-size: 12px;
    }


    .box-btn {
        justify-content: space-between;
        gap: 0;
    }

    .list-keyword a {
        font-size: 14px;
    }

    .item-project {
        display: block;
    }

    .thumb-left,
    .content-right {
        max-width: 100%;
        padding: 0;
    }

    .listing_actions {
        justify-content: center;
    }

    .estate__list__element:not(:last-child) {
        margin-bottom: 12px;
    }

}

@media (min-width: 992px) {
    .navbar-white {
        width: 100%;
    }
    
    .sticky-top.navbar-white {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-white .navbar-brand h1 {
        color: var(--primary);
    }

    .comparison::after {
        position: absolute;
        content: "";
        width: 1px;
        top: 56px;
        bottom: 20px;
        left: 50%;
        background: #DDDDDD;
    }

    .search-heart {
        display: flex;
    }
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100%;
    }

    .h-md-100 {
        height: 100%;
    }

    .estate__list__inner {
        display: flex;
        flex-wrap: wrap;
    }

    .estate__list__element {
        padding: 0 12px 10px;
        width: 50%;
    }
}

/* $product list */
.product-image {
    position: relative;
    background: rgba(0,0,0,0.3);
}
.product-image:before{
    content: "";
    padding-top: 60%;
    display: block;
}
.product-image .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-image .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content{
  padding: 5px 0;
}
.product-content h5{
  font-size: 16px;
}
.product-content a{
  color: #000;
}
/* $product list */

/* product detail */
.product-detail .bottom-info{
    flex-wrap: wrap;
    gap: 15px 0
}
.product-detail .list-info-item{
    flex: 0 0 100%;
}

.product-detail .estate__list__inner{
    padding-left: 0;
}

.product-detail .project-content-left {
    margin-bottom: 0;
    position: sticky;
    top: 100px;
}

.bottom-info {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 12px;
}

.info-item-icon img {
    width: 24px;
}


.info-item-text {
    font-size: 14px;
    line-height: 18px;
    color: var(--primary);
}

.projects-item .info-item-text{
    font-size: 13px;
}

.project-content .property-description {
    font-size: 14px;
    color: var(--dark);
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.list-btn {
    display: flex;
    align-items: center;
    gap: 28px;
}

.list-btn img {
    width: 32px;
    margin-right: 8px;
}

.list-btn a.like {
    font-size: 14px;
    line-height: 18px;
    color: var(--black);
    display: block;
    text-align: center;
}

.item-btn a {
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 6px 33px;
    height: 38px;
}

.item-btn:first-child a {
    background: var(--primary);
    color: #fff;
}

.item-btn:nth-child(2) a {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.item-btn img {
    width: 32px;
    margin-right: 8px;
}

.item-btn a {
    display: block;
}

.box-btn {
    display: flex;
    gap: 28px;
}

.nav-pagination li.active span {
    background-color: var(--dark) !important;
    border-color: var(--dark) !important;

}

.nav-pagination li a {
    color: var(--dark);
}

.search-keyword {
    margin-top: 60px;
}

.list-keyword {
    margin-top: 24px;
}

.list-keyword li {
    display: inline-block;
    margin-bottom: 8px;
}

.list-keyword a {
    font-size: 15px;
    color: var(--dark);
    background: var(--light);
    padding: 10px;
    border-radius: 16px;
    display: inline-block;
}

.list-btn .box-btn{
}
.list-btn .item-btn a{
    min-width: 130px;
    max-width: 100%;
    padding: 6px 10px;
    text-align: center;
}
/* product detail */
