@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/fonts-montserrat/Montserrat-Medium.ttf?v=1.0) format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_i';
    src: url(../fonts/fonts-montserrat/Montserrat-MediumItalic.ttf?v=1.0) format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_semibold';
    src: url(../fonts/fonts-montserrat/Montserrat-SemiBold.ttf?v=1.0) format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_bold';
    src: url(../fonts/fonts-montserrat/Montserrat-Bold.ttf?v=1.0) format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat_extrabold';
    src: url(../fonts/fonts-montserrat/Montserrat-ExtraBold.ttf?v=1.0) format('opentype');
    font-display: swap;
}
:root {
    --bs-main: #162331;
	--bs-orange: #ff7700;
    --bs-transparent: transparent;
    --e-global-primary-font-family: "Montserrat";
    --e-global-italic-font-family: "Montserrat_i";
    --e-global-semibold-font-family: "Montserrat_semibold";
    --e-global-bold-font-family: "Montserrat_bold";
    --e-global-extrabold-font-family: "Montserrat_extrabold";
}
html,
body {
    background-color: #0d1820;
    color: var(--bs-white);
    font-family: var(--e-global-primary-font-family);
}
a {
    color: var(--bs-white);
    text-decoration: none;
}
a:hover {
    color: var(--bs-orange);
}
.text-orange {
    color: var(--bs-orange) !important;
}
.btn {
    color: var(--bs-white);
    border-radius: 0;
}
.btn.btn-red {
    background: url(../images/btn_orange.png) no-repeat top left/100% 100%;
}
.btn.btn-blue {
    background: url(../images/btn_blue.png) no-repeat top left/100% 100%;
}
.btn.btn-gray {
    background: url(../images/btn_gray.png) no-repeat top left/100% 100%;
}
.btn:hover {
    color: var(--bs-white);
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.section-title span,
.section-title h2 {
    font-size: 24px;
    font-family: var(--e-global-bold-font-family);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.news-section .section-title h2 {
    color: #e8975e;
    margin: 0px;
    font-family: var(--e-global-semibold-font-family);
}
/* .section-title img {
    width: 100%;
} */
.page_banner {
    background: url(../images/page_banner.png) no-repeat center top/100% 100%;
    padding: 40px;
}

.page_banner .h2,
.page_banner h2 {
    text-transform: uppercase;
    text-align: center;
    color: #e8975e;
    font-family: var(--e-global-bold-font-family);
    font-size: 46px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page_banner .line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}
@media (max-width: 575.98px) {
    .page_banner .line {
        width: 100%;
    }
}
.loadingAvatar {
    z-index: 999999;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 20px;
    margin-top: 5px;
}
.datepicker thead {
    background: var(--bs-orange);
}
.datepicker td,.datepicker th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}
.view-all a {
    display: inline-block;
    color: #86c8e7;
    font-size: 18px;
    border: 1px solid #86c8e7;
    border-radius: 8px;
    padding: 10px 15px;
}
.view-all a:hover {
    color: var(--bs-white);
    background-color: #86c8e7;
}
/* global modal customize */
.modal .modal-dialog {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}
.modal.medium-modal .modal-dialog {
    max-width: 650px;
}
.modal.huge-modal .modal-dialog {
    max-width: 800px;
}
.modal.gigantic-modal .modal-dialog {
    max-width: 1200px;
}
.modal .modal-dialog .modal-content {
    background: url(../images/modal_bg.jpg) no-repeat center/100% 100%;
    height: 100%;
}
.modal .modal-dialog .modal-header {
    border: none;
    height: 58px;
    background: url(../images/modal_header.png) no-repeat center/100% 100%;
}
.modal .modal-dialog .modal-header .modal-title {
    font-family:  var(--e-global-bold-font-family);
    font-size: 18px;
    color: var(--bs-white)fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.modal .modal-dialog .modal-header .close {
    width: 20px;
    height: 20px;
    font-weight: 700;
    color: var(--bs-white);
    padding: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 20px;
}
.modal .modal-dialog .modal-header .close img {
    width: 15px;
    height: 15px;
}

/* progress */
.progress {
    position: relative;
}
.progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* Scroll bar */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {	
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* pagination */
.pagination {
    justify-content: center;
}
.pagination li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding: 5px 20px;
    border-width: 1px 0 1px 1px;
    border-color: #1b2832;
    border-style: solid;
    border-radius: 3px;
    background-color: var(--bs-white);
    color: #000;
}
.pagination li:last-child a {
    border-width: 1px;
}
.pagination li:hover a,
.pagination li.active a {
    /* background-color: #253343; */
    background-color: #ff7700;
    color: var(--bs-white);
}

/* Policy */
.policy p, .policy span, .policy h1 {
    font-family: var(--e-global-primary-font-family) !important;
    text-align: justify;
    text-indent: 0 !important;
}

/* =========================================
    HEADER
==========================================*/

/* header top */
.header {
    background-color: var(--bs-main);
}
.header .header-top {
    border-bottom: 1px solid #293c51;
}
.header .header-top .login-area {
    height: 30px;
    display: flex;
    align-items: center;
}
.header .header-top .login-area a {
    font-family: var(--e-global-semibold-font-family);
    font-size: 19px;
}
.header .header-top .login-area a:last-of-type {
    color: var(--bs-orange);
}
.header .header-top .login-area a:hover {
    text-decoration: underline;
    color: var(--bs-orange);
}
.header .header-top .login-area span {
    background-color: var(--bs-white);
    display: inline-block;
    height: 80%;
    width: 2px;
    margin: 0 5px;
}
@media (max-width: 991.98px) {
    .header-top .header-logo img {
        width: 120px;
    }
    .header .header-top .login-area a {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
    }
}
/* header menu */
.header-menu .navbar .nav-link {
    color: var(--bs-navbar-brand-color);
}
.header-menu .navbar .searchBox {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.header-menu .navbar .searchBox .search_toggle {
    height: 33px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 15px;
    background-color: rgba(255, 255, 255, .1);
}
.header-menu .navbar .searchBox .search_toggle span {
    height: 100%;
    line-height: 100%;
    position: absolute;
    color: var(--bs-white);
    cursor: pointer;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 27px;
    font-weight: 600;
    transform: rotateY(180deg);
    margin-right: 2px;
}
.header-menu .navbar .searchBox .search_toggle span.close-icon {
    opacity: 0;
    pointer-events: none;
    height: 80%;
}
.header-menu .navbar .searchBox .search_toggle.active span.close-icon {
    opacity: 1;
    pointer-events: auto;
}
.header-menu .navbar .searchBox .search_toggle.active span.search-icon {
    opacity: 0;
    pointer-events: none;
}
.header-menu .navbar .searchBox .search_box {
    position: relative;
}
.header-menu .navbar .searchBox .search_box .search-field {
    position: absolute;
    bottom: -65px;
    right: 14px;
    height: 50px;
    width: 300px;
    display: flex;
    align-items: center;
    background-color: #242526;
    padding: 3px;
    border-radius: 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: -1;
    visibility: hidden;
    transform: translateY(-10px);
    border: 1px solid #777;
}
.header-menu .navbar .searchBox .search_box .search_toggle.active ~ .search-field {
    bottom: -74px;
    pointer-events: auto;
    cursor: auto; 
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-menu .navbar .searchBox .search_box .search-field input{
    font-family: "Montserrat", sans-serif;
    height: 100%;
    width: 100%;
    padding: 0 45px 0 15px;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background-color: #242526;
    pointer-events: auto;
}
.header-menu .navbar .searchBox .search_box .search-field span {
    position: absolute;
    color: #ccc;
    right: 15px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
    transform: rotateY(180deg);
}
@media (min-width: 992px) {
    .header-menu .navbar .nav-item:not(:last-child) {
        margin-right: 10px
    }
    .header-menu .navbar .nav-link {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-nav-link-padding-x);
        text-transform: uppercase;
        font-family: var(--e-global-primary-font-family);
        font-size: 14px;
    }
    .header-menu .navbar .nav-item:nth-child(2) .nav-link {
        color: #ff7700;
    }
    .header-menu .navbar .nav-link:before {
        display: none;
    }
    .header-menu .navbar .nav-link.active,
    .header-menu .navbar .nav-link:hover {
        background-color: rgba(255, 255, 255, .1);
        position: relative;
        border-radius: 3px;
    }
    .header-menu .navbar .nav-link.active:before,
    .header-menu .navbar .nav-link:hover:before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--bs-orange);
        position: absolute;
        bottom: -8px;
        left: 0;
    }
    .header-menu .navbar .nav-item.menu-has-children ul {
        display: none;
        min-width: 190px;
        position: absolute;
        top: 29px;
        padding: 12px;
        background: #0E1720;
        list-style: none;
        box-shadow:
            0 2.8px 2.2px rgba(255, 255, 255, 0.034),
            0 6.7px 5.3px rgba(255, 255, 255, 0.048),
            0 12.5px 10px rgba(255, 255, 255, 0.06),
            0 22.3px 17.9px rgba(255, 255, 255, 0.072)
    }
    .header-menu .navbar .nav-item.menu-has-children:hover ul {
        display: block;
    }
    .header-menu .navbar .nav-item.menu-has-children ul .nav-link {
        padding: 8px;
    }
    .header-menu .navbar .nav-item.menu-has-children ul .nav-link.active:before,
    .header-menu .navbar .nav-item.menu-has-children ul .nav-link:hover:before {
        display: none;
    }
    .header-menu .navbar .navbar-download-responsive {
        display: none !important;
    }
    .header-menu .navbar .navbar-download a {
        width: 160px;
        color: var(--bs-navbar-brand-color);
        border: none;
        border-radius: 0;
        font-family: var(--e-global-semibold-font-family);
        font-size: 16px;
        text-transform: uppercase;
        padding: 8px 0;
    }
    .header-menu .navbar .searchBox_responsive {
        display: none;
    }

    .header-menu .navbar .navbar-download a:hover {
        -webkit-filter: brightness(1.4);
        filter: brightness(1.4);
    }
}
@media (min-width: 1200px) {
    .header-menu .navbar .nav-item:not(:last-child) {
        margin-right: 20px
    }
}
@media (max-width: 991.98px) {
    .header-menu .offcanvas-collapse {
        position: fixed;
        top: 120px;
        bottom: 0;
        right: 100%;
        width: 100%;
        padding: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0,0,0,0.9);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }
    .header-menu .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(100%);
    }
    .header-menu .navbar-nav .nav-link:hover,
    .header-menu .navbar-nav .nav-link.active {
        color: var(--bs-orange);
    }
    .header-menu .navbar-download::before {
        display: none !important;
    }
    .header-menu .navbar .navbar-download-reponsive {
        display: block !important;
    }
    .header-menu .navbar a.facebook {
        width: 35px;
        border: none;
        padding: 0;
        margin-left: 10px;
    }
    .header-menu .navbar .searchBox {
        display: none;
    }
    .header-menu .navbar .searchBox_responsive {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .banner-slider.owl-theme .owl-nav .owl-prev img,
    .banner-slider.owl-theme .owl-nav .owl-next img{
        width: 50%;
    }
    .banner-slider.owl-theme .owl-dots button span {
        width: 20px !important;
        height: 5px;
    }
}
@media (min-width: 576px) {
    .header-menu .navbar .searchBox .search_box .search-field::before {
        content: '';
        position: absolute;
        right: 14px;
        top: -4px;
        height: 12px;
        width: 12px;
        background-color: #242526;
        transform: rotate(-45deg);
        z-index: -1;
    }
}
@media (max-width: 575.98px) {
    .page_banner {
        padding: 20px;
    }
    .page_banner .h2 {
        font-size: 28px;
    }
    .header-menu .navbar .searchBox .search_box .search_toggle.active ~ .search-field {
        width: 80%;
        position: fixed;
        top: 128px;
        right: 50%;
        transform: translateX(50%);
    }
    .header-menu .navbar .searchBox .search_toggle {
        height: 35px;
        width: 36px;
        margin: 2px 15px 0px;
    }
    .news-section .section-title h2 {
        font-size: 16px;
    }
}
@media (max-width: 390px) {
    .header .header-top .login-area a {
        font-size: 14px;
    }
    .header-menu .navbar .navbar-download-responsive {
        display: none;
    }
}
@media (max-width: 350px) {
    .header-menu .navbar .navbar-download-responsive {
        display: none !important;
    }
    .header-menu .navbar .searchBox .search_box .search-field {
        right: -45px;
    }
    .header .header-top .login-area a {
        font-size: 12px;
    }
}
/* =========================================
    FOOTER
==========================================*/
/* footer top */
.footer-top {
    background-color: #1b2832;
    padding: 20px 0;
    margin: 0 auto;
}
.footer-top div {
    width: 50%;
}
.footer-top a:hover {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
}
@media (max-width: 991.98px) {
    .footer-top div {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .footer-top div {
        flex-wrap: wrap;
    }
    .footer-top a img {
        width: 80px;
    }
    .footer-main .footer-description {
        margin: 23px 0px;
    }
    .footer-main .footer-description p,
    .footer-main .footer-link {
        font-size: 13px !important;
    }
}
/* footer-main */
.footer-main {
    background-color: var(--bs-main);
    padding: 40px 20px;
    text-align: center;
}
.footer-main .footer-description p {
    color: var(--bs-white);
    font-size: 17px;
    margin-bottom: 0;
}

/* fixed icons */
.fixed-icons .icon {
    width: 80px;
    position: fixed;
    bottom: 20px;
    z-index: 1001;
}
.fixed-icons .to-top {
    height: 80px;
}
.fixed-icons .support {
    height: 90px;
}
.fixed-icons .icon:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.fixed-icons img {
    width: 100%;
    height: 100%;
}
.fixed-icons .phone {
    left: 2%;
}
.fixed-icons .phone .border-render {
    border: 2px solid #ff6507;
    border-radius: 50%;
    animation: border_render 1s infinite linear both ;
    transition: all 5s ease;
}
.fixed-icons .to-top {
    left: 30px;
}
.fixed-icons .support {
    right: 30px;
}
.fixed-icons .support::before, 
.fixed-icons .support::after {
    display: block;
    position: absolute;
    top: -5px;
    z-index: -1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f4895f;
    opacity: 0;
    content: '';
    animation: pulse 1s infinite;
}
.fixed-icons .support::before {
    animation-delay: 0s;
}
.fixed-icons .support::after {
    animation-delay: 0.2s;
    bottom: 0;
}
@keyframes border_render { 
    from {padding: 0px;  border: 2px solid rgb(255, 102, 7, 1) }
    to {padding: 10px;  border: 2px solid rgb(255, 102, 7, 0.1);}
}
@media (max-width: 575.98px) {
    .fixed-icons .icon {
        width: 60px;
        height: 60px;
        bottom: 15px;
    }
    .fixed-icons .to-top {
        left: 15px;
    }
    .fixed-icons .support {
        right: 15px;
        height: 65px;
    }
    .fixed-icons .support::before, 
    .fixed-icons .support::after {
        width: 60px;
        height: 60px;
    }
}
@keyframes pulse {
    from {
        transform: scale(1);
        opacity: 0.4;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
/* =========================================
    HOME PAGE
==========================================*/
/* BANNER */
.banner-slider .swiper-slide img {
    max-width: 100%;
}
.banner-slider .swiper-pagination-bullet {
    width: 30px;
    height: 12px;
    background-color: var(--bs-white);
    border-radius: 10px;
    opacity: 1;
}
.banner-slider .swiper-pagination-bullet:hover,
.banner-slider .swiper-pagination-bullet-active {
    background-color: var(--bs-orange);
}

.banner-slider .swiper-button-next {
    right: 8%;
}
.banner-slider .swiper-button-prev {
    left: 8%;
}
.banner-slider .swiper-button-next:hover,
.banner-slider .swiper-button-prev:hover {
    filter: brightness(2);
}
.banner-slider .swiper-button-next:after,
.banner-slider .swiper-button-prev:after {
    content: '';
}
@media (max-width: 991.98px) {
    .banner-slider .swiper-button-next, 
    .banner-slider .swiper-button-prev {
        width: 35px;
    }
    .banner-slider .swiper-button-next img, 
    .banner-slider .swiper-button-prev img {
        width: 100%;
    }
    .banner-slider .swiper-pagination-bullet {
        width: 20px !important;
        height: 5px;
    }
}
/* TRẢI NGHIỆM EGOPLAY */
.experience-section {
    /* background: url(../images/ego_experience.jpg) no-repeat center top/cover; */
    /* background: url(../images/ego_experience.jpg);
    background-size: revert-layer; */
    background: url(../images/egoplay-section-header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    /* padding-bottom: 30px; */
}
#experience-slider { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 85%;
	max-width: 1280px;
	max-height:720px;
	margin: 0 auto;
	z-index:90;
	text-align:left;
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
@media (max-width: 991.98px) {
    #experience-slider {  
        width: 100%;
    }
}
#experience-slider .ws_images ul {
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
}
#experience-slider .ws_images ul li {
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#experience-slider .ws_images {
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:720px;
	max-width: 1280px;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#experience-slider .ws_images ul a {
	width:100%;
	height:100%;
	max-height:720px;
	display:block;
	color:transparent;
}
#experience-slider img {
	max-width: none !important;
}
#experience-slider .ws_images .ws_list img,
#experience-slider .ws_images > div > img {
	width: 100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#experience-slider .ws_images > div > img {
	max-height: 720px;
}
#experience-slider .ws-title {
    width: 100%;
	position: absolute;
	left: 0;
	z-index: 50;
	color:var(--bs-white);
	padding: 1rem;
	bottom: -30px;
	top: auto;
	opacity: 1;
    text-align: center;
}
#experience-slider .ws-title div,
#experience-slider .ws-title span {
	display: inline-block;
	background-color: #1A2223;
	color: var(--bs-white);
    padding: 30px;
}
#experience-slider .ws-title div {
	display: block;
	margin-top: 0.5em;
	font-size: 1.3em;
}
#experience-slider .ws-title span {
	text-transform: uppercase;	
	font-size: 18px;
    font-family: var(--e-global-bold-font-family);
}
/* .experience-present>div {
    width: 47%;
} */
.experience-present .experience-warrior {
    width: 71%;
    order: 1;
}
.experience-present .experience-text{
    width: 29%;
    order: 2;
}
.experience-present .experience-text h4 {
    font-family: var(--e-global-bold-font-family);
    font-size: 1rem;
}
.experience-present .experience-text h2 p:nth-child(1) {
    font-size: 19px;
    font-family: var(--e-global-bold-font-family);
}
.experience-present .experience-text h2 p:nth-child(2) {
    font-size: 16px;
    font-family: var(--e-global-bold-font-family);
}
.experience-present .experience-text .experience-text-des {
    font-size: 14px;
    text-align: justify;
}
/* .experience-present .experience-text .experience-download {
    margin: 0 auto;
} */
.experience-present .experience-text .experience-download img {
    animation: bounceY 2s infinite ease-in-out;
}
.experience-present .experience-text .experience-download .btn-red,
.header-menu .navbar .navbar-download a {
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.experience-present .experience-text .experience-download .btn-red::before,
.header-menu .navbar .navbar-download a::before {
    content: "";
    position: absolute;
    inset: -12px;
    filter: blur(14px);
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    top: 50%;
    left: 50%;
    aspect-ratio: 1/1;
    width: 150%;
    height: auto;
    background: conic-gradient(var(--bs-white) 0% , #ff4f19 20%, #f3440e 40% , #ff4f19 60%, #f3440e 80% , #ff4f19 100%);
    /* background: conic-gradient(
        #ff9a5c 0%,
        #ff4f19 20%,
        #f3440e 40%,
        #ff4f19 60%,
        #f3440e 80%,
        #ff4f19 100%,
    ); */
    animation: spin_animation linear 2s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.experience-present .experience-text .experience-download .btn-red::after,
.header-menu .navbar .navbar-download a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: inherit;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(10vh);
    z-index: -1;
}
@keyframes spin_animation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes bounceY {
    0%, 100% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(-15px);
    }
    40% {
        transform: translateY(0px);
    }
    60% {
        transform: translateY(-15px);
    }
    80% {
        transform: translateY(0px);
    }
}
@media (max-width: 991px) {
    .experience-present {
        flex-direction: column;
    }
    .experience-present .experience-warrior {
        width: 100%;
    }
    .experience-present .experience-text{
        width: 100%;
    }
    .experience-present .experience-text h4 {
        text-align: center;
        margin: 0 auto;
    }
}
@media (max-width: 575.98px) {
    .experience-present .experience-text p {
        font-size: 12px;
    }
    .experience-present .experience-text h4 p {
        font-size: 16px;
    }
}
/* =========================================
    NEWS PAGE
==========================================*/
/* list news */
.news-section .news-list .news-item {
    background: #1b2832;
    padding: 20px;
}
.news-section.home-news .news-list .news-item {
    padding: 10px;
}
.news-section .news-list .news-item.big-news {
    padding: 0;
}
.news-section .news-list .news-item .news-image img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: fill;
}
.news-section .news-list .news-item.big-news .news-image img {
    aspect-ratio: 1/0.55;
    object-fit: fill;
}
.news-section .news-list .news-item.big-news .news-info {
    padding: 15px;
}
.news-section .news-list .news-item .news-info .news-time {
    font-size: 15px;
}
.news-section.home-news .news-list .news-item .news-info .news-time {
    font-size: 12px;
}
.news-section.home-news .news-list .news-item.big-news .news-info .news-time {
    font-size: 13px;
}
.news-section .news-list .news-item .news-info .news-title {
    font-family: var(--e-global-bold-font-family);
    font-size: 20px;
    -webkit-line-clamp: 3;
}
.news-section .news-list .news-item .news-info .news-title h3 {
    font-size: 20px;
}
.news-section.home-news .news-list .news-item:not(.big-news) .news-info .news-title {
    font-size: 16px;
}
.news-section .news-list .news-item .news-info .news-summary {
    font-size: 16px;
    -webkit-line-clamp: 3;
    color: #adb5bd;
}
.news-section.home-news .news-list .news-item .news-info .news-summary {
    -webkit-line-clamp: 2;
}
.news-section .news-sidebar .sidebar-title {
    color: #e8975e;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--e-global-bold-font-family);
    font-size: 24px;
    padding: 0 0 10px;
}
@media (max-width: 991.98px) {
    .news-section .news-list .news-item {
        padding: 15px;
    }
    .news-section .news-list .news-item.big-news .news-info {
        padding: 15px;
    }
    .news-section .news-list .news-item:not(.big-news) .news-info .news-title {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
    .news-section .news-list .news-item:not(.big-news) .news-info .news-time {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .news-section .news-sidebar .news-list .news-item .news-image img {
        aspect-ratio: 1/0.55;
        object-fit: fill;
    }
    .news-section .news-sidebar .news-list .news-item .news-info .news-title {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .news-section .news-list .news-item:not(.big-news) .news-info .news-title {
        font-size: 14px;
    }
}
/* single news */
.single-news-main {
    background: var(--bs-white);
    color: var(--bs-black);
}
.single-news-main .single-news-title {
    font-family: var(--e-global-bold-font-family);
    font-size: 30px;
    margin-bottom: 15px;
}
.single-news-main .single-news-content {
    font-family: 'Helvetica';
	height: auto !important;
	min-height: 0 !important;
	white-space: unset !important;
	overflow-wrap: unset;
	font-size: 14px !important;
	color: #000000 !important;
	margin: 0 !important;
}
.single-news-main .single-news-content h2 {
    font-weight: 600;
	font-size: 22px !important;
}
.single-news-main .single-news-content h3 {
    font-weight: 600;
	font-size: 20px !important;
}
.single-news-main .single-news-content h4 {
    font-weight: 600;
	font-size: 18px !important;
}
.single-news-main .single-news-content img, 
.single-news-main .single-news-content iframe, 
.single-news-main .single-news-content table,
.single-news-main .single-news-content video {
	max-width: 100%;
    margin-bottom: 0;
	padding-bottom: 10px;
}
.single-news-main .single-news-content table tr td {
	border: 1px solid #d1cdcd;
	padding: .5rem;
}
.single-news-main .single-news-content img:not(:first-child) {
	margin-top: 15px
}
.single-news-main .single-news-content img {
    height: auto;
    margin-bottom: 0;
}
.single-news-main .single-news-content iframe {
    aspect-ratio: 1/0.5625;
}
.single-news-main .single-news-content p {
	text-align: justify;
	margin-bottom: 0;
}
.single-news-main .single-news-content span {
	white-space: normal !important;
}
.single-news-main .single-news-content a {
	color: #0c38e6;
}
.single-news-main .single-news-content blockquote {
	border-left: 2px solid #ccc;
    /* margin-left: 1.5rem; */
    padding-left: 1rem;
}

.news-main .tags-button a {
	background-color: #dcdcdc;
	color: var(--bs-black);
    font-size: 14px;
	padding: 5px 10px;
    margin-left: 3px;
}
.news-main .tags-button a:hover {
	background-color: var(--bs-white);
	border: 1px solid #dcdcdc;
}
@media (max-width: 575.98px) {
    .single-news-time {
        flex-wrap: wrap;
    }
    .single-news-time .tags-button {
        width: 100%;
        margin-top: 10px;
    }
    
}

/* =========================================
    DOWNLOAD PAGE
==========================================*/
.download-section .download-area {
    border-bottom: 1px solid #2b3749;
}
.download-section .download-area h2,
.download-section .download-area h3 {
    font-family: var(--e-global-bold-font-family);
    font-size: 28px;
}
.download-section .download-area .download-btn:not(.special) a {
    display: inline-block;
    text-align: center;
    width: 23%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    background: url(../images/btn_red_glow.png) no-repeat center/100% 100%;
    font-size: 18px;
}
.download-section .download-area .download-btn a.big-btn {
    height: auto;
    line-height: unset;
    margin-top: 20px;
    padding: 15px;
}
.download-section .download-area .download-btn a.big-btn p {
    margin-bottom: 0;
}
.download-section .download-area .download-btn a.big-btn p:last-child {
    font-size: 14px;
}
.download-section .download-area .download-btn a:hover {
    color: var(--bs-white);
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    filter: brightness(1.2);
}
.download-section .download-area .font-weight-normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
@media (max-width: 1399.98px) {
    .download-section .download-area.multiple-download .download-btn a:not(.special) {
        font-size: 14px;
    }
}
@media (max-width: 991.98px) {
    .download-section .download-area .download-btn a:not(.special) {
        width: 48% !important;
        font-size: 16px !important;
        margin-bottom: 15px;
    }
    .download-section .download-area.multiple-download .download-btn a.big-btn {
        margin: 0;
    }
}
@media (max-width: 575.98px) {
    .download-section .download-area .download-btn a:not(.special) {
        width: 100% !important;
    }
    .download-section .download-area.multiple-download .download-btn a.big-btn {
        margin: 0;
    }
    .download-section .download-area .font-weight-normal .tutorial_download {
        margin-top: 10px;
    }
}
.download-section .download-area.system-requirement {
    background: url(../images/download/system_bg.png) no-repeat center/cover;
}
.download-section .download-area.system-requirement .table-responsive {
    background-color: var(--bs-white);
    border: 5px solid var(--bs-orange);
    padding: 20px 30px;
    margin-bottom: 50px;
}
.download-section .download-area.system-requirement .table-responsive table {
    text-align: center;
}
.download-section .download-area.system-requirement .table-responsive table thead {
    background-color: #253343;
    color: #f3da9c;
    font-family: var(--e-global-bold-font-family);
    text-transform: uppercase;
}
.download-section .download-area.system-requirement .table-responsive table thead th+th,
.download-section .download-area.system-requirement .table-responsive table tbody td+td {
    border-left: 1px solid #dee2e6;
}
.download-section .download-area.system-requirement .table-responsive table thead th,
.download-section .download-area.system-requirement .table-responsive table tbody td {
    vertical-align: middle;
    padding: 15px 10px;
}
/* css slide download */
.download-section .swiper {
    width: 100%;
    padding: 50px 0;
}
.download-section .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 95%;
    /* height: 270px; */
    height: 180px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.download-section .swiper-slide-active {
    transform: scale(1.4) !important;
    opacity: 1;
    z-index: 2;
}
.download-section .slide-content {
    position: absolute;
    bottom: 60px;
    left: 50px;
    z-index: 2;
    max-width: 400px;
}
.download-section .slide-content h2 {
    font-size: 2.8rem;
    margin-bottom: 12px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s ease;
}
.download-section .slide-content p {
    font-size: 1.1rem;
    line-height: 1.5;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s ease 0.15s;
}
.download-section .swiper-slide-active .slide-content h2,
.download-section .swiper-slide-active .slide-content p {
    transform: translateY(0);
    opacity: 1;
}
.download-section .swiper-button-next,
.download-section .swiper-button-prev {
    color: var(--bs-white);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.download-section .swiper-button-next:hover,
.download-section .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}
.download-section .swiper-pagination-bullet {
    background: var(--bs-white);
    opacity: 0.6;
    width: 12px;
    height: 12px;
}
.download-section .swiper-pagination-bullet-active {
    background: #ff3366;
    opacity: 1;
    transform: scale(1.3);
}
/* Responsive */
@media (max-width: 768px) {
    .download-section .swiper-slide {
        height: 200px;
    }
    .download-section .swiper-slide-active {
        transform: scale(1) !important;
        z-index: 2;
    }
}
@media (max-width: 576px) {
    .download-section .swiper {
        padding: 15px 0px;
    }
    .download-section .swiper-slide {
        height: 200px;
    }
}
/* =========================================
    FAQS PAGE
==========================================*/
.faqs-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.faqs-section .faqs-menu>li {
    background: url(../images/faqs_menu.png) no-repeat top center/cover;
    margin-bottom: 20px;
}
.faqs-section .faqs-menu li a {
    display: block;
}
.faqs-section .faqs-menu li a.faqs-menu-head {
    text-transform: uppercase;
    font-family: var(--e-global-bold-font-family);
    font-size: 24px;
    padding: 25px 30px;
}
.faqs-section .faqs-menu li a:not(.faqs-menu-head) {
    background-color: rgba(0,0,0,0.7);
    padding: 15px 30px;
    border-bottom: 1px solid #3e4f5c;
}
.faqs-section .faqs-menu li a:not(.faqs-menu-head):hover {
    background-color: #3e4f5c;
    color: var(--bs-white);
}
.faqs-section .faqs-main .faqs-wrap {
    background-color: rgb(35, 48, 58,0.8);
    border: 1px solid #3e4f5c;
    padding: 20px;
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .faqs-category-title {
    color: var(--bs-orange);
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card {
    background-color: var(--bs-main);
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-header {
    border-bottom: 2px solid #3e4f5c;
    color: var(--bs-white);
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-header i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body {
    background-color: var(--bs-white);
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body a,
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body a>span {
    color: var(--bs-orange) !important;
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body img,
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body iframe,
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body table {
    max-width: 100%;
    height: auto;
}
.faqs-section .faqs-main .faqs-wrap .faqs-category .card .card-body p {
    margin-bottom: 0;
}


/* =========================================
    CONTACT PAGE
==========================================*/
.contact-section h4 {
    color: var(--bs-orange);
    font-family: var(--e-global-bold-font-family);
    text-transform: uppercase;
}
.contact-section form textarea {
    resize: none;
}
.contact-section form input, .contact-section form input:focus,
.contact-section form textarea, .contact-section form textarea:focus {
    color: var(--bs-white);
    background: var(--bs-transparent);
}
.contact-section form input::placeholder,
.contact-section form textarea::placeholder {
    color: #555;
}
.contact-section form button {
    background-color: var(--bs-orange);
    border: 2px solid transparent;
}
.contact-section form button:hover {
    color: var(--bs-orange);
    background-color: var(--bs-transparent);
    border: 2px solid var(--bs-orange);
}
.contact-section p i {
    margin-right: 5px;
    color: var(--bs-orange);
}
/* =========================================
    WIDGET BANNER
==========================================*/
.widget-banner img {
    max-width: 100%;
}
.left-right-banner { 
	position: fixed; 
	top: 38px; 
	left: 0; 
	right: 0;
	z-index: 990;
}
.left-right-banner img {
	/* max-width: 300px;  */
    max-width: 240px;
	height: auto; 
}
.left-right-banner .container { 
	position: relative; 
}
.left-right-banner .container .left, .left-right-banner .container .right { 
	position: absolute; 
	top: 165px; 
	float: left; 
	width: 300px; 
}
.left-right-banner .container .left { 
	left: -290px; 
	text-align: right; 
}
.left-right-banner .container .right { 
	right: -290px; 
}

.popup .modal-content .modal-body {
    padding: 0;
}
.popup .modal-content .modal-body img {
    max-width: 100%;
    height: auto;
}
.popup .modal-content .modal-body .btn-close {
    color: var(--bs-white);
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    padding: 0;
    width: 28%;
    height: 8%;
    background: none;
}
@media (max-width: 1024px) {  
    .left-right-banner img {
        max-width: 103px;
    }
    .left-right-banner .container .right {
        right: -97px;
    }
    .left-right-banner .container .left {
        left: -97px;
    }
}
@media (max-width: 798px) { 
	.left-right-banner { 
		display: none; 
	} 
}
@media (max-width: 991.98px) {
    .popup .modal-dialog {
        max-width: 800px;
    }
    .popup .modal-dialog a img {
        width: 100%;
        aspect-ratio: auto 4/3;
        height: auto;
    }
    .widget-banner img {
        height: auto;
    }
}

.date_select span {
	width: 20%;
	font-size: 15px;
	padding: 6px 3px;
    color: var(--bs-black);
}
.date_select .datepicker {
	border-radius: 0;
}
.date_select_button {
	text-align: right;
}
.btn_schedule {
	height: 38px;
	width: 48%;
}
a.btn_schedule {
	line-height: 28px;
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.schedule-section .nav-tabs {
    width: 80%;
    float: left;
	justify-content: center;
    padding: 14px;
}
.middle-section .schedule-section .nav-tabs .nav-item {
	width: 40%;
}
.middle-section .schedule-section .nav-tabs .nav-item:first-child {
	margin-left: 10px;
}
.middle-section .schedule-section .nav-tabs .nav-item:last-child {
	margin-left: 35px;
}
.schedule-section .nav-tabs .nav-item a {
	color: var(--bs-black);
    display: inline-block;
    padding: 5px;
    margin: 0 3px;
    position: relative;
    font-weight: 600;
}
.middle-section .schedule-section .nav-tabs .nav-item a {
	width: 100%;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1399.98px) {
	.middle-section .schedule-section .nav-tabs .nav-item a {
        font-size: 13px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .middle-section .schedule-section .nav-tabs .nav-item {
        width: 43%;
    }
	.middle-section .schedule-section .nav-tabs .nav-item:last-child {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 575.98px) {
    .middle-section .schedule-section .nav-tabs .nav-item a {
        font-size: 13px;
    }
}
.schedule-section .nav-tabs .nav-item a.active:after, .schedule-section .nav-tabs .nav-item a:hover:after {
	content: '';
	width: 100%;
	height: 3px;
	background: var(--bs-orange);
	position: absolute;
	bottom: 0;
	left: 0;
}
.list_loading {
	position: relative;
	min-height: 320px;
	align-items: center;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
}
.list-sort {
	display: flex;
	margin-bottom: 10px;
}
.list-sort .sort-item {
	flex: 1 1 auto;
	text-align: center;
}
.list-sort .sort-item a, .list-sort .sort-item span {
	display: block;
	padding: 10px 3px;
	border-color: #999;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	background: var(--bs-white);
	cursor: pointer;
}
.list-sort .sort-item a.active, .list-sort .sort-item span.active {
	background: var(--bs-orange);
	color: var(--bs-white);
}
.list-sort .sort-item:last-child a {
	border-right: 1px solid #999;
}
.list-sort .sort-item a:hover {
	background: var(--bs-orange);
	border-color: var(--bs-white);
	color: var(--bs-white);
}
.split_date {
	width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(44deg, #FF2B47, transparent);
    background-image: -webkit-linear-gradient(316deg, #FF2B47, transparent);
    background-image: linear-gradient(134deg, #FF2B47, transparent);
    line-height: 0.1em;
    margin: 15px 0 15px;
}
.split_date span {
	color: var(--bs-orange);
	font-weight: 700;
	font-size: 18px;
	background: #ccc;
	padding-right: 10px;
}
.match_title {
	background: #262D3A;
    padding: 10px 0;
    color: var(--bs-white);
	margin-bottom: 8px;
}
.match_title .team {
	display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-home {
	float: right;
	margin-left: 5px;
}
.avatar-away {
	float: left;
	margin-right: 5px;
}
.flag img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.match-list {
	padding: 10px;
	background: #ccc;
    color: var(--bs-main);
}
.match-list .match-item-main .match-wrap {
	background: var(--bs-white);
    margin-bottom: 5px;
}
.match-list .match-item-main:last-child .match-wrap {
    margin-bottom: 0;
}
.match-list .schedule-header {
	color: var(--bs-black);
}
.match-list .match {
	padding: 6px 5px;
	transition: all .3s cubic-bezier(.86,0,.07,1);
}
@media only screen and (min-width: 768px) {
	.match-list .match {
		height: 75px;
	}
}
.match-list .match-game {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    color: #737682;
    width: 36px;
}
.match-list .match-game img{
    width: 30px;
}
.match-list .match .match-time {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-left: 0;
}
.match-list .match .match-time span {
	font-size: 14px;
}
.match-list .match .match-time span:nth-child(2) {
	display: none;
}
.match-list .match .match-info {
    padding: 0;
}
.match-list .match .match-info .team {
	align-items: center;
	padding: 10px 0;
	text-align: center;
	display: flex;
	height: 100%;
}
.match-list .match .match-info .team.team_home {
	justify-content: flex-end;
}
.match-list .match .match-info .team-name {
	max-width: 180px;
	font-size: 14px;
    overflow: hidden;
	font-weight: 600;
	width: 100%;
    padding: 3px;
}
.match-list .match.live .match-info .team-name {
	color: #FF2B47
}
.match-list .team_home {
	width: 45%;
	float:left;
}
.match-list .match-connect {
	width: 10%;
	float:left;
	margin: 0 !important;
	display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.match-list .match-connect span:first-child, .match-list .match-connect span:last-child {
	font-size: 15px;
	font-weight: 700;
	color: #037bfc;
}
.match-list .match-connect span.win {
	color: var(--bs-orange);
}
.match-list .match-connect span:nth-child(2) {
	padding: 0 2px;
}
.match-list .team_away {
	width: 45%;
	float:	left;
}
.match-list .match .match-info .match-connect {
    margin: 0 5px;
    color: var(--bs-black);
	padding: 10px 0;
	text-align: center;
}
.match-list .match .match-info .match-tournament {
    overflow: hidden;
    text-overflow: ellipsis;
	color: #4a4a4a;
    font-size: 13px;
	font-weight: 700;
}
.match-list .match .match-status {
    display: flex;
	flex-direction: column;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    white-space: nowrap;
	padding: 0;
}
.match-list .match .match-status img {
    width: 25px;
}
.match-list .match.live .match-status img {
    filter: grayscale(0%);
	animation: opacity-ani 1.5s infinite;
}
.match-list .match .match-status p {
    text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
    margin-bottom: 0;
}
.match-list .match.live .match-status p {
    animation: opacity-ani 1.5s infinite;
}
.match-list .match .match-type {
	display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
}
.match-list .match .match-type span {
	font-weight: 600;
	text-align: center;
}
.date-schedule {
	background: #ccc;
	padding: 10px;
}

.match-list-mobile {
    display: none;
}
/* css phần học chơi */
.container {
    max-width: 1300px;
}
.container-main-video {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    align-items: stretch;
}
.container .main-video-container {
    flex: 3 1 700px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    /* background-color: var(--bs-white);
    background: rgba(0, 0, 0, .4); */
}
.container .main-video-container .section-title {
    color: #e8975e;
    margin: 0px;
    font-family: var(--e-global-semibold-font-family);
    text-transform: uppercase;
    font-size: 22px;
}
.container .video-list-container {
    flex: 1 1 320px;
    /* max-height: 660px;  
    overflow-y: auto; */
    border: 1px solid #1a1f2e;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8), inset 0 0 20px rgba(255, 215, 0, 0.05);
    background-color: var(--bs-white);
    padding: 15px;
    background: linear-gradient(180deg, #0a0c15 0%, #000000 100%);
}
.container .main-video-container iframe,
.container .main-video-container video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 7px;
    border-radius: 5px;
}
.container .main-video-container .main-video {
    margin-bottom: 7px;
    border-radius: 5px;
    width: 100%;
}
.container .main-video-container .main-vid-title {
    font-size: 20px;
    color: #444;
}
.container .container-main-video .video-description {
    background: linear-gradient(180deg, #0a0c15 0%, #000000 100%);
    padding: 17px;
    /* min-height: 150px; */
    color: #333;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.container .container-main-video .video-description .video-description-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.container .container-main-video .video-description .video-description-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 13px;
    display: inline;
    color: #adb5bd !important;
}
.container .container-main-video .video-description-link {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 20px;
    text-decoration: none;
    color: #ed9020;
    border: 1px solid #eb680c;
    border-radius: 20px;
    display: inline-block;
    transition: 0.5s ease;
}
.container .container-main-video .video-description-link:hover {
    background: #eb680c;
    color: var(--bs-white);
}
.container .container-main-video .video-description .video-hastag {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.container .container-main-video .video-description .video-hastag .video-hastag-item {
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    background: #444;
    cursor: pointer;
    transition: 0.5s;
}
.container .container-main-video .video-description .video-hastag .video-hastag-item:hover {
    background: #333;
    color: #e8975e;
}
.container .video-list-container .video-list-title {
    font-size: 18px;
    color: #e8975e;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.container .video-list-container .video-list-title {
    font-size: 20px;
    color: var(--bs-white);
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.container .video-list-container .nav {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.container .video-list-container .tab-content {
    max-height: 585px;
    overflow-y: auto;
    overflow-x: hidden;
}
.container .video-list-container .tab-content .tab-pane {
    display: none;
}
.container .video-list-container .tab-content .tab-pane.active {
    display: block;
}
.container .video-list-container .nav-item {
    width: 47%;
}
.container .video-list-container .tab-content::-webkit-scrollbar {
    width: 4px;
}
.container .video-list-container .tab-content::-webkit-scrollbar-track {
    background: transparent;
}
.container .video-list-container .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
.container .video-list-container .tab-content::-webkit-scrollbar-thumb:hover {
}
/* .container .video-list-container .nav-item .nav-link {
    font-size: 13px;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
} */
.container .video-list-container .nav-item button,
.container .video-list-container .nav-item .nav-link {
    width: 100%;
    border-radius: .5em;
    transition: .3s;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #333;
    color: var(--bs-white);
    font-size: 12px;
    font-weight: 600;
}
.container .video-list-container .nav-item button h2 {
    font-size: 13px;
    font-weight: 600;
    margin: 0px;
}
.container .video-list-container .nav-item button:hover,
.container .video-list-container .nav-item button.active,
.container .video-list-container .nav-item .nav-link.active,
.container .video-list-container .nav-item .nav-link:hover {
    --color: 180,255, 100;
    transform: scale(1);
    background: none;
    color: var(--bs-white);
    fill: rgb(var(--color));
    border: 1px solid #eb680c;
}
.container .video-list-container span {
    /* color: var(--bs-white); */
    font-size: 14px;
    font-weight: 600;
    color: #ffd700;
    min-width: 10px;
    text-align: center;
    text-shadow: 0 0 15px #ffd700, 0 0 30px #ffcc00;
    letter-spacing: -2px;
}
.container .video-list-container p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #d0d4e0;
    min-width: 0;
    margin: 0;
    line-height: 1.45;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container .video-list-container::-webkit-scrollbar {
    width: 10px;
}
.container .video-list-container::-webkit-scrollbar-track {
    background-color: var(--bs-white);
    border-radius: 5px;
}
.container .video-list-container::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 5px;
}

.container .video-list-container .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: 6px;
    background: #11141f;
    border-radius: 12px;
    border: 1px solid #2a2f45;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.3s ease;
}
.container .video-list-container .list .pause-icon {
    display: none;
}
.container .video-list-container .list .status_video {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #ff7700;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0.6rem;
    text-shadow: 0 0 5px #ff7700;
    margin-left: auto;
}
.container .video-list-container .list:hover {
    transform: translateX(6px);
    border-color: #eb680c;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
    background: linear-gradient(135deg, #141824, #1a1f2e);
}
.container .video-list-container .list:last-child {
    margin-bottom: 0;
}
.container .video-list-container .list.active {
    background: linear-gradient(90deg, rgba(243, 139, 3, 0.17) 0%, rgba(35, 37, 36, 0.05) 100%);
    color: var(--bs-white);
    border: 1px solid #eb680c;
    position: relative;
    overflow: hidden;
}
.container .video-list-container .list.active .play-icon {
    display: none;
}
.container .video-list-container .list.active .pause-icon {
    display: block;
}
@keyframes shine-move {
    0% {
        left: -100%;
    }
    60% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
.container .video-list-container .list.active p,
.container .video-list-container .list.active span {
    color: var(--bs-white);
}

.container .video-list-container .list.active .list-title {
    color: var(--bs-white);
}
.container .video-list-container .list .list-video {
    width: 100px;
    border-radius: 5px;
}
.container .video-list-container .list .list-title {
    font-size: 17px;
    color: #444;
}
.container .video-list-container .tab-content #post-tab-pane .list {
    justify-content: start;
}
.video-list-title {
    font-size: 20px;
    font-weight: 600;
    color: #e8975e;
    margin: 10px 0px;
    text-transform: uppercase;
}
.container-list-video {
    width: 100%;
    overflow: auto;
    display: grid;
    margin: 10px 0px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 240px));
    gap: 1rem;
    justify-content: space-between;
}
.container-list-video .video-item {
    display: grid;
    gap: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.container-list-video .video-item.active p{
    color: #ff7700;
}
.container-list-video .video-item .video-item-title {
    font-size: 13px;
    min-height: 30px;
    color: #adb5bd;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container-list-video .video-item:hover .video-item-title{
    color: #ff7700;
}
.container-list-video .video-container {
    height: 150px;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}
.container-list-video .video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.5s;
}
.container-list-video .video-container .video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.container-list-video .video-container .video-overlay i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
}
.container-list-video .video-container .video-overlay .pause-icon {
    display: none;
}
.container-list-video .video-item.active .play-icon {
    display: none;
}

.container-list-video .video-item.active .pause-icon {
    display: block;
}
.video-item:hover .video-overlay {
    background: rgba(0,0,0,0.6);
}
.container-list-video .video-item:hover img {
    transform: scale(1.1);
    background-color: rgba(39, 39, 42, 1);
}
@media (max-width:1100px) {
    .container-list-video {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .container .video-list-container .list.active::after {
        width: 33%;
        transform: rotate(-24deg);
        filter: blur(64px);
    }
}
@media (max-width:450px) {
    .container .main-video-container .main-vid-title {
        font-size: 15px;
        text-align: center;
    }
    .container .container-main-video .video-description .video-description-title {
        font-size: 16px;
    }
    .container-list-video .video-container {
        height: 180px;
    }
    .container .video-list-container .list {
        gap: 10px;
    }
    .container .video-list-container .list .list-video {
        width: 100%;
    }
    .container .video-list-container .list .list-title {
        font-size: 15px;
        text-align: center;
    }
    .footer-top a img {
        width: 60px;
    }
}
@media (max-width: 932px) {
    /* .container .video-list-container {
        max-height: 400px;
    } */
    .container .video-list-container .tab-content {
        max-height: 400px;
    }
}
@media (max-width: 767.98px) {
    .match-list-desktop {
        display: none;
    }
    .match-list-mobile {
        display: block;
    }
    .date_select {
        margin-bottom: 10px;
    }
    .date_select_button .btn {
        padding: 0.25rem 0.35rem;
        width: 20%;
    }
}

/* schedule sidebar */
.matchticker .match {
	padding: 5px 10px;
	display: table;
    width: 100%;
	border-bottom: 1px solid rgba(157, 157, 157, 0.5);
}
.matchticker .match:last-child {
	border: none;
}
.matchticker .match .match-item {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
}
.matchticker .match .match-item.match-team {
	width: 30%;
}
.matchticker .match .match-item.match-team .team-logo {
	height: 45px;
    display: block;
    position: relative;
	margin-top: 5px;
}
.matchticker .match .match-item.match-team .team-logo img {
	height: 35px;
}
.matchticker .match .match-item.match-team .team-info h6 {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 13px;
    height: 45px;
	color: var(--bs-black);
}
.middle-section .matchticker .match .match-item.match-team .team-info h6 {
	font-size: 15px;
	color: var(--bs-black);
    margin-bottom: 0;
}
.matchticker .match.live .match-item.match-team .team-info h6 {
	color: var(--bs-black);
}
.matchticker .match .match-between .match-time span {
	font-weight: 700;
	color: var(--bs-black);
}
.middle-section .matchticker .match .match-between .match-time span {
	color: var(--bs-black);
    font-size: 13px;
}
.matchticker .match.live .match-between .match-time span {
	animation: opacity-ani 1.5s infinite;
}
.matchticker .match .match-between .match-versus {
	color: #666;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.matchticker .match.live .match-between .match-versus {
	color: var(--bs-orange);
}
.matchticker .match .match-between .match-versus .win {
	color: var(--bs-orange);
}
.matchticker .match .match-between img {
	height: 25px;
}
.matchticker .match.live .match-between img {
	filter: grayscale(0%);
	animation: opacity-ani 1.5s infinite;
}
.match-list .matchticker .match {
	background: var(--bs-white);
	border-bottom: 5px solid #ccc;
}

.middle-section .home-schedule-main {
    background-color: #fce3d1;
    min-height: 430px;
    position: relative;
}
.middle-section .home-schedule-main .schedule-viewmore {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 24px;
}
.middle-section .home-schedule-main .schedule-viewmore a {
    color: var(--bs-black);
}
.middle-section .home-schedule-main .schedule-viewmore a:hover {
    color: var(--bs-orange);
}
.middle-section .home-schedule-main .matchticker {
    padding: 10px;
}

/* video */
.video-section h2 {
    color: #e8975e;
    font-family: var(--e-global-semibold-font-family);
    text-transform: uppercase;
}
.video-section .video-wrap img {
    width: 100%;
}
.video-section .video-wrap p {
    min-height: 90px;
    background-color: var(--bs-main);
}
@media (max-width: 1036px) {
    .slide .item:nth-child(3),
    .slide .item:nth-child(4),
    .slide .item:nth-child(5),
    .slide .item:nth-child(n + 6){
        width: 140px;
        aspect-ratio: 16/9;
    }
    .container-slide-download {
        width: 55%;
        margin-left: 11%;
    }
}
@media (max-width: 767.98px) {
    .video-section .video-wrap p {
        min-height: 112px;
    }
    .container-slide-download {
        width: 90%;
        margin: 0 auto;
    }
    .slide .item:nth-child(2),
    .slide .item:nth-child(3),
    .slide .item:nth-child(4),
    .slide .item:nth-child(5),
    .slide .item:nth-child(n + 6) {
        opacity: 0;
    }
}
@media (max-width: 575.98px) {
    .video-section .video-wrap p {
        min-height: 60px;
    }
}
@media (min-width: 768px) {
    #video_modal .modal-dialog {
        max-width: 650px;
    }
}
#video_modal .modal-content iframe {
    aspect-ratio: 1/0.5625;
}

#video_modal .modal-content .close {
    width: 50px;
    height: 50px;
    background-color: var(--bs-transparent);
    border: none;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    padding: 0;
}
@media (max-width: 767.98px) {
    #video_modal .modal-content .close {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1516px) and (min-width: 1100px) {
    .left-right-banner .container .left {
        left: -100px;
    }
    .left-right-banner .container .right {
        right: -100px;
    }
    .left-right-banner img {
        max-width: 197px;
    }
}