@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --bg-max-width: 3840px;
}

* {
    outline: none;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: url('../imgs/bg-main.jpg') no-repeat center top;
    font-family: 'Open Sans', sans-serif;
    height: 0;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

#root {
    max-width: 3840px;
    margin: auto;
    overflow-x: hidden;
}
/*************************** DEFINE ICON ***************************/
.dropdown-icon {
    display: block;
    width: 19px;
    height: 15px;
    background: url(../imgs/menu/dropdown-icon.png);
    background-size: 100% 100%;
}

.search-icon {
    display: block;
    width: 33px;
    height: 33px;
    background: url(../imgs/icon-search.png);
    border: none;
    background-size: 100%;
}

.search-icon-fa {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 26px;
    color: #a6a3a3;
    transform: translateY(-50%);
}

/*************************** HEADER CSS ***************************/
.container {
    max-width: 1920px;
}

.wrapper-page {
    margin-bottom: -48px;
}

.top-nav {
    height: 4.8rem;
    background: url('../imgs/menu/bg-menu.png') no-repeat;
    background-size: auto 100%;
    max-width: var(--bg-max-width);
    z-index: 3;
}

.top-nav .logo {
    min-width: 350px;
}

.top-nav .logo .wrap-logo {
    top: 10px;
    left: -56px;
    gap: 1rem;
    background: url(../imgs/menu/bg-logo.png) no-repeat;
    width: 100%;
    width: 100%;
    background-size: 84%;
    background-position: calc(50% - 5px) top;
}

.top-nav .logo .wrap-logo .logo-img {
    width: 237px;
}

.top-nav .nav-bar {
    margin-right: 10px;

    margin-left: -115px;
}
.top-nav .nav-bar img {
    left: 10px;
}

.top-nav .nav-bar ul {
    margin-left: 14px;
    margin-right: -130px;
}

.top-nav .nav-bar .main-nav>li {
    height: 75px;
    width: 250px;
    transform: translateX(0);
}
.top-nav .nav-bar .main-nav>li.homepage {
    background: url(../imgs/menu/homepage-2.png) top center no-repeat;
    transform: translateX(0);
}

.top-nav .nav-bar .main-nav>li.news {
    transform: translateX(-25px);
    background: url(../imgs/menu/news-2.png) top center no-repeat;
}

.top-nav .nav-bar .main-nav>li.hero-item {
    transform: translateX(-50px);
    background: url(../imgs/menu/champion-2.png) top center no-repeat;
}

.top-nav .nav-bar .main-nav>li.support {
    transform: translateX(-100px);
    background: url(../imgs/menu/support.png) top center no-repeat;
}

.top-nav .nav-bar .main-nav>li.community {
    transform: translateX(-125px);
    background: url(../imgs/menu/community-2.png) top center no-repeat;
}

.top-nav .nav-bar .main-nav>li.fruit {
    transform: translateX(-75px);
    background: url(../imgs/menu/fruit.png) top center no-repeat;
}

.top-nav .nav-bar .main-nav>li.active,
.top-nav .nav-bar .main-nav>li:hover {
   background-position: bottom center !important;
}

.top-nav .nav-bar .main-nav>li.support .dropdown-icon {
    right: 52px;
}

.top-nav .nav-bar .nav-item {
    display: block;
    width: 195px;
}

.top-nav .nav-bar .nav-item.dropdown-toggle::after {
    display: none;
}

.top-nav .nav-bar .nav-item.nav-item i {
    transition: transform 0.3s ease;
}

.top-nav .nav-bar .nav-item.show i {
    transform: rotate(180deg);
}

.top-nav .nav-bar .main-nav .dropdown-menu {
    width: 88%;
    background: none;
    border: none;
    padding-top: 4px;
    transform: translate(0px, 77px) !important;
}

.top-nav .nav-bar .main-nav .dropdown-menu .dropdown-item {
   background: rgba(0, 0, 0, 0.8);
    height: 48px;
    line-height: 48px;
    padding: 0 17px;
    font-size: 1.45rem;
    color: #fff;
    border-bottom: 2px solid #c1c1c1;
}

.top-nav .nav-bar .main-nav .dropdown-menu .dropdown-item:hover {
    background-color: #414141;
}

.top-nav .nav-bar li .dropdown-icon {
    right: 35px;
    top: 46%;
}
.top-nav .nav-bar li.fruit .dropdown-icon {
    right: 31px;
}

.top-nav .login {
    width: 265px;
}

.top-nav .login .wrap-login .user-info button.dropdown-toggle {
    background-color: #1fb4ff;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    border-radius: 0;
    color: #fff;
    outline: none;
    border: none;
    width: 240px;
    height: 54px;
    font-size: 20px;
    margin-left: 16px;
}

.wrap-login-mobile {
    display: none;
}

.top-nav .login .user-info .btn-group ul {
    background-color: #292929;
    width: 100%;
    padding: 0;
    border-radius: 2px;
}

.top-nav .login .user-info .btn-group ul li {
    border-bottom: 1px solid #5e5e5e;
    height: 44px;
    padding: 0;
}

.top-nav .login .user-info .btn-group ul li:hover {
    background-color: #797979 !important;
}

.top-nav .login .user-info .btn-group ul li i {
    margin-right: 10px;
    font-style: normal;
}

.top-nav .login .user-info ul li i .payment-unit {
    color: #1fb4ff;
    font-weight: 700;
    margin-right: 10px;
}


.top-nav .login .user-info ul button {
    background-color: #d74132;
    border: none;
    outline: none;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.top-nav .login .user-info ul li a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    height: 100%;
    padding: 4px 16px;
    line-height: 36px;
}

.top-nav .login .btn-login {
    display: block;
    width: 266px;
    height: 95px;
    background: url(../imgs/menu/btn-login-2.png) top center no-repeat;
}

.top-nav .login .btn-login:hover {
    background: url(../imgs/menu/btn-login-2.png) bottom center no-repeat;
}

/*************************** MENU CSS ***************************/
.menu-fixed {
    top: 40%;
    max-width: 3840px;
}

.left-menu {
    top: 40%;
    transform: translateX(-50%);
    left: 143px;
}

.left-menu li {
    margin-bottom: 7px;
    width: 212px;
    height: 78px;
    cursor: pointer;
}

.left-menu button {
    width: 74px;
    height: 78px;
    border: none;
    outline: none;
}

.left-menu li.active span {
    width: 133px;
    height: 40px;
    margin-left: 5px;
    display: block !important;
}


.left-menu .menu-page-1 {
    background: url(../imgs/btn-page-1.png) top center no-repeat;
}
.left-menu .menu-page-1:hover {
    background: url(../imgs/btn-page-1.png) bottom center no-repeat;
}
.left-menu .menu-page-1.active {
    background: url(../imgs/btn-page-1.png) bottom center no-repeat;
}
.left-menu .menu-page-1.active:hover {
    background: url(../imgs/btn-page-1.png) top center no-repeat;
}

.left-menu .menu-page-2 {
    background: url(../imgs/btn-page-2.png) top center no-repeat;
}
.left-menu .menu-page-2:hover {
    background: url(../imgs/btn-page-2.png) bottom center no-repeat;
}
.left-menu .menu-page-2.active {
    background: url(../imgs/btn-page-2.png) bottom center no-repeat;
}
.left-menu .menu-page-2.active:hover {
    background: url(../imgs/btn-page-2.png) top center no-repeat;
}

.left-menu .menu-page-3 {
    background: url(../imgs/btn-page-3.png) top center no-repeat;
}
.left-menu .menu-page-3:hover {
    background: url(../imgs/btn-page-3.png) bottom center no-repeat;
}
.left-menu .menu-page-3.active {
    background: url(../imgs/btn-page-3.png) bottom center no-repeat;
}
.left-menu .menu-page-3.active:hover {
    background: url(../imgs/btn-page-3.png) top center no-repeat;
}

.right-menu {
    transform: translateY(-11%);
    right: 0;
    width: 255px;
    height: 529px;
    background: url(../imgs/page2/right-menu/bg-menu.png);
    padding: 20px 10px 42px 36px;
    transition: width 0.5s ease, padding 0.3s ease;
}

.right-menu .menu-group {}

.right-menu .menu-group .menu-item {
    cursor: pointer;
    text-indent: -9999px;
}

.right-menu .menu-group .menu-item a{
    display: block;
    width: 100%;
    height: 100%;
}

.right-menu .menu-group .menu-item:nth-child(1) {
    background: url(../imgs/page2/right-menu/btn-download-2.png) top center no-repeat;
    width: 207px;
    height: 149px;
}

.right-menu .menu-group .menu-item:nth-child(2) {
    background: url(../imgs/page2/right-menu/btn-pay-2.png) top center no-repeat;
    height: 66px;
    width: 207px;
}

.right-menu .menu-group .menu-item:nth-child(3) {
    background: url(../imgs/page2/right-menu/btn-support-download-2.png) top center no-repeat;
    height: 68px;
    transform: translateY(-5px);
}

.right-menu .menu-group .menu-item:nth-child(4) {
    background: url(../imgs/page2/right-menu/btn-code-2.png) top center no-repeat;
    height: 48px;
    transform: translateY(-5px);

}

.right-menu .menu-group .menu-item:nth-child(1):hover {
    background: url(../imgs/page2/right-menu/btn-download-2.png) bottom center no-repeat;
}

.right-menu .menu-group .menu-item:nth-child(2):hover {
    background: url(../imgs/page2/right-menu/btn-pay-2.png) bottom center no-repeat;
    ;
}

.right-menu .menu-group .menu-item:nth-child(3):hover {
    background: url(../imgs/page2/right-menu/btn-support-download-2.png) bottom center no-repeat;
}

.right-menu .menu-group .menu-item:nth-child(4):hover {
    background: url(../imgs/page2/right-menu/btn-code-2.png) bottom center no-repeat;
}

.right-menu .menu-group .menu-item.social {
    height: 118px;
    padding-top: 12px;
    overflow: hidden;
}

.right-menu .menu-group .menu-item.social .col-12 {
    gap: 6px;
}

.right-menu .menu-group .menu-item.social a {
    display: block;
    width: 48px;
    height: 44px;
}

.right-menu .menu-group .menu-item.social .facebook,
.collapse-normal.collapse-community .facebook a {
    background: url(../imgs/page2/right-menu/social/facebook-2.png) no-repeat  0 0 / 100% 200%;
}

.right-menu .menu-group .menu-item.social .tiktok,
.collapse-normal.collapse-community .tiktok a {
    background: url(../imgs/page2/right-menu/social/tiktok-2.png) no-repeat  0 0 / 100% 200%;
}

.right-menu .menu-group .menu-item.social .youtube,
.collapse-normal.collapse-community .youtube a {
    background: url(../imgs/page2/right-menu/social/youtube-2.png) no-repeat  0 0 / 100% 200%;
}

.right-menu .menu-group .menu-item.social .group,
.collapse-normal.collapse-community .group a {
    background: url(../imgs/page2/right-menu/social/group-2.png) no-repeat  0 0 / 100% 200%;
}

.right-menu .menu-group .menu-item.social .discord,
.collapse-normal.collapse-community .discord a {
    background: url(../imgs/page2/right-menu/social/discord-2.png) no-repeat  0 0 / 100% 200%;
}

.right-menu .menu-group .menu-item.social .zalo,
.collapse-normal.collapse-community .zalo a {
    background: url(../imgs/page2/right-menu/social/zalo-2.png) no-repeat  0 0 / 100% 200%;
}

.right-menu .menu-group .menu-item.social a:hover,
.collapse-normal.collapse-community li a:hover {
    background-position: bottom center;
}

.right-menu button {
    background: none;
    border: none;
    outline: none;
}

.right-menu .turn-top {
    bottom: 0;
    width: 80%;
    height: 40px;
}

.right-menu .turn-in,
.right-menu .turn-out {
    left: 0;
    top: 50%;
    transform: translate(calc(-50% + 14px), -55px);
    height: 120px;
    width: 30px;
    background: url(../imgs/page2/right-menu/icon-turn-in.png) no-repeat;
    background-position: center center;
}

.right-menu .turn-out {
    background: url(../imgs/page2/right-menu/icon-turn-out.png) left center no-repeat;
    transform: translate(calc(-50% + 23px), -55px);
    display: none;
}

.right-menu.collapsed {
    width: 0;
    background: url(../imgs/page2/right-menu/bg-menu.png);
    padding: 20px 0px 42px 25px;
}

.right-menu.collapsed .turn-in {
    display: none;
}

.right-menu.collapsed .turn-out {
    display: block;
}

/*************************** PAGE CSS ***************************/
/* .page {
    height: 100vh;
    max-height: 945px;

} */

/*************************** FOOTER CSS ***************************/
/*************************** FOOTER CSS ***************************/

footer {
    height: 250px;
    background-color: #000;
    width: 100%;
}

footer .wrap-content {
    height: 100%;
    padding: 25px 0;
    gap: 100px;
}

footer .logo {
    background: url(../imgs/logo.png) no-repeat;
    background-size: 100% 100%;
    width: 237px;
    height: 163px;
}

footer .info-group {
    color: #fff;
}

footer .info-group ul {
    margin-bottom: 20px;
}

footer .info-group ul li {
    padding: 0 15px;
}

footer .info-group ul a {
    font-size: 20px;
    color: #107bf3;
}

footer .info-group .item-terms {
    padding-left: 0;
}

footer .info-group li:nth-child(2) {
    position: relative;
}

footer .info-group li:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 2px;
    height: 70%;
    background-color: #107bf3;
}

footer .info-group p {
    margin-bottom: 10px;
    position: relative;
}

footer .info-group p::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 30%;
    transform: translateY(-50%);
    width: 3px;
    height: 30%;
    background-color: #ff9966;
}

/*************************** PAGE 1 CSS ***************************/
.logo-warning {
    left: 15px;
    top: 192px;
    width: 230px;
    z-index: 2;
}

.page-1 {
    min-height: 945px;
}

.page-1 video {
    object-fit: cover;
    width: 100% !important;
    transform: none !important;
}

.page-1 .btn-group {
    width: 47.5rem;
    height: 258px;
    bottom: 81px;
    left: 50%;
    transform: translateX(calc(-52% - -40px));
    background: url(../imgs/page1/bg-btn-group.png) no-repeat;
    padding: 52px 46px 36px 31px;
}

.page-1 .btn-group a {
    display: block;
}

.page-1 .btn-group .btn-download {
    width: 211px;
    height: 170px;
    background: url(../imgs/page1/btn-download-2.png) left no-repeat;
    animation: scale-loop 1.5s infinite ease-in-out;
}

.page-1 .btn-action-group {
    gap: 10px;
    margin-left: -6px;
}

.page-1 .btn-action-group .support-dowload {
    width: 227px;
    height: 80px;
    background: url(../imgs/page1/btn-support-download-2.png) top center no-repeat;
    margin-left: 14px;
    text-indent: -9999px;
    background-size: 100%;
}

.page-1 .btn-action-group .code {
    height: 80px;
    background: url(../imgs/page1/btn-code-2.png) top center no-repeat;
    margin-left: 8px;
    text-indent: -9999px;
}

.page-1 .btn-action-group .support-dowload:hover {
    background: url(../imgs/page1/btn-support-download-2.png) bottom center no-repeat;
}

.page-1 .btn-action-group .code:hover {
    background: url(../imgs/page1/btn-code-2.png) bottom center no-repeat;
}

.page-1 .btn-group .btn-pay {
    width: 227px;
    height: 170px;
    background: url(../imgs/page1/btn-pay-2.png) left no-repeat;
    animation: scale-loop 1.5s infinite ease-in-out;
    animation-delay: 0.5s;
    margin-left: 5px;
}

.page-1 .btn-group .btn-download:hover {
    width: 211px;
    background: url(../imgs/page1/btn-download-2.png) right no-repeat;
}

.page-1 .btn-group .btn-pay:hover {
    background: url(../imgs/page1/btn-pay-2.png) -228px 0 no-repeat;
}

@keyframes scale-loop {

    0%,
    100% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.08);
    }
}

/*************************** PAGE 2 CSS ***************************/
.page-2 {
    background: url(../imgs/page2/bg-page3.png) top center no-repeat;
    padding-top: 200px;
    transform: translateY(-40px);
    min-height: 985px;
    background-size: auto 100%;
}

.page-2 .action-group button {
    transform: translate(20px, -50%);
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    color: gray;
    font-size: 30px;
    top: 50%;
    right: 36px;
}

.page-2 .content {
    margin-top: 75px;
    width: 100%;
    max-width: 1330px;
    transform: translateY(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-2 .content.show {
    opacity: 1;
    transform: translateY(0);
}

.page-2 .content .slide {
    width: calc(50% - 36px);
    height: 100%;
    margin-left: 5px;
}

.page-2 .content .tabs-post {
    width: calc(50% + 36px);
    height: 100%;
}

.page-2 .content .slide {
    height: 517px;
    background: url(../imgs/page2/slides/bg-slide-2.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 24px 20px 66px;
}

#slideHomeMobile {
    display: none;
}

.page-2 .content .slide .carousel-item {
    background-color: #fff;
    border: 1px solid #000;
    padding: 4px;
    height: 100%;
}

.page-2 .content .slide .carousel-indicators {
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 20px;
}

.page-2 .content .slide .carousel-indicators button {
    height: 24px;
    width: 33px;
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    background-color: #fff;
    opacity: 1;
    margin-right: -5px;
    margin-left: 0;
}

.page-2 .content .slide .carousel-indicators button.active {
    width: 80px;
    background-color: #ffff66;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.page-2 .content .tabs-post {
    padding-left: 28px;
    padding-right: 55px;
}

.page-2 .content .tabs-post .nav-tabs,
.page-2 .content .tabs-post .nav-tabs {
    border: none;
}

.page-2 .content .tabs-post .nav-tabs button {
    width: 192px;
    height: 63px;
    border: none;
    outline: none;
    border-radius: 0;
}

#nav-tin-tuc {
    background: url(../imgs/page2/menu/news-2.png) no-repeat  0 0 / 100% 200%;
}
#nav-su-kien {
    background: url(../imgs/page2/menu/promotion-2.png) no-repeat  0 0 / 100% 200%;

}
#nav-update {
    background: url(../imgs/page2/menu/update-2.png) no-repeat  0 0 / 100% 200%;
}
#nav-tin-tuc:hover,
#nav-tin-tuc.active,
#nav-su-kien:hover,
#nav-su-kien.active,
#nav-update:hover,
#nav-update.active  {
    background-position: bottom center;
}
#nav-tin-tuc.active:hover,
#nav-su-kien.active:hover,
#nav-update.active:hover {
    background-position: top center;
}

.page-2 .content .tabs-post .tab-content {
    background-color: unset;
    margin-top: 22px;
}

.page-2 .content .tabs-post .tab-content ul {
    margin-left: -25px;
}

.page-2 .content .tabs-post .tab-content .tab-item {
    height: 46px;
    padding-left: 28px;
    position: relative;
}

.page-2 .content .tabs-post .tab-content .tab-item a {
    padding: 0 15px 0 20px;
    position: relative;
    width: 97%;
    color: #ffffff;
    transition: transform 0.2s ease-in-out;
}
.page-2 .content .tabs-post .tab-content .tab-item a:hover {
    transform: translateX(5px);
    background: #797979;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
.page-2 .content .tabs-post .tab-content .tab-item:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 45%;
    background-color: #ff9966;
    z-index: 2;
}

.page-2 .content .tabs-post .tab-content .tab-item h6 {
    margin-bottom: 0;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}

.page-2 .content .tabs-post .tab-content .tab-item span {
    font-size: 19px;
}

.page-2 .content .line-container {
    margin-bottom: 6px;
}

.page-2 .content .line-container .line {
    width: 43%;
    height: 1px;
    background-color: #747474;
}

.page-2 .content .line-container .dot {
    width: 6px;
    height: 6px;
    background-color: #747474;
    margin: 0 10px;
    border-radius: 50%;
}

.page-2 .content .tabs-post .action-group {
    margin-top: 28px;
    gap: 10px;
}

.page-2 .content .tabs-post .search {
    width: 60%;
    height: fit-content;
}

.page-2 .content .tabs-post .search input,
.post .search input,
.wrapper-hero .filter-type-name .search-hero input,
.devil-fruit .filter-type-name .search-fruit input {
    height: 61px;
    width: 100%;
    padding-left: 30px;
    color: #717171;
    background: url(../imgs/bg-input-search.png) 0 0 / 100% 100% no-repeat;
    border: none;
    outline: none;
    padding-right: 64px;
}

.page-2 .content .tabs-post .search input:focus,
.post .search input:focus {
    outline: none;
}

.page-2 .content .tabs-post .search input::placeholder,
.post .search input::placeholder {
    font-style: italic;
}

.page-2 .content .tabs-post .search .search-icon,
.post .search .search-icon {
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
}

.page-2 .content .tabs-post .action-group .more {
    background: url(../imgs/page2/btn-more-2.png) no-repeat  0 0 / 100% 200%;
    width: 200px;
    height: 61px;
    border: none;
    outline: none;
}

.page-2 .content .tabs-post .action-group .more:hover {
    background-position: bottom center;
}

/*************************** PAGE 3 CSS ***************************/
.page-3 {
    background: url(../imgs/page3/bg-page3.png) top center no-repeat;
    padding-top: 150px;
    transform: translateY(-45px);
    min-height: 945px;
}

.page-3 .title {}

.page-3 .background {
    background: url(../imgs/page3/bg-table.png) no-repeat;
    height: 777px;
    width: 100%;
    background-position: center;
}

.page-3 .content {
    margin-top: 50px;
    width: 100%;
    max-width: 1330px;
    padding-left: 30px;
    z-index: 2;
    transform: translateY(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-3 .content.show {
    opacity: 1;
    transform: translateY(0);
}

.page-3 .content table {
    width: 60%;
    border-collapse: separate;
    border-spacing: 5px;
    table-layout: fixed;
}

.page-3 .content table thead th:nth-child(1) {
    width: 11%;
    background: url(../imgs/page3/th-rank-2.png) no-repeat;
}

.page-3 .content table thead th:nth-child(2) {
    width: 20%;
    background: url(../imgs/page3/th-user.png) no-repeat;
}

.page-3 .content table thead th:nth-child(3) {
    width: 20%;
    background: url(../imgs/page3/th-power.png) no-repeat;
}

.page-3 .content table thead th:nth-child(4) {
    width: 20%;
    background: url(../imgs/page3/th-server.png) no-repeat;
}

.page-3 .content table thead th {
    background-size: 100% !important;
    height: 63px;
}

.page-3 .content table td {
    color: #fff;
    text-align: center;
    background-color: #666;
    border: 2px solid #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-3 .content table tbody tr {
    height: 43px;
}

.page-3 .content table tbody tr:nth-child(1) td {
    background-color: #33cc00;
    border: 2px solid #00ff66;
}

.page-3 .content table tbody tr:nth-child(2) td {
    background-color: #339933;
    border: 2px solid #33cc33;
}

.page-3 .content table tbody tr:nth-child(3) td {
    background-color: #336633;
    border: 2px solid #66cc66;
}

/*************************** PAGE 4 CSS ***************************/
.page-4 {
    width: 100%;
    height: 520px;
    background: url(../imgs/lastpage/bg-lastpage.png) no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

.page-4 .text-slide {
    background-color: #6699ff;
    border: 4px solid #000;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 85px;
    margin-bottom: 108px;
}

.page-4 .text-slide span {
    color: #fff;
}

#sliderTrack {
    display: inline-flex;
    animation: scrollRight 5s linear infinite;
    white-space: nowrap;
}

#sliderTrack span {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
}
.page-4 .social ul {
    width: 1330px;
    justify-content: center;
    gap: 40px;
    text-indent: -9999px;
}
.page-4 .social ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.page-4 .social .facebook {
    width: 205px;
    height: 212px;
    background: url(../imgs/lastpage/facebook.png) top center no-repeat;
    background-size: 100% 200%;
}
.page-4 .social .tiktok {
    width: 196px;
    height: 212px;
    background: url(../imgs/lastpage/tiktok.png) top center no-repeat;
    background-size: 100% 200%;
}
.page-4 .social .youtube {
    width: 196px;
    height: 212px;
    background: url(../imgs/lastpage/youtube.png) top center no-repeat;
    background-size: 100% 200%;
}
.page-4 .social .group {
    height: 223px;
    width: 205px;
    background: url(../imgs/lastpage/group.png) top center no-repeat;
    background-size: 100% 200%;
    margin-top: 11px;
}
.page-4 .social .discord {
    width: 196px;
    height: 211px;
    background: url(../imgs/lastpage/discord.png) top center no-repeat;
    background-size: 100% 200%;
}
.page-4 .social .zalo {
    width: 196px;
    height: 211px;
    background: url(../imgs/lastpage/zalo.png) top center no-repeat;
    background-size: 100% 200%;
}
.page-4 .social li a:hover {
    background-position: bottom center;
}
@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

/*************************** PAGE ID ***************************/
.wrapper-subpage {
    background: #f6f3e0 url(../imgs/bg-subpage.jpg) top center no-repeat;
}

.wrapper-subpage .menu-fixed.left {
    display: none;
}

.subpage-container {
    min-height: 100vh;
    width: 100%;
    background-position: top center !important;
    margin-top: 430px;
    padding-bottom: 70px;
    padding-top: 91px;
}

.subpage-container .container {
    max-width: 1360px;
}

.wrapper-id {
    background: url(../imgs/bg-sub-layout-2.png) no-repeat;
    background-size: 100%;
}

.wrapper-id .page-title {
    width: 545px;
    height: 56px;
    background: url(../imgs/subpage/page-title.png) bottom no-repeat;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 51px;
}

.wrapper-id .left-side {
    font-size: 20px;
    min-width: 276px;
}

.wrapper-id .left-side li:hover,
.wrapper-id .left-side li.active {
    background-color: #b3b3b3;
}

.wrapper-id .left-side li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 18px;
}

.wrapper-id .user-box {
    min-width: 900px;
}

.wrapper-id .user-box .breadcrumb h2 {
    font-weight: bold;
}

.wrapper-id .user-box .breadcrumb h4 {
    font-weight: bold;
    color: #294698;
}

.wrapper-id .user-table .row {
    border: 1px solid #aaaaaa;
    border-bottom: 1px solid #eee;
    padding: 27px 0;
    background: #fff;
}

.wrapper-id .user-table {
    font-size: 20px;
    margin: 25px 15px 0;
}

.wrapper-id .user-table .info-row {
    padding: 19px 0;
}

.wrapper-id .user-table .info-row i {
    font-size: 19px;
    margin-right: 8px;
    width: 24px;
}

.wrapper-id .user-table .info-row:last-child {
    border-bottom: 1px solid #aaaaaa;
}

.wrapper-id .user-table .label-text {
    color: #6a6a6a;
    padding-left: 35px;
}

.wrapper-id .user-table .value-text {
    color: #000000;
    padding-left: 40px;
}

.wrapper-id .user-table .action-link {
    text-decoration: none;
    font-weight: 500;
    color: #ee7b00;
}

.wrapper-id .user-table .action-link:hover {
    text-decoration: underline;
}

.wrapper-id .user-table .avatar-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #dee2e6;
}

.wrapper-id .user-table .card {
    border-radius: 15px;
}
/*************************** PAGE POST ***************************/
.subpage-container.post .btn-group .tin-tuc{
    background: url(../imgs/page2/menu/news-3.png) top center no-repeat;
    background-size: 100% 200%;
}
.subpage-container.post .btn-group .su-kien {
    background: url(../imgs/page2/menu/promotion-3.png) top center no-repeat;
    background-size: 100% 200%;
}
.subpage-container.post .btn-group .update {
    background: url(../imgs/page2/menu/update-3.png) top center no-repeat;
    background-size: 100% 200%;
}
.subpage-container.post .btn-group .tin-tuc:hover,
.subpage-container.post .btn-group .tin-tuc.active,
.subpage-container.post .btn-group .su-kien:hover,
.subpage-container.post .btn-group .su-kien.active,
.subpage-container.post .btn-group .update:hover,
.subpage-container.post .btn-group .update.active {
    background-position: bottom center;
}

.wrapper-id {
    position: relative;
}

.wrapper-id::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: #e4e4e4;
    z-index: -1;
}


.wrapper-id.post,
.wrapper-id.post-detail {
    background: url(../imgs/subpage/bg-subpage-2.png) top center no-repeat;
    background-size: 100%;
    position: relative;
}

.wrapper-id.post-detail::after,
.wrapper-id.post::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: #f6f3e0;
    z-index: -1;
}

.post .page-title,
.post-detail .page-title {
    background: url(../imgs/subpage/page-title-2.png) bottom no-repeat;
    color: #d74b14;
}

.post .listNews {
    padding: 0 20px;
}

.post .tabs-post .action {
    padding-left: 153px;
    gap: 15px;
}

.post .tabs-post .action .btn-group {
    text-indent: -9999px;
}

.post .search {
    width: 400px;
}

.post .search input {
    height: 100%;
}

.post .search::before {
    left: 5px;
}

.post .action a {
    width: 160px;
    height: 55px;
}

.post .posts-content {
    margin-top: 86px;
    margin-bottom: 50px;
}

.post .posts-content li {
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    gap: 20px;
}

.post .posts-content li:hover {
    transform: translateX(10px);
}

.post .posts-content li .post-item-content {
    width: 75%;
}

.post .posts-content li .thumbnail img {
    height: 178px;
    width: 316px;
}

.post .posts-content li .post-item-content {
    padding: 0 14px;
}

.post .posts-content li .post-item-title {
    width: 85%;
}

.post .posts-content li .post-item-title .cat-name {
    background-color: #1fb4ff;
    display: block;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    width: 128px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
    height: 40px;
}

.post .posts-content li h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 38px;
}

.post .posts-content li h3 .time {
    font-weight: 500;
}

.post .posts-content li .post-item-content h3 p {
    color: #02608f;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.post .posts-content li .post-item-content h3 span {
    white-space: nowrap;
}

.post .posts-content li .post-item-content p {
    font-size: 20px;
    padding-left: 10px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.post .posts-content li .post-item-content .text-content::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 4px;
    height: 20px;
    background-color: #ff9966;
}

.sub-page.page-4 {
    margin-top: 0;
}

.paging li {
    background-color: #ff6600;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
}

.paging li.active a,
.paging li a.active {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ff8534;
}

.paging li span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0f82e4;
}

.paging li.prev span,
.paging li.next span {
    background-color: #ff8534;
}

.paging li a {
    color: #fff;
}

/*************************** SUBPAGE POST DETAIL ***************************/
.wrapper-post-detail .breadcrums {
    margin-bottom: 51px;
}

.wrapper-post-detail .breadcrums dl {
    display: flex;
    gap: 10px;
}

.wrapper-post-detail .breadcrums dl dt:nth-child(1) a {
    color: #5c5c5c;
}

.wrapper-post-detail .breadcrums dl dt:nth-child(2) {
    background: url(../imgs/breadcrumb-icon-1.png) no-repeat;
    width: 6px;
    height: 18px;
    text-indent: -9999px;
    margin: 3px 0 0 0;
}

.wrapper-post-detail .breadcrums dl dt:nth-child(3) a {
    color: #02608f;
}

.wrapper-post-detail .breadcrums dl dt:nth-child(4) {
    background: url(../imgs/breadcrumb-icon-2.png) no-repeat;
    width: 6px;
    height: 18px;
    text-indent: -9999px;
    margin: 3px 0 0 0;
}

.wrapper-post-detail .breadcrums dl dt:nth-child(5) {
    color: #17a6ef;
}

.wrapper-post-detail .post-title h1,
.wrapper-post-detail .post-content h1 {
    color: #000066;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}

.wrapper-post-detail .post-content h2 {
    color: #0000cc;
    font-size: 24px;
    font-weight: 600;
}

.wrapper-post-detail .post-content h3 {
    color: #3498db;
    font-size: 22px;
    font-weight: 600;
}

.wrapper-post-detail .post-title .time {
    color: #5d5d5d;
}

.wrapper-post-detail .post-content ul {
    margin: 10px 0 10px 40px;
}

.wrapper-post-detail .post-content ul li {
    list-style: disc;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-heading {
    width: 323px;
    height: 55px;
    background: url(../imgs/heading-hot-news.png) no-repeat;
    background-size: 100%;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box {
    width: 323px;
    height: 246px;
    background: url(../imgs/bg-hot-news-2.png) no-repeat;
    background-size: 100% 100%;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box img {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box .wrap-img {
    position: relative;
    height: 220px;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box .wrap-img::before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(240, 164, 0, 0.1);
    z-index: 1;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box .wrap-img:hover::before {
    opacity: 1;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box .title {
    padding: 0 15px;
}

.wrapper-post-detail .hot-news-wrapper .hot-news-box .title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 600;
}

.post-detail .hot-news li img {
    padding: 5px;
    width: 100%;
    height: 220px;
    position: relative;
}

.post-detail .hot-news li .title {
    background: url(../imgs/subpage/hot-news-item-title.png) no-repeat;
    color: #fff;
    height: 70px;
    padding: 12px 0 15px 15px
}

.post-detail .hot-news li .title h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.post-detail .post-content img {
    max-width: 100% !important;
    height: auto !important;
}

/* wrapper-history */
.wrapper-id.wrapper-history {
    padding-bottom: 50px;
}

.wrapper-id .color-blue {
    color: #198bf6
}

.wrapper-id .color-yellow {
    color: #ffdb19
}

/* history form */
.wrapper-history .form-history .form-item {
    margin-bottom: 15px;
}
.wrapper-history .form-history {
    margin-bottom: 15px;
}
.wrapper-history .form-history input,
.wrapper-history .form-history select,
.wrapper-history .form-history button {
    height: 49px;
    padding: 0 48px 0 15px;
    font-size: 20px;
    background-color: #ffffff;
    color: #343434;
    border: 2px solid #a6a3a3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.wrapper-history .form-history input.daterange-picker {
    background-image: url(../imgs/payment/icon-date.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.wrapper-history .form-history select {
    background-image: url(../imgs/payment/icon-dropdown.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.wrapper-history .form-history .select2-container {
    width: 100% !important;
}
.wrapper-history .form-history button {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2099ff;
    color: #fff;
    border-color: #1f6ec6;
}
.wrapper-history .form-history button:hover {
    background-color: #67b9ff;
}

#select2-type-parent .select2-container .select2-selection--single {
    height: 49px;
}

#select2-type-parent .select2-container--default .select2-selection--single {
    border: 2px solid #a6a3a3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#select2-type-parent .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 20px;
    color: #343434;
}

#select2-type-parent .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 12px;
    background: #fff url(../imgs/payment/icon-dropdown.png) center center no-repeat;
}

#select2-type-parent .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

#select2-type-parent .select2-search {
    display: none !important;
}

#select2-type-parent .select2-dropdown {
    background: #333333e6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#select2-type-parent .select2-container--default .select2-results__option--selected {
    background: #333333e6;
}

#select2-type-parent .select2-results__option--selectable {
    color: #fff;
    padding-left: 15px;
}

#select2-type-parent .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #7e7e7ee6;
}

/* history table */
.wrapper-history .table,
.wrapper-history .table th,
.wrapper-history .table td {
    background: transparent;
}

.wrapper-history .table th,
.wrapper-history .table td {
    border-bottom: 1px solid #a7a7a7;
    padding: 14px 5px 14px 0;
}

.wrapper-history .minitit-head {
    display: block;
    color: #7e7e7e;
    font-size: 16px;
}

.wrapper-history .minitit-body {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.wrapper-history .minitit-body.success {
    color: #1ab475;
}

.wrapper-history .minitit-body.false {
    color: #dd0303;
}

/* wrapper payment */
/* wrapper payment */
/* wrapper payment */
.wrapper-id.wrapper-payment {
    padding-bottom: 50px;
}

/* payment tab */
.wrapper-payment .payment-tab {
    list-style: none;
    display: flex;
    justify-content: center;
    /* Căn giữa theo chiều ngang */
    align-items: center;
    /* Căn giữa theo chiều dọc */
    gap: 25px;
    /* Khoảng cách giữa các thẻ */
}

.wrapper-payment .payment-tab>li {
    list-style: none;
    display: block;
    width: 202px;
    height: 73px;
    text-align: left;
    text-indent: -9999px;
    background: url("../imgs/payment/payment-tab-bg.png") no-repeat;
}

.wrapper-payment .payment-tab>li a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrapper-payment .payment-tab .link-to-payment {
    background-position-x: 0px;
}

.wrapper-payment .payment-tab .link-to-package {
    background-position-x: -233px;
}

.wrapper-payment .payment-tab .link-to-convert {
    background-position-x: -462px;
}

.wrapper-payment .payment-tab .link-to-payment.active,
.wrapper-payment .payment-tab .link-to-payment:hover {
    background-position-y: bottom;
}

.wrapper-payment .payment-tab .link-to-package.active,
.wrapper-payment .payment-tab .link-to-package:hover {
    background-position-y: bottom;
}

.wrapper-payment .payment-tab .link-to-convert.active,
.wrapper-payment .payment-tab .link-to-convert:hover {
    background-position-y: bottom;
}

.swal2-container.swal2-container-md .swal2-popup{
    width: 45em;
}

/* payment user-info */
.wrapper-payment .payment-userinfo {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    /* Căn giữa theo chiều ngang */
    align-items: center;
    /* Căn giữa theo chiều dọc */
}

.wrapper-payment .payment-userinfo ul {
    float: none;
    list-style: none;
    width: 515px;
    border: 1px solid #b1b1b1;
    background: #fff;
}

.wrapper-payment .payment-userinfo ul li {
    display: block;
    float: left;
    width: calc(50% - 1px);
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #656565;
    font-size: 18px;
}

.wrapper-payment .payment-userinfo ul li:first-child {
    border-right: 1px solid #b1b1b1;
}
.wrapper-payment .payment-userinfo ul li span.gem-label {
    font-weight: bold;
}

.wrapper-payment .link-to-history {
    margin-top: 8px;
}

.wrapper-payment .link-to-history a {
    display: inline-block;
    padding: 5px 10px;
    color: #ed6b02;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 700;
}

.wrapper-payment .link-to-history a:hover {
    color: #fb9b4d;
}

/* payment type */
.item-list-payment-type {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 5px;
}

.item-list-payment-type .item-type {
    position: relative;
    margin-top: 11px;
}

.item-list-payment-type .item-type .img {
    display: block;
    width: 81px;
    height: 81px;
}

.item-list-payment-type .item-type h6 {
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    color: #3f4855;
}
.item-list-payment-type .item-type span.ribbon {
    display: block;
    position: absolute;
    top: -8px;
    left: 8px;
    padding: 0 4px;
    height: 18px;
    line-height: 18px;
    background: #ff0000;
    color: #fff;
    font-size: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.item-list-payment-type .item-type.active .img,
.item-list-payment-type .item-type:hover .img {
    background-position: bottom left;
}

/* payment server */
.wrapper-payment .server-list {
    margin: 15px auto 0 auto;
    max-width: 457px;
}

#select2-server-parent .select2-container {
    max-width: 100%;
}

#select2-server-parent .select2-container .select2-selection--single {
    height: 37px;
}

#select2-server-parent .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    font-size: 16px;
}

#select2-server-parent .select2-container--default .select2-selection--single {
    background: #3f4855;
    border: 1px solid #070707;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#select2-server-parent .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 8px;
    padding-right: 35px;
    font-size: 16px;
    color: #fff;
}

#select2-server-parent .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 7px;
    background: #3f4855 url(../imgs/payment/icon-dropdown-server.png) center center no-repeat;
}

#select2-server-parent .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

#select2-server-parent .select2-search {
    background: #233d60;
    padding: 8px 8px 0 8px;
}

#select2-server-parent .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 5px 10px;
    background: #6da4e8;
    border: 1px solid #010203;
}

#select2-server-parent .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #000;
    opacity: 1;
}

#select2-server-parent .select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none !important;
}

#select2-server-parent .select2-container--default .select2-results>.select2-results__options {
    padding: 0 10px;
}

#select2-server-parent .select2-dropdown {
    background: #233d60;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#select2-server-parent .select2-results__option--selectable {
    color: #fff;
    padding-left: 0;
    font-size: 14px;
    border-bottom: 1px dashed #fff;
}

#select2-server-parent .select2-results__option--selectable:last-child {
    border-bottom: 0px;
}

#select2-server-parent .select2-container--default .select2-results__option--selected {
    background: #2d496f;
}

#select2-server-parent .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #2d496f;
}

/* payment item list */
.wrapper-payment .item-list {
    opacity: 0;
    margin-top: 20px;
    text-align: center;
}

.wrapper-payment .item-list label {
    font-size: 18px;
    text-transform: uppercase;
    color: #3f4855;
    font-weight: 700;
}
.wrapper-payment .item-list-slick {
    margin-top: 11px;
    margin-bottom: 0 !important;
    padding: 0 44px 30px 44px;
}
.wrapper-payment .item-list .item {
    cursor: pointer;
    position: relative;
    width: 151px;
    height: 198px;
    background: url("../imgs/payment/payment-item-1.png") center top no-repeat;
}
.wrapper-payment .item-list .item.active,
.wrapper-payment .item-list .item:hover {
    background-position-y: bottom;
}
.wrapper-payment .item-list .item .top {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #198bf6;
}
.wrapper-payment .item-list .item .top b {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.wrapper-payment .item-list .item .middle {
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #b0b1b1;
}
.wrapper-payment .item-list .item .middle b {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
}
.wrapper-payment .item-list .item .bot {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    color: #198bf6;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    /* Căn giữa theo chiều ngang */
    align-items: center;
    /* Căn giữa theo chiều dọc nếu cần */
    gap: 3px;
    /* Khoảng cách giữa các phần tử */
}
.wrapper-payment .item-list .item .bot u {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 2px;
}

.wrapper-payment .slick-dots {
    position: relative;
    bottom: 0px;
}

.wrapper-payment .slick-dots li {
    width: 11px;
    height: 11px;
}

.wrapper-payment .slick-dots li button {
    width: 11px;
    height: 11px;
    background: #516c8d;
    border: 1px solid #516c8d;
}

.wrapper-payment .slick-dots li.slick-active button {
    background: #0ca9fa;
}

.wrapper-payment .slick-dots li button:before {
    display: none;
}

.wrapper-payment .slick-prev, .wrapper-payment .slick-next{
    width: 44px;
    height: 63px;
    border: 0;
    background: url("../imgs/payment/slick-arrow.png") top left no-repeat;
}
.wrapper-payment .slick-prev{
    top: calc(50% - 15px);
    left: 0;
}
.wrapper-payment .slick-next{
    top: calc(50% - 25px);
    right: 0;
    background-position: top right;
}
.wrapper-payment .slick-prev:hover, .wrapper-payment .slick-next:hover{
    background-position-y: bottom;
}
.wrapper-payment .slick-prev:before, .wrapper-payment .slick-next:before{
    display: none;
}
.wrapper-payment .slick-arrow.slick-disabled{
    opacity: 0.1;
    background-position-y: top;
}

@media screen and (max-width: 1260px) {
    .wrapper-payment .item-list-slick{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: inherit;
    }
    .wrapper-payment .item-list-slick .item {
        margin-bottom: 10px;
        flex: 0 0 auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1260px) {
    .item-list-slick .item {
        width: 16.66666666% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .item-list-slick .item {
        width: 25% !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .item-list-slick .item {
        width: 33.33333333% !important;
    }
    .wrapper-payment .payment-tab>li {
        width: 180px;
        height: 65px;
        background: url(../imgs/payment/mobile-payment-tab-bg.png) no-repeat;
    }
    .wrapper-payment .payment-tab .link-to-package {
        background-position-x: -187px;
    }
    .wrapper-payment .payment-tab .link-to-convert {
        background-position-x: -372px;
    }
}

@media screen and (max-width: 680px) {
    .wrapper-payment .payment-tab {
        gap: 7px;
    }
    .wrapper-payment .payment-tab>li {
        width: 100px;
        height: 36px;
        background: url(../imgs/payment/btn-payment-1.png) no-repeat;
        background-size: 100%;
    }
    .wrapper-payment .payment-tab .link-to-package {
        background: url(../imgs/payment/btn-payment-2.png) no-repeat;
        background-size: 100%;
    }
    .wrapper-payment .payment-tab .link-to-convert {
        background: url(../imgs/payment/btn-payment-3.png) no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 576px) {
    .item-list-slick .item {
        width: 50% !important;
    }
    .wrapper-payment .payment-userinfo ul li span.uname-label {
        display: none;
    }
}

@media screen and (max-width: 396px) {
    .item-list-slick .item {
        width: 100% !important;
    }
}

/* payment item list (convert) */
.wrapper-payment .item-list.item-convert-list .item {
    background-image: url("../imgs/payment/payment-item-3.png");
}
.wrapper-payment .item-list.item-convert-list .item .top {
    color: #ffdb19;
}
.wrapper-payment .item-list.item-convert-list .item .bot b {
    display: inline-block;
    color: #fff;
}

/* payment button */
.wrapper-payment button.submit {
    display: block;
    clear: both;
    width: 214px;
    height: 68px;
    border: 0;
    margin: 30px auto 0 auto;
    text-align: left;
    text-indent: -9999px;
    background: url("../imgs/payment/payment-button.png") top left no-repeat;
    border: none;
    border-radius: 0;
}

.wrapper-payment button.submit:focus {
    border: none;
    box-shadow: none;
    background-color: unset;
}

.wrapper-payment button.submit:hover {
    background-position-y: bottom;
}

/* payment package */
.wrapper-payment .package-list {
    margin-top: 30px;
    text-align: center;
}

.wrapper-payment .package-list label {
    font-size: 18px;
    text-transform: uppercase;
    color: #3f4855;
    font-weight: 700;
}

.wrapper-payment .package-list label a {
    color: #0098e5;
    text-decoration: none;
}

.wrapper-payment .package-list label a u {
    text-underline-offset: 4px;
}

.wrapper-payment .package-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.wrapper-payment .package-container .package-item {
    float: left;
    text-align: left;
    margin-top: 11px;
    position: relative;
}

.wrapper-payment .package-container .package-item.disabled div{
    filter: grayscale(85%);
}

.wrapper-payment .package-container .package-item.disabled::before{
    content: "Đã mua";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    font-size: 13px;
    background: red;
    color: #fff;
    z-index: 1;
}

.wrapper-payment .package-container .package-item .left {
    position: relative;
    width: 224px;
    height: 289px;
    float: left;
    background: url("../imgs/payment/payment-item-2.png") left top no-repeat;
}

.wrapper-payment .package-container .package-item.active .left {
    background-position-y: bottom;
}

.wrapper-payment .package-container .package-item .left .view {
    position: absolute;
    top: 2px;
    left: 182px;
    width: 40px;
    height: 26px;
    text-indent: -9999px;
    background: transparent url("../imgs/payment/icon-eye.png") center center no-repeat;
}

.wrapper-payment .package-container .package-item .left .img {
    display: block;
    width: 100%;
    padding: 2px;
}

.wrapper-payment .package-container .package-item .left .item-list-1 {
    position: absolute;
    top: 120px;
    left: 9px;
    width: calc(100% - 18px);
    height: 73px;
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    align-items: flex-start;
    /* Canh về phía trái */
    gap: 5px;
}

.wrapper-payment .package-container .package-item .left .item-list-1 li {
    display: block;
    position: relative;
}

.wrapper-payment .package-container .package-item .left .item-list-1 li span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow:
        -2px -2px 0 black,
        2px -2px 0 black,
        -2px  2px 0 black,
        2px  2px 0 black,
        -3px  0px 0 black,
        3px  0px 0 black,
        0px -3px 0 black,
        0px  3px 0 black;
}

.wrapper-payment .package-container .package-item .left .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    margin-top: 3px;
    padding: 0 8px;
}

.wrapper-payment .package-container .package-item .left .cost {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #45c5e1;
    padding: 0 8px;
}

.wrapper-payment .package-container .package-item .left .cost b {
    display: inline-block;
    color: #fff953;
    font-size: 16px;
}

.wrapper-payment .package-container .package-item .right {
    display: none;
}

.wrapper-payment .package-container .package-item.detail {
    width: auto;
}

.wrapper-payment .package-container .package-item.detail .right {
    display: block;
    position: relative;
    width: 209px;
    height: 289px;
    float: left;
    background: #17223c;
}

.wrapper-payment .package-container .package-item.detail {
    width: 434px;
}

.wrapper-payment .package-container .package-item:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.wrapper-payment .package-container .package-item.detail .right .close {
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 23px;
    height: 26px;
    text-indent: -9999px;
    background: url("../imgs/payment/icon-close.png") center center no-repeat;
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    list-style: none;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    float: left;
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item div.item {
    list-style: none;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 2px 7px;
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item div.item p {
    position: relative;
    margin: 0;
    padding: 0;
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item div.item p img {
    display: block;
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item div.item p span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-shadow:
    -2px -2px 0 black,
     2px -2px 0 black,
    -2px  2px 0 black,
     2px  2px 0 black,
    -3px  0px 0 black,
     3px  0px 0 black,
     0px -3px 0 black,
     0px  3px 0 black;
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item div.item h6 {
    font-size: 12px;
    font-weight: bold;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0 0 0 5px
}

.wrapper-payment .package-container .package-item.detail .right .scroll-package-item .lms_scroll_track {
    top: 6px;
}

@media screen and (max-width: 768px) {
    .wrapper-payment .package-container {
        flex-direction: column;
    }
}

/*************************** HERO ***************************/
.subpage-hero {
    background: #e7e7e7 url(../imgs/bg-subpage.jpg) top center no-repeat;
}

.wrapper-hero {
    padding-bottom: 260px;
}

.wrapper-hero .full-container {
    max-width: 1920px;
    margin: auto;
}

.wrapper-hero .wrapper-hero-header {
    margin: 0 0 25px 0;
}

.wrapper-hero .filter-type-attack {
    margin-bottom: 34px;
}

.wrapper-hero .filter-type-attack ul li {
    width: 148px;
    height: 46px;
    text-indent: -9999px;
    background-size: 400% 200% !important;
}

.wrapper-hero .filter-type-attack ul .btn-all-skill {
    background: url(../imgs/btn-filter-hero.png) top left no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-all-skill:hover,
.wrapper-hero .filter-type-attack ul .btn-all-skill.active {
    background: url(../imgs/btn-filter-hero.png) bottom left no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-physics-skill {
    background: url(../imgs/btn-filter-hero.png) -148px 0 no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-physics-skill:hover,
.wrapper-hero .filter-type-attack ul .btn-physics-skill.active {
    background: url(../imgs/btn-filter-hero.png) -148px -46px no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-last-skill {
    background: url(../imgs/btn-filter-hero.png) -296px 0 no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-last-skill:hover,
.wrapper-hero .filter-type-attack ul .btn-last-skill.active {
    background: url(../imgs/btn-filter-hero.png) -296px -46px no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-magic-skill {
    background: url(../imgs/btn-filter-hero.png) top right no-repeat;
}

.wrapper-hero .filter-type-attack ul .btn-magic-skill:hover,
.wrapper-hero .filter-type-attack ul .btn-magic-skill.active {
    background: url(../imgs/btn-filter-hero.png) bottom right no-repeat;
}

.wrapper-hero .filter-type-name .search-hero,
.devil-fruit .filter-type-name .search-fruit {
    width: 276px;
}

.wrapper-hero.detail .filter-type-name {
    margin-right: 70px;
}


.wrapper-hero .filter-type-name .search-hero .search-icon,
.devil-fruit .filter-type-name .search-fruit .search-icon {
    top: 53%;
    transform: translateY(-50%);
    right: 27px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.wrapper-hero .filter-type-name .search-hero input,
.devil-fruit .filter-type-name .search-fruit input {
    height: 46px;
}

.wrapper-hero .hero-list ul {
    justify-content: flex-start;
    width: 96%;
    margin-left: 2%;
}

.wrapper-hero .hero-list ul li {
    width: 432px;
    height: 144px;
    background-position: top;
    background-size: 100% 200% !important;
}

.wrapper-hero .hero-list ul li:hover {
    background-position: bottom !important;
}

.wrapper-hero .hero-list ul li img {
    margin-top: 1px;
}

.wrapper-hero.wrapper-hero.detail .filter-type-attack {
    margin-bottom: 0;
}

.wrapper-id.wrapper-hero.detail .page-title {
    margin-bottom: 0    ;
}

.wrapper-hero.wrapper-hero.detail .filter-type-name .search-hero .search-icon,
.devil-fruit .filter-type-name .search-fruit .search-icon {
    width: 25px;
    height: 25px;
    background-size: 100%;
}

.wrapper-hero.wrapper-hero.detail .filter-box h3 ,
.devil-fruit .filter-box h3 {
    font-size: 20px;
}

.wrapper-hero .wrapper-hero-detail .wrapper-hero-list {
    width: 1450px;
    height: 130px;
    background: url(../imgs/bg-hero-slide.png) no-repeat;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    overflow: hidden;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide {
    width: 1250px;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide .slick-arrow {
    width: 39px;
    height: 71px;
    top: 50%;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide .slick-prev {
    background: url(../imgs/icon-arrow-left.png) no-repeat;
    position: absolute;
    left: -35px;
    background-size: 100%;
    z-index: 3;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide .slick-next {
    background: url(../imgs/icon-arrow-right.png) no-repeat;
    position: absolute;
    right: -35px;
    background-size: 100%;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide li {
    width: 117px;
    height: 110px;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    flex-direction: column !important;
    justify-content: center !important;
}

/* Wrap the img in a container for animated border */
.wrapper-hero .wrapper-hero-detail .hero-list-slide li .img-border-animated {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 14px;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide li.active .img-border-animated::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -3px;
    right: -3px;
    bottom: -4px;
    background: linear-gradient(90deg, #ffe156, #ff6f3c, #198bf6, #ffe156);
    background-size: 400%;
    animation: borderAnimation 3s linear infinite;
    z-index: 1;
    pointer-events: none;
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide li .img-border-animated img {
    display: block;
    border: 3px solid #000;
    position: relative;
    z-index: 2;
    top: 2px;
}

.wrapper-hero.search .head-title {
    margin-bottom: 50px;
}

@keyframes borderAnimation {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 400% 50%;
    }
}

.wrapper-hero .wrapper-hero-detail .hero-list-slide li a {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    white-space: nowrap;
}

.wrapper-hero .wrapper-hero-detail .list-skill {
    margin-bottom: 10px;
    gap: 5px;
}

.wrapper-hero .wrapper-hero-detail .list-skill button {
    width: 200px;
    height: 55px;
    text-indent: -9999px;
    outline: inherit;
    border: inherit;
    border-radius: 0;
    background-size: 100% 200% !important;
}

.wrapper-hero .wrapper-hero-detail .list-skill button:focus-visible {
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: unset;
}

.wrapper-hero .wrapper-hero-detail .list-skill .btn-stand-skill {
    background: url(../imgs/btn-skill-new-1.png) top center no-repeat;
}

.wrapper-hero .wrapper-hero-detail .list-skill .btn-normal-skill {
    background: url(../imgs/btn-skill-new-2.png) top center no-repeat;
}

.wrapper-hero .wrapper-hero-detail .list-skill .btn-rage-skill {
    background: url(../imgs/btn-skill-new-3.png) top center no-repeat;
}

.wrapper-hero .wrapper-hero-detail .list-skill .btn-stand-skill:hover,
.wrapper-hero .wrapper-hero-detail .list-skill .btn-stand-skill.active {
    background-position: bottom center;
}

.wrapper-hero .wrapper-hero-detail .list-skill .btn-normal-skill:hover,
.wrapper-hero .wrapper-hero-detail .list-skill .btn-normal-skill.active {
    background-position: center bottom;
}

.wrapper-hero .wrapper-hero-detail .list-skill .btn-rage-skill:hover,
.wrapper-hero .wrapper-hero-detail .list-skill .btn-rage-skill.active {
    background-position: bottom;
}

#nav-stand .skill-description {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#nav-stand .talent-description {
    width: 30%;
    height: 100%;
}

#nav-stand .champion {
    width: 100%;
    height: 67%;
    border: 1px solid #acacac;
    overflow: hidden;
}

#nav-stand .normal-skill,
#nav-stand .rage-skill {
    height: calc(50% - 1px);
}

#nav-stand .devil-fruit {
    height: 33%;
}

#nav-stand .normal-skill,
#nav-stand .rage-skill,
#nav-stand .devil-fruit,
#nav-stand .talent-description {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #5a80a3;
    padding-bottom: 20px;
}

#nav-stand .title {
    height: 40px;
}

#nav-stand .normal-skill .title .hero-skill-header,
#nav-stand .rage-skill .title .hero-skill-header,
#nav-stand .devil-fruit .title .hero-skill-header,
#nav-stand .talent-description .title .hero-skill-header {
    background-color: #5a80a3;
    width: fit-content;
    padding: 5px 8px 5px 25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 0);
    height: fit-content;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}
#nav-stand .normal-skill .title .hero-skill-name,
#nav-stand .rage-skill .title .hero-skill-name,
#nav-stand .devil-fruit .title .hero-skill-name,
#nav-stand .talent-description .title .hero-skill-name {
    width: fit-content;
    padding: 5px 8px 5px 11px;
    height: fit-content;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

#nav-stand .normal-skill .text,
#nav-stand .rage-skill .text,
#nav-stand .devil-fruit .text,
#nav-stand .talent-description .text {
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    overflow-y: auto;
    max-height: -webkit-fill-available;
    height: calc(100% - 20px);
    margin-bottom: 30px;
}
#nav-stand .normal-skill .text .hero-skill-name-mb,
#nav-stand .rage-skill .text .hero-skill-name-mb,
#nav-stand .devil-fruit .text .hero-skill-name-mb,
#nav-stand .talent-description .text .hero-skill-name-mb {
    display: none;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

#nav-stand div::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

#nav-stand div::-webkit-scrollbar-track {
    background: gray;
    border-radius: 10px;
}

#nav-stand div::-webkit-scrollbar-thumb {
    background: #5a80a3;
    border-radius: 10px;
}

#nav-stand .hero-name {
    font-size: 20px;
    color: #000;
    background: url(../imgs/bg-hero-name.png) right center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
}

.wrapper-hero .wrapper-hero-detail .preview-hero-attack {
    position: relative;
    width: 1126px;
    height: 568px;
    background: url(../imgs/bg-preview-hero.png) center;
    background-repeat: no-repeat !important;
    padding: 0;
    gap: 2px;
    box-shadow: 0 4px 20px 6px rgba(0,0,0,0.22), 6px 6px 24px 0 rgba(0,0,0,0.24), 0 0 0 2px #222 inset;
    border: 1px solid #444;
}

.wrapper-hero .wrapper-hero-detail .btn-back-heros {
    width: 120px;
    height: 40px;
    background: url(../imgs/btn-back-hero-2.png) top center no-repeat;
    background-size: 100% 200%;
    bottom: 0;
    right: -130px;
}

.wrapper-hero .wrapper-hero-detail .btn-back-heros:hover {
    background-position: bottom center !important;
}

.wrapper-hero .wrapper-hero-detail .btn-back-heros.tablet {
    display: none;
    background: url(../imgs/btn-back-hero.png) top center no-repeat;
}

.wrapper-hero .wrapper-hero-detail .hero-description {
    padding: 0 25px;
}

.wrapper-hero .loading-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.wrapper-hero .loading-overlay.is-active {
    display: flex;
}

.wrapper-hero .canvas-wrapper {
    width: 40%;
    height: 100%;
    gap: 2px;
}

.wrapper-hero .hero-description-inline {
    background: rgba(0, 0, 0, 0.6);
    padding: 125px;
    color: #fff;
}

.wrapper-hero.detail .info-hero-mobile {
    display: none;
}

/*************************** GIFTCODE ***************************/

.subpage-container.giftcode-page .container {
    max-width: 1460px;
}

.giftcode-page .wrapper-content {
    width: 1439px;
    height: 715px;
    background: url(../imgs/giftcode/bg-content.png) no-repeat;
    background-size: 100%;
    transform: translate(50px, -135px);
    padding: 0 0 50px 30px;
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.giftcode-page .content {
    max-width: 900px;
    height: 75%;
    padding-top: 5px;
}

.giftcode-page .content .select-group .dropdown {
    width: 353px;
}


.giftcode-page .content .select-group .giftcode button,
.giftcode-page .content .select-group .server .select2-selection--single {
    background: #4f5c6f;
    border: 2px solid black;
    color: #fff;
    height: 50px;
    border-radius: 0;
    font-size: 21px;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
}

.giftcode-page .content .select-group .server .select2-selection--single .select2-selection__clear {
    height: 100%;
    float: left;
    margin-right: 0;
}

.giftcode-page .content .select-group .server .select2-selection--single .select2-selection__clear span {
    color: #fff;
}

#select2-serverSelect-container {
    color: #fff;
    width: 87%;
    height: 100%;
    line-height: 44px;
}

.giftcode-page .select-group .server .select2-selection__placeholder {
    color: #fff;
    font-size: 21px;
    padding-left: 5px;
}

.giftcode-page .select-group .server .select2-selection__arrow {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.serverSelect-dropdown,
.giftcode-page .select-group .dropdown.giftcode ul {
    background-color: #233d60 !important;
    width: 100%;
    padding-top: 0;
}

.serverSelect-dropdown .select2-results ul li {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.server-search-select2 {
    background-color: #6da4e8;
    border-radius: 0;
    border: 1px solid #000 !important;
}

.server-search-select2::placeholder {
    color: #fff;
}

.giftcode-page .select-group .server .select2-selection__arrow b {
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
    width: 16px;
}

.giftcode-page .content .select-group .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
}

.giftcode-page .content .select-group {
    padding-left: 67px;
    margin-bottom: 20px;
    gap: 5px;
}

.giftcode-page .content .select-group .dropdown-menu {
    width: 100%;
    border-radius: 0;
    background-color: #4f5c6f;
    max-height: 200px;
    overflow: auto;
}

.giftcode-page .content .select-group .dropdown-item {
    color: #fff;
}

.giftcode-page .content .select-group li {
    border-bottom: 1px dotted #fff;
}

.giftcode-page .content .select-group li:hover .dropdown-item,
#select2-serverSelect-results li:hover,
#select2-serverSelect-results li.select2-results__option--highlighted {
    background-color: #345b8f;
}

.giftcode-page .content .button-group {
    padding-left: 130px;
    margin-bottom: 15px;
}

.giftcode-page .content .button-group button {
    border: none;
}

.giftcode-page .content .button-group .get-giftcode {
    width: 292px;
    height: 69px;
    background: url(../imgs/giftcode/btn-getgiftcode.png) top center no-repeat;
    background-size: 100% 200%;
}

.giftcode-page .content .button-group .history {
    width: 353px;
    height: 69px;
    background: url(../imgs/giftcode/btn-history.png) top center no-repeat;
    background-size: 100% 200%;
}

.giftcode-page .content .button-group .history:hover,
.giftcode-page .content .button-group .get-giftcode:hover {
    background-position: bottom center;
}

.giftcode-page .giftcode-description {
    width: 758px;
    height: 143px;
    background: url(../imgs/giftcode/bg-giftcode-description.png) no-repeat;
    background-size: 100%;
    color: #fff;
    line-height: 28px;
    font-size: 19px;
    margin-left: 42px;
    text-align: center;
    padding-top: 25px;
    font-style: italic;
    margin-bottom: 25px;
}
.giftcode-page .history {
    display: block;
    overflow: hidden;
    padding: 0;
    max-height: 830px;
    margin-bottom: 10px;
}

.giftcode-page .history table {
    width: 100% !important;
    border: 0;
}

.giftcode-page .history table th,
.giftcode-page .history table td {
    padding: 5px;
}

.giftcode-page .history table th {
    color: #ffc600;
    font-weight: bold;
    font-size: 20px;
    background-color: rgba(224, 240, 243, 0.2);
    border: 1px solid #705131;
}

.giftcode-page .history table td {
    color: #fff;
    background-color: rgba(224, 240, 243, 0.2);
    text-align: center;
    border: 1px solid #553005;
}
.content-code {
    font-size: 22px;
    font-weight: 600;
}
#table-history {
    font-size: 13px;
}
.table-history-box {
    height: 227px;
}
.trans-y {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.trans-y:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.form-change-phone .verify-sms h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 18px;
    color: #0d6efd;
}
.form-change-phone .verify-sms p {
    margin-bottom: 14px;
    font-size: 1rem;
}
.form-change-phone .highlight {
    color: #d63384;
    background: #f8d7da;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.form-change-phone ol {
    padding-left: 20px;
    margin-bottom: 0;
}
.form-change-phone li {
    margin-bottom: 8px;
    font-size: 0.98rem;
}
/*************************** POPUP CUSTOM ***************************/
.popup {
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
}
.popup.popup-text {
    z-index: 1002;
}
.popup.popup-history .wrap {
    position: relative;
    width: 518px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}
.popup.popup-history .wrap .close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 7px;
    right: 0;
}
.popup.popup-history .wrap .close i {
    font-size: 32px;
    position: relative;
    margin-top: -9px;
    margin-left: 1px;
}
.popup.popup-history .wrap .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    flex-direction: column;
    padding: 26px 33px 10px;
}
@media screen and (max-width: 576px) {
    .popup.popup-history .wrap {
        width: 400px;
    }
}

/*************************** DEVIL FRUIT ***************************/

.devil-fruit .page-title {
    margin-bottom: 35px;
}

.devil-fruit .filter-type-attack ul {
    gap: 10px;
    width: 538px;
}

.devil-fruit .filter-type-attack ul li {
    width: 127px;
    height: 40px;
}

.devil-fruit .btn-filter.tat-ca {
    background: url(../imgs/devil-fruit/filter/all.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.giam-sat-thuong {
    background: url(../imgs/devil-fruit/filter/giam-sat-thuong.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.khong-che {
    background: url(../imgs/devil-fruit/filter/khong-che.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.no-ban-dau {
    background: url(../imgs/devil-fruit/filter/no-ban-dau.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.sat-thuong {
    background: url(../imgs/devil-fruit/filter/sat-thuong.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.tang-cuong {
    background: url(../imgs/devil-fruit/filter/tang-cuong.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.tra-lai {
    background: url(../imgs/devil-fruit/filter/tra-lai.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter.mien-dich {
    background: url(../imgs/devil-fruit/filter/mien-dich.png) 0 0 / 100% 200% no-repeat;
}

.devil-fruit .btn-filter:hover,
.devil-fruit .btn-filter.active {
    background-position: bottom;
}

.devil-fruit .wrapper-content .filter-box {
    margin-bottom: 20px;
}

.devil-fruit .wrapper-content .filter-box .filter-type-name {
    margin-right: 70px;
}

.devil-fruit .wrapper-content .wrapper-devil-fruit {
    height: 598px;
    background: url(../imgs/devil-fruit/bg-content.jpg);
    background-size: 100% 100%;
}

.devil-fruit .wrapper-devil-fruit .list-fruit {
    width: 45%;
    padding: 13px;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .wrapper-bg {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #0a3f62;
    min-height: 461px;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .wrapper-bg>ul {
    gap: 8px;
    padding: 11px;
    min-height: 402px;
    align-content: flex-start;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .fruit-item {
    width: 266px;
    height: 89px;
    background: url(../imgs/devil-fruit/bg-fruit-item.png) 0 0 / 100% 200%;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .fruit-item:hover,
.devil-fruit .wrapper-devil-fruit .list-fruit .fruit-item.active {
    background-position: bottom;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .fruit-item img {
    margin-right: 12px;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .fruit-item .name {
    width: 164px;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .fruit-item span {
    color: #de8203;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devil-fruit .wrapper-devil-fruit .list-fruit .no-data {
    color: #fff;
}

.devil-fruit .wrapper-devil-fruit .name-2 {
    color: #fff !important;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail {
    width: 55%;
    padding: 25px 27px 30px 0;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .wrap-content {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    border: 2px solid #bd6600;
    padding: 50px 10px 50px 30px;
    color: #fff;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .wrap-content .title {
    transform: translateX(-50%);
    background-color: #bd6600;
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 10% 100%);
    padding: 3px 36px;
    color: #fff;
    font-weight: 600;
    top: -1px;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .wrap-content .content {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    font-weight: 600;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .wrap-content .name {
    color: #ff9600;
    margin-bottom: 20px;
}

.devil-fruit .wrapper-devil-fruit .thumb {
    width: 58px;
    height: 58px;
    padding: 5px;
    background: url(../imgs/devil-fruit/fruit-item.jpg) 0 0 / 100% 100% no-repeat;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .wrap-content .text-group {
    margin: 10px 0;
    text-align: justify;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .wrap-content span {
    color: #ff9600;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .content::-webkit-scrollbar,
.devil-fruit .wrapper-devil-fruit .list-fruit .wrapper-bg > ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .content::-webkit-scrollbar-thumb,
.devil-fruit .wrapper-devil-fruit .list-fruit .wrapper-bg > ul::-webkit-scrollbar-thumb {
    background-color: #bd6600;
    border-radius: 4px;
}

.devil-fruit .wrapper-devil-fruit .fruit-detail .content::-webkit-scrollbar-track,
.devil-fruit .wrapper-devil-fruit .list-fruit .wrapper-bg > ul::-webkit-scrollbar-track {
    background-color: rgba(189, 102, 0, 0.3);
    border-radius: 4px;
}
