* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.container {
  max-width: 1320px !important;
  width: 100%;
}


.videoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.bg_site {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: fill;
  display: block;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

.background-image.active {
  opacity: 1;
}

.title-group-name {
  position: relative;
  height: 30px;
  width: auto;
  margin-top: 0px;
}

.group-name {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 1s ease-out, opacity 0.3s ease-in;
  /* visibility: hidden; */
  overflow: hidden;
}

.group-team {
  opacity: 0;
  transition: opacity 1s ease-out, opacity 0.3s ease-in;
  /* visibility: hidden; */
  position: absolute;
  top: 0px;
  left: 0px;
}

.group-name.active,
.group-team.active {
  opacity: 1;
  /* visibility: visible */
}

.group-team-logo {
  position: relative;
  min-height: 70px;
  height: 100%;
}

.filter-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(23, 23, 23, 0) 0%,
      rgba(23.38, 23.38, 23.38, 0.2) 100%);
}

.filter-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg,
      rgba(0, 149, 227, 0) 0%,
      rgba(0, 149, 227, 0.2) 93.57%,
      rgba(0, 148.76, 226.53, 0.4) 100%);
}

.fw-bold-600 {
  font-weight: 600;
}

.w-20 {
  width: 20%;
}

.flags-icon {
  width: 15%;
}

.logo {
  width: 15%;
  max-width: 500px;
}

.btn-join {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}

.image-logo {
  width: 50%;
}

.image-logo.brazil-logo {
  padding: 7px;
}

@keyframes move {
  0% {
    opacity: 0.9;
  }

  10% {
    transform: translate3d(4px, 0, 0);
  }

  70% {
    transform: scale(1);
    box-shadow: #ffffff 0 0 0 1px;
  }

  80% {
    transform: translate3d(2px, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: #ffffff 0 0 0 2px;
    opacity: 1;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

#myModal01 .modal-content {
  background-color: unset;
  border: unset;
  background-image: url("../images/notification_ds_jun88_v2-brazil.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  padding: 30px;
  width: 630px;
  height: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#myModal02 .modal-content {
  background-color: unset;
  border: unset;
  background-image: url("../images/notification_ds_jun88_v2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  margin: auto;
  padding: 30px;
  width: 630px;
  height: 370px;

  /* Add css */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-modal {
  font-size: 30px;
}

.close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 5px;
  border-radius: 50%;
  background: #333;
  line-height: 0.6;
  border: 2px solid #fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ambassador-title {
  font-size: 1.5rem;
}

.ver-mb {
  display: none;
}

.title-thailand,
.title-vietnam,
.title-singapore {
  bottom: -42%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 27px;
  width: 100%;
  color: #fff;
}

.btn-join.position-relative {
  width: 16%;
}

.w-60ct {
  width: 68% !important;
}

.wp-redirect-global {
  margin-bottom: 70px;
}

/*  List Ambassador */
.wp-list-ambassador .title-ft {
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding-bottom: 10px;
}

.list-ambassador {
  display: flex;
  justify-content: center
}

.item-ambassador {
  width: 20%;
}

.item-ambassador .image-sign {
  max-width: 130px;
  width: 100%;
  margin: auto;
  height: 55px;
  margin-bottom: 10px;
}

.item-ambassador .image-sign img {
  width: 100%;
  height: 100%;
}

.text-ambassador {
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  line-height: 1.3;
}

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

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    bottom: -45%;
    font-size: 25px;
  }
}

@media screen and (max-width: 1400px) {
  .logo.position-absolute.start-50 {
    width: 20%;
  }

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    font-size: 23px;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }

  .btn-join.position-relative,
  .item-ambassador {
    width: 18%;
  }
}

@media screen and (max-width: 1200px) {
  .group-team-logo {
    min-height: 60px;
  }

  .wp-redirect-global {
    margin-bottom: 50px;
  }

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    font-size: 21px;
  }

  #myModal01 .modal-content,
  #myModal02 .modal-content {
    width: 530px;
    height: 330px;
  }
}

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

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    font-size: 20px;
  }

  .image-logo.brazil-logo {
    padding: 3px;
  }
}

@media screen and (max-width: 1024px) {
  .modal {
    padding-top: 40%;
  }

  #myModal01 .modal-content,
  #myModal02 .modal-content {
    width: 490px;
    height: 300px;
  }

  .text-modal {
    font-size: 25px;
  }

  .logo.position-absolute.start-50 {
    width: 25%;
  }

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    font-size: 18px;
    color: #fff;
  }

  .wp-list-ambassador .title-ft {
    font-size: 30px;
    padding-bottom: 5px;
  }

  .ambassador-title {
    font-size: 1rem;
  }

  .btn-join.position-relative,
  .item-ambassador {
    width: 30%;
  }

  .btn-join.position-relative {
    width: 20%;
  }

  .item-ambassador .image-sign {
    max-width: 100px;
    margin: auto;
    height: 40px;
    margin-bottom: 10px;
  }

  .wp-list-ambassador .title-ft {
    font-size: 24px;
  }

  .text-ambassador {
    font-size: 13px;
  }
}

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

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    font-size: 14px;
  }
}


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

  .bg-video {
    overflow: hidden;
    object-fit: fill;
  }

  .image-logo {
    width: 40%;
  }

  #myModal01 .modal-content,
  #myModal02 .modal-content {
    width: 430px;
    height: 260px;
  }

  .text-modal {
    font-size: 20px;
  }

  .logo.position-absolute.start-50 {
    width: 40%;
  }

  .fs-13px {
    font-size: 14px;
  }

  .fs-14px {
    font-size: 14px;
  }

  .flags-icon {
    width: 15%;
  }

  .logo {
    width: 40%;
  }

  .ambassador-title {
    font-size: 1rem;
  }

  .btn-join.position-relative {
    width: 60%;
  }

  .bottom-mobi {
    z-index: 9999999;
    bottom: 7%;
  }

  .group-team-logo {
    min-height: unset !important;
  }

  .wp-redirect-global {
    margin-bottom: 40px;
  }

  .btn-join.position-relative,
  .item-ambassador {
    width: 33%;
  }

  .wp-redirect-global {
    margin-bottom: 3rem;

    flex-wrap: wrap;
    align-items: center;
    row-gap: 7vw;
  }

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    bottom: -60%;
  }
}

@media screen and (max-width: 490px) {
  .bg_site {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    object-fit: fill;
  }

  .background-image-sp {
    position: absolute;
    object-fit: fill;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
  }

  .background-image-sp.active {
    opacity: 1;
  }

  .title-group-name {
    position: relative;
    height: 18px;
    width: auto;
  }

  .group-name-sp {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 2s ease-out, opacity 0.5s ease-in;
    overflow: hidden;
  }

  .group-team-sp {
    opacity: 0;
    transition: opacity 2s ease-out, opacity 0.5s ease-in;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .group-name-sp.active,
  .group-team-sp.active {
    opacity: 1;
  }

  .group-team-logo {
    position: relative;
    height: 12vw !important;
  }

  .modal {
    padding-top: unset;
  }

  .with-auto-mb {
    max-width: 115px !important;
    width: 85%;
    height: 43px !important;
    margin-top: -17px !important;
  }

  #myModal01 .modal-content,
  #myModal02 .modal-content {
    width: 290px;
    height: 180px;
  }

  .text-modal {
    font-size: 16px;
  }

  .image-logo {
    width: 60%;
  }

  .custom-mb {
    margin-bottom: 3rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: 3.2rem;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 9vw;
  }

  .ver-mb {
    display: block;
  }

  .ver-pc {
    display: none;
  }

  .bottom-mobi {
    z-index: 9999999;
    bottom: 3%;
  }

  .mt-8 {
    margin-top: 3rem;
  }

  .btn-join.position-relative {
    width: 40%;
  }

  .title-vietnam {
    text-align: left;
  }

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    font-size: 3.7vw;
    margin-bottom: 0.9rem;
    bottom: -40%;
    color: #fff;
    line-height: 1.3;
    text-align: center;
  }

  .h-60 {
    height: 60.5px;
  }

  .with-auto {
    width: auto;
  }

  #myModal01 .modal-content,
  #myModal02 .modal-content {
    top: 50%;
  }

  .text-ambassador {
    font-size: 3.4vw;
  }

  .item-ambassador .image-sign {
    height: 40px;
  }

  .btn-join.position-relative,
  .item-ambassador {
    width: 33.3%;
  }

  .wp-list-ambassador .title-ft {
    font-size: 5vw;
    font-weight: 700;
  }
}

@media screen and (max-width: 425px) {
  .custom-mb {
    margin-bottom: 2.5rem;

    flex-wrap: wrap;
    align-items: center;
    row-gap: 9vw;
  }

  .title-thailand,
  .title-vietnam,
  .title-singapore {
    bottom: -50%;
  }
}

@media screen and (max-width: 374px) {
  .with-auto-mb {
    width: 90px !important;
    height: 40px !important;
  }

  .custom-mb,
  .pd-mb-bt {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}