body {
    background-color: #fff;
    font-size: 22px;
}

.container {
    max-width: 1200px !important;
}

.header-info-top {
    background: url('../images/bg-header_01.png');
    background-size: cover;
    background-position: center;
}

.header-info-top_text {
    font-size: 26px;
    color: #fff;
    font-family: "DB Helvethaica 75";
}

.header-info-top_text span {
    color: #01e09d;
}

.header-info-padd {
    padding: 15px 0;
}

button {
    background: #0000;
    border: none;
}

button.line-friends {
    border-radius: 30px;
    background-image: url(../images/btn-green.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2px 11px;
    color: #fff;
    border: 1px solid #046b53;
    display: flex;
    align-items: center;
}

.header-menu-href {
    background: linear-gradient(to right, #098f6f, #015f4b);
}

.hmh-container {
    display: flex;
    width: 100%;
}

.hmh-menus.logo-sites {
    flex: 0 0 230px;
    position: relative;
    justify-content: center;
}

.hmh-menus {
    flex: 1;
    display: flex;
    align-items: center;
}

.hmh-items {
    margin: 0;
}

.hmh-items a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 22px;
    line-height: normal;
    background: #0000;
    transition: .3s;
}

.hmh-items a:hover {
    background: #00000040;
    transition: .3s;
}

.hmh-items a img {
    padding-right: 5px;
}

.logo-pos {
    position: absolute;
    bottom: -30px;
    z-index: 9;
}

.logo-pos img {
    width: 100%;
    object-fit: contain;
}

.master-banner-home {
    position: relative;
}

.master-banner-home>img {
    height: 515px;
    object-fit: cover;
}

.master-button-flex {
    display: flex;
    position: absolute;
    width: 100%;
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mbf {
    flex: 1;
    display: flex;
    padding: 0 15px;
}

.mbf-left {
    justify-content: flex-end;
}

.btn-login {
    border-radius: 30px;
    background-image: url(../images/btn-light.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px 40px;
    font-size: 26px;
    border: 1px solid #0000;
}

.btn-register {
    border-radius: 30px;
    background-image: url(../images/btn-green.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px 40px;
    font-size: 26px;
    border: 1px solid #047158;
    color: #fff;
    box-shadow: 0px 0px 8px #0ff5c4;
}

.home-marqueen {
    padding: 5px 0;
    color: #38ceac;
    background-color: #0f2f2e;
    font-size: 26px;
    line-height: normal;
    display: flex;
    align-items: center;
}

.home-slides-promotions {
    padding: 30px 0;
    background: #fff;
}

#owl-banner-home.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: grayscale(.8);
    opacity: .4;
    transition: .3s;
}

#owl-banner-home.owl-theme .owl-nav [class*='owl-']:focus,
#owl-banner-home.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1;
    filter: grayscale(0);
    transition: .3s;
}

#owl-banner-home.owl-theme .owl-nav .owl-next {
    right: -45px;
}

#owl-banner-home.owl-theme .owl-nav .owl-prev {
    left: -45px;
}

.home-banner-with-text {
    background: url('../images/banner-text.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 475px;
    display: flex;
    align-items: center;
}

.hbwt-text {
    width: 50%;
    margin-right: auto;
    color: #fff;
}

.hbwt-text_short_desc {
    font-family: "DB Helvethaica 75";
    font-size: 32px;
    line-height: 32px;
}

.hbwt-text_short_desc span {
    color: #0fd5a9;
}

.hbwt-text_short_desc_small {
    font-size: 26px;
    margin: 0 0 15px;
    font-family: "DB Helvethaica 75";
}

.hbwt-text_description {
    color: #c5c5c5;
}

.home-game-banner {
    padding: 30px 0 60px;
    background: url('../images/bg-game-card.png')
}

.hgb-title {
    font-family: "DB Helvethaica 75";
    text-align: center;
    color: #fff;
    font-size: 34px;
    margin: 0 0 30px;
}

.hgb-game-wrapper {
    display: flex;
    flex-direction: row nowrap;
    margin: 0 -7.5px;
}

.hgb-game-items {
    padding: 0 7.5px;
}

.home-slides-blogs {
    padding: 30px 0 60px;
    background-color: #fff;
}

#owl-banner-blog .owl-item img {
    filter: brightness(.5);
    transition: .5s;
}

#owl-banner-blog .owl-item.active.center img {
    filter: brightness(1);
    transition: .5s;
}

.home-bars-register {
    background: linear-gradient(to right, #098f6f, #015f4b);
    color: #fff;
    font-size: 26px;
    padding: 8px 0;
    text-align: center;
    font-family: "DB Helvethaica 75";
}

button.register-footer-home {
    margin-left: 30px;
    border-radius: 30px;
    background-image: url(../images/btn-light.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 15px;
    font-size: 25px;
    border: 1px solid #cccccc;
}

.footer-right {
    padding: 0 30px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    padding: 0 30px;
    flex: 1;
    display: flex;
    align-items: center;
}

.fl-logo {
    flex: 1;
    padding-right: 15px;
}

.fl-text {
    flex: 1;
}

.footer-wrapper {
    background: url('../images/bg-footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fl-description_footer {
    color: #c5c5c5;
    margin: 15px 0;
    font-family: "DB Helvethaica 75";
}

.footer-ww {
    display: flex;
    padding: 30px 0;
}

.fr-text-title {
    color: #fff;
    font-size: 26px;
    margin: 0 0 10px;
    font-family: "DB Helvethaica 75";
}

.fr-group-links {
    display: flex;
    flex-flow: row nowrap;
}

.fr-g-links-items a {
    color: #c5c5c5;
}

.fr-g-links {
    padding: 0 15px;
}

.copyright-footer {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    background: linear-gradient(to bottom, #0c463d, #092525);
}

.hitt-end {
    font-size: 22px;
    font-family: "DB Helvethaica 75";
}

.line-id {
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-align: right;
}

.line-id span {
    color: #0c8f77;
}

.footer-menus-wrapper {
    position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    color: #fff;
    display: flex;
    padding: 2px 10px;
    align-items: center;
    background: linear-gradient(to right, #098f6f, #015f4b);
}

.footer-height {
    height: 64px;
}

.fi-text {
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin: 2px 0 0;
}

.footer-items {
    flex: 1;
}

.footer-items.centers {
    flex: 0 0 130px;
    position: relative;
    top: -3px;
}

.footer-items.centers .fi-text {
    padding-top: 3px;
}

.footer-items.centers .fi-icon {
    position: relative;
    height: 30px;
}

.footer-items.centers .fi-icon img {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 95px;
}

.footer-items .fi-icon img {
    height: 23px;
    width: 100%;
    padding-bottom: 5px;
    object-fit: contain;
}

.wow {
    visibility: hidden;
}

.text {
    color: #fff;
    padding: 15px;
}

.text-t-1 {
    font-family: "DB Helvethaica 75";
    text-align: center;
    font-size: 45px;
    line-height: 1;
}

.text-t-2 {
    font-family: "DB Helvethaica 75";
    text-align: center;
    font-size: 54px;
    line-height: 1;
}

.text-t-2 span {
    color: #08bc93;
    font-weight: bold;
}

.text-t-3 {
    text-align: center;
    line-height: 1.3;
    margin: 15px 0 0;
    color: #e6e6e6;
}

.mbbff {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.owl-item img {
    opacity: 1;
    transition: .3s;
}

.owl-item img:hover {
    opacity: 0.8;
    transition: .3s;
}

button {
    transform: scale(1);
    transition: .3s;
}

button:hover {
    transform: scale(1.02);
    transition: .3s;
}

.register-main {
    margin: 30px 0;
}

.form-input {
    font-size: 22px;
    outline: none;
}

.select::after {
    content: '';
    background-image: url(../images/select_03.png);
    position: absolute;
    right: 25px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    top: 20px;
}

.title-home {
    background: #098f6f;
    text-align: center;
    padding: 15px 0;
    font-size: 35px;
    color: #fff;
    border-bottom: 5px solid #015f4b;
}

.suggest-content {
    margin: 30px 0;
}

.sc-title {
    font-size: 26px;
    margin: 0 0 15px;
    color: #098f6f;
}

.sc-desc {
    margin: 0 0 15px;
}

.bg-block {
    padding: 30px;
    background: #f7f7f7;
}

.sc-title.heading {
    font-size: 34px;
}

.main-color {
    color: #098f6f;
}

.form-input.register {
    border-radius: 8px;
    height: 50px;
    padding: .375rem .75rem .375rem 3.7rem;
    color: #778c99;
    box-shadow: 0 1px 5px #00000024;
    background-repeat: no-repeat;
    background-position: 20px;
    outline: unset;
}

.form-input.ico-tel2 {
    background-image: url(../images/icon/tel.png);
}

.form-input.ico-pass2 {
    background-image: url(../images/icon/pass.png);
}

.form-input.ico-name {
    background-image: url(../images/icon/name.png);
}

.form-input.ico-bank {
    background-image: url(../images/icon/bank.png);
}

.form-input.ico-idbank {
    background-image: url(../images/icon/id-bank.png);
}

.form-input.ico-line {
    background-image: url(../images/icon/line.png);
}

.form-input.ico-annouc {
    background-image: url(../images/icon/web.png);
}

.hover14 figure {
    overflow: hidden;
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.forget-password {
    text-align: right;
}

.forget-password a {
    color: #098f6f
}