/*!
Theme Name: Ngoc Beach
Theme URI: https://wordpress.org/
Author: NB
Author URI: https://wordpress.org/
Description: Start theme by NB - Ngoc Beach
Version: 1.0.0
Text Domain: ngocbeach
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/* Alignments
--------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.ngocbeach-no_post_found {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    font-weight: bold;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 1.75em;
    color: currentColor
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: currentColor;
    text-transform: uppercase;
    font-size: .8125em;
    font-style: normal
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    position: relative;
    font-style: normal
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: "0 0 1em 0"
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-template-part.has-background {
    padding: 1.25em 2.375em;
    margin-top: 0;
    margin-bottom: 0
}

.topbar-items {
    min-height: 90px;
    align-items: center;
}

nav#header {
    min-height: 50px;
}

.header-main ul li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
}

.c-match__more,
.c-league__btn-collapse.c-is-open,
.c-odds-table__btn-collapse.c-is-open {
    display: none !important;
}

[data-view*="asiaview"] .c-icon,
[data-view="asiaview"] .c-league__btn-favorite {
    display: none!important;
}

i.c-icon.c-icon--lock {
    display: block !important;
}

i.c-icon.c-icon--lock::before {
    content: "\f023";
    font-family: 'FontAwesome' !important;
    font-weight: 900;
}

label.form-check-label {
    line-height: 25px;
    margin-left: 10px;
}

.rm_btn a span {
    color: #318A00;
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 15px;
}

.rm_btn:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.box-noi-bat {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 15px;
}

.rm_btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: #fff;
}

.box_league_bxh table {
    background-color: #fff;
    width: auto;
    border: 1px solid #ebebeb;
    margin-left: auto;
    margin-right: auto;
}

.box_league_bxh .th_team {
    position: relative;
    padding-left: 35px;
}

.box_league_bxh table .caption_table_bxh .th_team {
    text-align: left;
    padding-left: 10px
}

.box_league_bxh table .caption_table_bxh .th_team {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    font-weight: 500;
}

.box_league_bxh table .caption_table_bxh th,
.box_league_bxh table .caption_table_bxh {
    background: #1F1F1F!important;
}

.box_league_bxh table .caption_table_bxh th {
    color: #fff;
    text-align: center;
}

.box_league_bxh table tr {
    border-bottom: 1px solid #ebebeb
}

.box_league_bxh table tr .th_team {
    width: 70%
}

.box_league_bxh table tr th {
    padding: 4px 5px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 10px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400
}

.box_league_bxh table tr td {
    padding: 4px 5px;
    line-height: 25px;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    text-align: center;
    max-width: 100px
}

.box_league_bxh table tr td .colteam {
    position: relative;
    padding-left: 30px;
    color: #254892;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 100%
}

.box_league_bxh table tr td .spn_numb_team {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 5px;
    top: calc(50% - 12px);
    background-color: transparent
}

.box_league_bxh table tr td .tb_numb_team {
    background-color: #ffb400;
    color: #fff
}

.box_league_bxh table tr td .tbl_numb_team {
    background-color: #ffcf61;
    color: #fff
}

.box_league_bxh table tr td .botl_numb_team {
    background-color: #a10d02;
    color: #fff
}

.box_league_bxh table tr td .top_numb_team {
    background-color: #00a651;
    color: #fff
}

.box_league_bxh table tr td .top_numb_team {
    background-color: #00a651;
    color: #fff
}

.box_league_bxh table tr td .bot_numb_team {
    background-color: #d20f00;
    color: #fff
}

.box_league_bxh table tr td .bot_numb_team,
.box_league_bxh table tr td .top_numb_team {
    color: #fff!important
}

.box_league_bxh table tr:nth-child(2n+1) td {
    background-color: #f4f4f4
}

.box_league_bxh table tr th:first-child,
.box_league_bxh table tr td:first-child {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis
}

.box_league_bxh table tr.active td {
    background: #cacfff
}

.box_league_bxh .row_indexcolor {
    text-align: right
}

.box_league_bxh .row_indexcolor .indexcolor {
    display: inline-block;
    text-align: left;
    background-color: #e5e5e5;
    position: relative;
    padding-left: 10px
}

.box_league_bxh .row_indexcolor .indexcolor:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid #e5e5e5;
    border-top: 23px solid #e5e5e5;
    position: absolute;
    left: -23px;
    top: 0
}

.box_league_bxh .row_indexcolor .indexcolor li {
    display: block;
    color: #292929;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding: 0 15px;
    position: relative
}

.box_league_bxh .row_indexcolor .indexcolor li span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 5px)
}

.box_league_bxh .row_indexcolor .indexcolor li .top_numb_team {
    background-color: #00a651;
    color: #fff
}

.box_league_bxh .row_indexcolor .indexcolor li .tb_numb_team {
    background-color: #ffb400;
    color: #fff
}

.box_league_bxh .row_indexcolor .indexcolor li .botl_numb_team {
    background-color: #a10d02;
    color: #fff
}

.box_league_bxh .row_indexcolor .indexcolor li .tbl_numb_team {
    background-color: #ffcf61;
    color: #fff
}

.box_league_bxh .row_indexcolor .indexcolor li .bot_numb_team {
    background-color: #d20f00;
    color: #fff
}

.box_league_bxh .row_indexcolor .indexcolor li .bot_numb_team,
.box_league_bxh .row_indexcolor .indexcolor li .top_numb_team {
    color: #fff!important
}

.box_livescore .caption {
    background: #254892 url(/assets/img/bg-min.svg) right -855px no-repeat;
    position: relative;
    padding: 5px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px
}

.box_livescore .caption .title {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: none;
    padding-right: 16px;
    padding-left: 0;
    font-weight: 500
}

.box_livescore .caption .title {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box_livescore .caption .title img {
    width: 20px;
    margin-right: 4px
}

.box_livescore .caption .more {
    color: #fff;
    line-height: 2;
    font-size: 12px
}

.box_livescore .list_match {
    display: block
}

.box_livescore .list_match li {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px
}

.box_livescore .list_match li+li {
    border-top: 1px solid #ececec
}

.box_livescore .list_match li:nth-child(2n) {
    background-color: #f4f4f4
}

.box_livescore .list_match li .time {
    width: 50px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box_livescore .list_match li .time a {
    color: #254892;
    line-height: 24px
}

.box_livescore .list_match li .group {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box_livescore .list_match li .group .team {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box_livescore .list_match li .group .team a {
    font-size: 14px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    -webkit-box-flex: 1;
    flex: 1 0 0;
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0
}

.box_livescore .list_match li .group .team img {
    max-width: 25px;
    max-height: 25px
}

.box_livescore .list_match li .group .team-a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.box_livescore .list_match li .group .team-a img {
    margin-left: 4px
}

.box_livescore .list_match li .group .team-a a {
    text-align: right
}

.box_livescore .list_match li .group .team-b img {
    margin-right: 4px
}

.box_livescore .list_match li .group .score {
    width: 70px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box_livescore .list_match li .group .score a {
    color: #254892;
    font-weight: 700;
    line-height: 24px
}

.box_livescore .list_match li .group .score.active a {
    background: #073776;
    color: #fff;
    padding: 0 6px
}

.box_livescore .list_match li .more {
    width: 30px;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    line-height: 24px
}

.box_livescore .list_match li .more .name {
    display: block;
    width: 10px;
    height: 10px;
    background: url(/assets/img/bg-min.svg) 0 -395px no-repeat
}

.box_livescore .list_match li.caption-days {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 0 0
}

.box_livescore .list_match li.caption-days .title {
    color: #3a4e91;
    padding: 0 5px;
    border-bottom: 1px solid red;
    line-height: 30px;
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 13px
}

.banner-nhacai-ads_bottom {
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 999999999;
    transform: translateX(-50%);
    max-width: 100%;
}

.banner-nhacai-ads_header {
    position: fixed;
    top: 0px;
    left: 50%;
    z-index: 999999999;
    transform: translateX(-50%);
    max-width: 100%;
}

.banner-ads_close {
    position: absolute;
    z-index: 9999;
    top: -10px;
    left: 0;
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
}