/*
Theme Name: Obelix Charity One
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* @import url("https://fonts.googleapis.com/css2?family=Grandstander:ital,wght@0,100..900;1,100..900&display=swap"); */

:root {
  --border-color: rgba(0, 0, 0, .1);
  --paragraph-color: #636363;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button {
  font-family: "Grandstander", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* header main */
#header-contact li:first-child {
  display: none;
}

.nav-divided>li:nth-child(2)>a::after {
  border-left: none;
}

.header-main .header-nav-main a {
  font-size: 18px;
}

.header-main .nav>li.active>a {
  color: var(--fs-color-primary);
}

.header-main .nav>li {
  margin: 0 12px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.creative-slider {
  --slider-height: 500px;
  --content-pos: 50%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,
      rgba(14, 29, 51, 0.8),
      rgba(14, 29, 51, 0.2));
}

.creative-slider .slider-wrap {
  width: 100%;
  height: var(--slider-height);
  overflow: hidden;
}

.creative-slider .slider-wrap .slider-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.creative-slider .slider-wrap .slider-cell .cell-inner {
  position: relative;
  top: var(--content-pos);
  transform: translateY(-50%);
  color: white;
  text-align: center;
}

.creative-slider .slider-wrap .slider-cell .cell-inner .cell-subtitle {
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 200;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.creative-slider .slider-wrap .slider-cell .cell-inner .cell-title {
  font-size: 3rem;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.creative-slider .slider-wrap .slider-cell .cell-inner .btn {
  border: 1px solid #fff;
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.creative-slider .slider-wrap .slider-cell .cell-inner .btn:hover {
  background: #fff;
  color: #000;
}

.creative-slider .slider-wrap.flickity-prev-next-button {
  width: 80px;
  height: 80px;
  background: transparent;
}

.creative-slider .slider-wrap.flickity-prev-next-button:hover {
  background: transparent;
}

.creative-slider .slider-wrap.flickity-prev-next-button .arrow {
  fill: white;
}

.creative-slider .slider-wrap.flickity-page-dots {
  bottom: 30px;
}

.creative-slider .slider-wrap.flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}

.creative-slider .slider-wrap.flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}

.creative-slider .slider-cell .cell-inner .cell-title,
.creative-slider .cell-inner .cell-subtitle {
  overflow: hidden;
  display: inline-block;
}

.creative-slider .cell-inner .cell-title *,
.creative-slider .cell-inner .cell-subtitle * {
  transform: translateY(105%);
  transition: all ease 0.5s;
  display: inline-block;
  transition-delay: 0.3s;
}

.creative-slider .slider-cell.is-selected .cell-inner .cell-title *,
.creative-slider .slider-cell.is-selected .cell-inner .cell-subtitle * {
  transform: translateY(0%);
}

.creative-slider .cell-inner .cell-subtitle * {
  transition-delay: 0.5s;
}

.creative-slider .slider-cell .cell-inner .call-action {
  overflow: hidden;
  display: block;
  gap: 10px;
}

.creative-slider .slider-cell .cell-inner .call-action>.call-action-inner {
  transform: translateY(105%);
  transition: all ease .5s;
  transition-delay: .7s;
  display: inline-block;
  /* display: inline-flex; */
}

.creative-slider .slider-cell.is-selected .cell-inner .call-action>.call-action-inner {
  transform: translateY(0%);
}

/* .creative-slider .slider-cell .cell-inner .cell-title,
.creative-slider .slider-cell .cell-inner .cell-subtitle{
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.creative-slider .slider-cell .cell-inner .cell-title > span,
.creative-slider .slider-cell .cell-inner .cell-subtitle  > span{
    position: relative;
  transform: translateY(100%);
  transition: all ease 0.5s;
  display: inline-block;
}
.creative-slider .slider-cell.is-selected .cell-inner .cell-title > span,
.creative-slider .slider-cell.is-selected .cell-inner .cell-subtitle > span {
  transform: translateY(0);
  opacity: 1;
}
.creative-slider  .slider-cell.is-selected .cell-inner .cell-subtitle > span {
  transition-delay: 0.05s;
} */


/* DÃƒÂ¡Ã‚Â»Ã‚Â± ÃƒÆ’Ã‚Â¡n */
.give-wrap .give-grid {
  max-width: 30rem
}

.give-item {
  margin-bottom: 1.5rem;
  width: 100%
}

.give-item>:last-child {
  margin-bottom: 0
}

.give-wrap .give-wrap:before {
  display: block;
  content: '';
  clear: both
}

.give-wrap .give-wrap .give-card:active,
.give-wrap .give-wrap .give-card:focus,
.give-wrap .give-wrap .give-card:hover,
.give-wrap .give-wrap .give-card:visited {
  border-color: transparent;
  box-shadow: none
}

@media(min-width: 30rem) {
  .give-wrap .give-grid {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
    max-width: 100%
  }

  .give-item {
    padding: 0 .75rem;
    display: flex
  }
}

@media(min-width: 30rem) and (min-width:40rem) {

  .give-wrap .give-grid--2 .give-grid__item,
  .give-wrap .give-grid--3 .give-grid__item,
  .give-wrap .give-grid--4 .give-grid__item {
    width: 50%
  }
}

@media(min-width: 30rem) and (min-width:72rem) {

  .give-wrap .give-grid--3 .give-grid__item,
  .give-wrap .give-grid--4 .give-grid__item {
    width: calc(100%/3)
  }
}

@media(min-width: 30rem) and (min-width:90rem) {
  .give-wrap .give-grid--4 .give-grid__item {
    width: 25%
  }
}

@supports(display: grid) {
  .give-wrap .give-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 30px;
    max-width: 100%
  }

  .give-item {
    display: flex;
    margin-bottom: 30px;
    padding: 0;
    width: auto !important;
    flex-direction: column
  }

  @media(min-width: 40rem) {
    .give-wrap .give-grid--best-fit {
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
    }
  }

  @media(min-width: 40rem) {

    .give-wrap .give-grid--2,
    .give-wrap .give-grid--3,
    .give-wrap .give-grid--4 {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media(min-width: 72rem) {

    .give-wrap .give-grid--3,
    .give-wrap .give-grid--4 {
      grid-template-columns: repeat(3, 1fr)
    }
  }

  @media(min-width: 90rem) {
    .give-wrap .give-grid--4 {
      grid-template-columns: repeat(4, 1fr)
    }
  }
}

.give-wrap .give-card__inner {
  position: relative;
  margin-bottom: 25px
}

.give-wrap .give-card__inner:hover,
.give-wrap .give-card__inner:focus {
  border-color: transparent;
  box-shadow: none
}

.give-wrap .give-card__inner:hover .give-card__media img,
.give-wrap .give-card__inner:focus .give-card__media img {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .5
}

.give-wrap .give-card__inner:hover .opal-popup-wrapper>div,
.give-wrap .give-card__inner:focus .opal-popup-wrapper>div {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s
}

.give-wrap .give-card__inner:hover .opal-popup-wrapper>div:last-child,
.give-wrap .give-card__inner:focus .opal-popup-wrapper>div:last-child {
  -ms-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s
}

.give-wrap .give-card__inner:hover .btn-donate-now,
.give-wrap .give-card__inner:focus .btn-donate-now {
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible
}

.give-wrap .give-card {
  background-color: transparent;
  transition: all .4s ease-in-out;
  border: 0 solid transparent;
  box-shadow: none;
  color: initial;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  overflow: hidden
}

.give-wrap .give-card__thumbnail {
  position: relative;
  padding-top: 68%;
  overflow: hidden;
  background-color: #000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.give-wrap .give-card__meta {
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 1.5rem
}

.give-wrap .give-card__meta>span:not(:first-child) {
  margin-left: 10px
}

.give-wrap .give-card__meta .label {
  margin-right: 5px;
  color: #aaa;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  padding: 2px 0 6px;
}

.give-wrap .give-card__media {
  transition: all .4s ease-in-out;
  position: relative
}

.give-wrap .give-card__media .label {
  position: absolute;
  top: 20px;
  left: 20px;
}

.give-wrap .give-card__media img {
  border-radius: 0;
  box-shadow: none;
  display: block;
  margin: 0;
  object-fit: cover;
  order: 1;
  width: 100%;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%
}

.give-wrap .give-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  order: 2;
  padding: 0;
  text-align: center
}

.give-wrap .give-card__body>:last-child {
  margin-bottom: 0
}

.give-wrap .give-card__body .wrap-label .label {
  display: none;
  padding: .18rem .6rem .3rem;
  background-color: #dfdfdf;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-size: .75rem
}

.give-wrap .give-card__body .wrap-label .label.success {
  background-color: #e74a30
}

.give-wrap .give-card__title {
  line-height: 1.2;
  margin: 10px 0px 14px;
  padding: 0;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  /* margin-top: 10px; */
}

.give-wrap .give-card__title a:not(:hover) {
  color: inherit
}

.give-wrap .give-card__title a:hover {
  color: var(--fs-color-primary);
}

.give-wrap .give-card__text {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.5;
  color: #636363;
}

.give-wrap .give-card__progress {
  margin-top: 0;
  width: 100%
}

.give-wrap .give-card__progress>:last-child {
  margin-bottom: 0
}

.give-wrap .give-card__progress.top .raised {
  display: none
}

.give-wrap .give-card__progress.bottom .give-progress-bar {
  display: none
}

.give-wrap .give-card__progress.bottom .raised {
  /* padding-top: 25px; */
  margin-bottom: 0;
  display: flex;
  text-align: center;
  width: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgb(0 0 0 / 6%);
  align-items: center;
}

.give-wrap .give-card__progress.bottom .raised>div {
  border-color: rgba(0, 0, 0, .1)
}

.give-wrap .give-card__progress.bottom .raised .value {
  font-weight: 600;
}

.give-wrap .give-card__progress .raised {
  border-color: rgba(255, 255, 255, .2)
}

.give-wrap .give-card__progress .raised>div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}


.give-wrap .give-card__progress .income {
  font-size: 14px;
  font-size: .875rem;
  border-right: solid 1px;
}

.give-wrap .give-card__progress .goal {
  border-left: solid 1px;
}

.give-goal-progress .percentage sup {
  top: -.6em;
  font-size: 60%;
}

.give-wrap .give-card__progress .income .value {
  font-size: 14px;
  font-size: .875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #000;
  display: block;
}

.give-wrap .give-card__progress.bottom .percentage {
  font-weight: bold;
  font-size: 40px;
}

.give-wrap .give-card__category a {
  font-size: 12px;
  /* font-size: .875rem; */
  margin-bottom: 1em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--fs-color-primary);
  font-weight: 600;
}


.give-wrap .give-card__category a:not(:first-child) {
  margin-left: 3px
}

.give-wrap .give-card__author {
  display: none
}

.give-wrap .give-card__author img {
  border-radius: 50%;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  object-fit: cover
}

.give-wrap .give-card__author .author-name {
  color: #000;
  font-weight: 500
}

.give-wrap .give-wrap .owl-carousel .give-card__meta {
  margin-bottom: 0
}

.give-wrap div [class*=media] .label {
  display: inline-block;
  padding: 0 1rem;
  background-color: #e0e0e0;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5
}

.give-wrap div [class*=media] .label.success {
  color: #fff;
  background-color: #0b8a41
}

.give-wrap .opal-popup-wrapper {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.give-wrap .opal-popup-wrapper>div {
  padding-left: .3rem;
  -ms-transition: all .3s ease .1s;
  -o-transition: all .3s ease .1s;
  -moz-transition: all .3s ease .1s;
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s
}

.give-wrap .opal-popup-wrapper [class*=dashicons] {
  color: #fff;
  padding: 8px;
  font-size: 14px;
  display: inline-block;
  background: rgba(0, 0, 0, .8);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 5px;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.give-wrap .btn-donate-now {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 190px;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  justify-content: center;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -ms-transform: translate(-50%, -50%) scale(.8);
  -o-transform: translate(-50%, -50%) scale(.8);
  -moz-transform: translate(-50%, -50%) scale(.8);
  -webkit-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  opacity: 0;
  visibility: hidden
}

.give-wrap .give-page-numbers {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  border-top: 1px solid #eee9e1;
  padding: 2em 0 3em
}

.give-wrap .single-give_forms .entry-summary {
  box-shadow: 0 1px 25px rgba(0, 0, 0, .1)
}

.give-wrap .single-give_forms .give-form-wrap {
  padding-left: 50px;
  padding-right: 50px
}

.give-wrap .give-form-tabs {
  margin-top: 50px
}

@media(max-width: 767px) {
  .give-wrap .give-form-tabs {
    text-align: center
  }
}

.give-wrap .give-form-tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee9e1
}

.give-wrap .give-form-tabs .ui-tabs-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 30px;
  font-size: 1.875rem
}

@media(max-width: 767px) {
  .give-wrap .give-form-tabs .ui-tabs-nav li {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.give-wrap .give-form-tabs .ui-tabs-nav li sup {
  font-weight: 700
}

.give-wrap .give-form-tabs .ui-tabs-nav li:not(:last-child) {
  margin-right: 40px
}

@media(max-width: 767px) {
  .give-wrap .give-form-tabs .ui-tabs-nav li:not(:last-child) {
    margin-right: 30px
  }
}

.give-wrap .give-form-tabs .ui-tabs-nav li:hover a:after,
.give-wrap .give-form-tabs .ui-tabs-nav li a:focus:after,
.give-wrap .give-form-tabs .ui-tabs-nav li.ui-tabs-active a:after {
  width: 100%
}

.give-wrap .give-form-tabs .ui-tabs-nav a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  color: #aaa
}

.give-wrap .give-form-tabs .ui-tabs-nav a:after {
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  width: 0;
  height: 3px;
  right: 50%;
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.give-wrap .give-form-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 40px 0;
  background: 0 0
}

.give-wrap .barometer {
  position: relative;
  max-width: 160px
}

.give-wrap .barometer span {
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  opacity: 0;
  color: #fff
}

.give-wrap .barometer span span {
  position: static;
  font-size: 50px;
  font-size: 3.125rem;
  font-style: normal;
  line-height: 1;
  word-wrap: normal;
  text-align: center
}

.give-wrap .barometer span span sup {
  top: -.6em;
  font-size: 60%
}

.give-wrap .sidebar-creator .creator-avatar {
  display: flex;
  margin-bottom: 40px
}

.give-wrap .sidebar-creator .creator-avatar img {
  min-width: 80px;
  border-radius: 50%
}

.give-wrap .sidebar-creator .author-name {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  display: block
}

.give-wrap .sidebar-creator .campaigns-count {
  font-size: 14px;
  font-size: .875rem;
  display: block
}

.give-wrap .sidebar-creator .creator-description {
  color: #aaa;
  margin-top: 15px
}

.give-wrap .opal-popup-wrapper [class*="dashicons"]:hover,
.give-wrap .give-form-tabs .ui-tabs-nav a:after {
  background-color: var(--fs-color-primary);
}

/* title */

.section-title .sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 30px;
  color: var(--fs-color-primary);
}

.section-title .title {
  font-size: 40px;
}

/* HoÃƒÂ¡Ã‚ÂºÃ‚Â¡t Ãƒâ€žÃ¢â‚¬ËœÃƒÂ¡Ã‚Â»Ã¢â€žÂ¢ng */
.hoat-dong-list .post-item:last-child {
  display: none;
}

.hoat-dong-list .cat-label a {
  color: var(--fs-color-primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.hoat-dong-list .is-divider {
  display: none;
}

.hoat-dong-list .from_the_blog_excerpt {
  font-size: 16px;
  margin-top: 8px;
  color: #666666;
}

.hoat-dong-list .post-item:not(:first-child) .box-text .box-text-inner a.button {
  display: none;
}

.hoat-dong-list .post-item .box-text .box-text-inner a.button {
  padding: 5px 45px;
  font-size: 18px;
  border-radius: 5px;
  text-transform: uppercase;
}

.hoat-dong-list .post-item .post-title a {
  text-transform: uppercase;
  font-size: 21px;
}

.hoat-dong-list .post-item .post-title a:hover {
  color: var(--fs-color-primary);
}

.hoat-dong-list .grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
  background-color: #fff;
  padding: 10px 0 0;
}

/* banner 1 */
.banner-1 .left-content {
  padding: 6rem 4rem 0 4rem;
}

.banner-1 .right-content {
  background-color: #fff;
  padding: 6rem 0 1rem 4rem;
}

.banner-1 .text>p {
  color: var(--paragraph-color);
}

.banner-1 .right-content .box-content p {
  color: var(--paragraph-color);
}

.banner-1 .icon-box {
  margin-right: 1.5rem !important;
}

/* banner 2 */
.banner-2 .col-parent {
  padding: 0
}

.banner-2 .col-image {
  padding: 0px 0 0px 15px;
}

.banner-2 .col-tab {
  padding: 0;
  background: #f7f2e9;
}

.banner-2 .col-parent .col-inner>.row {
  margin-top: 0;
}

.banner-2 .banner-top .container {
  float: left;
}

.banner-2 .tab-1 .nav {
  margin-bottom: 2rem;
  border-bottom: 2px solid #e7e1d6;
  padding-bottom: 2rem;
}

.banner-2 .tab-1 .nav li {
  color: var(--paragraph-color);
}

.banner-2 .tab-1 .nav li {
  padding: 0 8px;
}

.banner-2 .tab-1 .nav a {
  font-size: 18px;
}

.banner-2 .tab-1 .tab-panels .panel p {
  color: var(--paragraph-color);
}

.banner-2 .tab-1 .nav-line>li.active>a:before,
.banner-2 .tab-1 .nav-line>li:hover>a:before {
  opacity: 0;
}

.banner-2 .tab-1 .nav>li.active>a {
  color: var(--fs-color-primary);
}

.banner-2 .tab-1 .nav li:hover a {
  color: var(--fs-color-primary);
}

.banner-2 .tab-1 .nav li:hover::before,
.banner-2 .tab-1 .nav>li.active::before {
  color: var(--fs-color-primary);
}

.banner-2 .tab-1 .nav li::before {
  font-family: 'fl-icons';
  display: block;
  text-align: center;
  font-size: 32px;
}

.banner-2 .tab-1 .nav li:first-child::before {
  content: "\e9ba";
}

.banner-2 .tab-1 .nav li:nth-child(2)::before {
  content: "\e9e8";
}

.banner-2 .tab-1 .nav li:nth-child(3)::before {
  content: "\e98f";
}

.banner-2 .tab-1 .nav li:nth-child(4)::before {
  content: "\ea47";
}

.banner-2 .video-button-wrapper {
  padding-right: 1rem;
}

.banner-2 .video-button-wrapper a {
  margin: 0;
}

.banner-2 .video-button-wrapper i {
  top: 0px;
  left: 4px;
}

.banner-2 .col-image>.col-inner,
.banner-2 .col-image .banner {
  height: 100%;
}

/* post-grid-layout */
.post-grid-layout .post-thumbnail {
  overflow: hidden;
}

.post-grid-layout .post-thumbnail img {
  width: 100%;
}

.post-grid-layout .post-category {
  padding: 15px 0 10px;
}

.post-grid-layout .category {
  color: var(--fs-color-alert);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.post-grid-layout .post-title {
  text-transform: uppercase;
}

.post-grid-layout .post-title:hover {
  color: var(--fs-color-primary);
}

.post-grid-layout .post-excerpt {
  color: var(--paragraph-color)
}

.post-grid-layout .read-more {
  margin-top: 1rem;
  padding: 7px 40px;
  border-radius: 5px;
}

.post-grid-layout .grid-block-3 {
  padding: 40px 15px;
  background: #f7f2e9;
}

.post-grid-layout .post-meta {
  font-size: 12px;
  display: flex;
}

.post-grid-layout .post-meta .post-date {
  margin-right: 15px;
}

.post-grid-layout .post-meta i {
  margin-right: 2px
}

.post-grid-layout .grid-block-3 .post-item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee9e1;
}

/* testimonial */
.testimonial .item .title {
  text-transform: uppercase;
  margin-top: 15px;
}

.testimonial .item .box-image {
  margin-bottom: 10px;
}

.testimonial .item .box-image img {
  border-radius: 999px;
}

.testimonial .item .box-text .button {
  padding: 8px 30px;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 18px;
}

/* post loop item */
.post-loop-item .post-thumbnail a,
.post-loop-item .post-thumbnail a img {
  width: 100%;
}

.post-loop-item .post-content .entry-meta {
  padding-top: 1rem;
  display: flex;
  gap: 15px;
}

.post-loop-item .post-content .entry-meta .entry-date,
.post-loop-item .post-content .entry-meta .entry-author {
  font-size: 13px;
  padding-top: 4px;
}

.post-loop-item .post-content .entry-meta .entry-author {
  padding-bottom: 0;
}

.post-loop-item .post-content .entry-meta i {
  padding-right: 3px;
}

.post-loop-item .post-content .entry-meta {
  margin-bottom: 10px;
}

.post-loop-item .post-content .entry-content {
  padding-top: 0.5rem;
  padding-bottom: 0;
  color: var(--paragraph-color);

}

.post-loop-item .post-content {
  border-bottom: 1px solid #eee9e1;
  padding-bottom: 2rem;
}

.post-loop-item .post-content .entry-title a {
  text-transform: uppercase;
  font-size: 25px;
  color: #000;
}

.post-loop-item .post-content .entry-meta .entry-category a {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-size: 13px;
}

.post-loop-item .entry-action .more-link {
  padding: 3px 35px;
  font-size: 18px;
}

.post-item {
  margin-bottom: 1rem;
}

/* Blog widget */
.blog-widget aside {
  padding: 50px;
  background-color: #f7f2e9;
  position: relative;
  margin-bottom: 30px;
}

.blog-widget .widget-title span::after {
  content: "";
  width: 90%;
  height: 2px;
  display: block;
  margin-top: 0.5rem;
  background: var(--fs-color-primary);
}

.blog-widget .is-divider {
  display: none;
}

.blog-widget .widget-title span {
  color: var(--fs-color-primary);
  text-transform: uppercase;
}

.blog-widget .widget>ul,
.blog-widget .tagcloud {
  margin-top: 1.5rem;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a {
  display: inline-block;
  font-size: 12px !important;
  line-height: 2em;
  margin: 5px 5px 0 0 !important;
  padding: 4px 15px !important;
  font-weight: 400;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  transition: all .3s ease;
  color: #676d70;
  background-color: #fff;
  text-transform: capitalize;
}

.widget .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.blog-widget .widget .badge-circle-inside .badge-inner {
  border-radius: 0;
}

.blog-widget .widget .badge {
  backface-visibility: hidden;
  display: table;
  height: 3.8em;
  pointer-events: none;
  width: 3.8em;
  z-index: 20;
}

.blog-widget .widget_categories ul {
  list-style: none;
}

.blog-widget .widget_categories ul li {
  border-bottom: 1px solid #eee9e1;
}

.blog-widget .widget_categories ul li a {
  text-transform: capitalize;
}

.blog-widget .widget_categories ul li a::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all .3s ease;
  background-color: var(--fs-color-primary);
}

.blog-widget .widget_categories ul li a:hover::before {
  margin-right: 15px;
}

.blog-widget .widget_categories ul li a:hover {
  color: var(--fs-color-primary);
}

.post-related .entry-date,
.post-related .entry-author,
.post-related .entry-content,
.post-related .entry-action {
  display: none;
}

.post-related .post-loop-item .post-content {
  border-bottom: none;
}

.blog-widget .recent-blog-posts a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-widget .recent-blog-posts a:hover {
  color: var(--fs-color-primary);
}

/* single du an */
.single-project-progress .give-goal-progress {
  background-color: #2b0522;
  padding: 50px 40px 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.single-project-progress .give-wrap .barometer {
  position: relative;
  max-width: 160px;
}

.single-project-progress .give-wrap .barometer span {
  position: absolute;
  left: 0;
  top: calc(50% - 25px);
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  opacity: 0;
  color: #fff;
}

.single-project-progress .give-goal-progress .time-left {
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.single-project-progress .give-goal-progress .time-left .label {
  display: block;
  color: #aaa;
}

.single-project-progress .give-goal-progress .time-left .value {
  color: #fff;
}

.single-project-progress .give-card__progress.bottom .give-goal-progress .raised {
  padding-top: 25px;
  margin-bottom: 0;
  display: flex;
  text-align: center;
  width: 100%;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.single-project-progress .give-goal-progress .raised .label {
  color: #aaa;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  padding: 2px 0 6px;
}

.single-project-progress .give-goal-progress .raised .income .value {
  color: #fff;
}

.single-project-progress .give-goal-progress .raised .value {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  display: block;
}

.single-project-progress .give-goal-progress .raised>div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.single-project-progress .give-goal-progress .raised>div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*project_backer */
.sidebar-donor-wall {
  padding: 50px 30px;
  background-color: #f7f2e9;
  margin-bottom: 30px;
}

.give-wrap .give-card {
  background-color: transparent;
  transition: all .4s ease-in-out;
  border: 0 solid transparent;
  box-shadow: none;
  color: initial;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.give-ie-utility .give-donor-container {
  padding: 0;
  flex-direction: row;
  align-items: center;
}

.give-donor-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 5%;
}

.give-ie-utility .give-donor-container__image {
  flex: 0 0 75px;
  margin-right: 10px;
}

.give-donor-container__image {
  align-items: center;
  align-self: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.give-donor-container-variation {
  display: flex;
  justify-content: space-between;
}

.give-donor-container-variation__name {
  font-size: max(1.5rem, 24px);
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px !important;
  text-transform: uppercase;
}

.give-donor-details__wrapper span:last-child {
  color: #00160a;
  font-size: max(.8rem, 12.8px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.give-donor-details__wrapper span:first-child {
  color: #00160a;
  font-size: max(1rem, 16px) !important;
  font-weight: 500 !important;
  letter-spacing: 0;
}

.give-donor-details__total {
  color: #219653;
  font-size: max(1.25rem, 20px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  overflow-wrap: normal;
  text-align: right;
  word-break: normal !important;
}

.give-donor-details {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.give-style__item {
  margin-bottom: 1rem
}

.sidebar-donor-wall .widget-title {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 3rem;
}

.sidebar-donor-wall .widget-title::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: var(--fs-color-primary);
}

.sidebar-donor-wall .give-donor__load_more {
  color: #fff;
  background-color: #2b0522;
  border-color: #2b0522;
  padding: .5rem 3.75rem;
  font-size: 1.125rem;
  line-height: 1.875;
  border-radius: 5px;
  margin-top: 1rem;
}

.sidebar-donor-wall .give-donor__load_more:hover {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}

.give-wrap .give-form-tabs .ui-tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee9e1;
}

.tab-project li {
  list-style: none;
  display: inline-block;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 30px;
  font-size: 1.875rem;
}

.tab-project a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  color: #aaa;
}

.tab-project li:not(:last-child) {
  margin-right: 40px;
}

.tab-project li:hover a {
  color: var(--fs-color-primary);
}

.tab-project .nav-line-grow>li>a:before,
.tab-project .nav-line>li>a:before {
  top: auto;
  bottom: 0;
}

.tab-project .nav>li.active>a {
  color: var(--fs-color-primary);
}

/* payment project */
.give-donation-amount .give-currency-symbol {
  background-color: #e3c71f;
  float: left;
  font-size: 24px;
  line-height: 48px;
  height: 48px;
  color: #000;
  padding: 0 15px;
}

.give-donation-amount #give-amount,
.give-donation-amount #give-amount-text {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  margin: 0;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 125px;
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15) inset;
  font-weight: 400;
}

.give-donation-amount input.give-amount-top {
  width: 160px;
}

#give-donation-level-button-wrap {
  margin: 0 0 15px;
  padding: 15px 0;
  clear: both;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#give-donation-level-button-wrap li {
  margin-left: 0 !important;
}

.tab-project .nav {
  justify-content: center;
}

#project-gallery .gallery-item img {
  width: 100%;
}

.give-payment-mode-label {
  font-size: 25px;
}

#give-gateway-radio-list {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

#give-gateway-radio-list li:first-child {
  margin-left: 0 !important;
}

.give-donation-level-button-wrap>li {
  list-style-type: none;
  list-style-image: none;
  float: left;
  margin: 0 5px 5px 0;
}

#give-donation-level-button-wrap li:first-child {
  margin-left: 0 !important;
}

.give-gateway-option {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.give-btn {
  background: #f7f2e9;
  border: 1px solid #f7f2e9;
  color: #333;
  padding: 15px;
  cursor: pointer;
  line-height: 1em;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
}

.give-btn.active,
.give-btn:hover {
  background-color: #e3c71f;
}

.donation-form .row.person-info,
.donation-form .row.person-info .form-group {
  margin-bottom: 0;
}

.donation-form .person-info {
  padding-bottom: 1rem;
}

.donation-form .form-action {
  margin-top: 0.5rem;
}

.donation-form .person-info input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  outline: none;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  margin: 0;
  padding: .7rem 1.6rem;
  font-size: 13px;
  font-size: .8125rem;
  height: 3.1125rem;
}

.donation-form .person-info>.col {
  padding-bottom: 0;
}

#tab_video iframe {
  width: 100%;
}

/* contact page */
.widget-contact {
  padding: 50px 40px;
  background-color: #f7f2e9;
}

.widget-contact .widget-title {
  margin: 0 0 35px;
  padding: 0 0 8px;
  color: var(--fs-color-primary);
  text-transform: uppercase;
  border-color: var(--fs-color-primary);
}

.widget-contact .widget-item {
  margin-bottom: 3rem;
}

.widget-contact .widget-title span {
  border-style: solid;
  border-width: 0 0 3px;
  padding: 0.5rem 0;
}

.widget-contact .company-info p {
  margin-bottom: 1rem;
}

.widget-contact .company-info p span {
  color: var(--paragraph-color);
}

.contact-form input,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  outline: none;
  color: #333;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  margin: 0;
  padding: .7rem 1.6rem;
  font-size: 13px;
  font-size: .8125rem;
  height: 3.1125rem;
}

.contact-form .form-group {
  margin-bottom: 1rem;
}

.contact-form .person-info .form-group {
  margin-bottom: 0;
}

.contact-form .button {
  margin-top: 2rem;
  border-radius: 5px;
  padding: .5rem 3.75rem;
  font-size: 1.125rem;
  line-height: 1.875;
}

.nav-dark .header-nav-main>li>a:hover,
.header-nav-main>li>a:hover {
  color: var(--fs-color-primary);
}

.box-blog-post .entry-action .more-link {
  border-radius: 5px
}

.post-tags .tag-separate,
.post-tags .tags-label {
  display: none;
}

.post-tags .tag-item {
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2;
  color: #787878;
  padding: 9px 15px;
  background-color: #f7f2e9;
  margin: 5px 5px 0 0;
  text-transform: capitalize;
}

.post-tags .tag-item:hover {
  background: var(--fs-color-primary);
  color: #fff;
}

#nav-below .flex-col {
  background-color: #f7f2e9;
}

#nav-below .flex-row {
  align-items: stretch;
  gap: 1rem;
  border: none;
}

#nav-below .flex-col:hover {
  background: var(--fs-color-primary);
}

#nav-below .flex-col:hover a {
  color: #fff;
}

#nav-below .next-prev-nav .flex-col {
  padding: 0.7em 0;
  padding: 30px 20px;
}

#nav-below a {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: flex;
}

.page-header-wrapper .entry-title,
.banner .page-title {
  font-size: 50px;
}

.button.is-outline.back-to-top {
  color: var(--fs-color-primary);
}

footer .obelix-custom-menu a:hover {
  color: var(--fs-color-primary) !important;
}

.banner-1 .left-content .icon-box .img {
  width: 75% !important;
}

@media only screen and (max-width: 678px) {

  ol ol,
  ol ul,
  ul ol,
  ul ul {
    margin: 0.5em 0 0.5em 1em;
  }

  .page-header-wrapper .page-title-inner {
    min-height: 200px !important;
  }

  .medium-logo-left .flex-left {
    position: absolute;
    right: 1rem;
  }

  .transparent .header-main {
    background: #000;
    height: 70px !important;
  }

  .transparent #logo img {
    height: 50px;
  }

  .logo-center .logo img {
    margin-left: 0;
  }

  .nav-dropdown-has-arrow .off-canvas-left .mfp-content {
    background-color: var(--fs-color-primary);
  }

  #main-menu a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }

  .nav-sidebar.nav-vertical>li+li {
    border-top: 1px solid #c53f29;
  }

  .give-donor-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .give-donor-details {
    gap: 2rem;
  }

  .banner-1 .right-content {
    padding: 15px;
  }

  .banner-2 .col-image {
    padding-left: 0;
  }

  .custom-w-80,
  .custom-w-90 {
    max-width: 100% !important;
  }

  .custom-w-80 {
    margin: 0;
    padding: 0;
  }

  .custom-w-90 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tab-project .nav li a {
    font-size: 18px;
  }

  .blog-widget aside {
    padding: 30px;
  }

  .banner-1 .left-content .text-right .is-divider {
    margin: 1em auto;
  }

  .banner-1 .left-content {
    padding: 3rem 1rem 0 1rem;
  }

  .banner-1 .icon-box .medium-5 .text {
    margin-top: 1.5rem;
  }

  .banner-1 .icon-box .medium-4 .text-right>div {
    margin-left: 0;
    margin-right: unset;
  }

  .banner-1 .icon-box {
    margin-right: 0 !important;
  }

  .home-banner .button {
    font-size: 18px;
  }

  .banner-2 .tab-1 .nav {
    padding-top: 2rem;
  }

  .widget-contact {
    padding: 40px 25px;
  }

  .banner-2 .col-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-2 .tab-1 .nav li {
    padding: 0 5px;
  }

  .banner-2 .tab-1 .nav a {
    font-size: 14px;
  }

  .give-ie-utility .give-donor-container {
    flex-direction: column;
  }

  .give-style__item {
    margin-bottom: 2.5rem;
  }

  .post-grid-layout .grid-block-3 {
    padding: 40px 15px;
    text-align: center;
    margin: 0 15px;
  }

  .post-grid-layout .post-meta {
    justify-content: center;
  }

  .give-wrap .give-card__meta {
    text-align: center;
  }

  .du-an_loop_item {
    text-align: center;
  }

  .post-grid-layout .grid-block-1 .post-info,
  .post-grid-layout .grid-block-2 .post-info {
    text-align: center;
  }

  .page-header-wrapper .entry-title,
  .banner .page-title {
    font-size: 32px;
  }

  .du-an_single_page .du-an {
    text-align: center;
  }

  .banner-1 .left-content .icon-box .img {
    width: 45% !important;
  }
}