#header .nav-ul li {
    padding: 28px 0;
}
.banner-content .addon-button .mn-btn{
    color: #fff;
}
.banner-content .addon-button .gg-btn{
    background-color: #ffce2b;
}
.banner-content .addon-button .cc-btn{
    background-color: #000;
}
.find-prd-wrap{
    flex-wrap: wrap;
}
.search-form-wrap{
    width: 100%;
}
.find-prd-wrap .title{
    width: 100%;
    margin-bottom: 10px;
    color: #898989
}
.find-prd-wrap .title .hd{
    display: inline-block;
    padding: 0;
	cursor: pointer;
	color: #909090;
}
.find-prd-wrap .title .hd.active{
    color: #ffce2b;
}
#home{
    overflow: hidden;
}
.find-prd-wrap .search-form .submit-form{
    background-color: #ffce2b;
}
.list-about-nav li.active::after {
    background: #ffce2b;
}
.list-guide-nav li:hover {
    color: #ffce2b;
}
.list-guide-nav li.active::after {
    background: #ffce2b;
}
.scroll-top-link{
    border-color: #ffce2b;
    color: #ffce2b;
}
.scroll-top-link:hover{
    background-color: #ffce2b;
}
.btn-media:hover {
    border-color: #ffce2b;
	background-color: #ffce2b;
	color: #000;
}
a.hl:hover {
    color: #ffce2b;
}
.select-form .icon{
    color: #ffce2b;
}
.acc-info > .hl > i{
    margin-right: 5px;
}
.acc-info:hover > .hl{
    color: #ffce2b;
}
.status-mobile-btn{
    display: none;
    font-size: 18px;
	margin-right: 10px;
	margin-top: 2px;
	color: #ffce2b;
}
#header .navbar-toggle{
    padding: 0;
}
.status-mobile {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	right: -250px;
	padding: 20px 10px 10px 10px;
	overflow-y: auto;
	max-width: 250px;
	width: 100%;
	-webkit-box-shadow: -2px 0px 2px #00000045;
	box-shadow: -2px 0px 2px #00000045;
	z-index: 9999;
	background-color: #000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.status-mobile.open {
    right: 0;
}
#header .status-mobile.open{
    z-index: 3;
}
.status-mobile .username {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}
.status-mobile .user-menu-logo {
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
.status-mobile .user-menu-logo img {
	max-height: 50px;
	margin: auto;
}
.status-mobile .user-info {
	margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
.status-mobile .user-info .money,
.status-mobile .user-info .vip {
	text-transform: uppercase;
	color: #ffce2b;
	font-weight: bold;
}
.status-mobile .nav-percent {
	width: 100%;
	min-height: 8px;
	border-radius: 8px;
	background-color: #e1e1e1;
	position: relative;
	margin-bottom: 15px;
}
.status-mobile .nav-percent-ok {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #ffce2b;
	border-radius: 8px;
}
.status-mobile .menu-in-profile {
	list-style-type: none;
	margin-bottom: 15px;
}
.status-mobile .menu-in-profile > li:not(:last-child) {
	border-bottom: 1px solid #595959;
}
.status-mobile .menu-in-profile > li > a {
	padding: 15px 0;
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
}
.status-mobile .menu-in-profile > li > a > i {
	margin-right: 10px;
	color: #a2a2a2;
	font-size: 18px;
	width: 20px;
}
.status-mobile .mn-btn {
	width: 100%;
}
.overlay-status-mobile {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(225, 225, 225, 0.7);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	display: none;
	z-index: 2;
}
.status-mobile.open + .overlay-status-mobile {
	display: block;
}
.acc-info .status {
	top: 100%;
    bottom: unset;
}
.acc-info > .hl{
	white-space: nowrap;
}
@media screen and (max-width: 930px){
    #header .nav-ul .mn-dropdown-menu>li:hover>a {
        color: #ffce2b;
    }
    #header .nav-ul li {
        padding: 0;
    }
    #header .nav-ul{
        padding: 20px 0;
    }
    .status-mobile-btn{
        display: block;
    }
    #header .hd-right {
        display: flex;
        align-items: center;
    }
    .hdt__child .acc-info .hl{
        display: none;
    }
    .status-mobile{
        display: block;
    }
    .status{
        display: none !important;
    }
}

.hd-top{
	background-color: #252525;
}
.hd-main{
	background-color: #fff;
	color: #000;
}
#header .nav-ul>li.current-menu-parent>a, #header .nav-ul>li.current-menu-item>a {
    color: #000;
}
#header .nav-ul li a {
	color: #000;
	transition: .2s;
}
#header .nav-ul>li.current-menu-parent, #header .nav-ul>li.current-menu-item {
    border-bottom: 3px solid #ffce2b;
}
#header .mn-dropdown-menu li a{
	color: #fff;
}
#header .nav-ul li:hover>a, #header .nav-ul li:focus>a {
    color: #ffce2b;
}
#header .nav-ul .mn-dropdown-menu li.current-menu-parent>a, #header .nav-ul .mn-dropdown-menu li.current-menu-item>a {
    color: #ffce2b;
}
#header .nav-ul .mn-dropdown-menu li:hover>a, #header .nav-ul .mn-dropdown-menu li:focus>a {
    color: #ffce2b;
}
@media only screen and (max-width : 930px){
	#header .nav-ul li a {
		color: #fff;
	}
	#header .nav-ul>li.current-menu-parent, #header .nav-ul>li.current-menu-item {
		border-bottom: 0;
	}
}
.find-prd-wrap .input-form {
	position: relative;
	background-color: #fff;
	padding-left: 30px;
}
.find-prd-wrap .input-form::before {
	content: '\f002';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.addon-wrapper{
	display: flex;
	justify-content: space-between;
	width: 800px;
	max-width: 100%;
	margin: auto;
}
.banner-content .addon-button .gg-btn {
    color: #000;
}
#header .navbar-toggle .icon-bar {
    background-color: #ffce2b;
}
#header .logo {
	width: auto;
	padding: 5px 0;
}
#header .logo .img {
    min-width: 0;
    max-width: 100%;
}
#header .logo .img a img{
	height: 80px;
	width: auto;
}
@media only screen and (max-width : 768px){
	#header .logo .img a img{
		height: 60px;
	}
}
@media screen and (max-width: 930px){
	#header .hd-right {
		padding: 37px 0;
	}
}
@media only screen and (max-width : 768px){
	#header .hd-right {
		padding: 24px 0;
	}
}
.mn-btn.btn-1 {
    background-color: #ffce2b;
    color: #000;
}
.mn-btn.btn-1:hover {
    background-color: #ffce2b;
}
.info-card .img{
	background-color: #ffce2b;
	border-color: #ffce2b;
}
.info-card:hover .img {
    background-color: #ffce2b;
}
.contact {
	background-color: #ebebeb;
	color: #000;
}
.contact__child .shape-icon {
    background-color: #ffce2b;
    border: 1px solid #ffce2b;
}
.contact__child .shape-icon .fas {
    color: #000;
}
.status .status__footer .ft-btn {
	background-color: #ffce2b;
	color: #000;
}
.status .status__footer .ft-btn:hover {
    background-color: #ffce2b;
}
.status .status__body .links>a:hover {
	background-color: #e1e1e1;
	color: #000;
}
.status .status__body .links>a i {
    color: #ffce2b;
}
.status .status__body .links>a:hover>i {
    color: #ffce2b;
}
.contact__child .tt {
    color: #000;
}