.fs-16 {
    font-size: 1.6rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fs-22 {
    font-size: 2.2rem !important;
}

.fs-25 {
    font-size: 2.5rem !important;
}

.fs-30 {
    font-size: 3rem !important;
}

.fs-36 {
    font-size: 3.6rem !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
    font-weight: 600;
}

.pb-6, .py-6 {
    padding-bottom: 60px;
}

.pt-6, .py-6 {
    padding-top: 60px;
}

.bg-second {
    background: var(--color-second) !important;
}

.object-cover {
    object-fit: cover !important;
}

.hover-img img {
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

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

.fa {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.color-text {
    color: var(--color-text);
}

.text-underline {
    text-decoration: underline;
}

.bg-main {
    background: var(--color-main);
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    transition: position 0.4s;
    animation: affix-menu 1s;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

.swiper-button-prev, .swiper-button-next {
    background: var(--color-highlight);
    color: white !important;
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.8;
}

.swiper .swiper-slide {
    height: auto;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.btn-more:hover {
    text-decoration: underline;
}

.recruiment-section .position {
    background: rgb(0 0 0 / 25%);
}

.social-section li a {
    color: var(--white);
    font-size: 3rem;
    margin-right: 2.5rem;
}

.social-section li a:hover {
    color: var(--color-main);
}

.menu-footer ul li {
    display: inline-block;
    padding-right: 3rem;
}

.footer-bottom .image img {
    width: 15rem;
    object-fit: contain;
}

.list-cate {
    background: var(--light-1);
}

.categories .categories-section > li > a.active, .categories .categories-section > li > a:hover {
    background: var(--color-highlight);
    color: white;
}

.intro-list .article-item a:hover , .intro-list .article-item a.active {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 1.5rem;
}

.breadcrumbs-container .image img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

.breadcrumbs-container .image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0.5rem;
}

.contact-page .right .icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
}

.btn-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    background: rgb(0 0 0 / 30%);
    line-height: 5rem;
    border-radius: 50%;
}

.media-item a {
    cursor: pointer;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.counter-section .item .number {
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.counter-section .item i {
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
    position: absolute;
    top: -2.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.counter-section .item:hover i {
    background: white !important;
    color: var(--color-highlight) !important;
}

.artist-section .swiper-slide .image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67, 69, 113, 0.07);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.artist-section .swiper-slide .image:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 69, 113, 0.07);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.artist-section .swiper-slide .image:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
}

.artist-section .swiper-slide .image:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.artist-section .swiper-slide .social {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
    bottom: 0px;
    top: 0px;
    background: #000;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 3rem 1.5rem;
}

.artist-section .swiper-slide:hover .social {
    opacity: 0.7;
}

.artist-section .swiper-slide .social a {
    transition: color 0.3s;
    color: var(--color-main);
    margin: 0 0.3rem;
    padding-top: 0.7rem;
    border-radius: 0.4rem;
    width: 3.6rem;
    height: 3.6rem;
    background: var(--color-highlight);
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
    text-align: center;
}

.artist-section .swiper-slide .social a:hover {
    background: #3b8af2;
}

.artist-section .swiper-slide .social a.youtube:hover {
    background: rgb(255 0 0 / 68%);
}

/*.list-news>div>.row>div:nth-child(even) .article-item>.row {*/
/*    flex-direction: row-reverse;*/
/*}*/
/*css new */
.section-video-home {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #e12c3433, #fff0 81%), linear-gradient(#09061a 49%, #1f1940);
    padding: 60px 0 60px;
}

.video-main-he-thong {
    position: relative;
    border: 1px solid #ffffff29;
    padding: 15px;
    background-color: #ffffff14;
    border-radius: 10px;
}

.video-location {
    width: 100%;
    height: 60rem;
    overflow: hidden;
}

.video-location video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.video-location video::-webkit-media-controls {
    display: none !important;
}

.video-location video::-moz-media-controls {
    display: none !important;
}

.video-location video::-ms-media-controls {
    display: none !important;
}

.section-con-so-an-tuong, .section-mutile {
    background-image: radial-gradient(circle at 100%, #ab283b26, #fff0 83%), radial-gradient(circle at 0 100%, #be206733, #fff 38%);
    padding: 60px 0 0px 0;
    /* background: linear-gradient(180deg, #f3beb6 15%, #f09b96 30%, #3e0a5e 80%, #1b0228 100%); */
}

.section-mutile {
    background-image: radial-gradient(circle at 100%, #ab283b26, #fff0 83%), radial-gradient(circle at 0 100%, #be206733, #fff 38%);
}

.box-doi-tac .swiper-slide img {
    filter: grayscale(100%);
    opacity: .3;
    transition: all .3s ease;
}

.box-doi-tac .swiper-slide:hover img {
    filter: none;
    opacity: 1;
}

.section-animation {
    background-image: linear-gradient(60deg, #e12c35, #1f1940);
    padding: 60px 0 60px;
}

.section-game-show-home {
    background-image: radial-gradient(circle, #000, #181537);
    padding: 60px 0 60px;
}

.section-nghe-si-home {
    background-image: radial-gradient(circle, #000, #181537);
    padding: 60px 0 60px;
}

.section-animation h3, .section-game-show-home h3 {
    color: white;
}

.artist-section > h3, .artist-section > p {
    color: white !important;
}

.section-nghe-si-home .box-chuyen-gia * {
    color: white !important;
}

footer {
    background-color: #09061a;
    color: #bcbac5;
    border-top: 1px solid #ffffff26;
    padding-top: 60px;
}

.footer-menu-section ul li a {
    color: #bcbac5;
    font-weight: 600;
}

.footer-menu-section ul li {
    margin-bottom: 10px;
}

.title-footer {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 2.4rem;
    color: white;
}

.box-copy-right {
    border-top: 1px solid #ffffff26;
}

.recruiment-section a {
    border: 1px solid #ffffff26;
    padding: 15px 20px 15px 20px;
    border-radius: 30px;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.recruiment-section a:nth-child(2) {
    background-image: radial-gradient(circle at 50% 100%, #ff8288, #e12c35 79%);
    margin-left: 10px;
}

.title-video {
    color: white;
    font-size: 60px;
}

.title-video span {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(87deg, #e12c34, #ff999e);
    -webkit-background-clip: text;
    background-clip: text;
}

.des-video {
    color: white;
    font-size: 20px;
    margin: 25px 0 40px 0;
}

.url-video a {
    background-image: radial-gradient(circle at 50% 100%, #ff8288, #e12c35 79%);
    height: auto;
    padding: 16px 24px;
    font-size: 16px;
    color: white;
    border-radius: 40px;
    font-weight: bold;
}

.url-video {
    margin-bottom: 40px ;
}

.content-video {
    display: flex;
    justify-content: center;
}

.content-video > div {
    width: 70%;
}

.setting-menu {
    position: relative;
    border: 1px solid #ffffff29;
    background-image: radial-gradient(circle farthest-side at 100% 100%, #09061a, #fff0 100%), linear-gradient(#09061a 100%, #1f1940);
}

.marquee-style .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.title-category-new {
    font-size: 36px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.content-category-new {
    padding: 45px 30px 45px 30px;
}

.title-category-con-new {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.flex-cate-con {
    display: flex;
    align-items: center;
}

.flex-cate-con a {
    margin-left: 15px;
}

.flex-cate-cha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-new-bg-article-so-le > div > .row > div:nth-child(odd) .article-item {
    background-image: radial-gradient(circle at 100%, #ab283b26, #fff0 83%), radial-gradient(circle at 0 100%, #be206733, #fff 38%);
}

.page-new-bg-article-so-le > div > .row > div:nth-child(even) .article-item {
    background-color: var(--light);
}

.page-new-bg-article-so-le .article-item {
    padding: 15px 30px 15px 30px;
}

.page-new-bg-article-so-le .article-item .inner-content .article-description a {
    color: black;
    font-weight: 600;
}

.counter-section .item {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3rem 13%;
}

.counter-section .item .name {
    color: #898989;
    font-size: 2.2rem;
}

.bg-contet-form-home {
    background-image: linear-gradient(288deg, #0f0b27, #201642 42%, #5b1f48);
    color: white;
    padding: 60px 60px 60px 60px;
    border-radius: 25px;
}

.bg-contet-form-home .title {
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.bg-contet-form-home label {
    font-size: 18px;
    font-weight: 500 !important;
    margin-bottom: 12px;
}

.section-form-home {
    background-image: radial-gradient(circle at 100% 100%, #1b1250, #09061a);
    padding: 60px 0 60px 0;
}

.bg-contet-form-home .form-control {
    border-radius: 30px;
}

.bg-contet-form-home .btn.btn-submit {
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;
}

.menu-footer-privacy .footer-menu-section ul {
    /* display: flex; */
}

.menu-footer-privacy .footer-menu-section ul li {
    margin-right: 10px;
    /*padding-right: 10px;*/
}

.ul-html-tuyen-dung {
    padding-left: 30px;
}

.ul-html-tuyen-dung li {
    margin-bottom: 20px;
    font-weight: 500;
}

.title-html02-tuyen-dung {
    font-size: 5.6rem;
    text-align: center;
    font-weight: 600;
}

.title-qt-tuyen-dung {
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.des-qt-tuyen-dung {
    font-size: 1.8rem;
}

.des-hiighliht-qt {
    min-height: 11rem;
    	overflow: hidden;
   	 text-overflow: ellipsis;
    	-webkit-line-clamp: 5;
    	-webkit-box-orient: vertical;
    	display: -webkit-box;
}

.border-article-tuyen-dung {
    border: 1px solid #e5e2e2;
    padding: 20px 30px;
    border-radius: 30px;
}

/* end css new */
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1400px;
    }
}

@media (max-width: 1200px) and (min-width:1000px) {
    .logo-section img {
        height: 3rem;
    }

    .menu-section > ul > li > a {
        font-size: 1.5rem;
        padding: 0 1rem;
    }
}

@media (max-width: 1000px) {
    body:not(.is-mobile) .setting-menu >.container > .row > div>div:nth-child(1) {
        order: 2;
    }

    body:not(.is-mobile) .setting-menu >.container > .row > div>div:nth-child(2) {
        order: 1;
    }

    body:not(.is-mobile) .setting-menu >.container > .row > div>div:nth-child(3) {
        order: 3;
    }
}

@media (max-width: 767px) {
    .video-location {
        height: 20rem;
    }

    .content-video > div {
        width: 100%;
    }

    .title-video {
        font-size: 35px;
    }

    .breadcrumbs-container .image img {
        height: 20vh;
    }

    .menu-footer ul li {
        padding: 0.5rem 1rem;
    }

    .bg-contet-form-home {
        padding: 30px 10px 30px 10px;
    }

    .bg-contet-form-home .title {
        font-size: 37px;
        margin-bottom: 30px;
    }

    .menu-footer-privacy .footer-menu-section ul {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-cate-cha {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
    }

    .flex-cate-con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-new-bg-article-so-le .article-item {
        padding: 15px 10px 15px 10px;
    }
    
    .title-html02-tuyen-dung {
        font-size: 2.6rem;
    }
    
    .title-qt-tuyen-dung {
        font-size: 2.6rem;
    }
    
    .des-hiighliht-qt {
        min-height: 8rem;
        -webkit-line-clamp: 4;
    }
}

/*CSS by quyettq*/
.description {
    font-size: 1.6rem;
    font-weight: 500;
}

.info {
    display: flex;
    align-items: center;
    justify-content: center;
}

#clip {
    background: linear-gradient(135deg, #f3beb6 28%, #f09b96 50%, #e36654 100%);
}

#youtube {
    background: linear-gradient(135deg, #ed9485 24%, #c95751 62%, #961b23 82%);
}

#watch {
    background: linear-gradient(165deg, #c55343 27%, #4c1747 100%);
}

#facebook {
    background: linear-gradient(90deg, #3b2558 22%, #3b2148 36%, #3b1c53 80%);
}

#tiktok {
    background: linear-gradient(90deg, #391d52 6%, #371850 39%, #331e46 100%);
}

#languages {
    background: linear-gradient(135deg, #230934 0%, #35095e 50%, #1f1524 100%);
}

.counter-image img {
    max-height: 6rem;
    width: auto;
    object-fit: contain;
    aspect-ratio: 1;
    margin-right: 2rem;
}

.info .value {
    font-size: 5.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    min-width: 21rem;
}

.section-module-owns {
    background-color: #010914;
    padding: 60px 0;
}

.own-item {
    background-color: #002332;
    border: 2px solid #213146;
    border-radius: 1rem;
    padding: 3rem;
}

.owns-left .own-item:nth-child(1) {
    margin-bottom: 2rem;
}

.own-item.own-big {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.own-icon img {
    object-fit: contain;
}

.title-custome span {
    color: var(--cyan);
}

.own-big .own-icon {
    filter: drop-shadow(0 0 53px #00e5ff) drop-shadow(0 0 43px #00e5ff);
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
}

.multi-platform .text-white {
    color: var(--black) !important;
}

.multi-platform .title-custome span, .box-tilte-custome .title-custome span {
    color: var(--red);
}

.multi-platform .own-item {
    border-color: #f9ecf2;
    padding: 1.5rem 3rem;
}

.multi-platform .owns-left .own-item:nth-child(1) {
    background: linear-gradient(90deg, #fef8fa 0%, #ffeff0 100%);
}

.multi-platform .owns-left .own-item:nth-child(2) {
    background: linear-gradient(130deg, #d2d1f9 0%, #8584c9 100%);
}

.multi-platform .own-item.own-big {
    background: linear-gradient(132deg, #001f3f 0%, #015560 40%, #00636b 60%, #001f3f 100%);
}

.multi-platform .owns-left .own-item > div {
    flex-direction: row-reverse;
    justify-content: start !important;
    gap: 3rem;
}

.multi-platform .owns-left .own-icon img {
    max-height: 5rem;
    width: 8rem;
}

.multi-platform .own-item:not(.own-big) .own-desc {
    margin-left: 11rem;
}

.multi-platform .own-desc {
    font-size: 1.8rem;
}

.multi-platform .own-item.own-big {
    color: var(--white) !important;
}

.multi-platform .own-title {
    font-size: 2.6rem;
}

.multi-platform .own-big .own-icon img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(76%) saturate(396%) hue-rotate(124deg) brightness(93%) contrast(96%);
}

.section-partnership {
    background-image: linear-gradient( 177deg, #181820 20%, #241d45 50%, #341b39 100%);
    padding: 60px 0 60px;
}

.section-partnership .title-custome, .box-tilte-custome .title-custome {
    font-size: 4.4rem;
}

.nav-partnership {
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(52deg, #191924, #1a1a2e);
    border-radius: 30px;
    padding: 0.8rem 3rem;
    border: 1px solid #363636;
    flex-wrap: wrap;
}

.nav-link-partnership {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link-partnership:hover {
    color: var(--color-highlight);
}

.btn-learnMore {
    padding: 0.75rem 2.5rem;
    border: 1px solid #444444;
    color: var(--white);
    font-size: 1.8rem;
    border-radius: 35px;
    display: inline-block;
}

.btn-learnMore:hover {
    border-color: var(--color-highlight);
}

.item-tech {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #ececec;
    height: 100%;
}

.footer-menu-section ul li.btn-phone a span {
    /* color: white; */
}

.is-mobile .setting-menu > .container > .row > div > div:nth-child(1), .is-mobile .setting-menu > .container > .row > div > div:nth-child(3) {
    flex: 0 0 80px;
    max-width: 80px;
}

.counter-image {
    display: flex;
    flex: none;
}

@media (max-width: 767.98px) {
    .owns-left .own-item {
        margin-bottom: 2rem;
    }

    .info .value {
        min-width: unset;
    }

    .counter-content .info {
        flex-wrap: wrap;
    }

    .counter-section .item .name, .box-content-partnership {
        text-align: center;
    }

    .counter-section .item {
        padding: 3rem 15px;
    }
}
