.section-1 {
    height: 506px;
    z-index: 1;
}

body .section-1 .container {
    position: relative;
}

body .section-1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url(../img/png/home/section-1-bg.png) no-repeat 100% 100%;
    margin-top: 60px;
    padding: 50px 0px 30px 55px;
    height: 450px;
    background-size: contain;
    background-position: left;
}

.section-1 .swiper-banner {
    width: calc(100% - 450px);
    position: relative;
}

.swiper-banner .swiper-slide {
    line-height: 0.5;
    display: block;
}

.swiper-banner .swiper-slide a {
    display: block;
}

.section-1 .news {
    width: 550px;
    position: relative;
    z-index: 1;
    padding: 15px 0px 15px 10px;
}

.section-1 .news-tab {
    overflow: hidden;
    padding: 0 0 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    gap: .2rem;
}

.section-1 .news-tab li {
    padding-bottom: 2px;
    font-size: 1rem;
    font-family: UTM-Gods-WordR;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-1 .news-tab li a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}

.news .tab-content .tab-content-item {
    display: none;
}

.news .tab-content .tab-content-item.active {
    display: block;
}

.news .news-list li {
    font-size: 1em;
    font-family: Roboto-Regular;
}

.news .news-list li:hover,
.news .news-list li.highlight {
    background-color: #343f51;
}

.news .news-tab li:hover a,
.news .news-tab li a.active {
    background-image: url(../img/png/home/tab-active-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.news .news-list li a {
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    color: #aeb6c2;
    border-top: 1px solid #454545;
}

ul.news-list li.highlight .news-title span {
    padding: 0 0 0 10px;
    width: calc(100% - 163px);
}

ul.news-list li .news-time {
    position: absolute;
    right: 14px;
    top: 6px;
    text-align: right;
}

.news .tab-content {
    padding: 10px 0;
}

.btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
}

.btns a {
    display: block;
    margin: 0 5px;
}

.section {
    position: relative;
}

.section.section-2 {
    height: 720px;
}

.section-title {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 350px;
    height: auto;
}

.section-2 .box {
    position: absolute;
    left: 50%;
    top: 48.7%;
    width: 26%;
    min-height: 383px;
    color: #aeb6c2;
    font-family: Roboto-Regular !important;
    font-size: .8rem !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.section-2 .swiper-fade .swiper-slide {
    opacity: 0 !important;
    text-align: center;
}

.section-2 .swiper-fade .swiper-slide-visible,
.section-2 .swiper-fade .swiper-slide-active {
    opacity: 1 !important;
}

.section-2 .btn-detail {
    width: 120px;
    height: auto;
}

.section-2 .swiper-button-next,
.section-2 .swiper-button-prev {
    position: absolute;
}

.section-2 .swiper-button-next {
    right: 18%;
    top: 54%;
}

.section-2 .swiper-button-prev {
    left: 44%;
    top: 54%;
}

.section-2 .swiper-button-next.swiper-button-disabled,
.section-2 .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.section-2 .swiper-pagination {
    top: 19%;
    left: 13%;
    bottom: unset;
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 26px;
}

.section-2 .swiper-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: unset;
    border-radius: unset;
    opacity: unset;
    user-select: none;
    cursor: pointer;
}

.section-2 .swiper-pagination .swiper-pagination-bullet:first-child {
    background-image: url(../img/png/home/slide2/icon/dk.png);
}

.section-2 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background-image: url(../img/png/home/slide2/icon/dw.png);
}

.section-2 .swiper-pagination .swiper-pagination-bullet:last-child {
    background-image: url(../img/png/home/slide2/icon/ef.png);
}

.section-2 .swiper-pagination .swiper-pagination-bullet-active:first-child {
    background-image: url(../img/png/home/slide2/icon/dk-active.png);
}

.section-2 .swiper-pagination .swiper-pagination-bullet-active:nth-child(2) {
    background-image: url(../img/png/home/slide2/icon/dw-active.png);
}

.section-2 .swiper-pagination .swiper-pagination-bullet-active:last-child {
    background-image: url(../img/png/home/slide2/icon/ef-active.png);
}

.section.section-3 {
    height: 720px;
}

.section-3 .section-content {
    position: relative;
    height: 100%;
}
.section-3 .section-content::before {
    content: '';
    background: url(../img/png/home/section-3-bg.png) no-repeat;
    background-size: contain;
    background-position: top center;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 820px;
    height: 500px;
}

.section-3 .swiper-feature {
    width: 2300px;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
    overflow: unset;
}

.section-3 .swiper-slide {
    height: 628px;
    opacity: 0;
}

.section-3 .swiper-slide-visible {
    opacity: 1;
}



.section-3 .swiper-button-next,
.section-3 .swiper-button-prev {
    width: 80px;
    height: auto;
    top: 45%;
    transform: translateY(-50%);
}


.section-3 .swiper-button-next img,
.section-3 .swiper-button-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-3 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
}

.section-1 .swiper-pagination .swiper-pagination-bullet,
.section-3 .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: unset;
    background-image: url(../img/png/home/slide3/icon/pagination.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: unset;
    user-select: none;
    cursor: pointer;
    opacity: .2;
}

.section-1 .swiper-pagination .swiper-pagination-bullet-active,
.section-3 .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(../img/png/home/slide3/icon/pagination-active.png);
    opacity: 1;
}

.news-more {
    display: inline-block;
    color: #fff;
    text-align: right;
    margin: 0 10px 0;
    background: url(../img/png/home/xemthem.webp) no-repeat 0 0;
    padding: 2px 15px 0 0;
    float: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    line-height: 15px;
    margin-top: 10px;
}
.section-1 .swiper-slide {
    opacity: 0;
}
.section-1 .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.section-1 .container {
    width: 1145px;
    max-width: 100%;
}
@media screen and (min-width: 1025px) {
    .section-3 .swiper-pagination {
        top: 450px;
    }
    .section-2 .section-title {
        top: -150px;
    }

    .section-3 .swiper-slide-visible:before,
    .section-3 .swiper-slide-visible img {
        -webkit-clip-path: polygon(17% 0, 87% 0, 100% 100%, 0 100%);
        clip-path: polygon(17% 0, 87% 0, 100% 100%, 0 100%);
    }

    .section-3 .swiper-slide-active img {
        -webkit-clip-path: unset;
        clip-path: unset;
        position: relative;
    }

    .section-3 .swiper-slide-visible:before {
        content: "";
        width: 760px;
        height: 435px;
        border: 1px solid #f3f3f4;
        position: absolute;
        left: -4px;
        top: -3px;
        background-color: #f3f3f4;
    }

    .section-3 .swiper-slide-active:before {
        -webkit-clip-path: unset;
        clip-path: unset;
        border: unset;
        width: 775px;
        height: 440px;
        left: -4px;
        top: -5px;
        background-color: #f3f3f4;
    }
    .section-3 .swiper-button-next {
        right: 29% !important;
    }
    
    .section-3 .swiper-button-prev {
        left: 29% !important;
    }
}

@media screen and (max-width: 1024px) {
    .section-1 {
        height: unset;
    }
    .section-1 .container {
        width: 768px;
    }
    .section-1 .swiper-banner {
        overflow: unset;
    }
    .section-1 .news {
        padding: unset;
    }
    .section-1 .swiper-banner .swiper-pagination {
        bottom: -14%;
    }
    body .section-1 .container {
        display: block;
        height: unset;
        padding: 0;
        background: url(../img/png/home/section-1-bg-mb.png) no-repeat;
        background-size: contain;
        background-position: top center;
        padding: 20px;
        position: relative;
    }

    .section-1 .swiper-banner {
        max-width: 100%;
        width: auto;
    }

    .section-1 .news {
        margin-top: 70px;
        height: 400px;
        width: 100%;
    }

    .section.section-2 {
        height: unset;
    }

    .section-2 .box {
        width: 70%;
        top: 69%;
        left: 50%;
        transform: translateX(-50%);
        gap: 12px;
        min-height: 320px;
        font-size: 1.1rem !important;
    }
    .section-2 .swiper-button-prev {
        left: 2.5%;
        top: 46%;
    }
    .section-2 .swiper-button-next {
        right: 2.5%;
        top: 46%;
    }
    .section-2 .swiper-pagination {
        top: 14%;
        left: 50%;
        transform: translateX(-50%) scale(.9);
        gap: 46px;
    }

    .section-2 .section-title {
        top: -90px;
    }

    .section.section-3 {
        height: 620px;
        margin-bottom: 100px;
    }

    .section-3 .section-title {
        top: -110px;
    }
    .section-3 .swiper-feature {
        top: 30%;
    }
    .section-3 .section-content {
        position: relative;
        padding-top: 150px;
    }

    .section-3 .swiper-feature {
        width: 80%;
    }

    .section-3 .swiper-slide-active:before {
        width: 590px;
        height: 335px;
    }
    .section-3 .swiper-slide-visible:before,
    .section-3 .swiper-slide-visible img {
        -webkit-clip-path: polygon(17% 0, 87% 0, 100% 100%, 0 100%);
        clip-path: polygon(17% 0, 87% 0, 100% 100%, 0 100%)
    }

    .section-3 .swiper-slide-visible:before {
        content: "";
        width: calc(100% + 8px);
        height: calc(100%);
        border: 1px solid #f3f3f4;
        position: absolute;
        left: -4px;
        top: -3px;
        background-color: #f3f3f4;
    }

    .section-3 .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .section-3 .swiper-slide-active:before {
        -webkit-clip-path: unset;
        clip-path: unset;
        border: unset;
        width: calc(100% + 8px);
        height: calc(100% + 5px);
        left: -4px;
        top: -5px;
        background-color: #f3f3f4
    }

    .section-3 .swiper-slide-active img {
        -webkit-clip-path: unset;
        clip-path: unset;
        position: relative
    }
    .section-3 .swiper-pagination {
        bottom: -7%;
    }
    .section-3 .swiper-button-prev {
        left: -17%;
        transform: translateY(-50%) scale(1.1);
    }
    .section-3 .swiper-button-next {
        right: -17%;
        transform: translateY(-50%) scale(1.1);
    }
    .section-3 .section-content::before {
        width: 85%;
        top: 165px;
    }
}
@media screen and (max-width: 768px) {
    .section-2 .box {
        width: 80%;
    }
    .section.section-3 {
        margin-bottom: unset;
    }
    .header .header-container .header-controls {
        width: 100%;
        background-size: contain;
    }
}
@media screen and (max-width: 550px) {
    .section-2 .box {
        font-size: .7rem !important;
    }
    .section.section-3 {
        height: 500px;
    }
    .section-1 .swiper-banner .swiper-pagination {
        bottom: -16%;
    }
    .header .header-container .header-controls .giftcode-btn {
        width: 70px;
        height: 70px;
    }
    .header .header-container .header-controls .giftcode-list {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 140px;
    }
    .header .header-container .header-controls .recharge-btn {
        height: 75px;
        width: 77px;
    }
    .header .header-container .header-controls .game-icon {
        display: none;
    }
    .section-3 .section-content::before {
        top: 135px;
    }
}
@media screen and (max-width: 480px) {
    .header {
        height: 620px;
    }
    body .section-1 .container {
        padding: 10px;
        margin-top: 10px;
    }
    .section-1 .news {
        margin-top: 50px;
        padding: unset;
    }
    .section-1 .news-tab {
        gap: .1rem;
    }
    .section-1 .news-tab li a {
        padding: 0 5px;
        white-space: nowrap;
        font-size: .9rem;
    }
    .section-1 .swiper-banner {
        overflow: unset;
    }
    .section-1 .swiper-banner .swiper-pagination {
        bottom: -15%;
        position: absolute;
    }
    .section-2 .box {
        width: 90%;
        font: 1rem;
    }
    .section-2 .section-title {
        top: -130px;
    }
    .section-2 .box {
        width: 90%;
        font-size: .65rem !important;
        gap: 8px;
        top: 67%;
    }
    .header .logo {
        width: 100px;
    }
}
@media screen and (max-width: 375px) {
    .header {
        height: 550px;
    }
    .section.section-3 {
        height: 400px;
    }
    .section-1 .swiper-banner .swiper-pagination {
        bottom: -17%;
    }
    .header .header-container .header-controls .giftcode-btn {
        width: 65px;
        height: 65px;
    }
    .header .header-container .header-controls .giftcode-list {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 120px;
    }
    .header .header-container .header-controls .recharge-btn {
        height: 72px;
        width: 70px;
    }
}
@media screen and (max-width: 320px) {
    .header .header-container .header-controls .giftcode-btn {
        width: 50px;
        height: 50px;
    }
    .header .header-container .header-controls .giftcode-list {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 90px;
    }
    .header .header-container .header-controls .recharge-btn {
        height: 55px;
        width: 57px;
    }
    .section-1 .news-tab li a {
        padding: 0 1px;
        font-size: .7rem;
        white-space: nowrap;
    }
    .section-1 .news {
        height: 350px;
        margin-top: 30px;
        padding: 5px;
    }
    .news .news-list li {
        font-size: .8rem;
    }
    .news .news-list li a {
        padding: 3px 5px;
    }
    .section-title {
        width: 250px;
    }
    .section-2 .swiper-pagination {
        top: 10%;
    }
    .section-2 .box {
        width: 95%;
        gap: 5px;
        font-size: .5rem !important;
    }
    .section-3 .section-title {
        top: -75px;
    }
    .section-3 .swiper-feature {
        top: 35%;
    }
    .section-3 .swiper-button-next {
        right: -24%;
    }
    .section-3 .swiper-button-prev {
        left: -24%;
    }
    .section-3 .swiper-button-next, .section-3 .swiper-button-prev {
        scale: .6;
    }
    .section-3 .section-content::before {
        top: 110px;
        width: 90%;
    }
    .section.section-3 {
        height: 350px;
    }
    .section-3 .swiper-pagination {
        bottom: -14%;
    }
}