#count-down {
  position: absolute;
  
/*   transform: translateX(-50%); */
  text-align: center; }
  #count-down h2 {
    color: #fefefe7a;
    margin-bottom: 30px; }

.flipclock {
  display: flex;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box; }

.flipclock * {
  box-sizing: inherit; }

.leaf {
  display: flex;
  flex-direction: column;
  margin: 0 4px;
  perspective: 300px; }

.leaf::after {
  content: attr(data-label);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 8px;
  transform: translateX(-50%);
  color: #193e5b;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 1; }

.top,
.leaf-front {
  background: #193e5b; }

.bottom,
.leaf-back {
  background: #3f586c; }

.top,
.bottom,
.leaf-front,
.leaf-back {
  position: relative;
  display: block;
  height: 64px;
  perspective: 400px;
  width: 120px;
  color: #fff;
  overflow: hidden;
  border-color: #2d3748; }

.top span,
.bottom span,
.leaf-front span,
.leaf-back span {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 128px;
  text-align: center;
  font-family: "Impact", sans serif;
  font-size: 80px;
  line-height: 128px;
  perspective: 400px;
  transform: translateX(-50%); }

.leaf._3-digits .top,
.leaf._3-digits .bottom,
.leaf._3-digits .leaf-front,
.leaf._3-digits .leaf-back {
  width: 148px; }

.top,
.leaf-front {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.top span,
.leaf-front span {
  top: 0; }

.leaf-front {
  position: absolute;
  z-index: 10; }

.bottom,
.leaf-back {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-style: solid;
  border-top-width: 1px; }

.bottom span,
.leaf-back span {
  bottom: 0; }

.leaf-back {
  position: absolute;
  top: 64px;
  z-index: 10; }

@media screen and (max-width: 600px) {
  .flipclock {
    padding: 1.6666666667vw; }

  .leaf {
    margin: 0 0.6666666667vw; }

  .leaf::after {
    margin-top: 1.3333333333vw;
    font-size: 2.3333333333vw; }

  .top,
  .bottom,
  .leaf-front,
  .leaf-back {
    height: 10.6666666667vw;
    width: 20vw; }

  .top span,
  .bottom span,
  .leaf-front span,
  .leaf-back span {
    height: 21.3333333333vw;
    font-size: 13.3333333333vw;
    line-height: 21.3333333333vw; }

  .leaf._3-digits .top,
  .leaf._3-digits .bottom,
  .leaf._3-digits .leaf-front,
  .leaf._3-digits .leaf-back {
    width: 24.6666666667vw; }

  .top,
  .leaf-front {
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw; }

  .bottom,
  .leaf-back {
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw; }

  .leaf-back {
    top: 10.6666666667vw; } }
.leaf-front {
  transform-origin: bottom center;
  transform: rotateX(0deg);
  transform-style: preserve-3d;
  transition-delay: 0.3s; }

.leaf-back {
  transform-origin: top center;
  transform: rotateX(90deg);
  transform-style: preserve-3d;
  transition-delay: 0s; }

.bottom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(10px); }

.flip .leaf-front {
  transform: rotateX(-90deg);
  transition: transform 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  transition-delay: 0s;
  color: black;
  background-color: #737373; }

.flip .leaf-back {
  transform: rotateX(0deg);
  transition: transform 0.3s ease-in, background-color 0.3s ease-in, color 0.3s ease-in;
  transition-delay: 0.3s; }

.flip .bottom::before {
  transition: height 0.3s ease-in-out;
  transition-delay: 0.15s;
  height: 100%; }

.section-content .content-wrapper {
  background-image: url("../images/background-2.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 68px; }
.section-content h2.title {
  margin-bottom: 168px; }
.section-content .content-detail-tab {
  background-image: url("../images/background-3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: -130px;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 100px;
  padding-bottom: 100px;
  border-radius: 59px; }
  .section-content .content-detail-tab ul.nav.tab-title {
    border-bottom: 1px dashed #fff;
    justify-content: space-between;
    padding-bottom: 10px; }
    .section-content .content-detail-tab ul.nav.tab-title li a {
      position: relative;
      color: #fff; }
      .section-content .content-detail-tab ul.nav.tab-title li a::after {
        content: '';
        width: 18px;
        height: 18px;
        display: block;
        background: #fff;
        border-radius: 100px;
        position: absolute;
        bottom: -18px;
        left: 82px;
        transition: all 0.3s; }
      .section-content .content-detail-tab ul.nav.tab-title li a h3 {
        text-transform: uppercase;
        margin-bottom: 3px; }
      .section-content .content-detail-tab ul.nav.tab-title li a span {
        font-family: 'UTMAvo Bold'; }
    .section-content .content-detail-tab ul.nav.tab-title li a.active::before {
      content: '';
      width: 40px;
      height: 40px;
      display: block;
      background: #5dffd466;
      border-radius: 100px;
      position: absolute;
      bottom: -29px;
      left: 72px; }
    .section-content .content-detail-tab ul.nav.tab-title li a.active::after {
      background: #5DFFD4; }
    .section-content .content-detail-tab ul.nav.tab-title li a.active h3 {
      color: #5DFFD4; }
    .section-content .content-detail-tab ul.nav.tab-title li:first-child a::after {
      left: 55px; }
    .section-content .content-detail-tab ul.nav.tab-title li:first-child a.active::before {
      left: 44px; }
  .section-content .content-detail-tab .tab-pane {
    margin-top: 45px; }
    .section-content .content-detail-tab .tab-pane table {
      width: 45%; }
      .section-content .content-detail-tab .tab-pane table tr td {
        color: #fff;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 18px; }
        .section-content .content-detail-tab .tab-pane table tr td:first-child {
          width: 28%;
          vertical-align: middle;
          font-family: 'UTMAvo Bold'; }
    .section-content .content-detail-tab .tab-pane a.document-download {
      display: block;
      text-decoration: underline;
      margin-top: 50px;
      color: #5DFFD4;
      font-style: italic; }

.tab-content .tab-pane:nth-child(2) table {
  margin: auto; }
.tab-content .tab-pane:last-child table {
  margin-left: auto; }

.guests {
  width: 100%;
  margin-top: 35px;
  padding-left: 80px;
  padding-right: 80px; }
  .guests .section-content-title {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 80px; }
  .guests .guests-item .box-image {
    max-width: 260px;
    margin: auto;
    height: 260px; }
    .guests .guests-item .box-image img {
      border-radius: 100%;
      height: 100%;
      object-fit: cover; }
  .guests .guests-item .box-text {
    text-align: center;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }
    .guests .guests-item .box-text h4 {
      margin-top: 10px;
      color: #00D592;
      font-size: 18px; }



@media (min-width: 1600px) {
  .header-wrapper {
    min-height: 1920px; } }
@media (min-width: 1920px) {
  .header-wrapper {
    min-height: 1890px; } }
@media (min-width: 1920px) and (max-width: 2560px) {
  .header-wrapper {
    min-height: 1930px; }

  #count-down {
    bottom: 500px; } }
@media (min-width: 1600px) and (max-width: 1800px) {
  .header-wrapper {
    min-height: 1600px; }

  #count-down {
    bottom: 375px; } }
@media (min-width: 1300px) and (max-width: 1380px) {
  .header-wrapper {
    min-height: 1350px; 
  }
.section-content .content-detail-tab,.section-content .content-wrapper{
  background-size: cover;
}

  #count-down {
    bottom: 255px; } }
}
@media (min-width: 1300px) and (max-width: 1400px) {
.header-wrapper{
      min-height: 1395px;
}
}
@media (min-width: 1225px) and (max-width: 1300px) {
.header-wrapper {
    min-height: 1278px !important;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .header-wrapper {
    min-height: 1205px;
    } 
    #count-down{
      bottom: 196px
    }
    #logo{
      top: 62px;
    left: -128px;
    }
    .registration-form{
    top: 467px;
    left: 91px;
    }
    .section-content .content-detail-tab{
      background-size: cover;
    }
    .section-content .content-wrapper{
      background-size: cover;
    }
  }
@media (min-width: 1024px) and (max-width: 1200px) {
  .header-wrapper {
    min-height: 1181px;
    background-size: cover; }

  #count-down {
    bottom: 180px; }

  #logo {
    top: 47px;
    left: -86px; }

  .registration-form {
    top: 426px;
    left: 114px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper {
    min-height: 1125px;
    background-size: cover; }

  #count-down {
    bottom: 156px; }

  .section-wrapper .box-image {
    height: 100%; }
    .section-wrapper .box-image img {
      object-fit: cover;
      height: 100%; }

  .section-content .content-detail-tab .tab-pane {
    width: 100%; }

  .section-content .content-detail-tab,
  .section-content .content-wrapper {
    background-size: cover; }

  .guests .guests-item .box-image {
    height: 177px; }
    .guests .guests-item .box-image img {
      height: 177px; } }
@media (min-width: 426px) and (max-width: 768px) {
  .section-content .content-detail-tab {
    padding-left: 0;
    padding-right: 0; }

  .section-content .content-detail-tab .tab-pane table {
    width: 100%; }

  .section-content .content-detail-tab,
  .section-content .content-wrapper {
    background-size: cover; }

  .section-content .content-detail-tab .tab-pane {
    padding-left: 20px;
    padding-right: 20px; }

  #logo {
    max-width: 500px;
    top: 58px; }

  .registration-form {
    top: 310px;left:68px }

/*  #count-down h2 {
    color: #000000bd; }*/

  .header-wrapper {
    min-height: 1000px; }

  .section-content .content-detail-tab ul.nav.tab-title li a.active::before {
    left: 71px; }

  section {
    padding-top: 50px; }

  section .section-wrapper h2.section-title {
    margin-top: 0; } }
@media (max-width: 426px) {
  .registration-form .form-wrapper button.btn-bg {
    margin-top: 12px; }

  .section-content .content-detail-tab {
    border-radius: unset; }

  .leaf::after {
    color: #333;
    opacity: 1; }

  .registration-form .form-wrapper .form-group input {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

  .registration-form .form-wrapper {
    padding: 8px 30px; }

  .guests .guests-item .box-image img {
    height: 100%; }

  .section-content .content-wrapper {
    padding-bottom: 0; }

  section {
    padding-bottom: 0;
    padding-top: 50px; }

  .section-content .content-detail-tab {
    padding-top: 0;
    padding-bottom: 0; }

  .section-content .content-detail-tab {
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    padding-bottom: 52px;
    background-position: top; }

  .section-content .content-detail-tab .tab-pane table {
    width: 100%; }

  .guests {
    padding-left: 15px;
    padding-right: 15px; }

  .guests .section-content-title {
    margin-bottom: 20px; }

  .section-content .content-detail-tab ul.nav.tab-title li a {
    padding-left: 0;
    padding-right: 0;
    text-align: center; }

  .section-content .content-detail-tab ul.nav.tab-title li a h3 {
    font-size: 14px; }

  .section-content .content-detail-tab ul.nav.tab-title li a span {
    font-size: 12px; }

  .section-content .content-detail-tab ul.nav.tab-title {
    flex-wrap: nowrap;
    padding-top: 14px;
    padding-bottom: 22px;
    margin-top: 75px; }

  .section-content .content-detail-tab ul.nav.tab-title li a::after {
    left: 56px;
    bottom: -31px; }

  .section-content .content-detail-tab .tab-pane {
    padding-left: 15px;
    padding-right: 15px; }

  .section-content .content-detail-tab ul.nav.tab-title li a.active::before {
    left: 45px;
    bottom: -42px; }

  .section-content .content-wrapper {
    background-size: cover;
    background-position: center; }

  .guests .section-content-title h2 {
    font-size: 26px;
    line-height: 35px; }

  .section-content .content-detail-tab ul.nav.tab-title li:first-child a.active::before {
    bottom: -41px; }

  .section-content .content-detail-tab .tab-pane a.document-download {
    text-align: center; }

  .section-content h2.title {
    margin-bottom: 63px;
    font-size: 24px;
    color: #fff; }

  h2.title:before,
  h2.title:after {
    width: 337px;
    height: 2px;
    background: #fff; }

  .registration-form {
    width: 100%;
    top: 425px;
    left: 0;
    padding-right: 10px; }

  .registration-form::after {
    display: none; }

  .header-wrapper {
    min-height: 866px;
    z-index: 1000; }

  #count-down h2 {
    color: #333; }

  #count-down {
    bottom: 28px; }

  .registration-form h2 {
    font-size: 18px; }

  section .section-wrapper h2.section-title span {
    font-size: 26px; }

  section .section-wrapper p,
  section .section-wrapper .box-item h3 {
    font-size: 16px; }

  section .section-wrapper h2.section-title {
    margin-left: 0;
    margin-bottom: 38px; }

  .guests .guests-item .box-image {
    height: 157px; }

  .guests .guests-item .box-image img {
    height: 157px; }

  .guests .guests-item .box-text h4 {
    font-size: 13px; }

  .guests .guests-item .box-text {
    padding-left: 0;
    padding-right: 0; }

  .registration-form .form-wrapper span {
    display: none; }

  .parner-wrapper h2.title {
    font-size: 22px; }
  .parner-wrapper h2.title:before,
  .parner-wrapper h2.title:after {
    background: #5b5b5b; } }
@media (max-width: 320px) {
  .section-content .content-detail-tab ul.nav.tab-title {
    flex-wrap: nowrap;
    white-space: normal;
    overflow-x: auto; } }
@media (min-width: 1381px) and (max-width:1430px) {
  .section-content .content-detail-tab,.section-content .content-wrapper{
    background-size: cover;
  }
  .header-wrapper{
        min-height: 1378px;
  }
}

.event2804-text-gray {
  color: #817E7E;
}

.event2804-text-3 {
  color: #00BD86;
  font-size: 30px;
  font-weight: 700;
}