/* ==================================== */


/* 
    PROJECT NAME : CABAL MOBILE OFFICIAL 
    VERSION : 1
    DESCRIPTION : "" 
    AUTOR : BB
*/


/* ==================================== */

@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&amp;display=swap');

/* * {
    font-family: 'Kanit', sans-serif;
} */

* 

html,
body {
    height: 100%;
    background-color: #111319;
    position: relative;
}

.main-container {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
}

#particles-js {
    /* position: absolute;
    width: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0; */
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 0;
}

.cabal-m-ticket {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9980;
}

.cabal-m-ticket a:hover img {
    filter: brightness(1.2);
    transform: scale(.98)
}

.body-particles {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


/* NAVBAR */

.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(0, 0, 0, .8);
    z-index: 3;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav a.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 500;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    transition: 0.1s;
    font-family: 'Mitr', sans-serif;
}

.navbar-nav a.nav-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
    font-family: 'Mitr', sans-serif;
}

.navbar-nav a.nav-item.active,
.navbar-nav a.nav-item:hover,
.navbar-nav a.nav-item.active span,
.navbar-nav a.nav-item:hover span {
    color: #eb1c63 !important;
}

.navbar-social a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #efefef;
    transition: 0.1s;
}

.navbar-social a:hover {
    background-color: #eb1c63;
}

.navbar-social a:nth-of-type(1):hover {
    background-color: #4267B2;
}

.navbar-social a:nth-of-type(2):hover {
    background-color: #00b900;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand img {
    width: 120px;
}


/* footer */

footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: center;
    background-color: #000;
}

footer p {
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #efefef;
    font-size: 12px;
}


/* Home Navbar */


/* Swipper */


/* .main-swipper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
} */


/* Home Section */

.main-navbar-left-group {
    padding-left: 50px;
    padding-right: 50px;
}

.main-navbar-left-social {
    border-top: 1px solid rgba(239, 239, 239, 0.6);
    padding-bottom: 14px;
    padding-top: 20px;
}

.main-navbar-left-social a {
    margin-left: 2px;
    margin-right: 2px;
    background-color: #efefef;
    transition: 0.1s;
    height: 36px;
    width: 36px;
}

.main-navbar-left-download {
    border-top: 1px solid rgba(239, 239, 239, 0.6);
    padding-bottom: 14px;
    padding-top: 20px;
}

.main-navbar-left-download a {
    margin-left: 5px;
    margin-right: 5px;
}

.bg-dark {
    background-color: rgb(0, 0, 0) !important;
}

.main-navbar-left-social a:hover {
    background-color: #eb1c63;
}

.main-navbar-left-group a.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 500;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    transition: 0.1s;
    font-family: 'Mitr', sans-serif;
    border-top: 1px solid rgba(239, 239, 239, 0.6);
    padding-bottom: 14px;
    padding-top: 10px;
}

.main-navbar-left-group a.nav-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
    font-family: 'Mitr', sans-serif;
}

.main-navbar-left-group a.nav-item.active,
.main-navbar-left-group a.nav-item:hover,
.main-navbar-left-group a.nav-item.active span,
.main-navbar-left-group a.nav-item:hover span {
    color: #eb1c63 !important;
}

.main-social a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #efefef;
    transition: 0.1s;
    height: 36px;
    width: 36px;
}

.main-social a:hover {
    background-color: #eb1c63;
}

.main-social {
    display: none;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.cabal-m-home {
    background-color: #000;
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.9;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: hidden;
}

.bs-canvas-left {
    left: -20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .8);
}

.home-nav-active {
    left: 0 !important;
}

.bs-canvas-left-inner {
    height: 100%;
    /* margin: 10px; */
    border: 1px solid rgba(239, 239, 239, 0.6)
}

.main-navbar-left-logo {
    margin-top: 9px;
    margin-bottom: 20px;
}

.close {
    clear: both;
    display: block;
    margin: 10px 20px 0 auto;
    float: none;
    font-size: 38px;
    font-weight: 400;
    color: #efefef;
    opacity: 1;
}

.close:hover {
    opacity: 1 !important;
    color: #eb1c63 !important;
}

.close:hover span {
    opacity: 1 !important;
    color: #eb1c63 !important;
}

.bs-canvas-right {
    right: 0;
}

.bs-canvas-anim {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}

.bs-offset-main {
    display: none;
    position: fixed;
    top: 24px;
    left: 24px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,239,239, 1)' stroke-width='4' stroke-linecap='butt' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.bs-offset-main .btn {
    background-color: transparent;
    width: 40px;
    height: 40px;
}

.bs-offset-main:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(244,204,90, 1)' stroke-width='4' stroke-linecap='butt' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-section {
    background-image: url(../../images/bg-sec-1.html);
    background-repeat: no-repeat;
    background-position: top center;
}

.home-section .fp-tableCell {
    justify-content: flex-end;
}

.play-vdo-title {
    margin-bottom: 24px;
}

.play-vdo-title img {
    transition: 0.1s;
}

.play-vdo-title img:hover {
    transform: scale(0.95);
}

.logo-title-1 {
    margin-bottom: 33px;
}

.scrolling-icon {
    margin-bottom: 20px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.1s;
}

.scrolling-icon:hover {
    transform: scale(0.95);
}

.download-group a {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    transition: 0.3s;
}

.download-group a img {
    transition: 0.1s;
}

.download-group a:hover img {
    filter: brightness(1.3);
    transform: scale(0.98);
}

.home-section-inner .dropup .dropdown-toggle::after {
    display: none;
}

.home-section-inner .dropdown-menu.show {
    width: 262px;
    border-radius: 0;
    border: 0px solid transparent;
    padding: 10px 10px 2px 10px;
}

.home-section-inner .dropdown-menu {
    top: -5px !important;
    background-color: rgba(239, 239, 239, 0.4);
}

.home-section-inner .dropdown-menu a {
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}


/* News Section */

.news-section {
    border-top: 1px solid #281819;
    border-bottom: 1px solid #0b0b0b;
    background-image: url(../../images/bg-sec-2.html);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.news-body-left {
    width: 50%;
    margin-right: 5px;
}

.news-section-body {
    width: 100%;
}

.news-body-right {
    width: 50%;
    margin-left: 5px;
}

.container-1280 {
    max-width: 1280px;
}

.news-banner-carousel.owl-carousel {
    position: relative;
}

.news-banner-carousel .owl-item>div {
    /* margin-left: -14px;
    margin-right: -14px; */
}

.news-banner-carousel.owl-carousel .owl-stage-outer {
    /* height: calc(100% + 26px);
    margin: -14px;
    padding: 14px;
    width: calc(100% + 26px); */
    /* box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.5); */
}

.news-banner-img {
    display: block;
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}

.news-thumb-right-body {
    background-color: rgba(239, 239, 239, 0.1);
    box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.1);
}

.news-section-body {
    align-items: flex-start !important;
}

.news-right-text-title {
    color: #efefef;
    padding-left: 30px;
    font-family: 'Mitr', sans-serif;
    font-size: 26px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: 3px solid rgba(255, 255, 255, 0.44);
}

.news-right-title {
    background-color: rgba(255, 255, 255, 0.18);
}

.news-thumb-right-col {
    padding: 9px 20px 10px 46px;
    background-image: url(../../images/news-thumb-bullet.html);
    background-repeat: no-repeat;
    background-position: left 30px top 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.news-thumb-right-title {
    color: #efefef;
    font-size: 16px;
    transition: 0.2s;
}

.news-thumb-right-links {
    display: block;
    text-decoration: none;
    transition: 0.2s;
}

.news-thumb-right-links:hover {
    text-decoration: none;
}

.news-thumb-right-links:hover .news-thumb-right-title {
    color: #eb1c63;
}

.news-thumb-right-links .news-thumb-subtitle {
    margin-top: 4px;
    margin-bottom: 2px;
}

.news-banner-carousel .owl-dots {
    position: absolute;
    /* margin: 0 auto;
    left: auto;
    right: auto; */
}

.news-banner-carousel .owl-dots button {
    height: 10px;
    width: 10px;
    background-color: #efefef;
    margin-left: 3px;
    margin-right: 3px;
}

.news-banner-carousel .owl-dots button:hover {
    background-color: #eb1c63;
}

.news-banner-carousel .owl-dots button.active {
    background-color: #eb1c63;
}

.news-section-bottom {
    margin-top: 40px;
}

.news-section-inner .news-title {
    margin-bottom: 50px;
}

.news-right-view-all {
    align-self: center;
}

.news-right-view-all a.view-all-btn {
    display: block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #eb1c63;
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Mitr', sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: -5px;
    align-self: center;
    text-decoration: none;
    transition: 0.2s;
}

.news-right-view-all a.view-all-btn:hover {
    text-decoration: none;
    filter: brightness(1.3);
}

.news-right-view-all a.view-all-btn img {
    margin-right: 6px;
}


/* .news-section .fp-tableCell {
    justify-content: flex-end;
} */


/* Class Section */

.class-section {
    border-top: 1px solid #281819;
    border-bottom: 1px solid #0b0b0b;
    background-image: url(../../images/bg-sec-3.html);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}


/* Feature Section */



.feature-title {
    margin-top: 47px;
    margin-bottom: 50px;
}

.feature-carousel-img {
    position: relative;
    width: 1065px;
}

.feature-carousel-img .feature-caption {
    /* height: 144px; */
    padding: 20px 30px 20px 30px;
    position: relative;
    /* bottom: -77px; */
    margin-top: -77px;
    /* display: none; */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(239, 239, 239, 0.1);
    z-index: 2;
    left: 0;
    right: 0;
}

.feature-carousel .owl-nav {
    width: 1065px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.feature-carousel .owl-nav .owl-next,
.feature-carousel .owl-nav .owl-prev {
    /* position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto; */
}

.feature-carousel .owl-nav .owl-next {
    /* right: 0; */
    display: flex;
    /* margin-right: 2%; */
    position: relative;
    top: -327px;
    left: 25px;
}

.feature-carousel .owl-nav .owl-prev {
    /* left: 0; */
    display: flex;
    position: relative;
    top: -327px;
    right: 25px;
    /* margin-left: 2%; */
}

.feature-carousel .owl-next span {
    display: block;
    background-image: url(../../img/sec-4-next.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    transition: 0.2s;
    background-size: cover;
}

.feature-carousel .owl-prev span {
    display: block;
    background-image: url(../../img/sec-4-pre.png);
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    transition: 0.2s;
    background-size: cover;
}

.feature-carousel .owl-prev span:hover,
.feature-carousel .owl-next span:hover {
    filter: brightness(1.3);
    transform: scale(1.05);
}

.feature-carousel-img .feature-caption h2 {
    text-align: center;
    color: #eb1c63;
    font-size: 32px;
    font-family: 'Mitr', sans-serif;
}

.feature-carousel-img .feature-caption p {
    font-size: 14px;
    text-align: center;
    color: #efefef;
    font-family: 'Mitr', sans-serif;
    margin-bottom: 5px;
}

.feature-carousel .owl-item {
    filter: grayscale(1);
    opacity: 0.3;
}

.feature-carousel .owl-item.active {
    filter: grayscale(1);
}

.feature-carousel .owl-item.active.center {
    filter: grayscale(0);
    opacity: 1;
}

.feature-carousel .owl-item.active.center .feature-caption {
    animation: fadeInDown;
    animation-duration: 0.8s;
    opacity: 1;
    border-radius: 60px;
}

.feature-carousel .owl-item .feature-caption {
    opacity: 0;
}

.feature-carousel .owl-item.active .feature-caption {
    opacity: 0;
}


/* Class & Jobs */

.class-section-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.class-title {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    z-index: 2;
}

.class-swipper-body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.class-swipper-color-1 {
    background-color: rgb(43, 43, 43);
}

.class-swipper-color-2 {
    background-color: rgb(24, 24, 24);
}

.class-swipper-color-3 {
    background-color: rgb(12, 12, 12);
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: transparent;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 40px 60px; */
}

.class-thumbs {
    top: 195px;
    height: 90px;
}

.class-thumbs span {
    width: 90px;
    height: 90px;
    background-color: transparent;
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}

.class-thumbs .swiper-pagination-bullet {
    opacity: 1;
    background-size: contain;
}

.class-thumbs span:hover {
    filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
}

.class-thumbs span.swiper-pagination-bullet-active {
    background-color: transparent;
    filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(1) {
    background-image: url(../../images/class-1.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(1),
.class-thumbs span:hover:nth-of-type(1) {
    background-image: url(../../images/class-1-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(2) {
    background-image: url(../../images/class-2.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(2),
.class-thumbs span:hover:nth-of-type(2) {
    background-image: url(../../images/class-2-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(3) {
    background-image: url(../../images/class-3.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(3),
.class-thumbs span:hover:nth-of-type(3) {
    background-image: url(../../images/class-3-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(4) {
    background-image: url(../../images/class-4.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(4),
.class-thumbs span:hover:nth-of-type(4) {
    background-image: url(../../images/class-4-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(5) {
    background-image: url(../../images/class-5.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(5),
.class-thumbs span:hover:nth-of-type(5) {
    background-image: url(../../images/class-5-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(6) {
    background-image: url(../../images/class-6.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(6),
.class-thumbs span:hover:nth-of-type(6) {
    background-image: url(../../images/class-6-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(7) {
    background-image: url(../../images/class-7.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(7),
.class-thumbs span:hover:nth-of-type(7) {
    background-image: url(../../images/class-7-active.html);
    background-color: transparent;
}

.class-thumbs span.swiper-pagination-bullet:nth-of-type(8) {
    background-image: url(../../images/class-8.html);
    background-repeat: no-repeat;
}

.class-thumbs span.swiper-pagination-bullet-active:nth-of-type(8),
.class-thumbs span:hover:nth-of-type(8) {
    background-image: url(../../images/class-8-active.html);
    background-color: transparent;
}

.class-thumbs .swiper-pagination-bullet {
    border-radius: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none;
}

.class-title-underline {
    position: relative;
    top: 178px;
    z-index: 2;
}

.cha-img-m {
    display: none !important;
}

.char-1 {
    position: absolute;
}

.class-status {
    margin-top: 36px;
}

.class-quote-title {
    margin-top: 30px;
}

.cha-border-bottom {
    margin-top: 30px;
    margin-bottom: 25px;
}

.class-description-body {
    margin-bottom: 80px;
}

.progress-group {
    margin-bottom: 6px;
}

.progress-group .progress-title {
    width: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #eb1c63;
    font-family: 'Mitr', sans-serif;
}

.progress-yellow {
    background-color: #eb1c63;
}

.progress-group .progress {
    width: 340px;
    height: 8px;
    border-radius: 0;
    background-color: #515b72;
}

.swiper-slide-active .progress-bar {
    width: 0px;
    animation-name: progress-animate;
    animation-duration: 2s;
}

@keyframes progress-animate {
    0% {
        width: 0px;
    }
    100% {
        /* width: auto; */
    }
}

.class-vdo-preview a img {
    transition: 0.1s;
}

.class-vdo-preview a:hover img {
    transform: scale(0.98);
    filter: brightness(1.1);
}


/* Download Section */

.download-section {
    background-image: url(../../images/bg-sec-5.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.download-section-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.download-title {
    margin-bottom: 50px;
}

.download-section-inner .dropup .dropdown-toggle::after {
    display: none;
}

.download-section-inner .dropdown-menu.show {
    width: 262px;
    border-radius: 0;
    border: 0px solid transparent;
    padding: 10px 10px 2px 10px;
}

.download-section-inner .dropdown-menu {
    top: -5px !important;
    background-color: rgba(239, 239, 239, 0.4);
}

.download-section-inner .dropdown-menu a {
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
}


/* News */

.highlight-container {
    background-image: url(../../images/all-news-bg.html);
    background-position: bottom center;
    padding-top: 130px;
    padding-bottom: 60px;
    background-size: cover;
}

.news-thumb-container {
    display: block;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: url(../../images/news-bg-conner.html);
    background-position: bottom left;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.9);
}

.highlight-title {
    margin-bottom: 40px;
}

.highlight-carousel.owl-carousel {
    position: relative;
}

.highlight-carousel .owl-next,
.highlight-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.highlight-carousel .owl-next {
    right: 0;
    display: flex;
}

.highlight-carousel .owl-next span,
.highlight-carousel .owl-prev span {
    width: 30px;
    height: 60px;
    display: block;
    font-size: 30px;
    line-height: 56px;
    background-color: rgba(255, 255, 255, 0.8);
}

.highlight-carousel .owl-prev {
    left: 0;
    display: flex;
}

.highlight-carousel .owl-item>div {
    margin-left: 15px;
    margin-right: 15px;
}

.highlight-carousel.owl-carousel .owl-stage-outer {
    height: calc(100% + 40px);
    margin: -20px;
    padding: 20px;
    width: calc(100% + 40px);
}

.all-news-container {
    margin-bottom: 50px;
}

.news-thumb-container .news-thumb-img img {
    transition: 0.2s;
}

.news-thumb-container .news-thumb-img {
    overflow: hidden;
}

.news-thumb-container:hover {
    text-decoration: none;
}

.news-thumb-container:hover .news-thumb-img img {
    filter: brightness(1.2);
    transform: scale(1.05);
    overflow: hidden;
}

.news-thumb-title {
    font-size: 16px;
    color: #efefef;
    font-weight: bold;
    margin-top: -6px;
    line-height: 26px;
}

.news-thumb-container:hover .news-thumb-title {
    color: #eb1c63 !important;
}

.news-thumb-box {
    padding: 20px;
}

.news-thumb-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: -4px;
    line-height: 26px;
}

.news-thumb-subtitle {
    margin-top: 7px;
    margin-bottom: 7px;
}

.cabal-m-tag {
    margin-right: 10px;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
    height: 20px;
    font-size: 11px;
    border-radius: 10px;
    color: #fff;
}

.tag-random-box {
    background-color: #6d421b;
}

.tag-promotion {
    background-color: #e96c07;
}

.tag-newsupdate {
    background-color: #8f07e9;
}

.tag-activity {
    background-color: #35c41d;
}

.tag-patch {
    background-color: #1ea6b9;
}

.cabal-m-date {
    color: #a9a9a9;
    font-size: 11px;
    font-style: italic;
}

.main-all-news .news-thumb-container {
    margin-bottom: 30px;
}

.nav-tab-title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #141414;
    background-color: #eb1c63;
}

.nav-pills .nav-link:hover {
    color: #141414;
    background-color: #eb1c63;
}

.nav-pills .nav-link {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: #141414;
    text-decoration: none;
    background-color: #efefef;
    font-weight: bold;
    transition: 0.2s;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #141414;
    background-color: #efefef;
    border: 1px solid #efefef;
    font-weight: bold;
}

.page-link:hover {
    color: #141414;
    background-color: #eb1c63;
    border-color: #eb1c63;
}

.page-item.active .page-link {
    z-index: 1;
    color: #141414;
    background-color: #eb1c63;
    border-color: #eb1c63;
}


/* News Detail */

.news-container {
    background-image: url(../../images/news-bg.html);
    /* background-size: cover; */
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 137px;
    margin-bottom: 50px;
}

.news-body {
    padding: 30px;
    background-color: rgba(26, 26, 26, 1);
    background-image: url(../../images/news-bg-conner.html);
    background-position: bottom left;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.news-body .news-title h2 {
    color: #eb1c63;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 0px;
    margin-top: 24px;
}

.news-subtitle {
    margin-top: 7px;
    margin-bottom: 17px;
}

.news-content p {
    font-size: 16px;
    color: #ffffff;
}

.news-content h1,
.news-content h2 {
    color: #eb1c63;
    font-size: 22px;
    margin-bottom: 13px;
}

.news-content h3,
.news-content h4,
.news-content h5 {
    color: #eb1c63;
    font-size: 18px;
    margin-bottom: 13px;
}

.news-content img {
    margin-top: 24px;
    margin-bottom: 20px;
}


/* Sidebar Right */

.sidebar-right {
    background-color: rgba(26, 26, 26, 1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.last-recent-box {
    padding: 10px 10px 7px 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    text-decoration: none;
    transition: 0.1s;
}

.last-recent-box:hover {
    text-decoration: none;
}

.last-recent-box:hover .news-thumb-title {
    color: #eb1c63;
}

.last-recent-box .news-thumb-title {
    font-size: 12px;
    color: #efefef;
    font-weight: bold;
    margin-top: -3px;
    line-height: 16px;
}

.last-recent-box .news-thumb-subtitle {
    margin-top: 7px;
    margin-bottom: 0px;
}

.last-recent-box .cabal-m-tag {
    font-size: 10px;
    margin-bottom: 3px;
}

.last-recent-box .cabal-m-date {
    font-size: 10px;
    margin-bottom: 3px;
}

.last-recent-title {
    padding: 15px 10px;
    background-color: rgba(255, 255, 255, 0.18);
}

.last-recent-title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.news-content a {
    color: #eb1c63;
    font-weight: bold;
}

.breadcrumb-item.active {
    color: #efefef;
}


/* Breadcrumb */

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 0px;
    margin-bottom: 14px;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb-item a {
    color: #eb1c63;
}


/* Game Guide */

.gameguide-container {
    /* padding-top: 150px; */
    position: relative;
    width: 100%;
}

.gameduide-nav-inner {
    padding-bottom: 20px;
    background-image: url(../../images/underline-title-sec-3.html);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.gameguide-container .gameguide-nav {
    position: fixed;
    top: 98px;
    z-index: 2;
    width: 100%;
}

.gameguide-btn {
    margin-left: 5px;
    margin-right: 5px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    display: block;
    text-decoration: none;
    height: 40px;
    width: 210px;
    text-align: center;
    font-family: 'Mitr', sans-serif;
    font-size: 16px;
    padding-top: 9px;
}

.gameguide-btn {
    padding-right: 20px;
    padding-left: 20px;
    color: #efefef;
    background-color: rgba(239, 239, 239, 0.16);
    transition: 0.2s;
}

.gameguide-btn:hover,
.gameguide-btn.active {
    color: rgba(26, 26, 26, 1);
    background-color: #eb1c63;
}

.story-container {
    padding-top: 202px;
    padding-bottom: 80px;
    background-color: #000;
    background-image: url(../../images/bg-sec-4.html);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.story-title {
    position: relative;
}

.story-details {
    margin-top: 38px;
}

.story-underline {
    margin-top: 40px;
}

.story-details p {
    text-align: center;
    color: #efefef;
    font-family: 'Mitr', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.spec-container {
    padding-top: 202px;
    padding-bottom: 80px;
    background-color: #000;
    background-image: url(../../images/spec-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    background-color: #303749;
    background-attachment: fixed;
}

.spec-title {
    position: relative;
    margin-bottom: 52px;
}

.howto-play-container {
    padding-top: 202px;
    padding-bottom: 80px;
    background-color: #000;
    background-image: url(../../images/bg-sec-5.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    /* height: 1200px; */
    /* height: 92vh;
    display: flex;
    align-items: center; */
}

#gameduide-nav-inner a {
    transition: 0.2s;
}

.howtoplay-title {
    margin-bottom: 50px;
}

.vdo-thumbnail {
    margin-bottom: 30px;
}

.vdo-thumbnail a {
    display: block;
}

.vdo-thumbnail a img {
    transition: 0.2s;
}

.vdo-thumbnail a:hover img {
    filter: brightness(1.5);
    transform: scale(0.95);
    /* box-shadow: 0px 0px 20px rgba(248, 255, 74, 0.3); */
}

.support-title {
    margin-top: 50px;
}

.support-btn a {
    padding-top: 9px;
    height: 41px;
    margin-top: 5px;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #23252b;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 27px;
    font-family: 'Mitr', sans-serif;
    border-radius: 12px;
    transition: 0.5s;
}

.support-btn a:hover {
    background-color: #e91e63 !important;
    transform: scale(0.97);
}

.download-title-underline {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* Preregister Portal */

.preregister-page-body {
    background-image: url(../../images/main-bg-xl.html);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}

.pre-title {
    /* margin-top: 150px; */
}

.pre-title-2 {
    /* margin-top: 160px; */
}

.event-group-btn {
    margin-top: 50px;
}

.event-group-btn a {
    padding: 0;
    display: block;
    width: 100%;
    background: transparent;
    font-family: 'Mitr', sans-serif;
    font-size: 32px;
    border: 0px solid transparent;
    transition: 0.2s;
}

.event-group-btn a img {
    transition: 0.2s;
}

.event-group-btn a:hover img {
    filter: brightness(1.5);
    transform: scale(0.98);
}

.preregister-container {
    /* height: 100vh; */
    padding-top: 160px;
    padding-bottom: 80px;
}


/* Media Query */

@media screen and (max-width: 1600px) {
    .class-description-body {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 1600px) and (max-height: 900px) {
    .feature-title {
        margin-top: 84px;
        margin-bottom: 0px;
    }
    .feature-carousel-img .feature-caption {
        margin-top: -107px;
    }
    .feature-carousel .owl-nav .owl-next {
        top: -352px;
    }
    .feature-carousel .owl-nav .owl-prev {
        top: -352px;
    }
    .class-description-body {
        margin-bottom: 20px;
    }
    .class-thumbs span {
        width: 70px;
        height: 70px;
    }
    .play-vdo-title img {
        width: 120px;
    }
    .class-vdo-preview img {
        height: 58px;
    }
    .logo-title-1 {
        width: 550px;
    }
    .news-section-inner .news-title {
        margin-bottom: 50px;
        width: 460px;
    }
    .download-title {
        /* width: 540px; */
        margin-left: auto;
        margin-right: auto;
    }
    .feature-title {
        width: 540px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* IPAD PRO*/

@media screen and (max-width: 1366px) and (height: 1024px) {
    .char-1 {
        width: 140%;
        right: -130px;
    }
    /* .download-group .dropup {
        display: none;
    } */
    .home-section {
        background-size: 240%;
    }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
    .container-1280 {
        width: 1140px;
    }
    .class-thumbs span {
        width: 70px;
        height: 70px;
    }
    .class-title {
        top: 100px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .class-title-underline {
        top: 150px;
    }
    .class-thumbs {
        top: 160px;
    }
    .class-description-body {
        /* margin-bottom: 20px; */
    }
    .feature-title {
        margin-top: 84px;
        margin-bottom: 30px;
        width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-thumb-right-col:nth-of-type(5) {
        display: none;
    }
    .news-thumb-right-col {
        padding: 12px 20px 12px 46px;
    }
    .news-section-inner .news-title {
        margin-bottom: 50px;
        margin-top: 40px;
        width: 440px;
    }
    .logo-title-1 {
        width: 550px;
    }
    .play-vdo-title img {
        width: 80px;
    }
    .download-title {
        margin-bottom: 50px;
        width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
    .char-1 {
        width: 110%;
        right: -100px;
    }
    .feature-title {
        margin-top: 134px;
    }
    .feature-carousel-img {
        position: relative;
        width: 800px;
    }
    .feature-carousel .owl-nav {
        width: 800px;
    }
    .feature-carousel .owl-nav .owl-next {
        top: -304px;
    }
    .feature-carousel .owl-nav .owl-prev {
        top: -304px;
    }
    .class-description {
        width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .class-status {
        margin-top: 26px;
    }
    .char-1 {
        width: 90%;
        right: 0px;
    }
}

@media (max-width: 1199.98px) {
    /* Navbar */
    .navbar-nav a.nav-item {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-weight: bold;
        text-align: center;
        color: #efefef;
        font-size: 14px;
        transition: 0.1s;
    }
    .navbar-nav a.nav-item span {
        display: block;
        font-weight: 400;
        font-size: 12px;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 0px solid transparent;
        border-radius: 0rem;
    }
    .navbar-toggler-icon {
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,239,239, 1)' stroke-width='4' stroke-linecap='butt' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    .navbar-toggler {
        border-color: transparent !important;
    }
    .navbar-brand img {
        height: 40px;
    }
    /* Feature */
    .feature-carousel-img {
        position: relative;
        width: 100%;
    }
    .feature-carousel .owl-nav {
        width: 100%;
    }
    .feature-carousel .owl-nav .owl-next {
        left: 0;
        top: -393px;
    }
    .feature-carousel .owl-nav .owl-prev {
        right: 0;
        top: -393px;
    }
    .feature-carousel .owl-item {
        filter: grayscale(0);
        opacity: 1;
    }
    .feature-carousel .owl-item.active {
        filter: grayscale(0);
    }
    .feature-carousel .owl-item.active.center {
        filter: grayscale(0);
        opacity: 1;
    }
    .feature-caption {
        /* display: none; */
    }
    .feature-carousel-img .feature-caption {
        height: 144px;
    }
    .feature-title {
        width: 440px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
    }
    /* Game Guide */
    .gameguide-container .gameguide-nav {
        top: 91px;
    }
    .spec-container {
        background-position: bottom right -270px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .home-section {
        background-size: 240%;
    }
    .download-group .dropup {
        display: none;
    }
    .news-section-body {
        flex-wrap: wrap !important;
    }
    .container-1280 {
        max-width: 960px;
    }
    .news-body-left {
        width: 70% !important;
        margin-right: 0px;
    }
    .news-body-right {
        width: 70% !important;
        margin-left: 0px;
    }
    .news-banner-carousel .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: 5px;
    }
    .char-1 {
        width: 100%;
        right: 0px;
        top: 80px;
    }
    .class-swipper-body .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cha-img-d {
        display: none !important;
    }
    .cha-img-m {
        display: block !important;
    }
    .class-section {
        background-image: url(../../images/bg-sec-3-2.html);
    }
    .feature-body {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .feature-carousel {
        width: 100%;
    }
    .feature-carousel .owl-nav {
        width: 100%;
    }
    .feature-carousel .owl-nav .owl-next {
        left: 0;
    }
    .feature-carousel .owl-nav .owl-prev {
        right: 0;
    }
    .feature-carousel-img {
        position: relative;
        width: 100%;
    }
    .feature-carousel-img .feature-caption {
        /* height: 144px; */
        padding: 20px 30px 20px 30px;
        position: relative;
        bottom: 0px;
        margin-top: 0px;
        /* display: none; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(239, 239, 239, 0.1);
        z-index: 2;
        left: 0;
        right: 0;
    }
    .feature-carousel .owl-nav {
        width: 100%;
        position: absolute;
        top: 0px;
    }
    .feature-carousel .owl-nav .owl-next {
        left: 0;
        top: 250px;
    }
    .feature-carousel .owl-nav .owl-prev {
        right: 0;
        top: 250px;
    }
    .news-thumb-right-col:nth-of-type(4) {
        display: none;
    }
    .news-thumb-right-col:nth-of-type(5) {
        display: none;
    }
    /* Game Guide */
    .spec-container {
        background-position: bottom center;
    }
    .class-description {
        margin-top: 30px;
        /* display: none; */
    }
    .cha-border-bottom,
    .class-quote-title {
        display: none;
    }
    .cha-img-d {
        display: none;
    }
    .cha-img-m {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .home-section {
        background-size: 240%;
    }
    .download-group .dropup {
        display: none;
    }
    .news-section-body {
        flex-wrap: wrap !important;
    }
    .container-1280 {
        max-width: 960px;
    }
    .news-body-left {
        width: 50%;
        margin-right: 0px;
    }
    .news-body-right {
        width: 50%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .cabal-m-ticket {
        position: fixed;
        bottom: 10px;
        right: 0;
        z-index: 9980;
        display: none;
    }
    .home-section {
        background-size: 140%;
    }
    .feature-carousel-img .feature-caption {
        height: auto;
        padding: 20px 30px 20px 30px;
        position: absolute;
        bottom: 0px;
        margin-top: 0px;
        /* display: none; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(239, 239, 239, 0.1);
        z-index: 2;
        left: 0;
        right: 0;
    }
    .feature-carousel .owl-nav {
        width: 100%;
        position: absolute;
        top: 0px;
    }
    .feature-carousel .owl-nav .owl-next {
        left: 0px;
        top: 263px;
    }
    .feature-carousel .owl-nav .owl-prev {
        right: 0px;
        top: 263px;
    }
    .news-body-right {
        width: 50%;
        margin-left: 0px;
    }
    .news-body-left {
        width: 50%;
        margin-right: 0px;
    }
    .news-thumb-right-col:nth-of-type(4) {
        display: none;
    }
    .class-swipper-body .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .char-1 {
        width: 140%;
        right: -130px;
    }
    .cha-img-d {
        display: block !important;
    }
    .cha-img-m {
        display: none !important;
    }
    .container-1280 {
        width: 960px;
    }
    .class-description-body {
        margin-bottom: 60px;
    }
    .feature-title {
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .cabal-m-ticket {
        display: none;
    }
    .bs-offset-main {
        display: block;
    }
    .main-social {
        display: block;
    }
    .main-navbar {
        display: none;
    }
    .home-section {
        background-size: 180%;
    }
    .fixed-top-navbar {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 56px;
        position: fixed;
        top: 0px;
        z-index: 2;
    }
    .bs-offset-main {
        top: 7px;
        left: 10px;
    }
    .main-social {
        position: fixed;
        top: 12px;
        right: 10px;
        z-index: 2;
    }
    /* Navbar */
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-toggler {
        /* margin-right: 90px; */
    }
    .navbar-nav a.nav-item {
        text-align: left;
        border-top: 1px solid #efefef69;
    }
    .navbar-collapse {
        margin-top: 6px;
    }
    /* Highlight */
    .news-container {
        padding-top: 97px;
    }
    .highlight-container {
        padding-top: 97px;
        padding-bottom: 40px;
    }
    /* All News */
    .nav-tab-title {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-pills .nav-link {
        flex-grow: 1;
        text-align: center;
        /* width: 30%; */
        margin-left: 5px;
        margin-right: 5px;
    }
    .news-body .news-title h2 {
        font-size: 18px;
    }
    .news-content p {
        font-size: 14px;
        color: #ffffff;
    }
    .news-content a {
        font-size: 14px;
        color: #eb1c63;
        font-weight: bold;
    }
    /* News Update */
    .news-body-left {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .news-body-right {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .news-thumb-right-col:nth-of-type(4),
    .news-thumb-right-col:nth-of-type(5) {
        display: none;
    }
    .news-section-inner .news-title {
        margin-bottom: 50px;
        width: 390px;
    }
    .class-thumbs {
        top: -79px;
        height: 80px;
    }
    .swiper-pagination {
        padding-top: 10px;
        position: relative;
        background-image: url(../../images/underline-title-sec-3.html);
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #303749;
    }
    .class-thumbs span {
        width: 10%;
        height: 60px;
        background-color: transparent;
        background-position: center;
        /* margin-left: 0 !important; */
        /* margin-right: 0 !important; */
    }
    .class-description-body {
        margin-bottom: 120px;
    }
    /* ย้ายจาก ipad */
    .news-banner-carousel .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: 5px;
    }
    .char-1 {
        width: 100%;
        right: 0px;
    }
    .class-swipper-body .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .class-description {
        margin-top: 30px;
        /* display: none; */
    }
    .cha-border-bottom,
    .class-quote-title {
        display: none;
    }
    .cha-img-d {
        display: none !important;
    }
    .cha-img-m {
        display: block !important;
    }
    .class-section {
        background-image: url(../../images/bg-sec-3-2.html);
    }
    .feature-body {
        width: 100%;
        padding-left: 0px;
        padding-right: 00px;
    }
    .feature-carousel {
        width: 100%;
    }
    .feature-carousel .owl-nav {
        width: 100%;
    }
    .feature-carousel .owl-nav .owl-next {
        left: 0;
    }
    .feature-carousel .owl-nav .owl-prev {
        right: 0;
    }
    .feature-carousel-img {
        position: relative;
        width: 100%;
    }
    .feature-carousel-img .feature-caption {
        /* height: 144px; */
        padding: 20px 30px 20px 30px;
        position: relative;
        bottom: 0px;
        margin-top: 0px;
        /* display: none; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(239, 239, 239, 0.1);
        z-index: 2;
        left: 0;
        right: 0;
    }
    .feature-carousel .owl-nav {
        width: 100%;
        position: absolute;
        top: 0px;
    }
    .feature-carousel .owl-nav .owl-next {
        left: 0;
        top: 250px;
    }
    .feature-carousel .owl-nav .owl-prev {
        right: 0;
        top: 250px;
    }
    /* **** */
    .char-1 {
        width: 80%;
        right: 0px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        /* bottom: 10px; */
        bottom: auto;
        top: 30px;
    }
    .feature-carousel .owl-nav .owl-next {
        top: 187px;
    }
    .feature-carousel .owl-nav .owl-prev {
        top: 187px;
    }
    .feature-title {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .class-title-underline {
        display: none;
    }
    .class-title {
        /* top: 22px; */
    }
    /* Game Guide */
    .gameguide-container .gameguide-nav {
        top: 76px;
    }
    .spec-container {
        background-position: top center;
    }
    /* .pre-title-2 {
        margin-top: 100px;
    } */
    .preregister-container {
        padding-top: 70px;
    }
    .event-group-btn {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .home-section {
        background-size: 240%;
    }
    /* Sidebar Right */
    .sidebar-right {
        margin-top: 30px;
    }
    /* All News */
    .nav-pills .nav-link {
        flex-grow: 1;
        text-align: center;
        width: 30%;
        margin-left: 5px;
        margin-right: 5px;
    }
    /* Nav Main */
    .fixed-top-navbar {
        background-color: rgba(0, 0, 0, .5);
        width: 100%;
        height: 56px;
        position: fixed;
        top: 0;
        z-index: 2;
    }
    .bs-offset-main {
        top: 8px;
        left: 9px;
    }
    .main-social {
        position: fixed;
        top: 12px;
        right: 8px;
        z-index: 2;
    }
    .main-social a {
        /* padding-left: 2px; */
        width: 30px;
        height: 30px;
    }
    .main-social a img {
        height: 30px;
        width: 30px;
    }
    .char-1 {
        width: 100%;
        right: 0px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 60px;
        top: auto;
    }
    .feature-carousel .owl-nav .owl-next {
        top: 188px;
    }
    .feature-carousel .owl-nav .owl-prev {
        top: 188px;
    }
    .feature-title {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .class-title-underline {
        display: none;
    }
    .class-title {
        top: 22px;
    }
    .logo-title-1 {
        width: auto;
        margin-bottom: 0;
    }
    .download-group {
        margin-bottom: 30px;
    }
    .download-group a {
        margin-top: 15px;
    }
    .scrolling-icon {
        margin-bottom: 20px;
        margin-top: 20px;
        display: none;
    }
    .container-1280 {
        max-width: 100%;
    }
    .news-body-left {
        width: 100%;
    }
    .news-body-right {
        width: 100%;
    }
    .news-right-text-title {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
    }
    .news-right-view-all a.view-all-btn {
        font-size: 14px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .news-thumb-right-title {
        font-size: 12px;
    }
    .news-thumb-right-col {
        padding: 6px 14px 6px 26px;
        background-position: left 11px top 14px;
    }
    .news-section-bottom {
        display: none;
    }
    .news-section-inner .news-title {
        margin-bottom: 20px;
        margin-top: 10px;
        width: 80%;
    }
    .class-title {
        top: 77px;
        width: 50%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-pagination {
        padding-top: 5px;
        position: relative;
        background-image: url(../../images/underline-title-sec-3.html);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: rgb(48, 55, 73);
    }
    .class-thumbs span {
        height: 70px;
    }
    /* 1 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(1) {
        background-image: url(../../images/class-1.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(1) {
        background-image: url(../../images/class-1.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(1) {
        background-image: url(../../images/class-1-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 2 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(2) {
        background-image: url(../../images/class-2.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(2) {
        background-image: url(../../images/class-2.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(2) {
        background-image: url(../../images/class-2-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 3 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(3) {
        background-image: url(../../images/class-3.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(3) {
        background-image: url(../../images/class-3.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(3) {
        background-image: url(../../images/class-3-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 4 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(4) {
        background-image: url(../../images/class-4.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(4) {
        background-image: url(../../images/class-4.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(4) {
        background-image: url(../../images/class-4-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 5 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(5) {
        background-image: url(../../images/class-5.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(5) {
        background-image: url(../../images/class-5.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(5) {
        background-image: url(../../images/class-5-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 6 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(6) {
        background-image: url(../../images/class-6.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(6) {
        background-image: url(../../images/class-6.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(6) {
        background-image: url(../../images/class-6-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 7 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(7) {
        background-image: url(../../images/class-7.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(7) {
        background-image: url(../../images/class-7.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(7) {
        background-image: url(../../images/class-7-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    /* 8 */
    .class-thumbs span.swiper-pagination-bullet:nth-of-type(8) {
        background-image: url(../../images/class-8.html);
        background-repeat: no-repeat;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span:hover:nth-of-type(8) {
        background-image: url(../../images/class-8.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 0px rgba(243, 217, 145, 0));
    }
    .class-thumbs span.swiper-pagination-bullet-active:nth-of-type(8) {
        background-image: url(../../images/class-8-active.html);
        background-color: transparent;
        filter: drop-shadow(0px 0px 6px rgb(243, 217, 145));
    }
    .class-description {
        margin-top: 30px;
        /* display: none; */
    }
    .cha-border-bottom,
    .class-quote-title {
        display: none;
    }
    .download-section-inner {
        text-align: center;
    }
    /* Game Guide */
    .gameduide-nav-inner {
        padding-bottom: 0px;
        background-image: none;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .gameduide-nav-inner a {
        text-indent: -9999px;
        width: 44px;
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%);
    }
    .spec-container {
        background-position: bottom center;
    }
    .gameduide-nav-inner a.active {
        width: 50px;
    }
    .gameguide-container .gameguide-nav {
        top: 76px;
    }
    .gameguide-btn {
        padding: 0;
        font-size: 4px;
        background-color: rgba(239, 239, 239, 0.6);
    }
    .spec-container {
        padding-top: 106px;
    }
    .howto-play-container {
        padding-top: 80px;
    }
    .story-container {
        padding-top: 109px;
        height: auto;
    }
    .story-title img,
    .spec-title img,
    .howtoplay-title img {
        height: 70px;
    }
    .howto-play-container {
        padding-top: 106px;
    }
    .story-details {
        padding-left: 20px;
        padding-right: 20px;
    }
    .story-details p {
        font-size: 14px;
    }
    .spec-os {
        padding-left: 50px;
        padding-right: 50px;
    }
    .gameguide-container .gameguide-nav {
        width: 50px;
    }
    .support-btn a {
        width: 93%;
        padding-top: 5px;
        height: 35px;
        margin-left: auto;
        margin-right: auto;
        color: #000;
        background-color: #efefef;
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 22px;
        font-family: 'Mitr', sans-serif;
    }
}

@media screen and (width: 768px) and (height: 1024px) {
    .class-thumbs span {
        height: 70px;
    }
    /* Game Guide */
    .spec-container {
        background-position: bottom center;
    }
    .gameduide-nav-inner {
        padding-bottom: 0px;
        background-image: none;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .gameduide-nav-inner a {
        text-indent: -9999px;
        width: 44px;
        margin-bottom: 5px;
        margin-right: 0;
        margin-left: 0;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%);
    }
    .spec-container {
        background-position: bottom center;
    }
    .gameduide-nav-inner a.active {
        width: 50px;
    }
    .gameguide-container .gameguide-nav {
        top: 76px;
    }
    .gameguide-btn {
        padding: 0;
        font-size: 4px;
        background-color: rgba(239, 239, 239, 0.6);
    }
    .gameguide-btn img {
        display: block !important;
    }
    .spec-container {
        padding-top: 106px;
    }
    .howto-play-container {
        padding-top: 80px;
    }
    .story-container {
        padding-top: 109px;
        height: auto;
    }
    .gameduide-nav-inner.flex-md-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .story-title img,
    .spec-title img,
    .howtoplay-title img {
        height: 70px;
    }
    .howto-play-container {
        padding-top: 106px;
    }
}

@media (max-width: 575.98px) {
    /* Navbar */
    .navbar-social a img {
        height: 30px;
        width: 30px;
    }
    .navbar-brand img {
        height: 30px;
    }
    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(239,239,239, 1)' stroke-width='4' stroke-linecap='butt' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    /* footer */
    footer p {
        font-size: 10px;
    }
    /* Highlight */
    .highlight-container {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .highlight-title {
        margin-bottom: 30px;
    }
    .highlight-title img {
        width: 70%;
    }
    .highlight-carousel.owl-carousel .owl-stage-outer {
        height: calc(100% + 0px);
        margin: 0px;
        padding: 0px;
        width: calc(100% + 0px);
    }
    /* All News */
    .nav-pills .nav-link {
        flex-grow: 1;
        text-align: center;
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    /* News */
    .news-container {
        padding-top: 77px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    /* Main */
    .home-section {
        background-image: url(../../images/bg-1-m.html);
        background-size: 150%;
    }
    .main-social a img {
        /* height: 30px;
        width: 30px; */
    }
    .class-swipper-body .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cha-border-bottom {
        margin-top: 16px;
        margin-bottom: 16px;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    .progress-group .progress {
        width: 200px;
        height: 4px;
        border-radius: 0;
        background-color: #515b72;
    }
    .progress-group .progress-title {
        width: 40px;
        font-size: 14px;
        font-weight: 400;
        color: #eb1c63;
        font-family: 'Mitr', sans-serif;
    }
    .progress-group {
        margin-bottom: 0px;
    }
    .swiper-pagination {
        padding-top: 5px;
        position: relative;
        background-image: url(../../images/underline-title-sec-3.html);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: rgb(48, 55, 73);
    }
    .class-thumbs span {
        height: 40px;
    }
    .class-thumbs {
        top: -49px;
        height: 48px;
    }
    .class-description-body {
        margin-bottom: 60px;
    }
    .class-status {
        margin-top: 17px;
    }
    .class-quote-title {
        margin-top: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .class-vdo-preview a img {
        height: 60px;
    }
    .cha-img-d {
        display: none !important;
    }
    .cha-img-m {
        display: block !important;
    }
    .char-1 {
        width: 100%;
        right: 0px;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: auto;
        top: 40px;
    }
    .class-title {
        top: 60px;
        width: 50%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .home-nav-active {
        width: 100%;
    }
    /* Game Feature */
    .feature-carousel-img .feature-caption {
        position: relative;
        padding: 20px 20px 20px 20px;
    }
    .feature-title {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 80%;
    }
    .feature-carousel-img .feature-caption h2 {
        text-align: center;
        color: #eb1c63;
        font-size: 16px;
        font-family: 'Mitr', sans-serif;
        font-weight: 400;
    }
    .feature-carousel-img .feature-caption p {
        font-size: 12px;
        text-align: center;
        color: #efefef;
        font-family: 'Mitr', sans-serif;
        margin-bottom: 0;
    }
    .feature-carousel .owl-nav .owl-prev {
        top: 95px;
    }
    .feature-carousel .owl-nav .owl-next {
        top: 95px;
    }
    .feature-carousel .owl-next span {
        display: block;
        background-image: url(../../images/sec-4-next.html);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        transition: 0.2s;
        background-size: cover;
        text-indent: -9999px;
    }
    .feature-carousel .owl-prev span {
        display: block;
        background-image: url(../../images/sec-4-pre.html);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        transition: 0.2s;
        background-size: cover;
        text-indent: -9999px;
    }
    .download-section-inner .download-group {
        text-align: center;
    }
    .download-title {
        margin-bottom: 50px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* Game Guide */
    .story-title img,
    .spec-title img,
    .howtoplay-title img {
        height: 34px;
    }
    .story-container {
        padding-top: 80px;
        height: auto;
    }
    .story-details {
        padding-left: 30px;
        padding-right: 30px;
    }
    .story-details p {
        font-size: 12px;
    }
    .story-details {
        margin-top: 26px;
    }
    .gameduide-nav-inner a {
        width: 38px;
        padding-right: 5px;
    }
    .gameduide-nav-inner a.active {
        width: 42px;
    }
    .gameguide-btn {
        height: 35px;
    }
    .gameguide-btn img {
        height: 24px;
    }
    .spec-container {
        padding-top: 80px;
    }
    .howto-play-container {
        padding-top: 80px;
    }
    .spec-title {
        position: relative;
        margin-bottom: 30px;
    }
    .howtoplay-title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 375px) and (height: 812px) {
    .class-title {
        top: 80px;
    }
    .char-1 {
        width: 100%;
        right: 0px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: auto;
        top: 60px;
    }
    .class-description-body {
        margin-bottom: 80px;
    }
    .feature-carousel-img .feature-caption {
        height: auto;
    }
    .download-title {
        width: 270px;
    }
    .download-title {
        margin-bottom: 50px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-pagination {
        padding-top: 5px;
        position: relative;
        background-image: url(../../images/underline-title-sec-3.html);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: rgb(48, 55, 73);
    }
    .class-thumbs span {
        height: 40px;
    }
}

@media (max-width:360px) {
    /* Navbar */
    .main-social a {
        width: 30px;
        height: 30px;
    }
    .navbar-social a img {
        height: 24px;
        width: 24px;
    }
    .news-section-inner .news-title {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 60%;
    }
    /* Main */
    .fixed-top-navbar {
        height: 50px;
    }
    .main-social a img {
        height: 30px;
        width: 30px;
    }
    .main-social {
        top: 8px;
    }
    .bs-offset-main {
        top: 4px;
        left: 9px;
    }
    .class-swipper-body .col-lg-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cha-border-bottom {
        margin-top: 16px;
        margin-bottom: 16px;
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    .progress-group .progress {
        width: 200px;
        height: 4px;
        border-radius: 0;
        background-color: #515b72;
    }
    .progress-group .progress-title {
        width: 40px;
        font-size: 14px;
        font-weight: 400;
        color: #eb1c63;
        font-family: 'Mitr', sans-serif;
    }
    .progress-group {
        margin-bottom: 0px;
    }
    .swiper-pagination {
        padding-top: 5px;
        position: relative;
        background-image: url(../../images/underline-title-sec-3.html);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: rgb(48, 55, 73);
    }
    .class-thumbs span {
        height: 40px;
    }
    .class-thumbs {
        top: -49px;
        height: 48px;
    }
    .class-description-body {
        margin-bottom: 70px;
    }
    .class-status {
        margin-top: 17px;
    }
    .class-quote-title {
        margin-top: 20px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .class-vdo-preview a img {
        height: 48px;
    }
    .cha-img-d {
        display: none !important;
    }
    .cha-img-m {
        display: block !important;
    }
    .char-1 {
        width: 100%;
        right: 0px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: auto;
        top: 20px;
    }
    .class-title {
        top: 60px;
        width: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .home-nav-active {
        width: 100% !important;
    }
    /* Game Feature */
    .feature-carousel-img .feature-caption {
        position: relative;
        padding: 20px 20px 20px 20px;
    }
    .feature-title {
        margin-top: 0px;
        margin-bottom: 40px;
        width: 60%;
    }
    .feature-carousel-img .feature-caption h2 {
        text-align: center;
        color: #eb1c63;
        font-size: 18px;
        font-family: 'Mitr', sans-serif;
        font-weight: 500;
    }
    .feature-carousel-img .feature-caption p {
        font-size: 12px;
        text-align: center;
        color: #efefef;
        font-family: 'Mitr', sans-serif;
        margin-bottom: 0;
    }
    .feature-carousel .owl-nav .owl-prev {
        top: 86px;
    }
    .feature-carousel .owl-nav .owl-next {
        top: 86px;
    }
    .feature-carousel .owl-next span {
        display: block;
        background-image: url(../../images/sec-4-next.html);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        transition: 0.2s;
        background-size: cover;
        text-indent: -9999px;
    }
    .feature-carousel .owl-prev span {
        display: block;
        background-image: url(../../images/sec-4-pre.html);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        transition: 0.2s;
        background-size: cover;
        text-indent: -9999px;
    }
    .download-title {
        width: 270px;
    }
    .feature-carousel .owl-dots {
        display: none;
    }
}


/* lity */

.lity {
    background: rgba(0, 0, 0, 0.9);
}

.lity-container {
    padding: 20px;
}