html {
  margin: 0 !important;
  padding: 0 !important;
}

#wpadminbar {
  display: none;
}

body {
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  background-color: white;
}

ul, li {
  padding: 0px;
  margin: 0px;
}

body a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

body a:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

button {
  background-color: inherit;
  border: 0px;
}

button:hover {
  border: 0;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.reveal-up{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.8s all ease;
}
.reveal-up.active{
  transform: translateY(0);
  opacity: 1;
}

.reveal-left{
  position: absolute;
  transform: translateX(150px);
  opacity: 0;
  transition: 0.8s all ease;
  width: 0;
}
.reveal-left.active{
  position: relative;
  transform: translateX(0);
  opacity: 1;
}

.reveal-right{
  position: absolute;
  transform: translateX(-150px);
  opacity: 0;
  transition: 0.8s all ease;
}
.reveal-right.active{
  position: relative;
  transform: translateX(0);
  opacity: 1;
}

.reveal-down{
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: 0.8s all ease;
}
.reveal-down.active{
  transform: translateY(0);
  opacity: 1;
}

.button1 {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  padding: 10px 16px;
  transition: 0.3s;
}

.button-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.button-link:hover {
  text-decoration-line: underline;
}

.box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(31, 31, 31, 1);
  opacity: 0.4;
}

.homepage {
  transition: 0.4s ease;
}

footer {
  transition: 0.4s ease;
}
.homepage .section-banner {
  aspect-ratio: unset;
  width: 100%;
  height: auto;
}

.section-banner {
  position: relative;
  aspect-ratio: 3 / 1;
  width: 100%;
  height: calc(100vw / 3 + 2vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #000000;
  opacity: 40%;
}

.banner-content {
  position: absolute;
  top: 0;
  left: -1vw;
  right: 0;
  bottom: -1vh;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage ul {
  list-style-type: none;
}

.homepage-section-banner {
  position: relative;
  overflow: hidden;
}

.homepage-section-banner .homepage-image-banner {
  width: 100%;
}

.homepage-vector-banner {
  width: 100%;
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.homepage-section-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.homepage-quote {
  font-family: 'STIX Two Text', serif;
  margin-bottom: 40px;
  width: 34%;
}

.homepage-section-about {
  position: relative;
  padding-top: 60px;
}

.homepage-wrapper-about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.homepage-content-about {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepage-content-about h3 {
  margin-bottom: 32px;
}

.homepage-content-about p {
  margin-bottom: 24px;
}

.homepage-content-about a:hover {
  color: #5F2D06;
  text-decoration: underline;
}

.homepage-gallary-about {
  width: 60%;
  display: flex;
  flex-direction: row;
}

.homepage-gallary-about .items-gallary {
  width: calc(100%/3);
  position: relative;
}

.homepage-gallary-about .items-gallary img {
  width: 100%;
}

.homepage-gallary-about .content-gallary {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
  cursor: pointer;
}

.homepage-gallary-about .items-gallary .content-gallary, .homepage-gallary-about .items-gallary .box-shadow {
  opacity: 0;
  pointer-events: none;
}

.homepage-gallary-about .items-gallary:hover .content-gallary {
  opacity: 1;
  transition: 0.3s;
  pointer-events: all;
}

.homepage-gallary-about .items-gallary:hover .box-shadow {
  opacity: 0.3;
  transition: 0.3s;
  pointer-events: all;
}

.homepage-gallary-about .content-gallary h5 {
  font-family: 'STIX Two Text', serif;
}

.homepage-gallary-about .content-gallary p {
  margin-bottom: 16px;
}

.homepage-gallary-about .content-gallary a:hover {
  color: white;
}

.homepage-gallary-about .items-gallary:first-child img, .homepage-gallary-about .items-gallary:first-child .box-shadow {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.homepage-gallary-about .items-gallary:last-child img, .homepage-gallary-about .items-gallary:last-child .box-shadow {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.homepage-section-events {
  margin-top: 100px;
  padding-top: 72px;
  background-position: top center;
  background-size: cover;
  height: 700px;
}

.homepage-section-events a.tag-show-all {
  margin-bottom: 130px;
}

.homepage-section-events .introduce-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 72px;
}

.homepage-section-events .introduce-events h3 {
  margin-bottom: 32px;
}

.homepage-section-events .introduce-events p {
  margin-bottom: 16px;
}

.homepage-section-events .introduce-events a:hover {
  color: white;
  text-decoration: underline;
}

.homepage-section-financy {
  padding-top: 120px;
}

.homepage-section-financy .financy-content {
  margin-bottom: 36px;
}

.financy-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.financy-grid .items-grid {
  width: calc(100%/3);
  position: relative;
}

.financy-grid .items-grid img {
  width: 100%;
}

.financy-grid .items-grid .content-items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.financy-grid .items-grid h5 {
  margin-bottom: 16px;
}

.homepage-section-promotion {
  position: relative;
  padding-top: 40px;
}

.homepage-section-promotion .promotion-introduce {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.homepage-section-promotion .promotion-introduce h3 {
  margin-bottom: 16px;
}

.homepage-section-promotion .promotion-introduce a:hover {
  color: rgba(95, 45, 6, 1);
  text-decoration: underline;
}

.homepage-section-promotion .promotion-slider {
  position: relative;
}

.homepage-section-promotion .promotion-slider .items {
  position: relative;
}

.homepage-section-promotion .promotion-slider img {
  width: 100%;
  border-radius: 8px;
}

.homepage-section-promotion .promotion-slider .item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 13px 16px 20px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.homepage-section-promotion .promotion-slider .item-content h5 {
  margin-bottom: 10px;
}

.homepage-section-promotion .promotion-slider .item-content p {
  margin-bottom: 10px;
}

.homepage-section-promotion #homepage-promo-left-button{
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 1;
}

.homepage-section-promotion #homepage-promo-right-button{
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 1;
}


.homepage-membership-panel-section{
  margin-top: 80px;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}

.homepage-membership-panel-section .membership-section-wrapper{
  background-color: var(--white);
  padding-bottom: 50px;
  padding-top: 50px
}

.homepage-membership-panel-section .homepage-membership-vector{
  position: absolute;
  top: 0;
  width: 100%;
  height: 96px;
}

.homepage-membership-panel-section .membership-section-wrapper{
  display: flex;
  justify-content: space-between;
}

.homepage-membership-panel-section .membership-section-wrapper .title-wrapper{
  width: 40%;
}

.homepage-membership-panel-section .membership-section-wrapper .title-wrapper .title-description{
  margin-top: 32px;
  margin-bottom: 20px;
}

.homepage-membership-panel-section .membership-section-wrapper .title-wrapper .watch-all-button:hover{
  text-decoration: underline;
  color: var(--brown);
}

.homepage-membership-panel-section .membership-section-wrapper .panel-group-wrapper{
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-left: 40px;
}

.homepage-membership-panel-section .membership-section-wrapper .title-wrapper .title-description{
  color: #2D334D;
}

.homepage-membership-panel-section .membership-section-wrapper .panel-wrapper{
  position: relative;
}

.homepage-membership-panel-section .membership-section-wrapper .panel-wrapper .panel-card{
  position: absolute;
  left: 7%;
  top: 25%;
  width: 86%;
}

.homepage-membership-panel-section .membership-section-wrapper .panel-wrapper .panel-title{
  position: absolute;
  left: 16px;
  bottom: 18px;
  font-family: 'STIX Two Text', sans-serif;
}

.homepage-post-showcase .post-title-font {
  font-family: "STIX Two Text", serif;
  color: #2D334D;
}

.homepage-post-showcase .post-title-wrapper{
  text-align: center;
  width: 40%;
  margin: auto;
}

.homepage-post-showcase .post-title-wrapper .title-description{
  color: #2D334D;
  margin-top: 18px;
  margin-bottom: 16px;
}

.homepage-post-showcase .post-title-wrapper .watch-all-button:hover{
  text-decoration: underline;
  color: var(--brown);
}

.homepage-post-showcase .post-showcase-wrapper {
  display: flex;
  margin-top: 50px;
  margin-bottom: 80px;
}

.homepage-post-showcase .post-showcase-wrapper .major-image-wrapper{
  position: relative;
}

.homepage-post-showcase .post-showcase-wrapper .major-image{
  aspect-ratio: 1.77;
  position: relative;
  border-radius: 5px;
  width: 709px;
}

.homepage-post-showcase .post-showcase-wrapper .big-post-main-content{
  z-index: 1;
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
}

.homepage-post-showcase .post-showcase-wrapper .big-post-title{
  font-family: 'STIX Two Text', sans-serif;
  line-height: 1em;
  margin-bottom: 0;
}

.homepage-post-showcase .post-showcase-wrapper .big-post-category{
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.homepage-post-showcase .post-showcase-wrapper .post-showcase-wrapper-wrapper{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.homepage-post-showcase .post-showcase-wrapper .minor-line{
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.homepage-post-showcase .post-showcase-wrapper .minor-line .minor-line-title1{
  font-family: 'STIX Two Text', sans-serif;
  border-bottom: 1px solid #E2E4E9;
  padding-bottom: 16px;
}

.homepage-post-showcase .post-showcase-wrapper .minor-line .minor-line-title2{
  font-family: 'STIX Two Text', sans-serif;
  border-top: 1px solid #E2E4E9;
  padding-top: 16px;
}

.homepage-post-showcase .small-post-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
}

.homepage-post-showcase .small-post-column .post-detail{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.homepage-post-showcase .small-post-column .post-image img{
  aspect-ratio: 1.77;
  width: 176px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.homepage-post-showcase .small-post-column .post-caption{
  text-transform: uppercase;
}

.homepage-post-showcase .small-post-column .post-content{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.homepage-post-showcase .big-post-image .major-image-wrapper .img-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 2, 5, 0.3);
  content: "";
  position: absolute;
  top: 0;
  border-radius: 5px;
}

/* .homepage-section-events  .event-slider .slick-slide {
    width: auto;
  } */
.homepage-section-events .aboutus-dichvu {
  margin: 100px 0;
}

/* .homepage-section-events .slick-center .event-slider-wrapper {
    position: absolute;
    top: 0;
    left: 32px;
    bottom: 20px;
    right: 32px;
} */

/* .homepage-section-events .event-slider-wrapper {
    position: absolute;
    top: 0;
    left: 75px;
    bottom: 20px;
    right: 32px;
} */
/* .homepage-section-events .event-slider-title {
  position: absolute;
  z-index: 3;
  top: 70%;
  left: 8%;
} */
/*Slick*/
/* Slider */

/*SLick*/

/*
.homepage-section-events .event-slider .slick-slide .event-slider-title {
  position: absolute;
  width: 63%;
  z-index: 3;
  top: 60%;
  left: 8%;
}

.homepage-section-events .event-slider .slick-slide.slick-center  .event-slider-title {
  position: absolute;
  width: 63%;
  z-index: 3;
  top: 60%;
  left: 4%;
} */
/* .homepage-section-events .event-slide .slick-center a.button-register-events {
  background: #fff;
  padding: 10px 21px;
  border-radius: 5px;
  position: absolute;
  bottom: 8%;
  right: 4%;
  z-index: 12;
}

.homepage-section-events .event-slide  h2.title-events-homepage a {
  padding: 0 !important;
  position: relative !important;
  margin: 0 !important;
  right: unset !important;
  top: unset !important;
  left: unset !important;
  bottom: unset;
}

.event-slide  a { */
  /* background: #fff; */
  /* padding: 10px 21px;
  border-radius: 5px;
  position: absolute;
  bottom: 10%;
  right: 9%;
  z-index: 12;
}
.event-slide-item {
  position: relative;
}
.homepage-section-events .event-slider .slick-slide.slick-center img{
  width: 100%;
  transform: scale(1.12);
  transition: 0.3s;
  aspect-ratio:  1.78/1;
  border-radius: 5px 5px 20px 20px;
}

.homepage-section-events .event-slider-image {
  padding: 15px 50px;
  position: relative;
}
.homepage-section-events .event-slider-image img {
  width: 100%;
  margin-top: 30px;
  aspect-ratio:  1.78/1;
  border-radius: 5px;
}

.homepage-section-events .event-slider .slick-slider {
    z-index: 10;
    margin-top: -139px;
  }

.homepage-section-events .event-slider-title h2 {
  font-family: "STIX Two Text", serif;
}
.homepage-section-events .event-slider-title p {
  margin-bottom: 20px;
  font-family: "Inter", serif;
}
.homepage-section-events .event-slider-when  .event-slider-note {
  width: 27%;
}

.homepage-section-events .event-slider-when span {
  width: 8%;
  border-left: 2px solid #fff;
  margin-top: 3px;
  height: 40%;
}
.homepage-section-events .event-slider-when .event-slider-date {
  width: 53%;
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.homepage-section-events .event-slider-when .event-slider-date .event-slider-day{
  width: 38%;
}

.homepage-section-events .event-slider-when  .event-slider-date  .event-slider-time {
  width: 40%;
} */
/*
.homepage-section-events .event-slider .event-left-arrow {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 18%;
  z-index: 12;
}
.homepage-section-events .event-slider .event-right-arrow {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 71%;
  z-index: 12;
}
*/
.homepage-section-events .aboutus-dichvu .aboutus-contain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.homepage-section-events .aboutus-dichvu h2 {
  margin-bottom: 25px;
}
.homepage-section-events .aboutus-dichvu p {
  width: 60%;
  margin-bottom: 52px;
}
 .homepage-section-events .aboutus-financy-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.homepage-section-events .aboutus-financy-grid .aboutus-items-grid {
  width: calc(100%/3);
  position: relative;
}

.homepage-section-events .aboutus-financy-grid .aboutus-items-grid img {
  width: 100%;
}

.homepage-section-events .aboutus-financy-grid .aboutus-items-grid .aboutus-content-items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease;
}


.homepage-section-events .aboutus-financy-grid .aboutus-items-grid:hover .aboutus-content-items {
  transition: 0.3s ease;
  margin-bottom: 20px;
}

.homepage-section-events .aboutus-financy-grid .aboutus-items-grid:hover .aboutus-button1 {
  opacity: 1;
  transition: 0.3s ease;

}
.homepage-section-events .aboutus-financy-grid .aboutus-items-grid .aboutus-service-title {
  margin-bottom: 16px;
  transition: 0.3s ease;
}

.homepage-section-events .aboutus-financy-grid .aboutus-items-grid .aboutus-button1-wrapper {
 margin-bottom: -20px;
 transition: 0.3s ease;
}

.homepage-section-events .aboutus-button1 {
  opacity: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  padding: 10px 16px;
  transition: 0.3s ease;
}


.homepage-dichvu {
  margin-top: 245px;
}
.homepage-dichvu .aboutus-dichvu .aboutus-contain{
  text-align: center;
  width: 80%;
  margin: auto;
}

.homepage-quote-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homepage-quote-section .quote-wrapper{
  padding: 50px 250px;
  margin-bottom: 80px;
  position: relative;
}

.homepage-quote-section .quote-logo-wrapper{
  text-align: center;
}

.homepage-quote-section .quote-slider{
  margin: auto;
  margin-top: 30px;
}

.homepage-quote-section .quote-slider .item{
  margin-left: 5px;
}

.homepage-quote-section .quote-slider .line-div{
  width: 41px;
  height: 1px;
  margin-right: 24px;
  background-color: #FFFFFF;
}

.homepage-quote-section .quote-slider .quote-author-div{
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.homepage-quote-section #homepage-quote-left-button{
  position: absolute;
  top: 50%;
  left: 10%;
}

.homepage-quote-section #homepage-quote-right-button{
  position: absolute;
  top: 50%;
  right: 10%;
}

@media (max-width: 1400px) {
  .homepage-membership-panel-section .membership-section-wrapper .panel-wrapper .panel-background-img{
    width: 320px;
  }

  .homepage-post-showcase .post-showcase-wrapper .major-image{
    width: 600px;
  }

}

@media (max-width: 1200px) {
  .homepage-quote-section .quote-wrapper{
    padding: 50px 200px;
  }

  .homepage-quote{
    width: 40%;
  }

  .homepage-membership-panel-section .membership-section-wrapper .panel-wrapper .panel-background-img{
    width: 270px;
  }

  .homepage-post-showcase .post-showcase-wrapper .major-image{
    width: 425px;
  }

  .homepage-post-showcase .post-title-wrapper{
    width: 55%;
  }
  .homepage-section-events .event-slider .slick-slide.slick-center .event-slider-title {
    top: 65%;
  }
  .homepage-section-events a.tag-show-all {
    margin-bottom: 50px;
  }
  /* .homepage-section-events .event-slide .slick-center a.button-register-events {
    bottom: -4%;
  } */
  .homepage-section-events .event-slider .event-left-arrow {
    left: 8%;
  }
  .homepage-section-events .event-slider .event-right-arrow {
    left: 82%;
  }
  .homepage-wrapper-about{
    flex-direction: column;
    text-align: center;
  }

  .homepage-content-about{
    width: 60%;
    margin: auto;
  }

  .homepage-gallary-about{
    margin-top: 40px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .homepage-section-promotion .promotion-introduce p{
    margin-bottom: 10px;
  }

  .homepage-quote-section .quote-logo-wrapper img{
    width: 50px;
  }

  .homepage-quote-section .quote-wrapper{
    padding: 50px 150px;
    margin-bottom: 40px;
  }

  .homepage-membership-panel-section .membership-section-wrapper{
    flex-direction: column;
    align-items: center;
  }

  .homepage-membership-panel-section .membership-section-wrapper .panel-group-wrapper{
    width: 80%;
    margin-top: 50px;
    margin-left: 0;
  }

  .homepage-membership-panel-section .membership-section-wrapper .title-wrapper{
    text-align: center;
    width: 80%;
  }

  .homepage-membership-panel-section .membership-section-wrapper .title-wrapper .title-description{
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .homepage-membership-panel-section .membership-section-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .homepage-post-showcase .small-post-column .post-image img{
    width: 349px;
    border-radius: 5px;
  }

  .homepage-post-showcase .post-showcase-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .homepage-post-showcase .post-showcase-wrapper .big-post-image{
    width: 100%;
    margin-bottom: 100px;
  }

  .homepage-post-showcase .post-showcase-wrapper .major-image{
    width: 100%;
  }

  .homepage-post-showcase .small-post-column{
    margin-left: 0;
  }

  .homepage-post-showcase .small-post-column .post-detail {
    display: flex;
  }

  .homepage-post-showcase .small-post-column .post-content {
    width: 50%;
    margin-left: 24px;
    justify-content: flex-start;
  }

  .homepage-post-showcase .small-post-column .post-content h2 {
    margin-bottom: 12px
  }

  .homepage-post-showcase .small-post-column .post-content .post-caption {
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .homepage-post-showcase .small-post-column .post-content .post-p1 {
    width: 74%;
  }

  .homepage-section-promotion .promotion-introduce{
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .homepage-section-promotion .promotion-introduce .button-link{
    margin-top: 12px;
  }

  .homepage-dichvu{
    margin-top: 150px;
  }
}

@media (max-width: 920px) {
  .section-banner .banner-content {
    align-items: flex-end;
  }
}

@media (max-width: 800px) {
  .homepage-section-events{
    height: 560px;
    margin-bottom: 300px
  }

  .reveal-up{
    opacity: 1;
    transition: 0s;
    transform: translateY(0);
  }

  .reveal-left{
    opacity: 1;
    transition: 0s;
    transform: translateX(0);
  }

  .reveal-right{
    opacity: 1;
    transition: 0s;
    transform: translateX(0);
  }

  .reveal-down{
    opacity: 1;
    transition: 0s;
    transform: translateY(0);
  }

  .section-banner {
    position: relative;
    margin-top: 87.5px;
    aspect-ratio: 2 / 1;
  }

  .section-banner .banner-content {
    align-items: center;
  }

  .homepage-post-showcase .big-post-image .major-image-wrapper .img-overlay{
    display: none;
  }

  .homepage-post-showcase .post-showcase-wrapper .big-post-main-content{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    color: black;
  }

  .homepage-post-showcase .post-showcase-wrapper .big-post-category{
    color: var(--brown);
    font-weight: 700;
  }

  .homepage-post-showcase .big-post-image .major-image-wrapper a{
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .homepage-membership-panel-section .membership-section-wrapper .panel-group-wrapper{
    margin-top: 20px;
  }

  .homepage-membership-panel-section{
    margin-top: 40px;
  }

  .homepage-section-events a.tag-show-all {
    margin-bottom: 100px;
  }

  .homepage-quote-section .quote-slider{
    margin-top: 20px;
  }

  .homepage-quote-section .quote-logo-wrapper img{
    width: 40px;
  }

  .homepage-quote-section .quote-wrapper{
    padding: 50px 100px;
  }

  .homepage-membership-panel-section .membership-section-wrapper .panel-group-wrapper{
    width: 100%;
  }

  .homepage-dichvu {
      margin-top: 100px;
  }
  .homepage-membership-panel-section .membership-section-wrapper .panel-wrapper .panel-background-img{
    width: 250px;
  }

  .homepage-membership-panel-section .homepage-membership-vector{
    width: 120%;
    height: 40px;
    top:10px;
  }
  .homepage-section-promotion #homepage-promo-right-button img {
    width: 40px;
  }
  .homepage-section-promotion #homepage-promo-left-button img {
    width: 40px;
  }
  .homepage-post-showcase .post-title-wrapper{
    width: 70%;
  }

  .homepage-post-showcase .small-post-column .post-image img{
    width: 100%;
  }
  .homepage-post-showcase .post-showcase-wrapper .big-post-image{
    margin-bottom: 50px;
  }
  .homepage-post-showcase .small-post-column .post-detail {
    width: 100%;
    justify-content: space-between;
  }
  .homepage-post-showcase .small-post-column .post-image {
    width: 45%;
  }
  .homepage-post-showcase .small-post-column .post-content {
    width: 50%;
  }
  .homepage-post-showcase .small-post-column .post-content h2 {
    margin-bottom: 10px;
  }
  .homepage-post-showcase .small-post-column .post-content .post-caption {
    margin-bottom: 10px;
  }
  .homepage-post-showcase .small-post-column .post-content .post-p1 {
    width: 98%;
  }

  .homepage-quote{
    width: 60%;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .homepage .homepage-section-content .button1{
    padding: 4px 5px;
    font-size: 12px;
  }
}

@media (max-width: 690px) {
  /* .homepage-section-events .event-slider-image {
    width: 44%;
  } */
  .homepage-section-events .event-slider .event-left-arrow {
    left: 9%;
  }
.homepage-section-events .event-slider .event-right-arrow {
    left: 81%;
  }
  .homepage-section-events {
    height: 535px;
}
  .homepage-section-event .slick-center .img-overlay {
    position: absolute;
    top: 3%;
    left: 2%;
    right: 2%;
  }
}
@media (max-width: 600px) {
  .aboutus-financy-grid{
    flex-direction: column;
  }

  .aboutus-financy-grid .aboutus-items-grid{
    width: 65%;
    margin-bottom: 20px;
  }

  .aboutus-financy-grid .aboutus-items-grid img{
    border-radius: 8px;
  }

  .homepage-section-about {
    padding-top: 30px;
  }

  .homepage-section-events {
    margin-top: 100px;
    padding-top: 72px;
    background-position: top center;
    background-size: cover;
    height: 535px;
  }
  .homepage-content-about h3 {
    margin-bottom: 20px;
  }
  .homepage-content-about p {
    margin-bottom: 20px;
  }
  .homepage-gallary-about {
    margin-top: 30px;
  }
  .homepage-dichvu .aboutus-dichvu {
    margin: 40px 0 20px 0;
    padding: 0px;
  }
  .homepage-section-events {
    margin-top: 50px;
  }
  .homepage-section-events {
    height: 500px;
  }
  .homepage-section-events a.tag-show-all {
    margin-bottom: 50px;
  }
  .homepage-dichvu {
    margin-top: 60px;
  }
  .homepage-dichvu .aboutus-dichvu h2 {
    margin-bottom: 10px;
  }
  .homepage-section-promotion {
    padding-top: 20px;
  }
  .homepage-post-showcase .post-title-wrapper .title-description {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .homepage-post-showcase .post-showcase-wrapper {
    margin-top: 30px;
  }
  .homepage-section-promotion .promotion-introduce {
    margin-bottom: 30px;
  }
  .homepage-section-promotion .promotion-introduce p {
    margin-bottom: 5px;
  }

  .aboutus-financy-grid .aboutus-items-grid img{
    height: 250px;
  }

  .homepage-quote-section .quote-wrapper{
    padding: 50px 50px;
  }

  .homepage-quote-section #homepage-quote-right-button{
    right:5%;
  }

  .homepage-quote-section #homepage-quote-left-button{
    left:5%;
  }

  .homepage-gallary-about .content-gallary{
    justify-content: center;
  }

  .homepage-content-about{
    width: 80%;
  }

  .homepage-gallary-about{
    flex-direction: column;
  }

  .homepage-gallary-about .items-gallary{
    width: 70%;
    margin:auto;
    margin-bottom: 20px;
  }

  .homepage-gallary-about .items-gallary img{
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
  }
  .homepage-post-showcase .post-showcase-wrapper {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .homepage-post-showcase .post-title-wrapper .title-description{
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .homepage-membership-panel-section .membership-section-wrapper {
      padding-top: 10px;
  }

  .section-banner.homepage-section-banner {
    height: 40vh;
  }

  .homepage-section-promotion .promotion-introduce h3 {
    margin-bottom: 10px;
  }

  .section-banner.homepage-section-banner img.homepage-image-banner{
    height: 100%;
  }
  .homepage-dichvu {
    margin-top: 80px;
  }
  /* .homepage-section-events .event-slider-image {
    width: 37%;
  } */
  .homepage-section-about {
    padding-top: 40px;
  }

  .homepage-membership-panel-section .membership-section-wrapper .panel-group-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .homepage-membership-panel-section .membership-section-wrapper .panel-wrapper .panel-background-img{
    margin-bottom: 12px;
  }

  .homepage-membership-panel-section .homepage-membership-vector{
    width: 140%;
  }

  .homepage-post-showcase .post-showcase-wrapper .big-post-image{
    margin-bottom: 30px;
  }
  .homepage-post-showcase .post-showcase-wrapper .post-content{
    margin-left: 0;
  }
  .homepage-post-showcase .small-post-column {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .homepage-post-showcase .small-post-column .post-detail {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .homepage-post-showcase .small-post-column .post-image {
    width: 90%;
    margin-bottom: 12px;
  }
  .homepage-post-showcase .small-post-column .post-content {
    width: 90%;
  }
  .homepage-post-showcase .small-post-column .post-content .post-p1 {
      width: 99%;
  }
  .homepage-section-events {
      height: 425px;
  }
  .homepage-section-events a.tag-show-all {
    margin-bottom: 50px;
  }
  .homepage-quote{
    width: 80%;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .aboutus-financy-grid .aboutus-items-grid img{
    height: 200px;
  }

  .homepage-content-about h3 {
    margin-bottom: 15px;
  }

  .homepage-content-about p {
    margin-bottom: 10px;
  }

  .homepage-section-events {
    margin-top: 50px;
    padding-top: 55px;
  }

  .homepage-section-events .introduce-events h3 {
    margin-bottom: 25px;
  }

  .aboutus-dichvu h2 {
    margin-bottom: 10px;
  }
  .homepage-section-promotion {
      padding-top: 10px;
  }
}

 @media (max-width: 565px) {
   .homepage-section-events{
     margin-bottom: 250px;
   }
   .homepage-section-promotion #homepage-promo-left-button{
     display: none;
   }

   .homepage-section-promotion #homepage-promo-right-button{
     display: none;
   }
 }

@media (max-width: 476px) {
  .aboutus-financy-grid .aboutus-items-grid{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .homepage-post-showcase .post-title-wrapper{
    width: 80%;
  }

  .homepage-post-showcase .post-showcase-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homepage-gallary-about .items-gallary{
    width: 100%;
  }

  .homepage-membership-panel-section{
    margin-top: 20px;
  }
  .homepage-section-events a.tag-show-all {
      margin-bottom: 30px;
  }
  /* .homepage-section-events .slick-center .img-overlay {
    top: 8%;
    left: 9%;
    right: 8%;
  } */
}

@media (max-width: 445px) {
  .homepage-section-promotion {
    padding-top: 20px;
  }
  /* .homepage-section-events .event-slider-image {
      width: 33%;
  } */
  .homepage-membership-panel-section .membership-section-wrapper{
    padding-top: 10px;
  }

  .homepage-section-promotion .promotion-slider .item-content h5{
    font-size:20px;
    margin-bottom: 5px;
  }
  .homepage-section-promotion .promotion-slider .item-content p{
    margin-bottom: 5px;
    line-height: 20px;
  }

   .aboutus-financy-grid .aboutus-items-grid img{
    height: 175px;
  }
  /* .homepage-section-events .event-slider .slick-center .sign-button {
    margin-right: 10px;
  } */
}

@media (max-width: 400px) {
  .homepage-section-events {
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 230px;
  }
  .homepage-dichvu {
    margin-top: 95px;
  }
  .slick-slide {
     height: 200px;
  }

  .slick-slide img {
     height: 200px;
  }
  /* .homepage-section-events .slick-center .event-slider-wrapper {
    position: absolute;
    top: 15px;
    left: 44px;
    bottom: 1px;
    right: 32px;
  } */
  /* .homepage-section-events .event-slider-image {
      width: 25%;
  } */
  .homepage-section-events {
      height: 360px;
  }
  .homepage-section-events a.tag-show-all {
      margin-bottom: 0px;
  }
  /* .homepage-section-events .event-title-font {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .homepage-section-events .event-font-prg {
    font-size: 12px !important;
    line-height: 15px !important;
  } */
  .homepage .big-title{
    line-height: 15px;
  }

  .homepage-content-about {
    width: 100%;
  }

  .homepage-gallary-about {
    margin-top: 20px;
  }

  .homepage-gallary-about .items-gallary {
    width: 100%;
  }

  .homepage-section-about {
    padding-top: 25px;
  }

  .aboutus-financy-grid .aboutus-items-grid img{
    height: 150px;
  }

  .homepage-section-promotion .promotion-slider .item-content h5{
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .homepage-section-promotion .promotion-slider .item-content p{
    margin-bottom: 10px;

  }

  .homepage-section-promotion .promotion-slider .item-content .button1{
    padding: 5px 5px;
    font-size: 13px;
    line-height: 20px;
  }

  .homepage-section-promotion .promotion-slider .item-content{
    padding-bottom: 9px;
    padding-left: 10px;
  }
}

/**/
