/*

Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Author: Ch Themes
Author URI: https://themeisle.com
Description: This is child theme
Version: 1.7.8
Template: neve
Text Domain: neva

*/
:root {
    --hovercolor: var(--nv-secondary-accent);
    --nv-secondary-accent: white;
    --linkcolor: #098a36;
    --linkcolorHover: #00b23e;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* fix sticky */
body > div.wrapper:not(.et-fb-iframe-ancestor) {
    overflow: unset;
}
body > div.wrapper .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
}

body {
    background-color: var(--nv-site-bg);
    margin: 0;
    padding: 0;
    font-family: Roboto Condensed;
    font-size: 16px;
}
body a {
    text-decoration: none;
    color: inherit;
}
body p {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}
body h1{
    margin: 0;
    text-transform: uppercase;
}
img {
    max-width: 100%;
}
[data-neve-theme="dark"] .page-id-202 #content.neve-main .container {
    background: #fff;
}
/*#region ************* HEADER **************/
#header-top {
    background: linear-gradient(90deg, rgb(1, 94, 47) 0%, rgb(14, 192, 122) 100%);
}
.header .builder-item {
    margin: 0 0;
}
.ht-container {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btns-dk-dn {
	margin: 30px auto 10px;
	display :flex;
	justify-content: center;
}

 .btns-dk-dn .pushable {
    background: hsl(340deg 100% 32%);
    border-radius: 12px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
	 margin: 0 5px;
  }
  .btns-dk-dn .front {
    display: block;
    padding: 10px 5px;
    border-radius: 12px;
    font-size: 1.25rem;
    background: #ff0000;
    color: white;
    transform: translateY(-4px);
    width: 150px;
    text-align: center;
  }
.btns-dk-dn .front:hover {
	transform: translateY(-6px);
}

  .pushable:active .front {
    transform: translateY(-2px);
  }

.header-top-inner {
    padding: 8px 0;
}
/* .header-top-inner .hfg-slot.right {
    justify-content: center;
} */
.hd-gif {
    display: flex;
}
.nav-menu-secondary #secondary-menu-mobile-main {
    height: 50px;
    width: 100vw;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
}
.static-sub-header {
    position: relative;
    width: 100%;
    height: auto;
    /* background: #940000; */
    background: #005239;
}
.static-sub-header ul {
    max-width: 900px;
    width: 100%;
    padding: 17px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: white;
    font-weight: 600;
}
.static-sub-header ul li {
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    flex: 1;
    text-align: center;
}
.static-sub-header ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.static-sub-header ul li a {
	color: #00f6a4;
}
.static-sub-header ul li:hover a,
.static-sub-header ul li:focus a{
    color: #fff172;
}
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
#mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 14px;
}
@media only screen and (max-width: 959px) {
    #mega-menu-wrap-top-bar .mega-menu-toggle + #mega-menu-top-bar {
        height: auto;
        width: calc(100vw - 15px);
		width: 100vw;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        padding: 0 15px;
        padding-bottom: 7px;
    }
    #mega-menu-wrap-top-bar #mega-menu-top-bar > li.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-top-bar #mega-menu-top-bar.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-top-bar #mega-menu-top-bar.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-top-bar #mega-menu-top-bar li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        position: fixed;
        width: 100vw;
        left: 0;
		top:140px;
        padding: 0 0 0 0;
        font-size: 14px;
        transform: translateY(55px);
    }
    #mega-menu-wrap-top-bar #mega-menu-top-bar > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
        display: flex;
        font-size: 14px;
    }
    #mega-menu-wrap-top-bar #mega-menu-top-bar > li.mega-menu-item > a.mega-menu-link {
        width: max-content;
    }
    .header-main-inner .builder-item {
        padding-left: 0;
		padding-right:0;
    }
	#mega-menu-wrap-top-bar #mega-menu-top-bar li.mega-menu-item{
		position: static !important;
	}
    #mega-menu-wrap-top-bar #mega-menu-top-bar > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 5px 15px;
        border-top: 2px solid #0bb589;
        box-shadow: 0 -2px 3px 0px #003422;
    }
	
	
}

@media (max-width: 768px) {
    .static-sub-header ul {
        overflow-x: auto;
    }
    .static-sub-header ul li {
        min-width: max-content;
        font-size: 11px;
    }
	.header--row-inner.header-top-inner {
		height: 85px;
	}
	  #mega-menu-wrap-top-bar #mega-menu-top-bar > li.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-top-bar #mega-menu-top-bar.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-top-bar #mega-menu-top-bar.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-top-bar #mega-menu-top-bar li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
        position: fixed;
        width: 100vw;
        left: 0;
		top:125px;
        padding: 0 0 0 0;
        font-size: 14px;
        transform: translateY(55px);
    }
	
}

/*#endregion HEADER ------------------*/

/*#region ************* Body **************/
.maxpage-container {
    /* max-width: 1200px; */
    width: 100%;
    margin: 10px auto;
}
.body-contents {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.nv-single-page-wrap.col {
    padding: 20px 30px;
}
.home .nv-single-page-wrap.col {
    padding: 0px 30px;
}

[data-neve-theme="dark"] #content.neve-main .container {
    border: 1px solid #002511;
    background: #005239;
}
#content.neve-main .container {
    border: 1px solid #e0e0e0;
    background: #fff !important;
	color: #333;
	
	padding-bottom: 20px;
}


.toppage-contents {
    padding: 10px 20px;
}
.post-card a {
    color: #008245;
}
[data-neve-theme="dark"] .post-card a {
    color: #9dffd3;
}
[data-neve-theme="dark"] .post-card a:hover {
    color: #24e08c;
}
.post-card,
.row-2 .post-card {
    flex-basis: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.post-card .pc-title {
    margin-bottom: 5px;
    font-size: 20px;
}

.row-3 .post-card {
    flex-basis: 33%;
}
.row-3 .post-card .pc-title {
    font-size: 18px;
}
.row-4 .post-card {
    flex-basis: 25%;
}
.row-4 .post-card .pc-title {
    font-size: 16px;
}
.Paginations {
    display: flex;
    justify-content: center;
    margin: 15px auto;
}
.wp-pagenavi .pages {
    background: #00843c !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    border: 1px solid white;
    border-radius: 5px;
    background: #00843c;
    margin: 0 3px;
    padding: 5px 14px;
    color: white !important;
    font-weight: 600;
    transition: all 200ms ease-in-out;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover,
.wp-pagenavi a.current,
.wp-pagenavi span.current {
    background: #00421d;
    color: white;
}

#content .nv-sidebar-wrap.nv-right {
    padding: 5% 5px;
}

#content .nv-sidebar-wrap.nv-right #secondary {
    border: 2px solid #e6e6e6;
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.08);
    padding: 40px 15px;
    border-radius: 10px;
}
[data-neve-theme="dark"] #content .nv-sidebar-wrap.nv-right #secondary {
    border: 2px solid #035e34;
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.08);
    padding: 40px 15px;
    border-radius: 10px;
    background: #179158;
}
form.wp-block-search input.wp-block-search__input:focus {
    background: white;
    color: #333;
    box-shadow: none;
}
[data-neve-theme="dark"] form.wp-block-search input.wp-block-search__input {
    background: white;
    color: #333;
}
.wp-block-search__inside-wrapper {
    flex-direction: column;
}
.wp-block-search__inside-wrapper button {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 40px;
    background: #139659 !important;
}
.wp-block-search__inside-wrapper button:hover {
    background: #14c573 !important;
}
[data-neve-theme="dark"] .wp-block-search__inside-wrapper button {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 40px;
    background: #14c573 !important;
}

[data-neve-theme="dark"] .wp-block-search__inside-wrapper button {
    background: #00644a;
}
.search-icon path {
    fill: red;
}
.wp-block-group .wp-block-group__inner-container > h2 {
    border-bottom: 2px solid #80bb80;
    background: #a2a2a2;
    padding: 5px 10px;
    font-size: 25px;
    color: white;
}
[data-neve-theme="dark"] .wp-block-group .wp-block-group__inner-container > h2 {
    border-bottom: 2px solid #cfd0cf;
    background: #125938;
}
#secondary ul {
    padding-left: 10px;
}

@media (max-width: 992px) {
    .post-card {
        flex-basis: 50% !important;
    }
}
@media (max-width: 600px) {
    .post-card {
        flex-basis: 100% !important;
    }
}

/*#endregion Body ------------------*/

/*#region ************* FOOTER **************/
footer#site-footer {
    background: #005239;
    padding: 30px 0 0 0;
    color: #fff;
}

.foot_new_top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.foot_cont {
    flex-direction: row;
    padding: 10px;
}
.foot_cont.one {
    width: 32%;
    padding-right: 30px;
    text-align: justify;
    margin-bottom: 10px;
}
.foot_cont.one p:first-child {
    text-align: center;
}
.foot_new_top .foot_cont:first-child img {
    width: 80%;
    height: auto;
}
.foot_new_top .foot_cont strong {
    font-size: 14px;
    color: #fff172;
    display: block;
    text-align: center;
}
.foot_new_top .foot_cont .footnav_new {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}
.foot_new_top .foot_cont .footnav_new a {
    font-size: 13px;
    color: #d0f3e0;
    display: block;
    padding: 3px 0 3px 10px;
}

.foot_new_bottom {
    display: flex;
    justify-content: center;
    background: #00321a;
    padding: 10px;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .foot_new_top {
        flex-wrap: wrap;
    }
    .foot_cont {
        flex-basis: 25%;
    }
    .foot_cont.one {
        flex-basis: 100%;
        padding-right: 5px;
    }
    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        font-size: 20px;
    }
    .body-contents {
        padding: 0px 5px;
    }
	.foot_new_bottom {
		background: #179158;
	}
}
@media screen and (max-width: 600px) {
    .foot_cont {
        flex-basis: 50%;
        padding: 0 5px;
    }
}

/*#endregion HEADER ------------------*/

/*#region ************* Matches **************/
.related-under-posts {
    width: 100%;
    border: 1px solid #000;
    padding: 20px 15px;
}

.related-under-posts ul li {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #00773f;
}
.socials-under-posts {
    display: flex;
}
.socials-under-posts a {
    display: block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
}
.socials-under-posts a img {
    width: 40px;
    height: 40px;
}

/*#endregion HEADER ------------------*/

/*#region ************* Matches **************/
.football-table {
    max-height: 600px;
    overflow-y: auto;
}
/*#endregion HEADER ------------------*/

.widget {
	margin: 0;
}
.widgettitle {
	display: none;
}


.helpcenterBG{
		background: url(https://uat.cadodabong.com/wp/fb88blog.vip/wp-content/uploads/2024/10/side-helpcenter-bg.jpg) no-repeat;
	}
	.tcenter {
		text-align: center;
	}
	.toppart {
		margin: 5px 0 10px 0;
	}
#btn-Chat-mobile {
	display: none;
}
	#btn-Chat {
	    position: fixed;
	    width: 199px;
	    right: -199px;
	    top: 177px;
	    padding: 10px;
	    z-index: 9999;
	    background-color: #048642;
	    min-height: 341px;
		transition:all 200ms ease-in-out;
		z-index:9990;
	}
#btn-Chat:hover {
	transform: translateX(-199px);
}
	#btn-Chat #btnCloseChat {
    	    position: absolute;
	    right: 199px;
	    top: 0;
	    display: block;
			height: auto;
	    width: 55px;
	    margin:0 auto;
	    padding: 0;
            z-index: 9999;
		border-top-left-radius:6px;
		border-bottom-left-radius:6px;
		overflow: hidden;
	}
	.custService a {
	    display: block;
	    background: rgba(0, 0, 0, 0.4);
	    padding: 5px;
	    margin-bottom: 5px;
	    border-radius: 5px;
	    color: #66eacd;
	    font-size: 11px;
	    font-family: roboto,sans-serif;
	    font-weight: 700;
	    z-index: 9;
            cursor:pointer;
	}
.custService a:hover {
background:#096e3b;
}
	.custService a img {
		vertical-align: middle;
		margin-right: 10px;
	}
.btnChat {
		border:none;
    border-radius: 3px;
    background: #fee71b;
    color: #272300;
    text-align: center;
    height: 31px;
    width: 140px;
    display:flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		white-space: nowrap;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px auto;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.btnChat:hover {
	background: #fee71b;
    color: #272300;
}
.sprite {
		background: url(https://uat.cadodabong.com/wp/fb88blog.vip/wp-content/uploads/2024/10/sprite-icons.png) no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	border-radius: 5px;
	}
	.sprite-247 {
		width: 83px;
		height: 47px;
		background-position: -47px -165px;
	}
	.sprite-phone {
		width: 22px;
		height: 22px;
		background-position: -81px 0px;
	}
	.sprite-facebook-s {
		width: 24px;
		height: 24px;
		background-position: -81px -22px;
	}
	.sprite-zalo {
		width: 24px;
		height: 24px;
		background-position: -81px -46px;
	}
	.sprite-skype-s {
		width: 24px;
		height: 24px;
		background-position: -81px -118px;
	}
	.sprite-telegram {
		width: 24px;
		height: 24px;
		background-position: -81px -94px;
	}
	.sprite-mail-s {
		width: 22px;
		height: 18px;
		background-position: -81px -142px;
	}
	.sprite-viber-s {
		width: 24px;
		height: 24px;
		background-position: -81px -70px;
	}
	.sprite-hover-vn {
	background: url(https://fb88blogsg.com/wp-content/uploads/2024/04/side-helpcenter-gr-vn.png) no-repeat;
		width: 56px;
		height: 261px;
	}

.sprite-twitter {
		width: 45px;
		height: 45px;
		background-position: 0px -135px;
	}
	.sprite-facebook-b {
		width: 45px;
		height: 45px;
		background-position: 0px 0px;
	}
	.sprite-gplus {
		width: 45px;
		height: 45px;
		background-position: 0px -45px;
	}
	.sprite-instagram {
		width: 45px;
		height: 45px;
		background-position: 0px -90px;
	}
	.sprite-youtube {
		width: 45px;
		height: 45px;
		background-position: 0px -180px;
	}
@media (max-width:1024px) {
	#btn-Chat-mobile {
		display: block;
		position: fixed;
		left: 0;
		bottom:-340px;
		width: 100%;
		height:375px;
		z-index:90;
		transition: all 200ms ease-in-out;
	}
	#btn-Chat-mobile.active {
		bottom: 0;
	}
	#btn-Chat {
		display: none;
	}
	.helpcenterBG{
		background-size: cover;
	}
	.closebtn {
		color: white;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    background: #179158;
		display: flex;
        justify-content: center;
        align-items: center;
	}
	.closebtn img {
		height: 35px;
    border-radius: 10px;
		margin-right: 10px;
	}
	.custService a{
		margin: 5px 0;
	}
	.snozzle {
		width: 23px;
	}
}
