html, body {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  background: #f4f4f2;
}

body {
  background-size: 100% 100%;
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-color: #000000;
}

:root {
  --animate-duration: 2s;
}

.scroll-animate {
  opacity: 0;
}

.footer .footer-logo {
  padding: 0 17px;
  height: 37px;
  width: auto;
}

.footer .footer-link {
  color: #fff;
  padding: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.full-frame {
  min-height: 1080px;
  height: 1080px;
}

.main-logo-18 {
  height: 43px;
  width: auto;
  margin-right: 25px !important;
}

@keyframes btnSmallhover {
  0% {
    opacity: 1;
    clip-path: ellipse(0px 50px at 0% -75%);
  }
  100% {
    opacity: 1;
    clip-path: ellipse(100% 100px at 16% 20%);
  }
}

@keyframes btnSmallhoverReverse {
  0% {
    opacity: 1;
    clip-path: ellipse(100% 100px at 16% 20%);
  }
  100% { 
    opacity: 1;
    clip-path: ellipse(0px 50px at 0% -75%);
  }
}


@keyframes btnhover {
  0% {
    opacity: 1;
    clip-path: ellipse(0px 200px at 0% -100%);
  }
  100% {
    opacity: 1;
    clip-path: ellipse(100% 200px at 16% 0%);
  }
}

@keyframes btnhoverReverse {
  0% {
    opacity: 1;
    clip-path: ellipse(100% 200px at 16% 0%);
  }
  100% { 
    opacity: 1;
    clip-path: ellipse(0px 200px at 0% -100%);
  }
}

.navbar .dropdown ul a {
  display: inline-block;
  padding: 8px 16px;
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}

.navbar a, .navbar a:focus {
  font-size: 14px;
  font-weight: 600;
  font-family: "GS3 Beatrice", "Source Sans Pro", sans-serif;
}



.navbar .dropdown ul li:hover {
  /* cursor: pointer; */
  background-color: rgba(128, 128, 128, .3);
  border-radius: 6.4px;
}

.navbar .dropdown ul li {
  margin: 5px 16px;
}

.navbar .dropdown ul li:first-of-type {
  margin: 0;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
  background-color: rgba(128, 128, 128, .3);
}

.navbar .dropdown ul {
  background-color: #292929;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,.2);
  border-radius: 0 0 2px 2px;
}

@media (max-width: 1279px) {
  .custom-submenu-underline {
    display: none;
  }
}


.footer-sub-logo img {
  padding: 0 12px;
}

.sticky-social-icons {
  position: fixed;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
  z-index: 3;
  width: max-content; /* Ensure the container's width is as wide as the widest child */
  margin-right: 20px;
}

.sticky-social-icons .social-icon {
  margin: 5px 0;   /* Spacing between icons */
  display: flex;
  /*flex-direction: row-reverse;*/
}

.sticky-social-icons .social-icon img {
  display: block;
  width: 69px;     /* Width of icons */
  height: 68px;    /* Height of icons */
  transition: transform 0.3s ease;
}

.sticky-social-icons .social-icon:hover img {
  transform: scale(1.1); /* Slightly increase size on hover */
  filter:brightness(110%)
}

.sticky-social-icons .connect-message {
  display: block;
  margin-top: 10px;  /* Spacing between the last icon and the message */
  width: auto;      /* Width of the message image, adjust as needed */
  height: 110px;      /* Height of the message image, 1/3 of the width */
  align-self: flex-end; /* Align to the right */
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Màu đen với độ mờ 50% (có thể điều chỉnh độ mờ bằng giá trị trong rgba) */
  z-index: 0; /* Đảm bảo lớp nền đen ở phía trên video */
}

.header-container {
  padding: 2px 50px;
}

.social-containter {
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url("../images/float/bg.png");
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px 15px 30px 15px;
}

.main-logo {
  padding-right: 41px;
}

.second-logo {
  padding-right: 51px;
  max-height: 30px !important;
}

.animation-updown {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.img-text {
  z-index: 1;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.hover-light:hover {
  filter: brightness(1.2);
}

.hover-zoom:hover {
  transform: scale(1.1);
}

.riotbar-footer-copyright-text {
  color: #e5e5e5;
  font-family: "Neue Frutiger World", "Source Sans Pro", sans-serif;
}

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

.mobile {
  display: none !important;
}

.mobile-inline {
  display: none !important;
}

.mobile-flex {
  display: none !important;
}

.desktop {
  display: block !important;
}

.desktop-flex {
  display: flex !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1780px;
  }
}

@media only screen and (min-width: 4001px) {

}

@media only screen and (max-width: 3001px) {
}

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

}

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

}

@media only screen and (max-width: 2000px) {
}

@media only screen and (max-width: 1800px) {
}

@media only screen and (max-width: 1600px) {
}


@media only screen and (max-width: 1400px) {
  .header-container {
    padding: 2px 14px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

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

}

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

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .mobile {
    display: block !important;
  }
  .mobile-flex {
    display: flex !important;
  }
  .mobile-inline {
    display: inline-block !important;
  }
  
  .desktop {
    display: none !important;
  }
  .desktop-flex {
    display: none !important;
  }

  .footer .footer-link {
    padding: 15px 0;
    display: block;
  }

  .header {
    padding: 10px 0;
  }

  .main-logo {
    padding-right: 10px;
  }

  .mobile-nav-toggle {
    top: 15px;
  }

  .riotbar-footer-copyright-text {
    font-size: 13px;
  }

  .main-logo-18 {
    height: 35px;
  }
}

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

}

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

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}


/* Landscape */
@media only screen
and (max-device-width: 1024px)
and (orientation: landscape) {
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
  
}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 834px)
and (max-device-width: 834px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1112px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {



}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes customZoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  1% {
    /*visibility: visible;*/
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes customUpDown {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


@keyframes zoomOut {
  from {
    transform: scale(1.2); /* Start from 120% of the element size */
    opacity: 0; /* Start with the element being invisible */
  }
  to {
    transform: scale(1); /* Scale down to the actual size */
    opacity: 1; /* Fully visible at the end */
  }
}

.animate__zoomOutElement {
  animation-name: zoomOut; /* Reference the keyframes name */
  animation-duration: 2s; /* Set the duration of the animation */
  animation-fill-mode: both; /* Keep the final state after the animation */
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.animate__zoomInOutElement {
  animation: zoom-in-zoom-out 2s ease infinite;
}

