@charset "UTF-8";
/*********************
 GENERAL RESET & SETUP
*********************/
/***
Reset and overrides
***/
/***
General typography
***/
/** Generated by FG **/
/**  @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap&subset=vietnamese");**/
/** @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=vietnamese");**/
/**@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=vietnamese");**/
/** @import url("https://use.typekit.net/omv5nbw.css");**/

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("\/javax.faces.resource/fonts/Montserrat/static/Montserrat-Light.ttf.xhtml?ln=apollo-layout");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("\/javax.faces.resource/fonts/Montserrat/static/Montserrat-Regular.ttf.xhtml?ln=apollo-layout");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("\/javax.faces.resource/fonts/Montserrat/static/Montserrat-Medium.ttf.xhtml?ln=apollo-layout");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("\/javax.faces.resource/fonts/Montserrat/static/Montserrat-Bold.ttf.xhtml?ln=apollo-layout");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("\/javax.faces.resource/fonts/Montserrat/static/Montserrat-Black.ttf.xhtml?ln=apollo-layout");
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("\/javax.faces.resource/fonts/Roboto/static/Roboto-Medium.ttf.xhtml?ln=apollo-layout"); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("\/javax.faces.resource/fonts/Roboto/static/Roboto-Bold.ttf.xhtml?ln=apollo-layout"); /* IE9 Compat Modes */
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("/javax.faces.resource/fonts/roboto-condensed-v19-latin-300.eot.xhtml?ln=apollo-layout");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("") format("embedded-opentype"), url("/javax.faces.resource/fonts/roboto-condensed-v19-latin-300.woff2.xhtml?ln=apollo-layout") format("woff2"), url("/javax.faces.resource/fonts/roboto-condensed-v19-latin-300.woff.xhtml?ln=apollo-layout") format("woff"), url("/javax.faces.resource/fonts/roboto-condensed-v19-latin-300.ttf.xhtml?ln=apollo-layout") format("truetype"), url("") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("\/javax.faces.resource/fonts/Roboto/static/Roboto_Condensed-Light.ttf.xhtml?ln=apollo-layout"); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("\/javax.faces.resource/fonts/Roboto/static/Roboto_Condensed-Medium.ttf.xhtml?ln=apollo-layout"); /* IE9 Compat Modes */
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("\/javax.faces.resource/fonts/Roboto/static/Roboto_Condensed-Bold.ttf.xhtml?ln=apollo-layout"); /* IE9 Compat Modes */
}



body {
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat";
    width: 100%;
    overflow-x: hidden;
    background-color: #000f1b;
}

* {
    margin: 0px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "Montserrat";
    margin: 0;
    color: #154a75;
    text-transform: uppercase;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url("/javax.faces.resource/images/arrow-down.png.xhtml?ln=frontend-layout") no-repeat scroll 96% center !important;
    border: medium none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    color: #a4a3a3;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    padding: 0 5px;
    text-overflow: ellipsis;
    width: 170px;
}

label {
    color: #999999;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
    width: 100% !important;
}

input {
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 40px;
    padding: 5px;
    width: 100%;
}

a {
    text-shadow: none !important;
    text-decoration: none;
    color: #154a75;
    outline: none;
    display: block;
}

.btn,
a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.spacer-30 {
    height: 30px;
}

.spacer-50 {
    height: 50px;
}

.spacer-60 {
    height: 60px;
}

.ads-icon,
.btn.btn-primary::before,
.gallery-name,
.gallery-img::before,
.product-image::before,
.quick-view .content-filter,
.kad-header-menu,
.header-top,
.header-mid,
.gallery-lightbox > img,
.main-navigation > ul > li > ul.children,
.main-navigation > ul > li > a::before,
.btn.btn-primary::before,
.main-navigation > ul > li,
.slick-dots > li.slick-active button::before,
.slick-dots > li:hover button::before,
.member-img::after,
.member-img::before,
.member-desc:before,
.member-desc:after {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #FF4921;
    outline: none;
    text-decoration: none;
}

.f-float {
    float: right;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    line-height: 24px;
}

.wapper {
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}

.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-55 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-55 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-55 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-55 {
        width: 20%;
        float: left;
    }
}

.main {
    background: #fff;
}

.caret-dropdown {
    color: #3a3a3a;
    display: none;
    font-size: 22px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    width: 30px;
    z-index: 99;
    text-indent: -9999em;
    background: url("") no-repeat center center;
}

.active .caret-dropdown {
    background: url("") no-repeat center center;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.form-group i {
    margin-left: 5px;
    margin-right: 5px;
}

.green-color {
    color: #27ae60;
}

.orange-color {
    color: #FF4921;
}

.dropdown-menu {
    z-index: 1000;
    padding: 0px 0 !important;
}

b {
    font-family: "Montserrat";
}

ul.list-inside {
    list-style: inside;
}

.bold-font {
    font-weight: bold;
    font-family: "Montserrat";
}

i.custom-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}

i.custom-icon.calendar {
    content: url("");
}

i.custom-icon.icon-doc {
    content: url("");
}

.pagination-area {
    display: block;
    float: left;
    width: 100%;
}

.pagination-bottom {
    display: inline-block;
}

.page-numbers {
    margin-bottom: 0px;
    margin-top: 0px !important;
    float: right;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers li span {
    color: #FF4921;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}

.page-numbers li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}

.page-numbers li a:hover {
    background: #FF4921;
    border-color: #FF4921;
    color: #fff;
}

.dataTables_length span {
    display: inline-block;
}

.dataTables_length select {
    width: 60px;
    display: inline-block;
}

@media (min-width: 991px) {
    .pad-left-10 {
        padding-left: 10px !important;
    }

    .pad-left-5 {
        padding-left: 5px !important;
    }

    .pad-right-5 {
        padding-right: 5px !important;
    }

    .pad-right-3 {
        padding-right: 3px !important;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .pt-10 {
        padding-top: 10px !important;
    }
}

.mt-30 {
    margin-top: 30px;
}

.left {
    float: left !important;
    text-align: left !important;
}

.no-padding {
    padding: 0;
}

.no-padding-left-right {
    padding: 15px 0 !important;
}

.padding-left-right {
    padding: 0 10px !important;
}

.bootstrap-datetimepicker-widget {
    width: 100%;
    background-color: #fff;
}

.form-area {
    position: relative;
}

.modal-dialog {
    min-width: 950px !important;
}

.close {
    color: #3a3a3a;
    opacity: 1;
    margin-right: 20px;
    margin-top: 20px;
}

.main-color {
    background: #FF4921;
}

.btn-custom {
    text-transform: uppercase;
    font-family: "Montserrat";
    color: #fff;
}

.warning-text p {
    color: #eb5757;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
}

body {
    position: relative;
}

body.modal-open {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.btn-white {
    background-color: #fff;
    color: #154a75;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.btn-black {
    background-color: #154a75;
    border-radius: 50px;
    color: #fff;
}

.fp-tableCell {
    display: block !important;
    position: relative;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}

:focus {
    outline: none !important;
}

h2.title-sidebar {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    margin: 10px 0px;
    color: #154a75;
    text-transform: uppercase;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 30px;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px !important;
    padding-left: 25px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #154a75;
    background-color: #fff;
    border-radius: 50%;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-label::after {
    position: absolute;
    top: 0.38rem;
    left: -1.33rem;
    display: block;
    width: 21px;
    height: 21px;
    content: "";
    background: no-repeat 50%/50% 50%;
    border-radius: 3px;
    border-radius: 50%;
}

.custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 25px;
    height: 25px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #154a75 solid 1px;
    border-radius: 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #154a75;
}

#overlayWrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: #0000007d;
}

#overlay {
    opacity: 1;
    will-change: opacity;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
}

.mt-80 {
    margin-top: 80px;
}

.mt-160 {
    margin-top: 160px;
}

.required {
    color: #f00;
}

.grey-back {
    background-color: #f7f7f7;
}

#fp-nav {
    bottom: 5% !important;
    top: unset !important;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff !important;
}

#fp-nav ul li a.active span {
    background: none !important;
    border: 2px solid #fff;
}

.ui-slider-tick {
    position: absolute;
    width: 2px;
    height: 15px;
    top: -5px;
    z-index: -1;
}

.index-slide {
    position: absolute;
    top: 15px;
    z-index: -1;
    color: #154a75;
}

.small .product-item {
    width: 33% !important;
}

.medium .product-item {
    width: 16% !important;
}

.large .product-item {
    width: 8% !important;
}

.large .product-item .product-info {
    display: none;
}

.has-item {
    color: #f00;
}

.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon.home {
    background-image: url("/javax.faces.resource/images/home.svg.xhtml?ln=frontend-layout");
}

.icon.games {
    background-image: url("/javax.faces.resource/images/games.svg.xhtml?ln=frontend-layout");
}

.icon.top-player {
    background-image: url("/javax.faces.resource/images/top-player.svg.xhtml?ln=frontend-layout");
}

.icon.search {
    background-image: url("/javax.faces.resource/images/search.svg.xhtml?ln=frontend-layout");
}

.icon.player {
    background-image: url("/javax.faces.resource/images/player.svg.xhtml?ln=frontend-layout");
}

.icon.facebook {
    background-image: url("/javax.faces.resource/images/fb.svg.xhtml?ln=frontend-layout");
}

.icon.instagram {
    background-image: url("/javax.faces.resource/images/insta.svg.xhtml?ln=frontend-layout");
}

.icon.youtube {
    background-image: url("/javax.faces.resource/images/ytb.svg.xhtml?ln=frontend-layout");
}

.icon.coin {
    background-image: url("/javax.faces.resource/images/coin-header.svg.xhtml?ln=frontend-layout");
}

.icon.diamond {
    background-image: url("/javax.faces.resource/images/diamond.svg.xhtml?ln=frontend-layout");
}

.icon.datepicker {
    background-image: url("/javax.faces.resource/images/datepicker.svg.xhtml?ln=frontend-layout");
}

.icon.close {
    background-image: url("/javax.faces.resource/images/close.svg.xhtml?ln=frontend-layout");
}

.icon.menu-bar {
    background-image: url("/javax.faces.resource/images/menu-bar.svg.xhtml?ln=frontend-layout");
}

.icon.eye {
    background-image: url("/javax.faces.resource/images/eye.svg.xhtml?ln=frontend-layout");
}

.icon.refresh {
    background-image: url("/javax.faces.resource/images/refresh.svg.xhtml?ln=frontend-layout");
}

.icon.arrow-right {
    background-image: url("/javax.faces.resource/images/vector.svg.xhtml?ln=frontend-layout");
}

.icon.icon-hide {
    background-image: url("/javax.faces.resource/images/hide-eye.svg.xhtml?ln=frontend-layout");
}

.icon.bitel-point {
    background-image: url("/javax.faces.resource/images/bitel-dot.svg.xhtml?ln=frontend-layout");
    width: 12px;
    height: 13px;
}

.icon.ico-about {
    background-image: url("/javax.faces.resource/images/info.svg.xhtml?ln=frontend-layout");
}

.button {
    padding: 10px 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    border-radius: 12px 12px 12px 0px;
    border: 1px solid #ffffff20;
    display: block;
    float: left;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.button.border-main {
    border: 2px solid #FF4921;
    color: #FF4921;
}

.logout-link {
    margin-top: 20px;
    color: #fff;
    opacity: 0.4;
}

h1.heading-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.title-game {
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left:0px;
}

.btn-submit {
    background: #ff4921;
    padding: 10px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
    font-weight: 700;
    margin-top: 15px;
    min-width: 200px;
}

.pagination > li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: unset;
    opacity: 0.25;
    border-color: #ffffff;
}

.pagination > li.active {
    opacity: 1;
}

.pagination > li.active a {
    background: #001323;
}

.pagination > li:hover {
    opacity: 1;
}

.pagination > li a {
    background: #001323;
    border-radius: 4px 4px 4px 0;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}

.text-center {
    text-align: center;
}

h3.time {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.slick-track {
    float: left;
}

.pagination > li.active a {
    border-color: #ffffff;
}

@media screen and (max-width: 40em) {
    .ui-fileupload-buttonbar .ui-button .ui-button-text {
        display: block !important;
    }

    body .ui-fileupload .ui-fileupload-buttonbar.ui-widget-header {
        background: none !important;
    }
}

@media (max-width: 1025px) {
    #change-profile-content .user-profile {
        text-align: left !important;
    }

    .search-area .top-search-area .top-search a i {
        margin-bottom: 14px;
        margin-top: 6px;
    }

    .account-area.account-area-update {
        padding-right: 0px !important;
    }

    .header .account-area.account-area-update #search {
        margin-right: 0 !important;
    }
}

.icon-large {
    width: 24px !important;
    height: 24px !important;
}

.coin-col {
    text-align: right;
}

.caption-table {
    color: #fff;
    opacity: 0.4;
}

#overlay {
    border: 5px solid #fff;
    border-top: 5px solid #ff4921;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
    top: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.has-submenu a {
    position: relative;
}

.has-submenu a i {
    color: #FF4921;
    margin-left: 15px;
}

.btn-cancel {
    background: #001a2e;
    padding: 10px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
    font-weight: 700;
    margin-top: 15px;
    min-width: 210px;
    margin-left: 20px;
}

.btn-disable {
    background: #001a2e;
    padding: 5px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
    font-weight: 700;
    margin-top: 15px;
    min-width: 200px;
}

.time-update {
    display: none;
}

a.see-more {
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

a.see-less {
    font-weight: 700;
    color: #fff;
    display: none;
}

.see-more-content {
    display: none;
}

.short-des-lg {
    display: block;
    padding: 15px;
    opacity: 0.6;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: justify;
}

.short-des-lg.active {
    height: 100%;
}

.short-des-lg.active .see-more {
    display: none;
}

.short-des-lg.active .see-less {
    display: inline-block;
}

.see-more-content.active {
    display: block;
}

.coin-col span {
    display: inline-block;
    vertical-align: top;
}

.coin-header {
    background: linear-gradient(180deg, #ff4921 0%, #e021ff 100%);
    border-radius: 16px 16px 16px 0px;
    padding: 2px 15px;
    font-size: 14px !important;
}

/* -----------------------------
   Header
------------------------------*/
.container-fluid {
    padding-right: 40px !important;
    padding-left: 40px !important;
    margin-right: auto;
    margin-left: auto;
}

.home .header {
    background-image: url("/javax.faces.resource/images/back_head_home.png.xhtml?ln=frontend-layout");
    background-size: 100%;
    background-repeat: no-repeat;
}

.home .section-1 {
    background-image: url("/javax.faces.resource/images/back-section-1.png.xhtml?ln=frontend-layout");
    background-size: 100%;
    background-repeat: no-repeat;
}

.home .section-last {
    background-image: url("/javax.faces.resource/images/back-foot.png.xhtml?ln=frontend-layout");
    background-size: 100%;
    background-repeat: no-repeat;
}

.header {
    position: fixed;
    top: 0;
    background: #000f1b;
    width: 100%;
    z-index: 1020;
    height: 120px;
}

.header h1 {
    text-transform: none !important;
    font-family: "Noto Sans";
    font-weight: 700;
    color: #000;
}

.header h1 a img {
    width: 100px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.header .zeynep {
    display: none;
}

.header-top {
    background: #f5f5f5 none repeat scroll 0 0;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 9999;
    width: 100%;
}

.top-link {
    display: inline-block;
    padding-right: 8px;
    text-align: left;
}

.top-link li {
    display: inline-block;
    position: relative;
}

.top-link li a {
    padding: 10px 20px;
    color: #7e7e7e;
}

.top-link li a i {
    margin-right: 5px;
}

.top-link li a span span {
    font-family: "Montserrat";
}

.top-link li a .top-link li:first-child a {
    font-family: "Montserrat";
    font-style: italic;
}

.top-link li a:hover {
    color: #FF4921;
}

.social-top {
    display: inline-block;
    text-align: right;
}

.social-top li {
    display: inline-block;
    padding: 10px;
}

.social-top li a i {
    color: #FF4921;
    margin-right: 10px;
}

.social-top li a:hover {
    color: #FF4921;
}

.social-top .social-top a {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 50%;
    color: #c0c0c0;
    display: block;
    font-size: 10.7px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.social-top a:hover {
    color: #e81e30;
}

.fixed-header .main-navigation {
    text-align: left;
}

.fixed-header .main-navigation li {
    display: inline-block;
    vertical-align: middle;
    padding: 40px 9px 40px;
    position: relative;
}

.fixed-header .main-navigation li a {
    font-size: 15px;
    color: #3a3a3a;
    display: block;
    font-family: "Montserrat";
    position: relative;
}

.fixed-header .main-navigation li a:hover {
    color: #f19b40;
}

.fixed-header .main-navigation li.book-home {
    padding: 10px 6px 10px;
}

.fixed-header .main-navigation li.book-home a {
    border: 1px solid #FF4921;
    padding: 5px 15px;
    border-radius: 15px;
    color: #FF4921;
}

.fixed-header .main-navigation ul > li.active > a {
    color: #f19b40;
}

.fixed-header .header-logo .logo-header-stick {
    display: block;
}

.fixed-header .header-logo .logo-header {
    display: none;
}

.fixed-header .header-mid {
    padding-top: 0;
    position: fixed;
    top: 40px;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.fixed-header .main-navigation > ul > li {
    padding: 15px 9px;
}

.fixed-header .header-logo {
    height: 55px;
}

.is-sticky .main-navigation {
    text-align: left;
}

.is-sticky .main-navigation li {
    display: inline-block;
    vertical-align: middle;
    padding: 40px 9px 40px;
    position: relative;
}

.is-sticky .main-navigation li a {
    font-size: 15px;
    color: #3a3a3a;
    display: block;
    font-family: "Montserrat";
    position: relative;
}

.is-sticky .main-navigation li a:hover {
    color: #f19b40;
}

.is-sticky .main-navigation li.book-home {
    padding: 10px 6px 10px;
}

.is-sticky .main-navigation li.book-home a {
    border: 1px solid #FF4921;
    padding: 5px 15px;
    border-radius: 15px;
    color: #FF4921;
}

.is-sticky .main-navigation ul > li.active > a {
    color: #f19b40;
}

.is-sticky .header-logo .logo-header-stick {
    display: block;
}

.is-sticky .header-logo .logo-header {
    display: none;
}

.is-sticky .header-mid {
    padding-top: 0;
    position: fixed;
    top: 40px;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.is-sticky .main-navigation > ul > li {
    padding: 15px 9px;
}

.is-sticky .header-logo {
    height: 55px;
}

.header-logo {
    height: 100px;
    display: table;
}

.header-logo .logo-header-stick {
    display: none;
}

.header-logo .logo-header {
    display: block;
}

.header-logo h1 {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.header-mid {
    padding-top: 0;
    position: fixed;
    top: 40px;
    z-index: 999;
    width: 100%;
}

.main-navigation {
    text-align: left;
}

.main-navigation li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    position: relative;
}

.main-navigation li.has-sub > a:after {
    color: #fff;
    content: "▾";
}

.main-navigation li.active a {
    color: #FF4921;
}

.main-navigation li a {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat";
    position: relative;
    line-height: 120px;
}

.main-navigation li a .icon {
    vertical-align: middle;
}

.main-navigation li a span {
    display: inline-block;
    vertical-align: top;
}

.main-navigation li a svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-bottom: 5px;
    vertical-align: middle;
    line-height: 16px;
}

.main-navigation li a:hover {
    color: #FF4921;
}

.main-navigation li.book-home {
    padding: 35px 6px 35px;
}

.main-navigation li.book-home a {
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 15px;
}

.main-navigation ul.sub-menu {
    top: 70%;
}

.main-navigation ul.sub-menu li {
    padding: 5px 20px;
}

.main-navigation ul.sub-menu li:hover a {
    color: #fff;
    background: none;
}

.main-navigation ul.sub-menu li:hover a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-navigation ul.sub-menu li a {
    background: none;
    color: #fff;
}

.search-box {
    text-align: left;
    width: 50%;
    display: inline-block;
    margin-top: 10px;
}

.cart-icon {
    text-align: right;
    display: inline-block;
    width: 15%;
    margin-top: 12px;
    position: relative;
    margin-right: 30px;
    font-weight: 500;
}

.cart-icon svg {
    fill: #000;
}

.scroll-to-top {
    background: url("/javax.faces.resource/images/to-top.svg.xhtml?ln=frontend-layout") no-repeat center center;
    border: medium none;
    bottom: 16px !important;
    color: #ffffff !important;
    cursor: pointer;
    text-indent: -9999em;
    height: 56px;
    position: fixed;
    right: 16px;
    width: 56px;
    z-index: 999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.fancybox-wrap .fancybox-skin {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 !important;
}

.title-heading {
    position: relative;
    margin-top: 80px;
    margin-bottom: 20px;
}

.title-heading h2 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

.title-heading .view-more {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.title-heading .view-more a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #FF4921;
}

.title-heading .view-more a i {
    margin-left: 5px;
    font-weight: bold;
}

.slick-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    font-size: 18px;
    font-family: "Montserrat";
    color: #154a75;
    font-weight: 500;
    z-index: 9;
    text-transform: uppercase;
}

.slick-arrow:focus {
    border: none !important;
}

.slick-arrow:hover {
    color: #e81e30;
}

.btn-prev.slick-arrow {
    left: 30px;
}

.btn-next.slick-arrow {
    right: 30px;
}

@media (max-width: 600px) {
    .supcription-modal .modal-body .form-group .min-label {
        display: none;
    }
}

.supcription-modal {
    margin: 10% auto;
    min-width: 700px !important;
}

.supcription-modal .supcription-modal-content {
    background: #001323;
    padding: 40px;
    border-radius: 24px 24px 24px 0px;
}

.supcription-modal .supcription-modal-content .modal-header {
    border-bottom: none;
}

.supcription-modal .supcription-modal-content .modal-header h4.modal-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.supcription-modal .supcription-modal-content .modal-header .close {
    margin-top: -80px;
    position: absolute;
    right: -70px;
    top: 28px;
    color: #fff;
    border: 3px solid #fff;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 30px;
    background: #001323;
}

.supcription-modal .supcription-modal-content .modal-body .form-control {
    background: #00182b;
    color: #fff;
    border-radius: 16px 16px 16px 0px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 25px;
    padding: 7px 39px;
}

.supcription-modal .supcription-button {
    width: 100%;
    background: #FF4921;
    border-radius: 12px 12px 12px 0px;
    height: 48px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    border: none;
}

.supcription-modal .supcription-modal-content .modal-footer {
    margin-top: 0 !important;
    padding: 15px 25px !important;
    border-top: none;
    display: flow-root;
}

.supcription-modal .supcription-modal-content .modal-footer a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
}

.supcription-modal .supcription-modal-content .modal-footer a.signup {
    color: #FF4921;
}

.supcription-modal .supcription-modal-content .modal-header h4.modal-title:after {
    background: #FF4921;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 5%;
}

.supcription-modal .supcription-button:hover {
    color: #fff;
    background: #154a75;
    border-color: #154a75 !important;
}

.supcription-modal .modal-body .form-group {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px 20px 20px 0;
    padding: 20px 10px 40px 10px;

}

.supcription-modal .modal-body .form-group:hover {
    border-color: #FF4921;
}

.supcription-modal .modal-body .form-group .red-label {
    color: #FF4921;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 15px 10px;
}

.supcription-modal .modal-body .form-group .mid-label {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    padding: 15px 10px;
}

.supcription-modal .modal-body .form-group .small-label {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400 !important;
}

.supcription-modal .modal-body .form-group .min-label {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 10px;
    opacity: 0.6;
}

.package-code-header {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 24px;
    color: #FF4921;
    margin-top: 5px;
}

.armorial-class-index {
    width: 38px;
    height: 38px;
    margin-right: 20px;
}

.icon-header {
    height: 20px;
    width: 20px;
}

/* ------------------------------------------------------------

Cart Icon
*****************************************************************/
.nav-dropdown {
    position: fixed;
    min-width: 310px;
    max-height: 0;
    z-index: 99999;
    padding: 20px 20px;
    opacity: 1;
    margin: 0;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    border-radius: 3px;
    right: -99999px;
    transition: ease-in(0.075, 0.82, 0.165, 1);
}

.nav-dropdown hr {
    margin-bottom: 10px !important;
    margin-top: 5px;
    border-top: 2px solid #154a75;
}

.nav-dropdown.active {
    right: 15px;
    transition: ease-in, 0.5s;
    top: 85px;
}

ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 110px;
    min-height: 120px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
}

a.remove,
a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #020202;
    font-weight: bold;
    text-align: center;
    /* border: 2px solid currentColor; */
    position: absolute;
    left: -5px;
    z-index: 99999;
}

ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}

ul.product_list_widget li .quantity {
    display: block;
    margin-top: 3px;
    font-size: 0.85em;
    opacity: 0.6;
}

.text-center .quantity,
.quantity {
    opacity: 1;
    display: inline-block;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1em;
    white-space: nowrap;
    vertical-align: top;
}

.widget_shopping_cart_content h2.title-sidebar {
    margin: 0 !important;
    font-family: "Montserrat";
    font-weight: 500;
    color: #154a75;
}

.quantity .qty {
    color: #154a75;
    font-size: 15px;
}

.quantity span {
    font-size: 15px;
    color: #154a75;
}

p.total {
    padding: 17px 0px;
    margin-top: 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

p.total span.total-sum {
    position: absolute;
    right: 0;
}

.buttons a {
    width: 98%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    padding: 10px 50px;
    text-align: center;
    text-transform: none;
    color: #000;
}

.buttons a.checkout {
    color: #fff;
    background: #154a75;
    border: 1px solid #154a75;
}

.remove-all {
    position: absolute;
    top: 0px;
    right: 0px;
}

.widget_shopping_cart_content {
    position: relative;
}

.breadcumbs.news h3 {
    text-align: center !important;
    font-weight: 600;
}

.breadcumbs.news .more-info {
    text-align: center !important;
    padding: 0px 0px !important;
}

/*-----------------------------------------------------
                Search
------------------------------------------------------*/
.search-result {
    position: fixed;
    top: 75px;
    width: 100%;
    background: #fff;
    z-index: 99999;
    border-top: 1px solid #ccc;
    left: -9999px;
    transition: ease-in 0.5s;
}

.search-result.show {
    left: 0;
}

.search-result .wrapper {
    padding: 30px;
}

.search-result h4 {
    color: #828282;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin: 30px 0 15px 0;
}

.search-result .product-item {
    width: 18%;
    display: inline-block;
    padding-left: 10px;
}

.search-result .product-item .product-image {
    padding-top: 150%;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

.search-result .product-item .product-info h3 {
    text-transform: none;
    font-size: 16px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
}

span.close-search {
    position: absolute;
    right: -60px;
    top: -3px;
    background: #e5e5e5;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    z-index: 999999;
}

.wrapper.checkout {
    padding: 60px 115px;
}

.icon-cart {
    position: relative;
}

.icon-cart .cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #f00;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50%;
}

.sub-menu {
    display: none;
    opacity: 0;
}

.sub-menu {
    text-align: left;
}

.sub-menu h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}

.sub-menu h3:after {
    background: #fff;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 12%;
}

.sub-menu h4 {
    font-weight: 700;
    font-size: 16px;
    padding: 5px 20px;
    color: #fff;
}

.sub-menu ul li {
    text-align: left;
}

.sub-menu ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    text-transform: none;
    color: #fff;
}

.language-choice {
    display: inline-block;
}

.language-choice a {
    display: inline-block;
    color: #154a75;
    font-size: 15px;
    font-weight: 500;
}

.account-area a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 12px;
}

@media (min-width: 1368px) {
    .account-area a#about-us {
        margin-right: 0px !important;
    }
}



.account-area a:last-child {
    margin-right: 0px;
}

.account-area a.header-button {
    background: #FF4921;
    padding: 8px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.account-area a.header-button:hover {
    color: #fff;
    background: #154a75;
}

.account-area .dropdown-menu li.active {
    opacity: 1;
}

.account-area .dropdown-menu li a {
    opacity: 0.6;
}

.account-area .dropdown-menu li a:hover {
    background: none !important;
    opacity: 1;
}

.ready-modal {
    margin: 2% auto;
    width: 440px !important;
    min-width: 440px !important;
}

.ready-modal img {
    width: 440px;
}

.ready-modal .close {
    margin-top: -35px;
    position: absolute;
    right: -30px;
    top: 28px;
    color: #fff;
    border: 3px solid #fff;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 30px;
    background: #001323;
}

.login-modal {
    margin: 5% auto;
    min-width: 600px !important;
}

.login-modal .login-modal-content {
    background: #001323;
    padding: 20px;
    border-radius: 24px;
    width: 570px;
    margin-top: 25%;
}

.login-modal .login-modal-content .modal-header {
    padding: 15px;
    border-bottom: none;
}

.login-modal .login-modal-content .modal-header h4.modal-title {
    color: #fff;
    text-transform: unset;
    font-family: Montserrat;
    font-weight: 500;
    position: relative;
}

.login-modal .login-modal-content .modal-header .close {
    margin-top: -50px;
    position: absolute;
    right: -40px;
    top: 28px;
    color: #fff;
    border: 3px solid #fff;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 30px;
    background: #001323;
}

.login-modal .login-modal-content .modal-body {
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
}

.login-modal .login-modal-content .modal-body .form-control {
    background: #001323;
    color: #fff;
    border-radius: 12px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 25px;
    padding: 7px 39px;
    border: 1px solid #ffffff20;
}

.login-modal .login-modal-content .modal-body .lost-password {
    width: fit-content;
}

.login-modal .login-modal-content .modal-body .login-button {
    width: 100%;
    background: #FF4921;
    border-radius: 12px;
    height: 56px;
    line-height: 35px;
    color: #001323;
    font-weight: 700;
    border: none;
    margin-top: 25px;
}

.login-modal .login-modal-content .modal-footer {
    border-top: none;
}

.login-modal .login-modal-content .modal-footer a {
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.forgot-pass-text {
    float: right;
}

.login-modal .login-modal-content .modal-footer a.signup {
    width: 100%;
    background: #001323;
    border-radius: 12px;
    height: 56px;
    color: #ffed00;
    border: solid 2px #ffed00;
    margin-top: 15px;
}

.button-signin {
    width: 100%;
    height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.button-signin a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 23px;
    padding: 13px 5%;
    background: #000F1B;
    border: 1px solid #ffffff20;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    max-width: 45%;
}

.button-signin a:hover {
    color: #FF4921;
}

.button-signin a.sign-menu a.sign-menu-vina a.sign-menu-viettel {
    margin-left: 23px;
    padding: 13px 11%;
    background: #FF4921 !important;
    border: none !important;
}

.button-signin a.sign-menu:hover {
    color: #fff;
    background: #154a75;
}

.avatar-account-header {
    width: 35px;
    height: 35px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 0;
}

.short-des-lg {
    display: block;
}

.password-field {
    position: relative;
}

.password-field i {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.account-login {
    width: 64px;
    height: 64px;
    margin-top: 1px !important;
    margin-bottom: 0 !important;
    margin-right: -5px;
}

.div-login-mobile {
    margin-top: 10px !important;
    display: flex !important;
}

.div-account-detail {
    text-align: left !important;
    width: 50% !important;
}

.package-mobile {
    padding: 7px 5% !important;
    max-width: none !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    background-color: #FF4921 !important;
    border: 0 !important;
}

.hr-mobile-bottom {
    width: 95%;
    color: #FFFFFF;
    opacity: 0.15;
}

@media (max-width: 991px) {
    .avatar-account-header {
        display: none;
    }
}

#searchArea .slick-slide {
    min-height: 0;
}

.hr-search {
    margin-top: 10px;
    margin-bottom: 32px;
    border: 0;
    width: 98.3%;
    border-top: 1px solid #eee;
}

.sms-box {
    width: 250px;
    height: 60px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 24px 24px 24px 0px;
    font-size: 24px;
    line-height: 60px;
    margin: 20px auto;
}

.sms-box span {
    color: #FF4921;
    font-weight: 700;
}

.forget-content {
    margin-top: 90px;
}

.got-it {
    margin-top: 90px;
}

.got-it a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FF4921 !important;
}

.digit {
    font-size: 12px;
    line-height: 35px;
}

.login-modal .login-modal-content .forget-content {
    width: 90%;
    margin: 20px auto;
}

.login-modal .login-modal-content .forget-content .form-control {
    margin-bottom: 50px;
}

.login-modal .login-modal-content .forget-content .login-button {
    background: #FF4921;
    color: #fff;
    border-bottom-left-radius: 0px;
    line-height: 45px;
}

.btn-send-data {
    width: 100%;
    background: #FF4921;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 56px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    border: none;
}

.otp-digit {
    width: 103%;
    margin-bottom: 40px;
}

.otp-digit input {
    display: inline-block;
    width: 56px;
    height: 56px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff36;
    border-radius: 12px 12px 12px 0px;
    margin: 0px 10px 0px 0px;
}

.zeynep ul > li.has-submenu > a {
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    padding-left: 40px;
}

.login-success-modal {
    width: 500px;
    min-width: 375px !important;
}

.login-success-modal .login-button {
    max-width: 100%;
    margin-bottom: 16px;
}

.login-success-modal h4.modal-title {
    color: #fff;
    text-transform: none !important;
    font-weight: 700;
    position: relative;
    font-size: 20px;
}

.login-success-modal h4.modal-title::after {
    background: none !important;
}

.login-success-modal .confirm-button {
    background: #FF4921;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
    height: 56px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    border: none;
    margin: 0 auto;
    width: 100%;
}

.login-success-modal .cancel-button {
    background: #001a2e;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0px;
    height: 56px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    border: none;
    margin: 0 auto;
    margin-top: 16px;
    width: 100%;
}

.login-success-modal .message {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin: 0px auto 40px auto;
}

.login-success-modal .login-modal-content .modal-body {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#loginSuccessModal .login-success-modal .confirm-button {
    width: 75%;
}

#confirmModal .btn {
    width: 75%;
}

/* -----------------------------
   Footer
------------------------------*/
footer {
    position: relative;
}

footer h1 {
    display: inline-block;
}

footer h1 img {
    width: 120px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

footer .term-link {
    margin-top: 10px;
    display: inline-block;
}

footer .term-link a {
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    line-height: 35px;
    font-weight: 700;
    text-transform: none;
}

footer .term-link a:hover {
    color: #FF4921;
}

footer .footer-content {
    border-top: 1px solid #ffffff30;
}

footer .copy-right {
    font-weight: 700;
    font-size: 12px;
    line-height: 147px;
}

footer .social-link {
    height: 147px;
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
}

footer .social-link a {
    display: inline-block;
    line-height: 147px;
}

footer .social-link .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

/* -----------------------------
   Homepage
------------------------------*/
.main-content {
    margin-top: 120px;
    padding-bottom: 30px;
}

.slide-home.slick-initialized .slide {
    display: block;
}

.slide-home .slide {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 33.33%;
    display: none;
}

.slide-home .slide.show-first {
    display: block;
}

.slide-home .slick-arrow {
    top: 40%;
}

.slide-home .slick-arrow i {
    font-size: 40px;
}

.slide-home .slick-dots {
    width: 100%;
    text-align: center;
    bottom: -50px;
}

.slide-home .slick-dots li {
    display: inline-block;
}

.slide-home .slick-dots li [role=button] {
    width: 11px;
    height: 11px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-indent: -999px;
}

.slide-home .slick-dots li.slick-active [role=button] {
    background: #FF4921;
    width: 12px;
    height: 12px;
    border: none;
}

.game-slide {
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
}

.game-slide h1.heading-title {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    text-transform: none;
    margin-top: 70px;
    margin-bottom: 30px;
}

.game-slide h1.heading-title a {
    display: inline-block;
    color: #fff;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 700;
    margin-left: 25px;
}

.game-slide h1.heading-title a:hover {
    opacity: 1;
}

.game-slide ul.slick-dots {
    position: absolute;
    top: -55px;
    right: 0%;
    display: block;
    list-style: none;
    text-align: right;
    height: 25px;
    width: 30%;
    z-index: 1;
}

.game-slide ul.slick-dots li.slick-active button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 2px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    opacity: 1;
}

.game-slide ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 2px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    opacity: 0.2;
}

.game-slide ul.slick-dots li button:before {
    display: none;
}

.game-item {
    position: relative;
}

.game-item .game-info {
    background: #001323;
    border-radius: 0px 0px 24px 0px;
}

.game-item.vertical {
    background: #001323;
    width: 97%;
    padding: 44px 24px 44px 44px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    float: left;
}

.game-item.vertical .game-image {
    display: inline-block;
    width: 180px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.game-item.vertical .game-image img {
    width: 100%;
    height: 100%;
}

.game-item.vertical .game-info {
    width: 62%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}

.game-item.horizontal {
    width: 90%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    float: left;
    position: relative;
}

.game-item.horizontal .game-image .badge {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 80px;
    height: 32px;
    border-radius: 24px 0px;
    background: #FF4921;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.game-item.horizontal .game-image {
    width: 100%;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    padding-top: 100%;
    border-radius: 24px 24px 0px 0px;
}

.game-item.horizontal h1.game-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    padding: 16px;
    border-bottom: none;
}

.game-item.horizontal .description {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}

.game-item.horizontal .description p {
    font-size: 12px;
    line-height: 24px;
    color: #FF4921;
    padding-bottom: 10px;
}

.game-item.horizontal .description p .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

.game-item.horizontal .description p span {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
}

.game-item h1.game-title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    padding-bottom: 15px;
    border-bottom: none;
}

.game-item .description {
    margin-top: 15px;
}

.game-item .description p {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    line-height: 25px;
}

.game-item .description p.high-score {
    color: #FF4921;
    font-size: 12px;
    line-height: 25px;
}

.game-item .button-play {
    width: auto;
    float: left;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.game-item .button-play.play-now {
    background: #FF4921;
}

.game-item .button-play.play-now:hover {
    background: #154a75;
}

.game-item .button-play.play-success {
    background: #00243f;
}

.search-form {
    position: relative;
    width: 100%;
}

.search-form .form-group {
    margin-bottom: 0px;
}

.search-form .form-control {
    border-left: none;
    border-right: none;
    border-top: none;
    background: transparent;
    border-radius: unset;
    border-bottom: 1px solid #293e4f;
    line-height: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

section.projects-details {
    margin-top: 160px;
    /*margin-top: 210px;*/
}

.button-group .link-filter {
    padding: 10px 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    border: none;
    display: block;
    float: left;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.6;
}

.button-group .link-filter.is-checked {
    opacity: 1;
}

.search-area {
    position: relative;
    min-height: 100vh;
    margin-top: 50px;
    /*margin-top: 0;*/
}

.search-area .top-search-area {
    position: fixed;
    position: fixed;
    background: #000f1b;
    z-index: 9999;
    width: 97%;
    /*margin-top: 50px;*/
}

.search-area .top-search-area .top-search {
    position: absolute;
    right: 10px;
    width: 100%;
    height: 60px;
    top: -60px;
    background: #000f1b;
    /*z-index: 100;*/
    z-index: -1;
}

.search-area .top-search-area .top-search a {
    width: fit-content;
    display: block;
    float: right;
    /*background: inherit;*/
    /*background: #000f1b;*/
}

.search-area .top-search-area .top-search a i {
    width: 48px;
    height: 48px;
}

.search-area .top-search-area .top-search span {
    width: 100%;
    text-align: right;
    float: right;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}

.play-mb {
    display: none;
}

.horizontal-slide .slick-arrow {
    width: 64px;
    height: 64px;
    background: #FF4921;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}

.vertical-slide .slick-arrow {
    width: 64px;
    height: 64px;
    background: #ff4921;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}

.vertical-slide .slick-arrow.btn-prev {
    left: -25px;
}

.vertical-slide .slick-arrow.btn-next {
    right: -10px;
}

.horizontal-slide .slick-arrow.btn-prev {
    left: -25px;
}

.horizontal-slide .slick-arrow.btn-next {
    right: -10px;
}


.has-background .horizontal-slide .slick-arrow {
    width: 64px;
    height: 64px;
    background: #fff;
    color: #FF4921;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
}

.has-background .horizontal-slide .slick-arrow.btn-prev {
    left: -25px;
}

.has-background .horizontal-slide .slick-arrow.btn-next {
    right: -10px;
}

/* -----------------------------
   Game cateogory
------------------------------*/
.game-category .game-item.horizontal {
    width: 97%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    float: left;
    margin-bottom: 30px;
}

.game-category .game-item.horizontal .game-image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-ads {
    padding-top: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    object-fit: cover;
    border-radius: 24px 24px 24px 0px;
    margin-top: 20px;
}

/* -----------------------------
   Game Detail
------------------------------*/
.game-detail .game-image-detail {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
    cursor: pointer;
    background: black;
    justify-content: center;
    display: flex;
}

.game-detail .game-image-detail img {
    width: 100%;
    height: auto;
}

.game-detail .game-image-detail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.game-detail .game-image-detail img {
    width: 100%;
    height: auto;
}

.game-detail .charts {
    background: #001323;
    padding: 25px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
    min-height: 250px;
}

.game-detail .charts h1 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30%;
    font-weight: 700;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.game-detail .charts .chart-filter {
    margin-top: -8px;
    display: inline-block;
    vertical-align: top;
}

.game-detail .charts .chart-filter select {
    background: url("/javax.faces.resource/images/arrow-down.png.xhtml?ln=frontend-layout") no-repeat !important;
    background-position-x: 155px !important;
    background-position-y: 10px !important;
    background-color: #001323 !important;
    border: none;
    color: #FF4921;
    font-weight: bold;
    font-size: 16px;
    padding-right: 25px;
    position: relative;
}

.top-player-page .charts .chart-filter select option {
    background-color: #00182b;
    color: #ffffff6e;
    opacity: 0.6;
}

.top-player-page .charts .chart-filter select option:checked {
    color: #fff;
}

.game-detail .charts .chart-filter select:after {
    color: #fff;
    content: "▾";
    position: absolute;
    right: 0px;
}

.game-detail .charts .charts-detail {
    margin-top: 15px;
}

.game-detail .charts .charts-detail .table {
    caption-side: bottom;
}

.game-detail .charts .charts-detail .table tbody tr td {
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    border-top: none;
    vertical-align: middle;
}

.game-detail .charts .charts-detail .table tbody tr th {
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    border-top: none;
    vertical-align: middle;
}

.game-detail .charts .charts-detail .table caption {
    padding-top: 10px;
    padding-bottom: 0px;
    color: #777;
    text-align: left;
}

.game-description {
    margin-top: 150px;
    background: #001323;
    border-radius: 24px 24px 24px 0px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.game-description hr {
    opacity: 0.6;
}

.game-description .meta-description {
    margin-top: -30px;
    padding: 25px;
}

.game-description .game-image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    border-radius: 24px 24px 24px 0px;
    float: left;
    margin-top: -20%;
}

.game-detail-meta .category {
    padding-left: 15px;
    padding-top: 5px;
}

.game-detail-meta .category h2 {
    font-size: 12px;
    font-weight: 700;
    padding: 7px 25px;
    display: inline-block;
    border: 1px solid #ffffff20;
    border-radius: 24px;
    margin-top: 15px;
    color: #fff;
    text-transform: none;
}
.game-detail-meta .category h2:hover {
    color: #FF4921;
}
.game-detail-meta .game-item.horizontal p {
    padding-left: 15px;
    color: #9d9d9d;
}

.game-detail-meta .game-item.horizontal .description p {
    font-size: 14px;
    padding: 0px;
}

.game-detail-meta .game-item.horizontal h1.game-title {
    font-size: 40px;
}

.popup-youtube {
    position: relative;
}

.popup-youtube .video {
    width: 100%;
    padding-top: 70%;
    background-size: cover;
    object-fit: cover;
    position: relative;
    border-radius: 24px 24px 24px 0px;
    opacity: 0.6;
}

.popup-youtube .play {
    width: 40px;
    height: 40px;
    border-radius: 12px 12px 12px 0px;
    background-image: url("/javax.faces.resource/images/play_video.svg.xhtml?ln=frontend-layout");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 45%;
    right: 50%;
    top: 40%;
}

.challenge-item:nth-of-type(1) .item-point {
    border-top: none;
}

.challenge-item:nth-of-type(2) .item-point {
    border-top: none;
}

.challenge-item .item-point {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #ffffff10;
}

.challenge-item .number-point {
    width: 64px;
    height: 64px;
    background: #001a2e;
    border-radius: 8px 8px 8px 0px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
}

.challenge-item .content-challenge {
    display: inline-block;
    padding-left: 18px;
    width: 50%;
}

.challenge-item .content-challenge h4.title {
    color: #fff;
    font-weight: 700;
    text-transform: none;
    line-height: 35px;
}

.challenge-item .content-challenge p {
    opacity: 0.6;
    line-height: 20px;
}

.challenge-item .action {
    display: inline-block;
    vertical-align: top;
}

.challenge-item .action .claim {
    padding: 7px 50px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    text-transform: none;
    border: none;
    font-weight: 600;
}

.challenge-item .action .claim.not-yet {
    background: #001A2E;
    color: #787878;
}

.challenge-item .action .claim.active {
    background: #FF4921;
}

.table > thead > tr > th {
    border-bottom: 1px solid #FF4921;
}

#top-rank {
    overflow: hidden;
}

#rank-chart-table {
    overflow-y: scroll;
}

#rank-chart-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    display: none;
}

#rank-chart-table::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

#rank-chart-table::-webkit-scrollbar-thumb {
    background-color: #000f1b;
    border: 1px solid #555555;
    height: 1px;
}

.game-mb-des {
    display: none;
}

.category a {
    display: inline-block;
    color: #fff;
}

.category a.view-more {
    margin-left: 20px;
}

.game-detail-meta .game-item.horizontal {
    width: 100%;
}

.game-detail-meta .game-item.horizontal:hover {
    transform: none !important;
}

.more-tag {
    display: none;
}

/* -----------------------------
   Profile
------------------------------*/
.game-profile {
    padding-top: 40px;
    border-top: 1px solid #575757;
    min-height: 100vh;
}

.game-profile .tab-pane {
    margin-bottom: 250px;
}

.game-profile .form-change {
    margin-bottom: 200px;
}

.game-profile .user-profile {
    padding: 56px;
    background: #001323;
    border-radius: 24px 24px 24px 0px;
}

.game-profile .user-profile .user-image {
    width: 240px;
    height: 240px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 24px 24px 24px 0px;
}

.game-profile .user-profile .user-info {
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    width: 70%;
}

.game-profile .user-profile .user-info .user-type {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FF4921;
}

.game-profile .user-profile .user-info .user-name {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    text-transform: none;
}

.game-profile .user-coins {
    padding: 30px 56px;
    background: #001323;
    border-radius: 24px 24px 24px 0px;
    margin-top: 20px;
}

.game-profile .user-coins span {
    display: inline-block;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.game-profile .user-coins span.right {
    float: right;
    color: #FF4921;
}

.game-profile .user-coins span.right .icon {
    width: 20px;
    height: 21px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 1px;
}

.game-profile .user-coins span.right b {
    display: inline-block;
    vertical-align: top;
}

.game-profile .user-unsub {
    padding: 30px 56px;
    background: #001323;
    border-radius: 24px 24px 24px 0px;
    margin-top: 20px;
}

.game-profile .user-unsub span {
    display: inline-block;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.game-profile .user-unsub span.right {
    float: right;
    color: #FF4921;
}

.game-profile .user-unsub span.right .icon {
    width: 20px;
    height: 21px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 1px;
}

.game-profile .user-unsub span.right b {
    display: inline-block;
    vertical-align: top;
}

.game-profile .change-profile-form {
    background: #001323;
    border-radius: 16px 16px 16px 0px;
}

.game-profile .change-profile-form .upload-image {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    border-radius: 20px 20px 20px 0px;
    padding: 20px;
    margin-bottom: 25px;
}

.game-profile .change-profile-form .upload-image .user-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 24px 24px 24px 0px;
}

.game-profile .change-profile-form .upload-image .change-image {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    width: 70%;
}

.game-profile .change-profile-form .upload-image .change-image p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.game-profile .change-profile-form label {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.game-profile .change-profile-form .input-group.date {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px 20px 20px 0px;
    width: 100%;
}

.game-profile .change-profile-form .input-group.date .form-control {
    background: transparent;
    line-height: 55px;
    height: 55px;
    border-radius: 20px 20px 20px 0px;
    border: none;
    width: 80%;
}

.game-profile .change-profile-form .input-group.date .input-group-addon {
    display: inline-block;
    background: transparent;
    border: none;
    width: 18%;
    vertical-align: middle;
    padding: 15px 2px;
}

.game-profile .change-profile-form .input-group.date .input-group-addon .icon.datepicker {
    width: 24px;
    height: 24px;
}

.game-profile .change-profile-form .form-control {
    background: #001323;
    line-height: 24px;
    height: 55px;
    border-radius: 20px 20px 20px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sidebar-menu {
    background: #001323;
    border-radius: 24px 24px 24px 0px;
    padding: 40px 0px;
    position: fixed;
    width: 22%;
}

.sidebar-menu .vertical-menu a {
    background: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    border: none;
}

.sidebar-menu .vertical-menu a.active {
    border-left: 4px solid #FF4921;
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left > li,
.tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

.vertical-text > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.vertical-text > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}

.vertical-text > li.active > a,
.vertical-text > li.active > a:hover,
.vertical-text > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.vertical-text.tabs-left {
    left: -50px;
}

.vertical-text.tabs-right {
    right: -50px;
}

.vertical-text.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vertical-text.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: none;
    color: #fff;
    border: none;
}

.nav-tabs > li > a:hover {
    background: none;
    color: #fff;
    border: none;
    border-left: 5px solid #FF4921;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: none;
    color: #fff;
    border: none;
}

.tabs-left > li.active {
    border-left: 5px solid #FF4921;
}

.reward-list {
    background: #001D33;
    border-radius: 16px 16px 16px 0px;
    padding: 30px;
}

.reward-item {
    padding-bottom: 15px;
    padding-top: 20px;
    border-top: 1px solid #ffffff1c;
}

.reward-item:first-child {
    border-top: none;
}

.reward-item .image-game {
    background-size: cover;
    object-fit: cover;
    width: 64px;
    padding-top: 64px;
    background-repeat: no-repeat;
    display: inline-block;
}

.reward-item .content-reward {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-left: 10px;
}

.reward-item .content-reward h4.title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.reward-item .content-reward p {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 32px;
}

.reward-item .time {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    opacity: 0.6;
}

.history-item {
    padding: 16px;
    background: #001D33;
    border-radius: 16px 16px 16px 0px;
    margin-bottom: 15px;
}

.history-item:first-child {
    border-top: none;
}

.history-item .image-game {
    background-size: cover;
    object-fit: cover;
    width: 64px;
    padding-top: 64px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 8px 8px 8px 0px;
}

.history-item .content-reward {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin-left: 30px;
}

.history-item .content-reward h4.title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.history-item .content-reward p {
    color: #fff;
    opacity: 1;
}

.history-item .content-reward p .plus-coin {
    color: #FF4921;
    margin-left: 20px;
    font-weight: 700;
}

.history-item .time {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    opacity: 0.6;
}

.claim-gift-item {
    border-bottom: 1px solid #ffffff;
    padding-top: 60px;
    padding-bottom: 45px;
}

.claim-gift-item span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #ff4921;
}

.claim-gift-item h3.title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
}

.claim-gift-item p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.6;
}

.profile-coin {
    width: 32px !important;
    height: 32px !important;
    margin-top: -7px;
}

/* -----------------------------
   Top Player
------------------------------*/

.account-area {
    position: relative;
}

.account-area .dropdown {
    display: none;
}

.account-area.open .dropdown {
    position: absolute;
    right: 220px;
    top: 95px;
    display: block;
}

.account-area.open .dropdown-menu {
    display: block;
    width: 200px;
    background: #001323;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
    border-radius: 12px 0px;
    margin-top: -14px;
    left: 10px;
}

.account-area.open .dropdown-menu li {
    padding: 0px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.account-area.open .dropdown-menu li a {
    padding: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
}

.account-area.open .dropdown-menu li span {
    width: 100%;
    padding: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #263b4c;
}

.top-player-page {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.top-player-page .game-icon-small {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    display: inline-block;
    margin-right: 8px;
    border-radius: 4px 4px 4px 0px;
}

.top-player-page .charts {
    padding: 25px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
}

.top-player-page .charts h1 {
    display: inline-block;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-player-page .charts .chart-filter {
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-top: 10px;
}

.top-player-page .charts .chart-filter select {
    background: url("/javax.faces.resource/images/arrow-down.png.xhtml?ln=frontend-layout") no-repeat !important;
    background-position-x: 155px !important;
    background-position-y: 10px !important;
    border: none;
    color: #FF4921;
    font-weight: bold;
    font-size: 16px;
    padding-right: 25px;
    position: relative;
    margin-top: 10px;
}

.top-player-page .charts .chart-filter select:after {
    color: #fff;
    content: "▾";
    position: absolute;
    right: 0px;
}

.top-player-page .charts .charts-detail {
    margin-top: 30px;
    background: #001323;
    border-radius: 24px 24px 24px 0px;
    padding: 24px;
    min-height: 65vh;
}

.top-player-page .charts .charts-detail .table {
    caption-side: bottom;
}

.top-player-page .charts .charts-detail .table thead th {
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    border-top: none;
    vertical-align: middle;
    border-bottom: 1px solid #FF4921;
}

.top-player-page .charts .charts-detail .table thead th .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.top-player-page .charts .charts-detail .table tbody tr td {
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    border-top: none;
    vertical-align: middle;
}

.top-player-page .charts .charts-detail .table tbody tr th {
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    border-top: none;
    vertical-align: middle;
}

.top-player-page .charts .charts-detail .table caption {
    padding-top: 30px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
}

.refresh-icon {
    float: right;
    margin-top: 12px;
}

.limit-text-display {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
}

.hr-index {
    margin: 0 0 15px 0;
    color: #FFFFFF;
    opacity: 0.1;
}

.top-player-section {
    border-top: 1px solid #ffffff20;
    width: 95%;
}

.forgot-pass {
    text-align: center;
}

.title-forgot-pass {
    color: #ffffff;
    text-decoration: underline;
}

#time-up-top {
    display: none;
    opacity: 0.4;
}

.oops-modal {
    margin: 10% auto;
    width: 30% !important;
    min-width: 0 !important;
}

.oops-modal .oops-modal-content {
    background: #001323;
    padding: 40px;
    border-radius: 24px 24px 24px 0px;
}

.oops-modal .oops-modal-content .modal-header {
    border-bottom: none;
}

.oops-modal .oops-modal-content .modal-header h4.modal-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.oops-modal .oops-modal-content .modal-header .close {
    margin-top: -80px;
    position: absolute;
    right: -70px;
    top: 28px;
    color: #fff;
    border: 3px solid #fff;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 30px;
}

.oops-modal .oops-modal-content .modal-body {
    width: 100%;
    padding: 0;
}

.oops-modal .oops-modal-content .modal-body .login-button {
    width: 100%;
    background: #ffed00;
    border-radius: 12px 12px 12px 0px;
    height: 48px;
    color: #007687;
    font-weight: 700;
    border: none;
    margin-top: 25px;
}

.oops-modal .oops-modal-content .modal-body .signup-button {
    width: 100%;
    background: #FF4921;
    border-radius: 12px 12px 12px 0px;
    height: 48px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    margin-top: 25px;
    line-height: 35px;
}

@keyframes fading {
    0% {
        opacity: .1;
    }
    50% {
        opacity: .2;
    }
    100% {
        opacity: .1;
    }
}

.item-loading {
    display: inline-block;
    background-color: #fff;
    height: 22px;
    border-radius: 0;
    margin: 5px 0;
    width: 110px;
    opacity: .1;
    -webkit-animation: fading 1.5s infinite;
    animation: fading 1.5s infinite;
}

.loading-banner {
    float: left;
    width: 100%;
}

.loading-banner .item-loading {
    float: left;
    width: 100%;
    height: 134px;
    border-radius: 24px;
}

#box-loading .game-slide {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

#box-loading .game-slide .heading-title .item-loading:nth-child(2) {
    width: 60px;
    height: 16px;
    float: right;
}

#box-loading .game-slide .heading-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#box-loading .list-game {
    display: flex;
    width: 120%
}

#box-loading .game-item.horizontal {
    width: 40%;
    margin-right: 15px;
}

#box-loading .game-item.horizontal .game-title {
    padding: 0;
    margin: 0 10px;
    width: calc(100% - 20px);
    height: 16px;
}

#box-loading .game-item.horizontal .description p {
    display: flex;
    align-items: center;
}

#box-loading .game-item.horizontal .description p span {
    width: 40px;
    height: 12px;
}

#box-loading .game-item.horizontal .description {
    padding: 0 10px
}

#box-loading .game-slide.container-fluid, #box-loading .game-item.horizontal .game-image {
    margin-top: 0
}

@media (max-width: 768px) {
    #box-loading .game-item.horizontal.sd {
        display: none
    }

    #body-home {
        overflow-y: hidden;
        height: 100vh;
    }
}

@media (min-width: 768px) {
    #box-loading {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .loading-banner .item-loading {
        height: 336px
    }

    #box-loading .game-item.horizontal.sd {
        display: none
    }

    #box-loading .list-game {
        width: 100%
    }

    #box-loading .game-item.horizontal {
        width: calc(33.33% - 13px);
        margin-right: 26px;
    }

    #box-loading .game-item.horizontal .description p span {
        width: 70px
    }

    #box-loading .game-item.horizontal:nth-child(3) {
        margin-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .loading-banner .item-loading {
        height: 400px
    }

    #box-loading .list-game {
        width: 100%
    }

    #box-loading .game-item.horizontal.sd {
        display: none
    }

    #box-loading .game-item.horizontal {
        width: calc(33.33% - 13px);
        margin-right: 26px;
    }

    #box-loading .game-item.horizontal .description p span {
        width: 70px
    }

    #box-loading .game-item.horizontal:nth-child(3) {
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    #box-loading .list-game {
        width: 100%
    }

    .loading-banner .item-loading {
        height: 400px
    }
}

.close-button {
    background-image: url("/javax.faces.resource/images/close.svg.xhtml?ln=frontend-layout");
}

.filter-button {
    color: #FF4921;
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px;
    position: relative;
    background: none;
}

.filter-button .caret {
    margin-left: 0;
    color: #ffffff;
}

.filter-button:hover {
    color: #FF4921;
}

.chart-filter .dropdown-menu {
    background-color: #00182B;
    border-radius: 12px 0px;
    padding: 10px 0px !important;
}

.chart-filter .dropdown-menu li a {
    color: #FFFFFF60;
    padding: 5px 5px 10px 20px;
}

.chart-filter .dropdown-menu li a:hover {
    color: #ffffff;
    background: none;
}

.caret {
    margin-left: 10px !important;
    margin-top: 10px;
}

.chart-filter .dropdown-menu {
    margin-left: 5px;
}

.game-detail .charts .chart-filter {
    float: right;
}

.category-mobile {
    display: none;
}

.category-border-mobile {
    color: #ffffff;
    width: auto;
    padding: 2px 8px;
    display: inline-block;
    border: 1px solid #918e8e;
    border-radius: 24px;
    margin-right: 7px;
}

span.caption-table.hidden-xs {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.search-form .form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

#subscription .user-profile .claim-gift-item:last-child {
    border-bottom: none;
}

.game-detail .chart-header {
    width: 50% !important;
}

/* -----------------------------
  About Us
------------------------------*/

.about-us {
    width: 65%;
    margin: 0 auto;
}

.about-us .about-content {
    padding: 40px;
    text-align: justify;
    background: #ffffff;
    border-radius: 24px 24px 24px 0px;
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.hide-button {
    width: 0;
    height: 0;
    margin-top: -150px;
    background-color: transparent;
    color: transparent;
}

.game-detail-meta .category h2 {
    margin-right: 10px;
}

.limit-text-display-2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.top-play-image {
    min-width: 150px;
}

.top-play-name {
    min-width: 150px;
}

.header-account-mobile {
    display: none;
}

.page-text {
    border: none !important;
    color: #ffffff !important;
    background-color: transparent !important;
}

#total-coins-header-pc .badge-account.coin-header span {
    display: flex;
    align-items: center;
}


@media (max-width: 356px) {
    .badge-account.hidden-md.badge-account-update {
        display: none !important;
    }
}

.header-title-modal {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    text-transform: unset;
}

.logo-modal {
    height: 50px;
    margin-top: 32px;
    margin-bottom: 20px
}

.logo-modal-new {
    height: 40px;
    margin-top: -20px;
    margin-left: -25px
}

.title-modal {
    font-style: normal;
    font-weight: 800;
    font-size: 19px;
    line-height: 23px;
    background: linear-gradient(90deg, #EE2B78 -11.65%, #FF542F 99.38%, #FFF200 142.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding-bottom: 10px;
}

.content-modal {
    font-size: 14px;
    line-height: 24px;
}

.content-modal-color {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    background: linear-gradient(270deg, #FF5430 -19.47%, #F0316F 104.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding-left: 5px;
}

.title-competition-page {
    font-weight: 800;
    font-size: 38px;
    line-height: 46px;
    background: linear-gradient(90deg, #EE2B78 -11.65%, #FF542F 99.38%, #FFF200 142.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 27px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.description-competition-page {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.left-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.left-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    width: 100% !important;
    height: calc(100% - 280px);
    overflow-y: auto;
}

.left-button {
    background: #FD2D00;
    margin-top: 43px;
    width: 200px;
    padding: 10px 10px 10px;
    border-radius: 12px 12px 12px 0;
    height: 43px;
    border: none;
    color: #fff;
    font-weight: 700;
}

.top-player-modal-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFBB11;
    text-transform: initial;
}

.top-tabs-left > li.active-1 {
    border: 0 solid;
    border-bottom-width: 2px;
    border-image-slice: 1;
    border-image-source: linear-gradient(144.87deg, #F7D101 32.66%, #EBA501 91.9%);
}

.top-tabs-left > li.active-2 {
    border-bottom: 2px solid #FF8718;
}

.top-tabs-left > li.active-3 {
    border-bottom: 2px solid #8300FF;
}

.top-tabs-left,
.top-tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.top-tabs-right {
    border-left: 1px solid #ddd;
}

.top-tabs-left > li,
.top-tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.top-tabs-left > li.active > a,
.top-tabs-left > li.active > a:hover,
.top-tabs-left > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.top-tabs-right > li.active > a,
.top-tabs-right > li.active > a:hover,
.top-tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.top-tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 0;
}

.top-tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.top-tabs-left > li > a,
.top-tabs-left > li > a:hover,
.top-tabs-left > li > a:focus {
    border: none;
}

.content-top-modal {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(270deg, #FF4538 -19.47%, #FFF200 104.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 8px;
}

.top-gift-div {
    padding: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 0.5px dashed #FFFFFF;
    border-radius: 100px;
    margin-bottom: 20px;
}

.top-gift-left {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
}

.top-gift-right {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFED00;
}

.top-person-main {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.top-person-avt-2-3 {
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.top-person-left-right {
    margin: 0;
    position: relative;
}

.top-person-avt-2-3 img {
    width: 84px;
    height: 84px;
    border-radius: 84px;
}

.top-person-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top-person-info-icon {
    width: 24px;
    height: 24px;
    margin-top: -15px;
}

.top-person-name {
    font-style: normal;
    padding-top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.top-person-diamond {
    display: flex;
    margin-top: 3px;
    align-items: center;
}

.top-person-diamond p {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.top-person-background {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 25%;
    text-align: center;
}

.top-person-avt-1 {
    margin: 30px;
    padding: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 205px;
    height: 177px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.top-person-avt-1 img {
    width: 99px;
    height: 99px;
    border-radius: 99px;
    margin-top: 10px;
    text-align: center;
    margin-left: 18px;
}

.top-player-btn {
    border: 1px solid #FFFFFF;
    height: 42px;
    width: 163px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 16px 16px 16px 0;
}

.top-player-div-btn {
    text-align: center;
    margin-bottom: 60px;
}

.competition td {
    height: 50px;
    border: none !important;
    background: linear-gradient(269.56deg, #DA3C26 -25.72%, #F3F100 179.69%);
    border-radius: 15px;
    vertical-align: middle !important;
}

.competition-td-user {
    background: linear-gradient(180deg, #FF2E00 0%, #E021FF 100%) !important;
}

.competition-td-user-black {
    background: linear-gradient(269.86deg, #0D0C20 -26.29%, #2C2159 122.91%) !important;
}

.competition-td-user .stt {
    color: #ffffff !important;
}

.competition-td-user-black .stt {
    color: #ffffff !important;
}

.competition .stt {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #AB440B;
    margin: 0 0 0 20px;
    min-width: 30px;
}

.competition .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    flex: 3;
    margin: 0 0 0 20px
}

.competition .amount {
    margin-left: 7px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.div-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.div-row img {
    width: 30px;
    height: 30px;
    margin: 0 0 0 20px;
    border-radius: 30px;
}

.div-row-amount {
    width: auto;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
}

.slide-home-mobile {
    display: none !important;
}
.box-contact {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index : 20;
    display: flex;
    align-items: center;
}
.box-contact img{
    width: 80px;
    object-fit: cover;
    z-index: 2;
    image-rendering: -webkit-optimize-contrast;
}
.box-contact .content{
    font-size: 12px;
    background-color: #D9D9D9;
    color: #000;
    padding: 8px 24px;
    border-radius: 20px 0 0 20px;
    transform: translateX(336px);
    opacity: 0;
    animation: 0.5s linear;
    text-decoration: none;
    z-index: 1;
}
.box-contact:hover .content{
    transform: translateX(24px);
    opacity: 1;
}
.div-top-person-background {
    text-align: center;
    width: 730px;
}

.top-person-background {
    height: auto;
    padding-top: 10px;
}

.div-top-person-background-md {
    display: none;
    text-align: center;
    width: 490px;
}

.top-person-background-md {
    height: auto;
    padding-top: 15px;
}
box-contact {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index : 20;
    display: flex;
    align-items: center;
}

.current-top-player .competition-td-user {
    padding: 8px;
    width: calc(100% + 20px);
    line-height: 1.42857143;
    height: 50px;
    border-radius: 15px;
    vertical-align: middle !important;
    margin-top: -54px;
    position: absolute;
    margin-left: -10px;
    box-shadow: rgba(0, 0, 0, 0.56) 0 22px 70px 4px;
}

.current-top-player .stt {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 0 20px;
}

.current-top-player .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    flex: 3;
    margin: 0 0 0 20px;
}

.current-top-player .amount {
    margin-left: 7px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.div-blank-top {
    width: 78px;
}

.competition-pagination-cls a {
    border-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.competition-pagination-cls .active a {
    background-color: #FF2E00 !important;
    border-color: #FF2E00 !important;
}

.competition-page .category-game-style {
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 15px 0;
    opacity: 1;
}

.competition-page .play-mb-btn {
    width: 100% !important;
    background-color: #FD2D00 !important;
    height: 43px !important;
    padding: 11px !important;
}

.title-game-competition {
    font-size: 14px !important;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}

.top-player-badge {
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 10px 0;
    background: #FF4921;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
    padding: 0 7px;
    font-weight: bold;
}

.category-banner {
    height: 638px;
}

.panel-image-competition {
    height: auto;
    width: 240px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.image-competition {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.badge-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.badge-icon {
    margin: 0;
    margin-left: 5px;
    width: 16px;
}

.form-icon-like {
    text-align: left;
    margin: 0;
    margin-left: 20px;
}

/* Modal daily award slick */
.daily-award-content {
    background-image: url("/javax.faces.resource/images/background-award-modal.png.xhtml?ln=frontend-layout") !important;
    width: 500px !important;
    height: 457px !important;
}

.close-button-daily {
    margin-top: -50px;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 30px;
}

.daily-award-content .header-modal {
    text-align: center;
    font-size: 14px;
    padding-top: 15px;
}

.item-received {
    border: 1px solid white;
    margin: 0 5px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    border-radius: 8px 8px 8px 0;
    background-color: white;
    color: #B01CCA;
    font-weight: 600;
    cursor: pointer;
}

.item-received img, .item-not-received img {
    margin-left: 0;
    margin-right: 5px;
}

.item-not-received {
    border: 1px solid white;
    margin: 0 5px;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    border-radius: 8px 8px 8px 0;
    cursor: pointer;
}

.daily-award-slick .slick-arrow {
    width: 32px;
    height: 32px;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    border: 1px solid white;
}

.daily-award-slick .btn-next.slick-arrow {
    right: 0 !important;
}

.daily-award-slick .btn-prev.slick-arrow {
    left: 0 !important;
}

.daily-award-slick .slick-arrow:focus {
    border: 1px solid white !important;
}

.daily-gift-received {
    width: 78%;
    text-align: center;
    padding: 0 10px;
    border: 1px dashed white;
    margin-top: 20px;
    border-radius: 20px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #FFE904;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daily-gift-received img {
    width: 70px;
    margin: 0;
}

.daily-gift-received span {
    margin: 0;
    text-align: left;
}

.daily-award-footer {
    padding: 5px 15px 15px 15px !important;
    text-align: center;
}

.daily-award-footer-btn {
    height: 43px;
    width: 200px;
    background-color: #FFED00;
    color: #00101C;
    font-size: 14px;
    border: none;
    border-radius: 12px 12px 12px 0;
    font-weight: 600;
    margin-bottom: 15px;
}

.daily-award-footer-link {
    background: linear-gradient(270.12deg, #FF7201 34.78%, #FFF201 68.61%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal !important;
    line-height: 24px !important;
}

#slideLeft, #slideRight {
    width: 32px;
    height: 32px;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    border: 1px solid white;
    opacity: 0.6;
}

#slideLeft:focus, #slideRight:focus, #slideLeft:hover, #slideRight:hover {
    opacity: 1;
}

#dailyContainer {
    display: flex;
    width: 80%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#dailyContainer .item-received, #dailyContainer .item-not-received {
    min-width: 84px;
}

.opacity-06 {
    opacity: 0.6;
}

.top-gift-modal .top-person-avt-1 {
    margin-top: 0 !important;
    width: 165px !important;
    height: 137px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-gift-modal .top-person-avt-1 img {
    width: 75px !important;
    height: 75px !important;
    margin-top: 8px !important;
    margin-left: 7px !important;
}

.top-gift-modal .top-person-avt-2-3 {
    width: 80px !important;
    height: 80px !important;
}

.top-gift-modal .top-person-avt-2-3 img {
    width: 74px !important;
    height: 74px !important;
}

.top-gift-modal .content-modal-color {
    padding-left: 0 !important;
    padding-top: 8px;
}

/* CSS for reset pass screen - start*/
.register-content {
    height: 61px;
    left: 470px;
    top: 463px;
}

.register-syntax-list {
    margin: auto;
    line-height: 35px;
    width: 50%;
    border: 1px solid #FFFFFF;
    border-radius: 24px 24px 24px 0px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.register-syntax {
    color: #FF4921;
    opacity: 1;
    font-weight: 600;
}
/* CSS for reset pass screen - end */

.register-modal-new {
    width: 650px;
}

.package-register {
    margin-bottom: 25px;
    position: relative;
    height: 85px;
    background: linear-gradient(90deg, #404040 0%, #393939 54.5%, #373737 56.91%, #1F1F1F 100%);
    border-radius: 24px;
    padding: 10px;
}

.register-syntax-left {
    float: left;
    padding-left: 30px;
    width: 35%;
}

.register-syntax-center {
    background: rgba(255, 255, 255, 1);
    width: 1px;
    height: 90%;
    float: left;
    margin: 0 20px;
}

.register-syntax-right {
    font-size: smaller;
    float: left;
    text-align: left;
    padding-left: 15px;
}

.package-type {
    font-weight: 700;
    font-size: 16px;
    color: white;
}

.package-price {
    font-weight: 500;
    color: rgba(255, 242, 0, 1);
    font-size: smaller;
}

.package-syntax {
    color: white;
    font-size: x-small;
}

.change-password-button, .login-button-new, .notice-button {
    background-color: rgba(255, 73, 33, 1);
    border-radius: 12px 12px 12px 0px;
    font-weight: 600;
}

.package-register-day, .package-register-week, .package-register-month,
 .package-register-day-viettel, .package-register-week-viettel, .package-register-month-viettel {
    background-color: rgba(255, 73, 33, 1);
    border-radius: 12px 12px 12px 0px;
    font-weight: 600;
    color:white;
}

.syntax-text {
    font-weight:600;
    color: rgba(234, 68, 38, 1);
}

.button-dahieu {
    text-align: center;
    margin-top: 30px
}

.modal:nth-of-type(even) {
    z-index: 9999 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 9998 !important;
}

#registerModal, #registerViettelModal {
    min-width: 370px;
}


