html,
body {
    height: 100%;
    cursor: url(images/cursorhand.png), auto;
}
.cleart {
    clear: both;
}
.container:not(.not100) {
    width: 100%;
}
.container.not100 {
    width: 1240px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    /* padding: 0 0 80px; */
    background: #50136c;
    color: #ffffff;
}
.text-footerr{
  max-height: 320px;
  overflow: hidden;
}

.search-index .text-result {
    padding: 10px;

}

.wrap > .container {
    padding: 75px 0px 0px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* custom*/
.navbar-inverse {
    border: 0px !important;
}

.navbar-left {
   
}
.navbar-header {
    width: 240px;
    height: 60px;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    background: transparent;
}
.navbar-brand {
    margin-right: 15px;
    padding: 0px;
    /* height: auto; */
    margin-left: 0 !important;
    position: absolute;
}
.navbar-right {
    margin-right: 0 !important;
	margin-left:20px;
}
.navbar-custom {
    /*border-bottom: 2px solid #941413;*/
    background: #9c01ff;
    height: 50px;
    border-bottom: 1px solid #864fa9;
}

.navbar-custom .navbar-nav > li {
    padding: 6px 2px;
}

.navbar-custom .navbar-nav > li h1 {
    display: none;
}

.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > h1 {
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    /*border: 2px solid #ffe301;
    text-shadow: 2px 2px 2px #941413;*/
}

.navbar-custom .navbar-nav > li > h1 {
    font-size: 19px;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0;
}
.navbar-custom .navbar-nav > li > a:hover {
    background: #a932e7;
    position: relative;
    /* border: 2px solid #F1DC33;*/
}

.navbar-custom .navbar-nav .active a {
    background: #a932e7;
    position: relative;
    /* border: 2px solid #F1DC33;*/
}

.navbar-custom .navbar-nav .active a:hover,
.navbar-custom .navbar-nav .active a:focus {
    background: #a932e7;
    position: relative;
    /*border: 2px solid #F1DC33;*/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #941413;
}
.dropdown-menu {
    background: #fbcb25;
}
.dropdown-menu > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413,
        0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413,
        0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413,
        0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413,
        0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413, 0 0 4px #941413,
        0 0 4px #941413;
}
.dropdown-menu > li > a h1 {
    font-size: 18px;
    font-weight: bold;
    padding: 3px 0;
    margin: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #941413;
    color: #ffffff;
}
.custom-footer {
    height: 80px;
    padding-top: 0px;
    background: transparent;
    color: #b2b2b4;
    border: none;
}
.custom-footer .container {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #e5e5e5;
}
.custom-footer .container .list-inline li a {
    color: #e5e5e5;
}

.back-link ul {
    list-style: none;
}
ul.no-list-style {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.no-list-style li {
    display: inline-block;
}

.search-nav {
    display: inline-block;
    width: 170px;
    padding: 9px 5px 4px 5px;
}

.search-nav .input-group .form-control {
    padding: 5px 10px;
    background: #f7f7f7;
    height: 30px;
    outline-color: #fff100;
    color: #000;
    border-right: none;
	padding-right: 44px;
	border-radius: unset;
}
.search-nav .input-group .form-control::-webkit-input-placeholder {
    color: #9e9898;
}
.search-nav .input-group .form-control::-moz-placeholder {
    color: #9e9898;
}
.search-nav .input-group .form-control:-ms-input-placeholder {
    color: #fae931;
}
.search-nav .input-group .form-control:active,
.search-nav .input-group .form-control:focus {
    box-shadow: none;
}
.search-nav .input-group .btn-yellow {
    /* background: #a932e7; */
    color: #a932e7;
    /* cursor: pointer; */
    cursor: url(images/cursorhand.png), auto;
    height: 30px;
    padding: 2px 3px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    /* border: 1px solid #ffffff; */
    border-left: none;
    margin-left: -37px;
    background: unset;
    font-size: 21px;
	z-index: 6;
}
.search-nav .input-group .btn-yellow:focus {
    outline: none;
}
.loading {
    text-align: center;
    display: none;
}

.loading .loadImg {
    background: url("images/loading.gif");
    width: 50px;
    height: 50px;
    background-size: 100%;
    display: inline-block;
}
img {
    max-width: 100%;
}
.no-padding {
    padding: 0;
}
.load-screen {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0457a7 url("images/loading.gif") scroll no-repeat center;
    background-size: 120px 120px;
    z-index: 999999;
}
.text-error {
    text-align: center;
}
.text-error p:nth-child(2) {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #52a7c4;
}

.text-error p:last-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 40px;
}
.text-error i {
    font-size: 150px;
}
.box-description {
    margin-top: 15px;
    padding: 10px;
}

.not-active {
    display: none;
}

.banner-advertisement {
    height: 90px;

    position: fixed;

    width: 100%;

    bottom: 5px;
}

.banner-advertisement .content p {
    /* float: right; */

    margin: -20px;

    /* padding: 5px 6px; */

    width: 20px;

    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;

    right: 0;
}

.banner-advertisement .content p img {
    width: 100%;

    height: 100%;

    display: block;
}

.banner-advertisement .content {
    height: 90px;

    width: 728px;

    margin: 0 auto;

    padding: 0;

    background: #ffff;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    position: relative;
}

.banner-advertisement .content img {
    height: 90px;

    width: 728px;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;
}

.cate-list{
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.cate-list .cate-item {
  float: left;
  padding: 10px;
  width: 256px;
}
.wrap-cate {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.wrap-cate img{
  width: 106px;
  object-fit: cover;
}
.wrap-cate .cate-name{
  width: 100%;
  font-size: 19px;
  line-height: 1.1em;
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}





#game-list .game-item {
    width: calc(100% / 2);
}


@media (min-width: 480px) {
    #game-list .game-item {
        width: calc(100% / 3);
    }
}

@media (min-width: 630px) {
    #game-list .game-item {
        width: calc(100% / 4);
    }
}
@media (min-width: 780px) {
  #game-list .game-item {
      width: calc(100% / 5);
  }
}
@media (min-width: 930px) {
    #game-list .game-item {
        width: calc(100% / 6);
    }
}

@media (min-width: 1080px) {
    #game-list .game-item {
        width: calc(100% / 5);
    }
}

@media (min-width: 1230px) {
    #game-list .game-item {
        width: calc(100% / 6);
    }
}

@media (min-width: 1380px) {
    #game-list .game-item {
        width: calc(100% / 7);
    }
}
@media (min-width: 1530px) {
    #game-list .game-item {
        width: calc(100% / 8);
    }
}

@media (min-width: 1680px) {
    #game-list .game-item {
        width: calc(100% / 9);
    }
}

@media (min-width: 1830px) {
    #game-list .game-item {
        width: calc(100% / 10);
    }
}


.game-list {
    padding: 20px 15px;
}

.hidden_item {
    display: none;
}

.logo {
    width: 200px;
	height: 53px;
    margin-top: 0px;
}
.navbar-brand {
    color: transparent !important;
    text-indent: 100%;
    white-space: nowrap;
}
.text-index,
.text-game {
    position: absolute;
    top: -99999px;
    z-index: -1;
}

.playbttn {
    opacity: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ffc809;
    padding: 5px 15px;
    position: absolute;
    z-index: 101;
    z-index: 101;
    bottom: 30px;
    left: 0;
    width: fit-content;
    right: 0;
    margin: auto;
    -webkit-animation: animateup 0.3s;
    -moz-animation: animateup 0.3s;
    -ms-animation: animateup 0.3s;
    -o-animation: animateup 0.3s;
    animation: animateup 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 2px 0px 0px rgb(50 50 50 / 50%);
    -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 0px 0px rgb(50 50 50 / 50%);
}
.back-top {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 20px;
    bottom: 90px;
    color: #fff;
    border-radius: 50%;
    background: #fcd01f;
    text-align: center;
    padding-top: 1px;
    font-size: 21px;
    line-height: 28px;
    cursor: pointer;
	z-index:999999;
	box-shadow: 0 0 12px 7px #fdfdfd;
}
.game-index .tags li h2 {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}

.game-item,
.game-size {
    display: block;
    /* width: 160px;
  height: 160px; */
    padding: 10px;
    vertical-align: top;
    float: left;
}

.game-list::after {
    display: block;
    content: "";
    clear: both;
}
.game-size {
    position: absolute;
    top: -109px;
    left: -109px;
}
.game-item .wrap-game {
    /* width: 100%;
    height: 100%; */
    position: relative;
    border-radius: 10px;
   /* border: 1px solid #9b27d0;*/
    background: #fff;
    /* transition: background ease 0.3s, border linear 0.3s; */
}

.game-item .game-name {
  opacity: 1;
  color: #37384d;
  word-wrap: break-word;
  font-weight: bold;
  z-index: 30;
  border-radius: 7px;
  transition: opacity linear 0.3s;
  text-align: center;
  line-height: 1.1em;
  display: block;
  text-align: center;
  padding: 3px;
  height: 2.8em;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  text-decoration: none
  ;
}
.game-item .game-name label {
    /* cursor: pointer; */
    cursor: url(images/cursorhand.png), auto;
    margin-top: 10px;
}
.game-item img {
    /* width: 100%;
    height: 100%; */
    border-radius: 8px;
    background: #0457a7 url("images/load-game.gif") center no-repeat;
    background-size: 40px 40px;
}

.game-item .wrap-game:hover {
 /* background: #6b1891; */
    box-shadow: 0 0 12px 7px #a932e7;
    border-color: #ffffff !important;
    position: relative;
}

.game-item:hover .game-name,
.game-item:hover .playbttn {
    opacity: 1;
}

.new {
    position: relative;
}

.new .wrap-game:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: url("images/new.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

.hot .game-name {
    display: block;
}

.big {
    width: 218px;
    height: 218px;
}
.hot .wrap-game:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    background: url("images/hot.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.big.new .wrap-game:before,
.big.hot .wrap-game:before {
    width: 80px;
    height: 80px;
}
.button-area {
    text-align: center;
    display: none;
}

.button-area .btn-loadmore {
    background: #fff100;
    border-radius: 15px;
    padding: 6px 25px;
    font-weight: bold;
    color: #333333;
}

@media (max-width: 768px) {
    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 1px;
        background: #fff;
    }

    .navbar-header {
        width: 100%;
        margin: 0 !important;
    }
    .navbar-toggle {
        margin: 0;
        margin-top: 6px;
    }
    .navbar-custom {
        background: #a723fc;
        background-image: unset;
        height: 60px;
    }
    #navbar {
        background-image: linear-gradient(#a71efc, #a094ff);
    }

    .navbar-custom .navbar-nav > li {
        padding: 6px 2px;
        border-bottom: solid 1px #d087ff;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-left {
        margin-left: 0;
        width: 100%;
        /* padding: 20px; */
        padding-top: 40px;
		    height: calc(100vh - 60px);
    overflow: scroll;
    }
	.input-group{
		width: 100%;
	}

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapseÎ {
        max-height: unset;
    }

    .navbar-right {
        position: absolute;
        top: 60px;
        width: calc(100% - 30px);
    }
    .navbar-right form {
        width: 100%;
    }
    .logo {
        width: auto;
        height: 50px;
        margin-left: -10px;
    }
}

.game-item .wrap-game.hot1 {
    border: unset;
    animation: o-border 2s linear infinite;
}

.hot2 {
    /* width: 300px;
height: 300px; */
    box-sizing: border-box;
    padding: 4px;
    position: relative;
    overflow: hidden;
}

.hot2 img {
    position: relative;
    z-index: 22;
}

.hot2::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: 5px;
    left: 5px;
    background: repeating-linear-gradient(
        white 0%,
        white 7.5px,
        red 7.5px,
        red 15px,
        white 15px,
        white 22.5px,
        red 22.5px,
        red 30px
    );
    transform: translateX(-20%) translateY(-20%) rotate(-45deg);
    animation: animate 20s linear infinite;
}

@keyframes animate {
    from {
        background-position: 0;
    }

    to {
        background-position: 0 450px;
    }
}

.new .wrap-game:before,
.hot .wrap-game:before {
    width: 45px;
    height: 50px;
    top: 4px;
    left: 4px;
    z-index: 25;
}

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

@keyframes o-border {
    /* 0% {  } */
    0% {
        background: #fdfe03;
        box-shadow: 0 0 12px 7px #b68830;
        border-color: #fdfe03 !important;
        border: 1px solid #0077e9;
    }

    100% {
        /* background: #fdfe03;
  box-shadow: 0 0 12px 7px #b68830;
  border-color: #fdfe03 !important;
  border: 1px solid #0077e9; */
    }
}

.hot4 {
    width: 100%;
    height: 100%;
    animation: o-rotate-360 linear 8s infinite;
    z-index: 3;
    position: absolute;
}

.hot4::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(
        60deg,
        hsl(224, 85%, 66%),
        hsl(269, 85%, 66%),
        hsl(314, 85%, 66%),
        hsl(359, 85%, 66%),
        hsl(44, 85%, 66%),
        hsl(89, 85%, 66%),
        hsl(134, 85%, 66%),
        hsl(179, 85%, 66%)
    );
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 2s alternate infinite;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 5px;
    left: 0;
}

@keyframes o-rotate-360 {
    0% {
        /* transform: rotate(0) */
    }

    100% {
        /* transform: rotate(360deg) */
    }
}
.game-index {
    margin-top: 60px;
}
#container {
    padding: 50px 15px;
}
.game-index .container {
    background: #0457a7;
    padding: 15px;
    border-radius: 10px;
    color: #ffffff;
}
.game-index .game-area .top {
    padding-top: 5px;
    padding-bottom: 20px;
}
.game-index .game-area .game-detail {
    background: #003d78;
    padding: 10px 20px;
    border: 1px solid #0077e9;
}
.game-index .game-area .game-detail .game-nav {
    padding: 5px;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 10px;
    width: 100%;
}
.game-index .game-area .game-detail .game-nav ul li {
    display: inline-block;
    vertical-align: middle;
}
.game-index .game-area .game-detail .game-nav ul li a {
    display: block;
}
.game-index .game-area .game-detail .game-nav ul li h1 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
}
.game-index .game-area .game-detail .iframe {
    width: 100%;
    height: 600px;
    margin: auto;
    background: #0457a7 url("images/loading.gif") scroll no-repeat center;
    background-size: 80px 80px;
}
.game-index .game-area .game-detail .iframe * {
    max-width: 100%;
}
.game-index .game-area .game-detail .game-description {
    padding: 10px 0;
}
.game-index .game-area .game-detail .game-tags {
    padding: 10px 0 50px 0;
}
.game-index .game-area .game-detail .game-tags .tag-title {
    font-weight: bold;
}
.game-index .game-area .game-detail .game-tags .tags-list {
    display: inline-block;
}
.game-index .game-area .game-detail .game-tags .tags-list li a {
    display: block;
    padding: 3px 5px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
}
.game-index .middle {
    padding: 20px 0;
}

.game-index .game-related {
    padding: 10px 0;
    margin: auto -9px;
}
.game-index .game-related .game-container .game-item {
    width: 95px;
    height: 95px;
}
.game-index .social {
    padding: 10px;
    min-height: 200px;
    background: #f1f3f7;
    position: relative;
}

.game-index .right,
.game-index .left {
    padding: 0;
}
.game-index .right .fix,
.game-index .left .fix {
    max-width: 100%;
    margin-top: 120px;
    display: block;
}
.game-index .top *,
.game-index .middle *,
.game-index .right .fix *,
.game-index .left .fix * {
    max-width: 100%;
}
#rate-google {
    position: absolute;
    top: -9999px;
}
#rate-google div img {
    float: left;
    margin-right: 10px;
}

#rate {
    float: right;
    margin-top: 12px;
    font-size: 11px;
}
#rate > span:first-child {
    padding-top: 4px;
    color: #bec6ce;
}
#rate ul {
    float: left;
    padding: 0px 0px 0px 10px;
    margin: 2px 0px 0px 0px;
}
#rate ul li i {
    font-size: 18px;
    /* cursor: pointer; */
    cursor: url(images/cursorhand.png), auto;
    display: inline-block;
    /*color: #F0F0F0;*/
    text-shadow: 0 0 1px #666666;
}
#rate span {
    display: block;
    float: left;
}
#rate ul .highlight,
#rate ul .selected {
    color: #f4b30a;
    text-shadow: 0 0 1px #f48f0a;
}
.game-index .game-description .share {
    float: right;
    /*margin-left: 5px;*/
    width: 100%;
    padding-right: 20px;
}
.game-index .game-description .share > span {
    font-size: 11px;
    color: #bec6ce;
    margin-top: 5px;
}
.game-index .game-description .share a i {
    font-size: 15px;
    margin-top: 4px;
    margin-left: 2px;
}
.game-index .game-description .share a {
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
}
.game-index .game-description > p a,
.game-index .game-description > a {
    color: #fdfe03 !important;
    text-decoration: underline;
    font-weight: bold;
}
.no-list-style li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.game-description h2 {
    font-size: 16px;
}
.game-list .wrap-game h3 {
    font-size: 14px;
    bottom: 0px;
    margin: 0px 0px 4px 0px;
}
.no-list-style > li > h3 {
    margin: 0px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 35px;
}
.no-list-style li:first-child a span {
    color: transparent !important;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.game-index .tags {
    position: relative;
    border-top: 1px solid #8023d5;
    padding-top: 10px;
}
.game-index .tags:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    left: 0px;
    top: -3px;
}
.game-index .tags ul {
    padding: 0px;
}
.game-index .tags li {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #eb04f5;
}
.game-index .tags li a {
    display: block;
    border: 1px solid #a932e7;
    border-radius: 7px;
    color: #ff62ff;
    padding: 1px 7px;
    /* cursor: pointer; */
    cursor: url(images/cursorhand.png), auto;
    text-decoration: none;
}
.game-index .tags li a:hover {
    background: #0457a7;
}

@media (max-width: 767px) {
    .ads-pc {
        display: none;
    }
    .ads-mb {
        display: block;
    }
}

@media (min-width: 768px) {
    .ads-pc {
        display: block;
    }
    .ads-mb {
        display: none;
    }
}
.navbar-custom .navbar-nav > li > a img{
  height: 30px;
  margin-right: 8px;
  margin-top: -3px;
}
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > h1,
.navbar-brand,
#game-list .game-item {
    cursor: url(images/cursorhand.png), auto;
}

.custom-footer{
    background: #542869; height: auto !important;
}
.ft-site-name{
    text-align:center; font-size: 20px;
}

.hide-item{
    display: none;
}

.text-footer-cate{
  overflow: hidden;
  background: #7010ad;
  border-radius: 10px;
  padding: 20px;
}
