.site-bar {
  height: 32vh;
  width: 90px;
  bottom: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  left: 8px;
  top: calc((100% + 25px) / 2);
  transform: translateY(-50%);
  z-index: 9999;
  padding: 12px 0;
  background: linear-gradient(
    270deg,
    rgba(25, 25, 28, 0.5),
    rgba(19, 18, 38, 0.5)
  );
  border-radius: 20px;
  border: 1px solid #fff;
}

.box {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  padding: 5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  gap: 15px;
}

.list-group .item-group .wp-thumb-nail {
  width: 72px;
  height: 72px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
}

.list-group .item-group img {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #9cd2ff8f;
  filter: none;
  border-radius: 50%;
  transition: all 0.35s;
  height: 64;
  width: 64px;
}

.coopok9 {
  height: 60px;
}

.coopok9 img {
  width: 100%;
  max-width: 400px;
  width: auto;
}

.branch-info {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.brand-left,
.brand-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-left img {
  width: 90%;
  height: max-content;
}

.brand-right video {
  width: 100%;
  border-radius: 20px;
}

.history {
  padding: 100px 0px;
  background: radial-gradient(
    circle,
    rgb(187 248 201) 0%,
    rgba(255, 255, 255, 1) 50%
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: center;
}

.history .title-main {
  margin: 0px auto;
}

.history .title {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  padding: 0px 0px 20px;
}

.history .thumbnail {
  width: 60px;
  height: auto;
}

.history .title .wp-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.history .title .wp-text span {
  font-size: 22px;
  font-weight: 700;
}

.history .title .wp-text .hightline {
  font-size: 30px;
  font-weight: 700;
}

.wp-history-ct {
  display: flex;
  justify-content: space-around;
}

.wp-history-ct .history-ct-left {
  width: 47%;
}

.history-item {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

.line-history {
  width: 3px;
  background-color: #000;
  position: relative;
  margin-left: 28px;
}

.icon-history {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(40 187 149 / var(--tw-bg-opacity));
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: absolute;
  top: 20px;
  left: -11px;
}

.history-content {
  padding-top: 15px;
  padding-bottom: 20px;
}

.history-content .year {
  font-size: 22px;
  font-weight: 700;
}

.history-content .title {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0px;
}

.history-content .text {
  font-size: 16px;
}

.section-partner {
  background-image: url(../images/okvip/bg-info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d3fbdc;
}

.section-partner .content {
  padding: 45px 0px;
}

.section-partner .content span {
  line-height: 1.5;
}

.section-partner .content span:nth-child(1) {
  font-size: 48px;
  width: 25%;
  font-weight: bold;
}

.section-partner .content span:nth-child(2) {
  font-size: 1.5rem;
  width: 40%;
}

/* career-ds-jun88 */
.career-ds-jun88 {
  padding: 60px 0px 120px;
  background-image: url("../images/okvip/bg-list-cup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.list-profile {
  display: flex;
  justify-content: center;
  min-height: 200px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.career-ds-jun88 .content .title {
  color: #fff;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.2;
}

.career-ds-jun88 .content .number {
  color: #1f607d;
  font-family: Mulish, sans-serif;
  font-size: 55px;
  transform: rotate(-45deg);
  display: inline-block;
  padding-top: 17px;
}

.career-ds-jun88 .content .number.last {
  padding-top: 24px;
  padding-left: 17px;
}

.career-ds-jun88 .content .text {
  color: #1f607d;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.box-macth {
  border-radius: 8.849px;
  width: 120px;
  height: 120px;
  transform: rotate(45deg);
  cursor: pointer;
  border-radius: 3.54px;
  background: linear-gradient(0deg, #81deff 0%, #fff 113.72%);
  outline: 7px solid #9cd2ff8f;
  outline-offset: 8px;
}

.box-macth:hover .number {
  opacity: 0.8;
}

.profile-item {
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.career-ds-jun88 .content h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-top: 60px;
}

.list-cups {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 20px 0px 0px;
  flex-wrap: wrap;
}

.cup-item {
  width: 32%;
  height: auto;
  cursor: pointer;
}

.cup-item .img-cup {
  height: auto;
}

.cup-item h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 138.281%;
  /* 49.851px */
  text-transform: uppercase;
  margin-top: 20px;
  padding: 7px 8px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #46b500 0%, rgba(255, 255, 255, 0) 100%);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.cup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.list-cups .img-cup {
  text-align: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-cups .img-cup img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.list-cups .slick-slide,
.list-cups .slick-slide {
  margin: 0 20px !important;
  cursor: pointer;
}

.list-cups .slick-prev {
  left: 46%;
  top: 109%;
  z-index: 100;
  opacity: 1;
  background: unset;
  border: none;
  position: absolute;
}

.list-cups .slick-next {
  right: 30px;
  z-index: 100;
  right: 46%;
  top: 109%;
  opacity: 1;
  background: unset;
  border: none;
  position: absolute;
}

.list-cups .slick-prev::before {
  content: url("../images/okvip/previousbutton.png") !important;
}

.list-cups .slick-next::before {
  content: url("../images/okvip/nextbutton.png") !important;
}

/* outstanding-event */
.jun88-event {
  width: 100%;
  height: auto;
  background-image: url(../images/okvip/fill-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jun88-event .content {
  max-width: 1440px;
  margin: 0 auto;
}

.jun88-event .title {
  display: flex;
  justify-content: center;
  gap: 22px;
  align-items: center;
  padding: 20px 0px 15px;
  margin: auto;
}

.jun88-event .title h2 {
  text-align: justify;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.281%;
  display: inline;
  width: auto;
}

.jun88-event .thumbnail {
  width: 60px;
  height: 60px;
}

.jun88-event .thumbnail img {
  width: 100%;
  height: 100%;
}

.event-slider01 {
  margin-bottom: 10px;
}

.event-slider01 .list-item {
  /* max-width: 668px; */
  min-height: 100px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.event-slider02 .list-item {
  max-width: 668px;
  min-height: 100px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.event-slider01 .list-item img,
.event-slider02 .list-item img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 20px;
}

.event-slider01 .slick-prev,
.event-slider02 .slick-prev {
  left: 10px;
  z-index: 100;
  opacity: 1;
}

.event-slider01 .slick-next,
.event-slider02 .slick-next {
  right: 30px;
  z-index: 100;
  opacity: 1;
}

/* the slides */
.event-slider01 .slick-slide,
.event-slider02 .slick-slide {
  margin: 0 10px !important;
  cursor: pointer;
}

/* 
footer {
    background: url(../footer_images/footer-bg.jpg) 50% / cover no-repeat;
} */

.footer-main {
  padding: 50px 20px 15px;
}

.main-wrap {
  margin: auto;
  position: relative;
}

.footer-intro-endorse {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 92px;
  justify-content: space-between;
  margin-bottom: 27px;
}

.footer-intro-endorse > * {
  flex: 1;
}

.footer-endorse {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.footer-endorse-head {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  color: #35a649;
}

.footer-endorse-item {
  align-items: center;
  display: flex;
  font-size: 15px;
  gap: 10px;
  justify-content: center;
}

.footer-endorse-item img {
  height: 75px;
}

.footer-endorse-hr {
  background: #35a649;
  display: block;
  font-size: 0;
  height: 70px;
  width: 1px;
}

.footer-logos-icons {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.footer-logos-icons > * {
  flex: 1;
}

.footer-logos img {
  display: block;
  height: 44px;
  width: auto;
}

.footer-icons {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.icon-item img {
  display: block;
  height: 35px;
  width: auto;
}

.icon-sns {
  cursor: pointer;
}

.icon-sns:hover {
  opacity: 0.5;
}

.footer-linkslist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.footer-linkslist a {
  color: #35a649;
  font-size: 17px;
  line-height: 23px;
  text-decoration: none;
}

.footer-linkslist a:hover {
  opacity: 0.5;
}

.hr {
  background: #111;
  height: 23px;
  width: 1px;
}

.footer-copy {
  font-size: 15px;
  text-align: center;
}

/* XXL */

/* XL */
@media screen and (max-width: 1399px) {
}

/* LG */
@media screen and (max-width: 1199px) {
  .wp-history-ct .history-ct-left {
    width: 55%;
  }

  .list-cups .slick-prev {
    left: 44%;
  }

  .list-cups .slick-next {
    right: 44%;
  }
}

/* MD */
@media screen and (max-width: 991px) {
  .footer-endorse-item img,
  .footer-endorse-hr {
    height: 60px;
  }

  .section-partner .content span:nth-child(1) {
    font-size: 24px;
  }

  .section-partner .content span:nth-child(2) {
    font-size: 1rem;
  }

  .wp-history-ct .history-ct-left {
    width: 80%;
  }

  .list-cups .slick-prev {
    left: 42%;
  }

  .list-cups .slick-next {
    right: 42%;
  }
}

/* SM */
@media screen and (max-width: 767px) {
  .wp-history-ct .history-ct-left {
    width: 90%;
  }

  .history {
    padding-top: 50px;
    background-image: url("../images/okvip/argentina_50%.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .history .title .wp-text span {
    font-size: 16px;
    font-weight: 400;
  }

  .history .title .wp-text .hightline {
    font-size: 18px;
    font-weight: 700;
  }

  .history-content .year {
    font-size: 14px;
    font-weight: 700;
  }

  .history-content .title {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0px;
  }

  .history-content .text {
    font-size: 14px;
  }

  .list-cups .slick-prev {
    left: 40%;
  }

  .list-cups .slick-next {
    right: 40%;
  }

  .event-slider01 {
    display: none;
  }
}

/* XS */
@media screen and (max-width: 575px) {
  .section-partner .content span:nth-child(1) {
    font-size: 20px;
  }
  .coopok9 img {
    width: 100%;
    max-width: 300px;
    width: auto;
  }

  .history {
    padding-top: 50px;
    background-image: url("../images/okvip/history-img-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: radial-gradient(
      circle,
      rgb(240, 236, 189) 0%,
      rgba(255, 255, 255, 1) 50%
    );
  }

  .history .title .wp-text span {
    font-size: 16px;
    font-weight: 400;
  }

  .history .title .wp-text .hightline {
    font-size: 18px;
    font-weight: 700;
  }

  .history-content .year {
    font-size: 14px;
    font-weight: 700;
  }

  .history-content .title {
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0px;
  }

  .history-content .text {
    font-size: 14px;
  }

  .list-cups .slick-prev {
    left: 35%;
  }

  .list-cups .slick-next {
    right: 35%;
  }
}
