/*************** CSS for Desktop ***************/
@keyframes pulse_old {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.95);
	}
}
@-webkit-keyframes pulse {
    0% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }

    50% {
        transform: scale(1.15);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    100% {
		transform: scale(0.95);
        -webkit-filter: brightness(1.6);
        filter: brightness(1.6);
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    opacity: 0;
    transition: opacity .15s linear;
}
.modal.show {
    display: block;
    opacity: 1;
}
.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.88);
}
.modal-dialog {
    position: relative;
    width: 500px;
    max-width: 90%;
    top: 50%;
    margin: 0 auto;
    pointer-events: none;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border-radius: .3rem;
    outline: 0;
    padding: 20px 15px;
    background-color: #000;
    border: 2px solid #fff;
}
.modal-title {
    width: 100%;
    display: inline-block;
    color: #f2e200;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.modal-body {
    color: #fff;
    padding: 0;
    line-height: 1.3;
    padding: 1rem 0;
}
.modal-content .close {
    position: absolute;
    right: -4%;
    bottom: 104%;
    z-index: 2;
    color: #f2e200;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}
.pulse {
	transform: scale(1);
	animation: pulse .5s linear infinite;
}
.h-lienhe {
	position: fixed;
    right: 0;
    bottom: 50%
}
/* html, body, #main, #wrapper, .j-section {
    height: 100%;
} */
html, body {
    /* background: linear-gradient(180deg, #6D0703 0%, #321115 100%); /**/
    scroll-behavior: smooth;
}
body {
    /* background-image: url(../img/bg.webp); /**/
    background-repeat: no-repeat;
    background-position: center -20%;
    background-size: 100% auto;
}
#main, #wrapper {
    background-color: transparent !important;
}
/* body, #main, #wrapper {
    overflow: hidden;
} */
.header-bg-image {
    background-position: 50% 50%;
    background-size: cover;
}
.absolute-footer.dark {
    color: #fff;
    font-size: 80%;
}
.row {
    max-width: calc (75% + 30px);
}
.j-section {
    margin: 0 auto;
    max-width: 100%;
}
.j-section .banner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#main, #wrapper {
    background-color: transparent;
}
.col-inner>.img:not(:last-child), .col>.img:not(:last-child), blockquote, dl, figure, form, ol, p, pre, ul, .button, button, fieldset, input, select, textarea {
    margin-bottom: 0;
}
/*.img .img-inner {
    width: 100%;
}/**/
.j-slider .img {
    width: 21.5% !important;
    display: flex;
    align-items: flex-end;
    /* min-height: 8.5vw; */
}
.j-slider .img-inner {
    padding-right: 2%;
}
.j-img {
    padding: 0 0.6% !important;
}
.j-img .img-inner {
    margin-bottom: 2%;
    margin-left: -13.5%;
    z-index: 99;
}
.tabbed-content .nav-vertical>li+li, .nav-vertical+.tab-panels {
    border-top: 0px;
    border-left: 0px;
}
.tabbed-content .nav-vertical {
    padding-right: 30px;
}
.tabbed-content .tab {
    background-image: url(../img/tab.webp);
    background-size: 100% 100%;
    margin-bottom: 20px !important;
    position: relative;
    filter: grayscale(1);
    border-radius: 7px;
}
.tabbed-content .tab.active {
    filter: grayscale(0);
}
.tabbed-content .tab::before {
    content: "";
    display: none;
    width: 13%;
    padding-top: 13%;
    background-image: url(../img/tab1.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
.tabbed-content .tab:nth-child(2):before {
    background-image: url(../img/tab2.webp);
}
.tabbed-content .tab:nth-child(3):before {
    background-image: url(../img/tab3.webp);
}
.tabbed-content .tab:nth-child(4):before {
    background-image: url(../img/tab4.webp);
}
.tabbed-content .tab a {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    /* padding-left: calc(13% + 25px); */
    color: #fff !important;
    position: relative;
}
.tabbed-content .tab-panels {
    padding: 25px 30px 60px 30px;
    width: 70%;
    border-radius: 25px;
    border: 1.5px solid #f4b740;
    font-size: 80%;
}
.tabbed-content .tab-panels h3 {
    margin: 20px 0;
}
.tabbed-content .tab-panels p {
    margin-bottom: 20px;
}
.tabbed-content .tab-panels strong {
    color: #e1b653;
    text-transform: uppercase;
}
.tabbed-content .tab-panels .panel:first-child .img .img-inner img {
    height: 12vw;
    width: auto;
}
.j-footer {
    font-size: 80%;
}
.j-banner {
    z-index: 999;
}
.icon-tag {
    transform: skew(-20deg);
    position: absolute !important;
    bottom: 100%;
    right: 0;
    margin: 0 !important;
}
.icon-tag::before {
	content: "HOT";
    font-family: 'Inter';
    font-size: 60%;
    font-weight: bold;
    background: #FF6418;
    padding: 2px 5px;
    display: block;
    position: relative;
    bottom: 5px;
    border-radius: 3px;
}
.secondary {
    color: #000;
}
.button.is-link:hover {
    color: #00b97e !important;
}
.button.is-link:hover .icon-angle-down::before {
    content: ""
}
.banner-bg :is(img,picture,video) {
	display: block !important;
    opacity: 1 !important;
}
.header-nav-main.nav > li > a i {
    margin-left: .5em;
    font-size: 1em;
}
.header-nav-main.nav > li > a:hover {
    color: #67dfde !important;
}
.header-nav-main.nav > li > a:hover .icon-angle-down::before {
    content: ""
}
.header-nav-main.nav > li.has-icon-left i {
    display: none;
}
.header-nav-main.nav > li.has-icon-left>a>img {
    position: absolute;
    bottom: 85%;
    right: 0;
    width: 30%;
    margin: 0;
}
.slider-wrapper,
.flickity-viewport {
    /* overflow: visible !important; */
    position: relative;
    z-index: 9;
}
.slider-style-focus .flickity-page-dots {
    bottom: 0;
    z-index: 9;
    pointer-events: all;
}
.flickity-page-dots .dot {
    border: #34C759;
    background-color: #34C759;
    width: 13px;
    height: 8px;
    border-radius: 10px;
    opacity: 1;
}
.flickity-page-dots .dot.is-selected {
    border: #FFB800;
    background-color: #FFB800;
    width: 49px;
}
.button.secondary {
    background: #00B97E;
    background: linear-gradient(90deg,rgba(253, 233, 59, 1) 0%, rgba(243, 169, 50, 1) 100%);
}
.button.success:not(.is-link) {
    background: #FDE93B;
    background: linear-gradient(117.63deg, #00B97E 25.1%, #008E5C 74.9%);
}
.slider-wrapper,
.slider-style-focus,
.slider-style-focus .flickity-viewport {
    height: 100% !important;
}
.slider-style-focus {
    padding: 0;
}
.slider-style-focus .flickity-viewport {
    padding: 18% 0;
}
.slider-style-focus .flickity-slider>:not(.is-selected) {
    transform: scale(1);
}
.slider-style-focus .flickity-slider>.is-selected {
    transform: scale(1.9);
    z-index: 9;
}
.h-ltd-item {
    position: relative;
    padding-bottom: 10px;
    /* max-width: 28% !important; */
    border-radius: 10px;
    margin-right: 10px;
    overflow: hidden;
}
.h-ltd-item::before {
    content: "";
    display: block;
    /* background-image: url(../img/hotmatch.svg); */
    background-size: 100% 100%;
    background-image: linear-gradient(262.36deg, #1f2f2f .78%, #0d1d1a 99.39%);
    width: 100%;
    padding-top: 42.5%;
    border-radius: 10px;
}
.h-ltd-item .ltd-inner {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    display: flex;
}
.h-ltd-item .ltd-inner .ltd-left {
    width: calc(50% - 10px);
}
.h-ltd-item .ltd-inner .ltd-left .title,
.h-ltd-item .ltd-inner .ltd-left .name,
.h-ltd-item .ltd-inner .ltd-left .date {
    margin-bottom: .5em;
    padding-left: .75rem;
}
.h-ltd-item .ltd-inner .ltd-left .title {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(data:image/avif;base64,AAAAHGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZgAAAXBtZXRhAAAAAAAAACFoZGxyAAAAAAAAAABwaWN0AAAAAAAAAAAAAAAAAAAAAA5waXRtAAAAAAABAAAANGlsb2MAAAAAREAAAgABAAAAAAGUAAEAAAAAAAAATQACAAAAAAHhAAEAAAAAAAAASwAAADhpaW5mAAAAAAACAAAAFWluZmUCAAAAAAEAAGF2MDEAAAAAFWluZmUCAAAAAAIAAGF2MDEAAAAAr2lwcnAAAACKaXBjbwAAAAxhdjFDgSACAAAAABRpc3BlAAAAAAAAALsAAAAcAAAAEHBpeGkAAAAAAwgICAAAAAxhdjFDgQAcAAAAAA5waXhpAAAAAAEIAAAAOGF1eEMAAAAAdXJuOm1wZWc6bXBlZ0I6Y2ljcDpzeXN0ZW1zOmF1eGlsaWFyeTphbHBoYQAAAAAdaXBtYQAAAAAAAAACAAEDgQIDAAIEhAIFhgAAABppcmVmAAAAAAAAAA5hdXhsAAIAAQABAAAAoG1kYXQSAAoJOB0utsICGg0gMj5FAAAACBg6SqvLfB3/+KVvcjtOlYEBgyO1dfH1y9NdhlKKMfVIIzctDUyfHKCACVbeEiZlIQRjO3ga2IoFwBIACgYYHS62wqAyP0UAAggoAuMnt3YnwmBDdMp0O6Ia9t8FBZloLrAj5qDKio9ryEvJVEpDwLlmrIpHd5MBLQ5iRbjI5J2PWqV0/A==);
    background-size: 100% 100%;
    margin-bottom: .5em;
    padding-left: .75rem;
    padding-right: 20px;
    width: 187px;
    line-height: 27px;
}
.h-ltd-item .ltd-inner .ltd-left .name,
.h-ltd-item .ltd-inner .ltd-left .date {
    padding-left: .75rem;
    padding-right: .75rem;
}
.h-ltd-item .ltd-inner .ltd-left .name,
.h-ltd-item .ltd-inner .ltd-left .date {
    color: #fff;
}
.h-ltd-item .ltd-inner .ltd-left .date {
    color: #868990;
}
.h-ltd-item .ltd-inner .ltd-left .name {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 15px 0;
}
.h-ltd-item .ltd-inner .ltd-left .name img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.h-ltd-item .ltd-inner .ltd-right {
    width: calc(50% + 10px);
    font-size: 0.625em;
    padding: 15px 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.h-ltd-item .ltd-inner .ltd-right .title {
    color: #a5adb6;
    text-align: center;
}
.h-ltd-item .ltd-inner .ltd-right .info {
    border-radius: .375rem;
    padding: 2px 6px;
    background-color: #414141;
    display: flex;
    justify-content: space-between;
}
.h-ltd-item .ltd-inner .ltd-right .info span {
    color: #838383;
}
.h-ltd-item .ltd-inner .ltd-right .info .plus,
.h-ltd-item .ltd-inner .ltd-right .info .minus {
    font-weight: 500;
    color: #00A854;
}
.h-ltd-item .ltd-inner .ltd-right .info .minus {
    font-weight: 500;
    color: #FF6418;
}
/* .h-ltd-item .ltd-inner .ltd-right button {
    margin: 0;
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: .375rem;
    min-height: 0;
    line-height: normal;
    width: 30%;
} */
.h-ltd-item .ltd-inner .live {
    grid-column-start: 2;
    text-align: right;
    display: none;
}
.h-ltd-item .ltd-inner .live > * {
    width: 80%;
}
.h-ltd-item .ltd-inner .cuocngay {
    grid-column: span 2;
    width: 100%;
}
.j-scroll .cv-nav {
    position: absolute;
    top: 105%;
    z-index: 999;
    width: 100% !important;
}
.j-scroll .cv-nav .cv-prev {
    display: none;
}
.j-scroll .cv-nav .cv-next {
    background-color: transparent;
    position: relative;
    font-size: 0;
    width: 8%;
    margin: 0 auto;
}
.j-scroll .cv-nav .cv-next::before {
    content: "";
    display: block;
    background-image: url('../img/next.webp');
    background-size: 100% 100%;
    padding-top: 100%;
}
.ux-menu-title,
.ux-menu-link__link,
.ux-menu-link__link:hover {
    color: #fff !important;
    text-transform: none;
}
.ux-menu-title {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.j-partner .img {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.j-partner .img .img-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.j-partner .img img {
    height: 100%;
    width: 90%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
}
.j-nhacai {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #FA3F09;
    background-color: #10181A;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2904) 0%, rgba(16, 24, 26, 0.88) 100%);
}
#header .flex-center {
	width: 100%;
}
#header .flex-center .header-nav {
	justify-content: space-around;
}
.h-tcnb .img .img-inner {
	padding-right: 5%;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    bottom: 100%;
    top: auto;
    left: auto !important;
    width: 30px;
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
	border-radius: .5rem;
	background-color: rgb(64 68 89 / var(--tw-bg-opacity, 1));
}
.slider-nav-outside .flickity-prev-next-button.previous {
    right: 40px;
}
.slider-nav-outside .flickity-prev-next-button.next {
    right: 0;
}
/*************** CSS for landscape Desktop ***************/
@media (min-width: 1200px) {
    #logo {
        filter: blur(7px);
    }
    .nav li.has-icon-left>a>i, .nav li.has-icon-left>a>img, .nav li.has-icon-left>a>svg {
        height: 18px;
        position: absolute;
        bottom: 100%;
        left: 100%;
        transform: translate(-50%, 50%);
    }
}
@media (max-width: 1750px) {
    /* .j-slider .img {
        min-height: calc(8.5vw*0.92);
    } */
}
@media (max-width: 1500px) {
    /* .j-slider .img {
        min-height: calc(8.5vw*0.93);
    } */
    .row.row-collapse, .container {
        max-width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1100px) {
    .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    #section_1744298257 .section-bg img {
    	top: -6.5%;
    }
}
@media (max-height: 660px) and (orientation: landscape) {

}
/*************** CSS for Tablet ***************/
@media (max-width: 1100px) and (orientation: landscape) {
    body {
        font-size: 65%;
    }
    .j-section {
        height: auto;
        min-height: auto !important;
    }
    .row, .row.row-collapse, .container {
        max-width: 85%;
    }
    .tabbed-content .tab {
        width: 49.9%;
        margin: 0;
    }
    .tabbed-content .tab-panels {
        padding: 15px;
        width: 100%;
    }
    .header-main {
        height: 50px;
    }
    #logo {
        width: 110px;
    }
    .section-bg :is(img,picture,video) {
    	top: -6.5%;
    }
}
@media (orientation: portrait) {
    body {
    	background-image: url(../img/bg-mb.webp);
    }
    body::before {
        display: none;
    }
    .banner {
        border-radius: 10px;
        overflow: hidden;
    }
    .j-banner {
        background-image: url(../img/banner-mb.webp);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    }
    .section-bg img {
        display: none;
    }
    .j-section {
        max-width: 100%;
        min-height: 0 !important;
    }
    .j-section .banner {
        display: block;
    }
    .j-section > .fill {
        display: none;
    }
    .row, .row.row-collapse, .container {
        max-width: 90%;
    }
    .container {
        padding: 0 3%;
    }
    .col, .row-collapse>.col {
        flex-basis: 100%;
        max-width: 100%;
        /* padding: 0 5% !important; */
    }
    .col.small-1, .row-collapse>.col.small-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }
    
    .col.small-2, .row-collapse>.col.small-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }
    
    .col.small-3, .row-collapse>.col.small-3 {
        flex-basis: 25%;
        max-width: 25%
    }
    
    .col.small-4, .row-collapse>.col.small-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }
    
    .col.small-5, .row-collapse>.col.small-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }
    
    .col.small-6, .row-collapse>.col.small-6 {
        flex-basis: 50%;
        max-width: 50%
    }
    
    .col.small-7, .row-collapse>.col.small-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }
    
    .col.small-8, .row-collapse>.col.small-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }
    
    .col.small-9, .row-collapse>.col.small-9 {
        flex-basis: 75%;
        max-width: 75%
    }
    
    .col.small-10, .row-collapse>.col.small-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }
    
    .col.small-11, .row-collapse>.col.small-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }
    .hide-for-small, [data-show=hide-for-small], .hide-for-medium, [data-show=hide-for-medium] {
        display: none !important;
    }
    .show-for-small, [data-show=show-for-small] {
        display: flex !important;
    }
    .slider-style-focus .flickity-slider>.is-selected {
        transform: scale(1.3);
        opacity: 1 !important;
        z-index: 999;
    }
    .slider-style-focus .img {
        display: flex;
        align-items: center;
        min-height: 30vw;
    }
    .j-slider .img {
        width: 45% !important;
        /* min-height: 27.5vw; */
    }
    .tabbed-content .tab {
        width: 49.9%;
        margin: 0;
    }
    .tabbed-content .tab-panels {
        padding: 15px;
        width: 100%;
    }
    .tabbed-content .tab-panels .panel:first-child .img .img-inner img {
        height: 50vw;
    }
    /* .j-scroll .stack {
        width: 200%;
    }
    .j-scroll {
        overflow-x: scroll;
    } */
    #logo {
        width: 25%;
    }
    .nav>li>a {
        color: #FFB800 !important;
    }
    .j-pn {
        max-width: 100% !important;
    }
    .j-pn .col {
        overflow-x: auto;
    }
    .j-pn .col-inner {
        width: 200%;
    }
    .slider-style-focus .flickity-viewport {
        padding: 7% 0;
        min-height: 50vw;
    }
}
@media (min-width: 750px) and (orientation: portrait) {
    .j-section .row {
        /* max-width: 65% !important; */
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 549px) {
    .tabbed-content .tab {
        font-size: 11px;
    }
    .tabbed-content .tab a {
        height: 30px;
        padding: 0 10px;
        border-radius: 4px;
        /* padding-left: calc(10% + 10px); */
    }
    .tabbed-content .tab {
        font-size: 12px;
    }
    .tabbed-content .tab::before {
        width: 10%;
        padding-top: 10%;
        left: 5px;
    }
    .j-footer {
        font-size: 50%;
    }
    .j-scroll .stack {
        width: 300%;
    }
}

/*************** CSS for mobile ***************/
@media (max-width: 390px) {

}