.fadeInTop,.fadeInBottom,.fadeInLeft,.fadeInRight,.fadeInZoom,.fadeInZoom2,.fadeIn{ opacity: 0; }
.fadeInTop.animated{
	animation: fadeInTop 1s;
	animation-fill-mode: forwards;
}
.fadeInBottom.animated{
	animation: fadeInBottom 1s;
	animation-fill-mode: forwards;
}
.fadeInLeft.animated{
	animation: fadeInLeft 1s;
	animation-fill-mode: forwards;
}
.fadeInRight.animated{
	animation: fadeInRight 1s;
	animation-fill-mode: forwards;
}
.fadeIn.animated{
	animation: fadein 1s;
	animation-fill-mode: forwards;
}
.fadeInZoom.animated{
	animation: fadeInzoom 0.7s;
	animation-fill-mode: forwards;
}
.fadeInZoom2.animated{
	animation: fadeInzoom2 1s;
	animation-fill-mode: forwards;
}
.delay{animation-delay: .2s !important;}
.delay2{animation-delay: .4s !important;}
.delay3{animation-delay: .6s !important;}
.delay4{animation-delay: .8s !important;}
.delay5{animation-delay: 1s !important;}

@keyframes fadeInTop {
  0% { opacity: 0; transform: translateY(-15px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInBottom {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-15px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(15px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInzoom2 {
  0% { opacity: 0; transform: scale(0.5); }
  40% { transform: scale(1); }
  55% { transform: scale(0.86); }
  70% { transform: scale(0.95); }
  85% { transform: scale(0.90); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes fadeInzoom {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}
.padd-top-60{ padding-top: 60px !important; }
.padd-top-80{ padding-top: 80px !important; }
/************** Welcome *************/
a.text-dec{ text-decoration: none !important;}
a.text-dec:hover, a.text-dec:active{ text-decoration: underline !important;}
.font-19{ font-size: 19px !important; }
.font-20{ font-size: 20px !important; }
.font-24{ font-size: 24px !important; }
h1,h2,h3,h4,h5,h6{ font-weight: 600 !important;}
.bg-lightblue{background-color: #f0f8ff !important;}
.bg-blues{background-color: #00c2ff !important; }
.min-h-55{ min-height: 55px !important;}
.max-w-1000{max-width: 1000px !important;}
.bg-main-sec{
  background: url(../resource/others/bg-main1.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 120px;
    padding-bottom: 70px;
}
.bg-main-title{
  padding: 0 15px;
  max-width: 800px;
  margin: auto;
}
.bg-main-title h4{
  font-size: 70px;
  margin-bottom: 20px;
}
.bg-main-title p{
  font-size: 23px;
  font-weight: 400;
  color: #514b5f;
}
.bg-gaming-title{
  font-size: 30px;
}
.bg-gaming-list{
  display: grid;
  grid-template-columns:  repeat(4, 1fr);
  padding: 0 20px;
  gap: 40px;
}
.bg-gaming-list > div{
  display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(175deg, #fff 70%, #f5fafdc9);
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 8px;
    color: #444;
    gap: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 1px 10px #0003;
}
.bg-gaming-list > div:hover,
.bg-gaming-list > div:active{
  transform: scale(1.1);
}
.bg-gaming-list > div img{
  width: 40px;
  margin: auto;
}
.bg-index-sponsor{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  padding: 0 25px;
  margin: auto;
  gap: 10px;
}
.bg-index-sponsor img{
    width: 50%;
    min-width: 100px;
    max-width: 150px;
    max-height: 70px;
    margin: auto;
}
@media(max-width: 1080px){
  .bg-main-title h4{font-size: 52px;}
  .bg-main-title p{font-size: 17px;}
  .bg-gaming-title{font-size: 24px;}
}
@media(max-width: 764px){
  .bg-main-title h4{font-size: 30px;}
  .bg-main-title p{font-size: 14px;}
  .bg-gaming-title{font-size: 16px;}
  .bg-gaming-list{
    grid-template-columns:  repeat(2, 1fr);
    transform: scale(0.9);
    gap: 20px;
  }
}
.bg-title-center{
  display: grid;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  padding: 0 20px;
  padding-top: 30px;
}
.bg-title-center h4{
  font-size: 35px;
  font-weight: 700 !important;
  color: #220d4e;
  margin-bottom: 20px;
}
.bg-title-center p{
  font-size: 19px;
  font-weight: 400;
  color: #514b5f;
}

.accordion-main{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding-bottom: 30px;
  margin: auto;
}
.accordion,
.accordion-main .row{
  width: 100%;
  margin: 0;
}
.accordion-item{
  border: none !important;
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
  border-radius: 0 !important;
  background: unset !important;
}
.accordion-item:last-child{
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
.accordion-item .accordion-button{
    display: flex;
    color: #220d4e;
    font-weight: 600;
    font-size: 19px;
    background: unset !important;
    height: 80px;
    box-shadow: none !important;
}
.accordion-body{
    font-size: 18px;
    font-weight: 400;
    color: #514b5f;
    line-height: 170%;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    padding-top: 0 !important;
}
.accordion-preview-image {
  display: flex;
  gap: 8px;
  overflow: hidden;
  height: 460px;
  margin-left: 30px;
}
.accordion-preview-image > div{
  flex: 1;
  position: relative;
  transition: all 0.6s ease;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.accordion-preview-image > div.active{
  flex: 5;
}
.accordion-preview-image > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* hide and seek (fade in fade out) */
.accordion-preview-image.hide-and-seek > div{
  flex: 0;
  opacity: 0;
}
.accordion-preview-image.hide-and-seek > div.active{
  flex: 1;
  opacity: 1;
}
@media(max-width: 991px){
  .accordion-preview-image{
    display: none;
  }
}
.bg-center-powering{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bg-center-powering > div{
  position: relative;
  display: flex;
  width: 100px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 51, 99, .1);
  border-radius: 16px;
  margin: 25px;
}
.bg-center-powering > div img{
    width: 100%;
    height: 50%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.8);
}
.bg-ready-sec{
  background: url(../resource/others/banner-cta.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.bg-ready-sec p{
  font-size: 50px;
  line-height: 120%;
}
@media(max-width: 1080px){
  .bg-ready-sec p{
    font-size: 37px;
  }
  .bg-center-powering > div{
    margin: 10px;
  }
  .bg-title-center h4{
    font-size: 32px;
  }
}
@media(max-width: 764px){
  .bg-ready-sec p{
    font-size: 24px;
  }
  .bg-center-powering > div{
    margin: 5px 4px;
  }
  .bg-title-center h4{
    font-size: 28px;
  }
}