*{
      box-sizing: border-box;
  }
  .wrapper {
    margin: 0 auto;
  }


  .bdr-ripple-ani-btn {
      color: white;
      animation: at-ripple-blue 0.6s linear infinite;
  }
  .bdr-ripple-ani-btn {
      display: block;
      background: #fff;
      text-align: center;
      border-radius: 100%;
      box-sizing: border-box;
      color: #666;
      animation: at-ripple-blue 0.6s linear infinite;
      overflow: hidden;
  }
  .contact-hotro {
      width: 50px;
      height: 50px;
      background-color: #0cb1e300;
      position: fixed;
      bottom: 639px;
      right: 20px;
      border-radius: 50%;
      z-index: 10000;
  }

  @keyframes at-ripple-blue {
      0% {
      box-shadow: 0 4px 10px rgb(180 139 111 / 77%), 0 0 0 0 rgb(161 121 72 / 64%), 0 0 0 5px rgb(161 83 42 / 79%), 0 0 0 10px rgb(153 94 47 / 72%);
      }
      100% {
      box-shadow: 0 4px 10px rgb(209 128 91 / 19%), 0 0 0 5px rgb(219 131 80 / 27%), 0 0 0 10px hsl(22.59deg 75% 71% / 20.5%), 0 0 0 20px rgb(241 155 107 / 19%);
      }
  }




body {
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif;
    font-weight: 400;
    line-height: 1.4;
    box-sizing: border-box;
    /* overflow: hidden; */
}

body {
    background-color: #161c2c;
}

.wp-banner {
    background-image: url(.../../images/photo_2025-03-29_18-59-35.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.dp-pc {
    display: block;
}

.dp-mb {
    display: none;
}

.wp-site {
    /* height: 100vh; */
    position: relative;
}

.container {
    max-width: 1300px !important;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

/* Redirect Link */
.bottom-redirect {
    /* position: fixed; */
    /* bottom: 50px; */
    /* padding: 0px 15px; */
    padding-top: 40px;

    /* max-width: 1300px; */
    width: 100%;
    /* left: 0px;
    right: 0px; */
    margin: auto;

}

.redirect-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff5e4;
    border-radius: 15px;
    padding: 18px 27px;
    gap: 28px;
    position: relative;
    z-index: 2;
    margin-top: .5em;
}

.item-link {
    background-color: #231400;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
    width: 100%;
}

.item-link .title {
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

.item-link .speed {
    font-size: 18px;
    padding: 5px;
    color: #20E133;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
}

.item-link .btn-redirect {
    padding: 5px;
    width: 100%;
    transition: 0.3s;
}

.item-link .btn-redirect:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.item-link .title-top {
    padding: 5px;
    font-size: 18px;
    color: #FF9500;
}

.item-link .btn-link {
    background-color: #52B7FF;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 20px;
    box-sizing: border-box;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
}

.color-o1 {
    background-image: linear-gradient(to right, #52b7ff, #38c0f9, #31c7f0, #41cde4, #59d2d8);
}

.color-o2 {
    background-image: linear-gradient(to right, #f2b850, #f3bd55, #f3c15a, #f4c660, #f5ca65);
}

.color-o3 {
    background-image: linear-gradient(to right, #f47b78, #f57178, #f66779, #f65d7b, #f5527e);
}

.color-o4 {
    background-image: linear-gradient(to right, #f47b78, #f57178, #f66779, #f65d7b, #f5527e);
}

.color-o5 {
    background-image: linear-gradient(to right, #52b7ff, #38c0f9, #31c7f0, #41cde4, #59d2d8);
}

.nhapnhay2 {
    font-weight: 700;
    animation: my02 1s infinite;
    text-align: center
}

@keyframes my02 {
    0% {
        color: #000;
    }

    50% {
        color: #38497a;
    }

    to {
        color: #000;
    }
}

/* End Redirect Link */

/* Image */
#pc-banners {
    width: 100%;
    padding: 20px 0px 20px 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#pc-banners .banner-container {
    width: calc(50% - 10px);
}

#pc-banners img {
    height: auto;
}

ul {
    padding-left:40px;
}
/* End Image */

/* Article */

.section.dark  {
    background-color: #fff;
    padding: 40px;
}

.section.dark p {
    padding-bottom: 10px;
}

.section.dark img {
    max-width: 800px !important;
    width: 100% !important;
    height: auto !important;
}

.section.dark em {
    font-style: italic;
}

img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    padding-bottom: 10px;
}
/* End Article */

/* Item Product */
.product {
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.product-list {
    display: flex;
    gap: 25px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.product-item {
    background-image: url(".../../images/bg-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    max-width: 310px;
    width: 100%;
    height: 86px;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.product-item:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.product-item .thumb-nail {
    width: 55px;
    height: auto;
}

.product-item .thumb-nail img {
    width: 100%;
}

.product-item .product-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* End Product */

/* Image Content */
.ds-image {
    max-width: 95%;
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: -290px;
    z-index: 0;
}

.ds-image img {
    width: 100%;
}

/* End Image Content */


@media screen and (max-width: 1300px) {
    .item-link .title {
        font-size: 18px;
    }

    .item-link .speed,
    .item-link .title-top {
        font-size: 16px;
    }

    .item-link .btn-link {
        font-size: 18px;
    }

    /* Product */

    .product-item .product-title {
        font-size: 18px;
    }

    .product-item .thumb-nail {
        width: 50px;
    }

    .product-item {
        height: 75px;
    }

    /* End Product */

    /* Image Content */

    .ds-image {
        max-width: 80%;
        width: 100%;
        position: relative;
        margin: auto;
        margin-bottom: -18%;
        z-index: 1;
    }

    /* End Image Content */
}

@media screen and (max-width: 1100px) {
    .redirect-links {
        padding: 15px 17px;
    }

    .redirect-links {
        gap: 10px;
    }

    .product-item .product-title {
        font-size: 14px;
    }

    .product-item .thumb-nail {
        width: 45px;
    }

    .product-item {
        height: 70px;
    }
}

@media screen and (max-width: 990px) {
    .item-link .title {
        font-size: 15px;
    }

    .item-link .btn-link {
        font-size: 12px;
        padding: 5px 15px;
    }
}


@media screen and (max-width: 767px) {
    .wp-banner {
        background-image: url(.../../images/AQ88-1_mobile-background.png);
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .container {
        padding: 0px 10px;
    }

    .dp-pc {
        display: none;
    }

    .dp-mb {
        display: block;
    }

    .wp-site {
        /* background-image: url(./.../../images/bg-789b-cd-mb.jpg); */
        background-image: unset;
        height: 100%;
    }

    #pc-banners {
        flex-direction: column;
        gap: 10px;
    }

    #pc-banners .banner-container {
        width: 100%;
    }


    footer {
        background: transparent !important;
    }

    .logo-jb88 {
        max-width: 220px;
        width: 100%;
        margin: auto;
        padding-top: 20px;
        position: relative;
        z-index: 1;
        -webkit-animation: drift 2s infinite alternate;
        animation: drift 2s infinite alternate;
    }

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

    @-webkit-keyframes drift {
        to {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%)
        }
    }
    
    @keyframes drift {
        to {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%)
        }
    }

    .bottom-redirect {
        padding: 0px 0px;
        bottom: 3%;
        max-width: 600px;
    }

    .redirect-links {
        flex-direction: column;
        gap: 0;
        background-color: #192F3F;
        padding: 7px 5px;
    }

    .item-link {
        background: unset;
        flex-direction: unset;
        align-items: center;
        padding: 0px;
        justify-content: space-between;
        padding: 5px 0px;
        border-radius: 0px;
        position: relative;
    }

    .item-link::after {
        content: "";
        position: absolute;
        width: 100%;
        right: 0px;
        height: 1px;
        bottom: 0px;
        background-color: #fff;
        opacity: 0.5;
    }

    .item-link:last-child::after {
        content: unset;
    }

    .item-link .title,
    .item-link .speed {
        border-bottom: unset;
        width: auto;
        width: 19%;
        font-size: 3vw;
        /* border-right: 1px solid #FFFFFF; */
        position: relative;
    }

    .item-link .speed {
        /* padding: 0px; */
        text-align: center;

    }

    .item-link .title {
        /* padding: 0px; */
        text-align: center;
    }

    .item-link .title-top {
        margin-bottom: 0px;
        font-size: 3vw;
        width: 30%;
        position: relative;
    }

    .item-link .title::before,
    .item-link .speed::before {
        content: "";
        position: absolute;
        width: 1px;
        right: 0px;
        height: 4.5vw;
        top: 20%;
        background-color: #86642d;
    }

    .item-link .btn-link {
        font-size: 3vw;
        padding: 5px 10px;
        border-radius: 15px;
    }

    .item-link .btn-redirect {
        width: auto;
    }

    .product {
        margin-top: 10px;
        position: relative;
        z-index: 2;
        padding-bottom: 15px;
    }

    .product-item {
        background-image: url(".../../images/bg-btn-mb.png");
        max-width: unset;
        width: 100%;
    }

    .product-item .product-title {
        font-size: 3vw;
    }

    .product-item .thumb-nail {
        width: 8vw;
    }

    .product-list {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .item-link .btn-redirect:hover {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    /* Fix Slider */

    .slick-initialized .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-slider {
        margin-bottom: 0px;
    }

    /* End Fix Slider */

    /* Image  */

    .ds-image {
        max-width: 320px;
        width: 100%;
        margin: auto;
        margin-bottom: -22%;
    }

    /* End Image */

    /* Article */
    .section.dark {
        padding: 15px;
    }

    .section.dark p span,
    ul li span {
        font-size: 15px !important;
    }

    ul {
        padding-left: 15px;
    }
    /* End Article */
}

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

    .item-link .btn-link,
    .item-link .title-top,
    .item-link .speed,
    .item-link .title  {
        font-size: 3.7vw !important;
    }

    .item-link .btn-link {
        padding: 5px 7px;
    }

    /* Image  */

    .ds-image {
        max-width: 90%;
        width: 100%;
        margin: auto;
        margin-bottom: -35%;
    }

    /* End Image */

    .product-item .product-title {
        font-size: 4.5VW;
    }

    .product-item .thumb-nail {
        width: 10vw;
    }
}


/* === Blue Theme Overrides (v2) === */
:root {
  --primary: #1976d2;
  --secondary: #00bcd4;
  --accent: #42a5f5;
  --navy: #0b1e3a;
  --navy-2: #0a2540;
  --light: #e1f5fe;
}
html, body {
  background: linear-gradient(180deg, #0d47a1, #1976d2 45%, #00bcd4 85%, #e1f5fe);
  background-attachment: fixed;
  color: #eaf0f6;
}
.wrapper, .main-wrap, .container, .section, .app, .app-home, .home-header,
header, footer, .footer, .hero, .banner, .content, .page, .page-wrap {
  background: transparent;
}
.card, .panel, .box, .module, .tile, .widget, .info-box, .link-card, .link-item, .speed-box {
  background: linear-gradient(180deg, rgba(13,71,161,.95), rgba(25,118,210,.95));
  border: 1px solid rgba(66,165,245,.25);
  box-shadow: 0 12px 32px rgba(0,0,0,.35);
  color: #eaf0f6;
}
.btn, .button, .cta, .play-now, .tools .tools-item, a.btn, button {
  background-image: linear-gradient(180deg, #0d47a1, #1976d2 45%, #00bcd4 85%, #e1f5fe) !important;
  color: #fff !important; border: none;
}
.slick-dots li button:before { color: #42a5f5 !important; opacity: .9; }
.slick-prev:before, .slick-next:before { color: #e1f5fe !important; }
hr, .divider { border-color: rgba(66,165,245,.35); }
input, select, textarea {
  background: rgba(10,37,64,.65);
  border: 1px solid rgba(66,165,245,.35);
  color: #eaf0f6;
}
::placeholder { color: rgba(226,242,253,.55); }
h1, h2, h3, h4, h5 { color: #e1f5fe; }
a { color: #42a5f5; }
a:hover { color: #00bcd4; }
/* === End v2 === */


/* === Link Section Redesign === */
.link-wrapper, .link-section, .links-section, .speed-wrapper, .gateway-wrapper {
  background: transparent !important; box-shadow: none !important; padding: 24px 0;
}
.link-grid, .gateway-list, .speed-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; align-items: stretch;
}
.link-card, .link-item, .speed-box, .speed-item, .gateway-box {
  background: linear-gradient(180deg, rgba(13,71,161,.98), rgba(25,118,210,.98));
  border: 1px solid rgba(66,165,245,.35);
  border-radius: 22px; padding: 22px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35); color: #eaf0f6;
}
.link-card .title, .link-item .title, .speed-box .title, .speed-item .title, .gateway-box .title,
.link-card h4, .link-item h4, .speed-box h4, .speed-item h4, .gateway-box h4 {
  font-weight: 800; letter-spacing: .02em; text-transform: uppercase; text-align: center; color: #e1f5fe; margin-bottom: 10px;
}
.link-card .latency, .link-item .latency, .speed-box .latency, .speed-item .latency, .gateway-box .latency {
  text-align: center; font-weight: 700; margin: 6px 0 2px; color: #7cff9c;
}
.link-card .city, .link-item .city, .speed-box .city, .speed-item .city, .gateway-box .city {
  text-align: center; opacity: .9; color: #e1f5fe; margin-bottom: 14px;
}
.link-card .btn, .link-item .btn, .speed-box .btn, .speed-item .btn, .gateway-box .btn,
.link-card .play-now, .link-item .play-now, .speed-box .play-now, .speed-item .play-now, .gateway-box .play-now {
  display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 0 18px;
  border-radius: 999px; font-weight: 800; letter-spacing: .02em;
  background-image: linear-gradient(180deg, #0d47a1, #1976d2 40%, #00bcd4 85%, #e1f5fe); color: #0a2540 !important;
  box-shadow: 0 6px 16px rgba(0,188,212,.35); border: none;
}
@media (max-width: 768px) {
  .link-grid, .gateway-list, .speed-list { grid-template-columns: 1fr; gap: 16px; }
  .link-card, .link-item, .speed-box, .speed-item, .gateway-box { padding: 18px 16px; }
}
/* === End Link Redesign === */
