*,
body {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.4;
    box-sizing: border-box;
    /* overflow: hidden; */
}

.img-phone {
    filter: invert(1)
}

body {
    background-color: #ffffff;
    height: 100vh;
}

.wp-banner {
    /* background-image: url(./../images/bg-hi88.jpg); */
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
}

.dp-pc {
    display: block !important;
}

.dp-mb {
    display: none !important;
}

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

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

a {
    cursor: pointer;
}

/* Logo */

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

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

/* Redirect Link */
.bottom-redirect {
    display: flex;
    justify-content: center;
}

.wp-taiapp-img img {
    width: 100%;
    object-fit: scale-down;
    /* height: 100%; */
}

.wp-box-center {
    width: 800px;
}

.wp-footer-text {
    font-size: 30PX;
    font-weight: 800;
    color: #00AEEF;
    text-align: center;
    padding: 15px 0;
}

.redirect-links {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
    gap: 19px;
    position: relative;
    margin-top: -15px;
    z-index: 2;
}

.item-link {
    position: relative;
    display: flex;
}

.icon-link.btn-link02 {
    background-image: url(./../images/icon-link2.png);
}

.icon-link.btn-link03 {
    background-image: url(./../images/icon-link3.png);
}

.icon-link.btn-link04 {
    background-image: url(./../images/icon-link4.png);
}

.icon-link.btn-link05 {
    background-image: url(./../images/icon-link5.png);
}

.icon-link.btn-link06 {
    background-image: url(./../images/icon-link6.png);
}

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

.item-link .speed {
    font-size: 16px;
    color: #585858;
    font-weight: 700;
    padding: 0px;
    position: absolute;
    right: 9px;
    white-space: nowrap;
    flex-shrink: 0;
    top: 14px;
}

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

.item-link .speed {
    padding: 0px;
    margin-bottom: 5px;
}

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

.element-hover: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-image: url(./../images/btn-redirect-link.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 5px 10px 2px;
    box-sizing: border-box;
    color: #000;
    border-radius: 20px;
    cursor: pointer;
    display: block;
}

.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 */

/* Banner VIP */

.banner-vip {
    width: 94%;
    margin: auto;
    margin-top: 30px;
    display: flex;
}

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

/* End Banner VIP */

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

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

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

    .wp-item-link {
        padding: 10px 15px;
    }

    /* Layout */
    .wp-box-center {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .wp-box-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .logo-company {
        max-width: 200px;
    }

    .ds-image {
        max-width: 240px;
        margin-bottom: -45px;
    }

    .redirect-links {
        gap: 10px;
    }

    .download-product {
        padding: 14px 100px;
        margin-top: 10px;
    }

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

    .product-item .thumb-nail {
        height: 65px;
    }

    .product-item {
        height: 65px;
    }

    .wp-item-link {
        padding: 5px 8px;
    }

    .icon-link {
        min-height: 35px;
        top: 6px;
        left: 0px;
    }

    .list-btn-function {
        gap: 10px;
        padding: 0px;
    }

}

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

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

    .download-product {
        padding: 14px 45px;
    }

    .bottom-redirect {
        padding: 0px 0px;
    }

    .banner-vip {
        width: 90%;
    }

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

@media screen and (max-width: 767px) and (min-width: 500px) {
    .btn-function-sp {
        height: 135px !important;
    }
}

@media screen and (max-width: 767px) {
    * {
        overflow: unset;
    }

    body {
        overflow: auto;
        height: auto;
    }

    .row>* {
        padding-left: 8px;
        padding-right: 8px;
    }

    .row.wp-content-cskh img {
        width: 100%;
    }

    .wp-footer-text {
        font-size: 18px;

    }

    .item-link .speed {
        font-size: 10px;
        top: 11px;
    }

    .redirect-links img {
        padding: 0 0 10px 0;
    }

    .image-title div {
        padding: 20px 0;
    }

    .wp-taiapp-img img {
        padding: 10px 0;
    }
}

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

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

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

@media screen and (max-width: 370px) {
    .item-link {
        width: 100%;
    }
}


.btn-function-sp {

    background: linear-gradient(180deg, #019efb, #0176dc);

}

@media (max-width: 767px) {
  .wp-content-cskh .col-4 {
    margin-bottom: 6px; /* giảm khoảng cách giữa các hàng nút */
    padding: 8px;
  }
  .wp-content-cskh {
    row-gap: 6px; /* nếu có dùng gap, giảm xuống */
  }
  
  /* Tăng kích thước các nút chỉ ở mobile */
  .wp-content-cskh .col-4 img {
    width: 105%; /* tăng kích thước 30% */
    height: auto;
    transform: scale(1.1); /* phóng to thêm 10% */
  }
  
  /* Tăng padding để các nút có không gian hơn */
  .wp-content-cskh .col-4 {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024) {
    .item-link {
        width: 100%;
    }
    .item-link .speed {
    font-size: 13px;
    color: #585858;
    font-weight: 700;
    padding: 0px;
    position: absolute;
    right: 4px;
    white-space: nowrap;
    flex-shrink: 0;
    top: 6px;
}
}
