#owl-slider1 .item img{
    display: block;
    width: 100%;
    height: auto;
  }
  #barslider{
    width: 0%;
    max-width: 100%;
    height: 4px;
    background:#19ade9;
  }
  #progressBarslider{
    width: 100%;
    background: #EDEDED;
    position: absolute;
    bottom: 0;
    z-index: 4;
  }

/* Menu Live */
.wrapper__menu-live {}
.wrapper__menu-live ul {
    background: white;
    margin: 0;
    display: flex;
    padding: 5px 0;
    list-style: none;
}
.wrapper__menu-live ul li {
    width: 100%;
}
.wrapper__menu-live ul li:last-child {
    padding-left: 5px;
}
.wrapper__menu-live ul li a {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
}
.wrapper__menu-live--color {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffefc1+0,e0cfa4+6,b4a180+11,a79476+14,9a866d+20,927c64+23,8e7860+26,7c634d+34,6b4e3c+49,694c3c+51,6a4d3f+54,6d4e3a+60,76573b+66,7f5b39+69,86603c+71,8d6742+74,9c7345+80,bc9053+91,ce9b59+100 */
    background : #ffefc1; /* Old browsers */
    background : -moz-linear-gradient(top,  #ffefc1 0%, #e0cfa4 6%, #b4a180 11%, #a79476 14%, #9a866d 20%, #927c64 23%, #8e7860 26%, #7c634d 34%, #6b4e3c 49%, #694c3c 51%, #6a4d3f 54%, #6d4e3a 60%, #76573b 66%, #7f5b39 69%, #86603c 71%, #8d6742 74%, #9c7345 80%, #bc9053 91%, #ce9b59 100%); /* FF3.6-15 */
    background : -webkit-linear-gradient(top,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* Chrome10-25,Safari5.1-6 */
    background : linear-gradient(to bottom,  #ffefc1 0%,#e0cfa4 6%,#b4a180 11%,#a79476 14%,#9a866d 20%,#927c64 23%,#8e7860 26%,#7c634d 34%,#6b4e3c 49%,#694c3c 51%,#6a4d3f 54%,#6d4e3a 60%,#76573b 66%,#7f5b39 69%,#86603c 71%,#8d6742 74%,#9c7345 80%,#bc9053 91%,#ce9b59 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc1', endColorstr='#ce9b59',GradientType=0 ); /* IE6-9 */

}
.menu-live--icon {
    width: 25px;
    height: 25px;
}
/* Dock Game */
.dock-game {}
.dock-game--page {
    padding: 0 5px;
}
.dock-game__wrapper {
    margin-bottom: 10px;
}

.dock-game__play {
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 300ms ease-out;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: red;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    opacity: 0;
}
.dock-game__play--mt {
    padding: 0;
    height: 100vh;
    background: black !important;
    opacity: 0.8 !important;
}
.dock-game__play--mt__img {
    width: 31px!important;
    height: auto!important;
    position: absolute!important;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.dock-game__banner {
    padding: 0 5px;
    margin-bottom: 10px;
}
.dock-game__banner img {
    width: 100%;
    height: 100%;
}
.dock-game__header {
    background: rgb(22, 22, 22);
    position: relative;
    padding: 10px 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;

}
.dock-game__header--stick {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index:4;
}
.dock-game__header--desc {
    margin-bottom: 10px;
}
.dock-game__header--desc__title {
    text-align: center;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.dock-game__header--desc__content {
    text-align: center;
    color: #000;
    font-size: 13px;
}

.dock-game__header__title {
    color: white;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px!important;

}
.dock-game__header__view {
    float: right;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.dock-game__header__view--btn {
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 10px;
    border: 0;
    margin-right: 5px;
    font-size: 13px!important;
}
.dock-game__header__view--btn--l {
    background: rgb(142,142,142);
}
.dock-game__header__view--btn--r {
    background: rgb(21, 116, 154);
}
.dock-game__header__view--btn:last-child {
    margin-right: 0;
}
.dock-game__header__view__dropdown {
    border-radius: 0;
    right: 0 !important;
    left: unset !important;
    transform: translate3d(0px, 40px, 0px) !important;
    z-index: 9 !important;
    padding: 0;
}
.dock-game__header__view__dropdown a {
    border-bottom: 1px solid black;
}
.dock-game__container {
    padding: 0 2.5px;
    display: flex;
    flex-wrap: wrap;
}
.dock-game__item {
    width: 100%;
    padding: 0 2.5px;
    margin-bottom: 10px;
}
.dock-game__item__title {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.dock-game__item--row2 {
    width: 50%;
}
.dock-game__item--row3 {
    width: 33.333333%;
}
.dock-game__item--row4 {
    width: 25%;
}
.dock-game__item--row4 .dock-game__item__title {
    font-size: 10px;
}
.dock-game__item__img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: none!important;
}
.dock-game__item__img img {
    position: relative;
    width: 100%;
    height: 100%;
}
.dock-game__item__badge {}
.dock-game__item__badge--promo {
    background: red;
    position: absolute;
    color: white !important;
    transform: rotate(45deg);
    padding-top: 50px;
    top: -25px;
    right: -70px;
    width: 150px;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 0px 5px 5px red;
    -moz-box-shadow: 5px 0px 5px 5px red;
    -moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
    text-align: center;
}
.dock-game__item__badge--new {
    position: absolute;
    left: 0;
    top: 10px;
    height: 0;
    border-top: 15px solid yellow;
    border-bottom: 15px solid yellow;
    border-right: 15px solid transparent;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.dock-game__item__play {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
}
.dock-game__item__play p {
    width: calc(100% - 40px);
    color: white;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}
.dock-game__item__play a {
    border-radius: 0;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    height: 30px;
}
.dock-game__item__play-button {
    width: 100%;
}
.dock-game__item__play-button ul {
    background: white;
    margin: 0;
    display: flex;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    list-style: none;
}
.dock-game__item__play-button ul li {
    width: 100%;
}
.dock-game__item__play-button ul li a {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0;
}
.dock-game__item__play--uppercase {
    text-transform: uppercase;
}
.dock-game__item__play--mini {
    font-size: 9px!important;
    font-weight: normal;
    padding: 5px 0;
}
.dock-game__item__play--blue {
    background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
    background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
}
.dock-game__item__play--green {
    background: -webkit-linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
}

.dock-game--footer {
    text-align: center;
}
.dock-game--footer__upper {
    color: white;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.dock-game--footer__btn {
    background-color: rgba(148, 212, 2, 1);
    background: -moz-linear-gradient(top, rgba(148, 212, 2, 1) 0%, rgba(80, 115, 1, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(148, 212, 2, 1) 0%,rgba(80, 115, 1, 1) 100%);

    color: white;
    text-decoration: none;
    font-weight: bold;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.dock-game--footer__btn--capt {
    text-transform: uppercase;
}
.dock-game--footer__lower {
    color: white;
    margin: 0;
    font-size: 12px;
}
.dock-game--footer__lower a {
    color: rgb(20,153,192);
    margin: 0;
    text-decoration: none;
}
/* Modal Search */
.modal-search {}
.modal-search__wrapper {
    top: 0;
}
.modal-search__container {
    margin: 0;
}
.modal-search__content {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    height: 100vh;
    overflow-y: scroll;
}
.modal-search__header {
    background: rgb(31,31,31);
    color: white;
    padding: 15px 15px;
}
.modal-search__header .close {
    color: white;
}
.modal-search__form {}
.modal-search__form i {
    color: #a6a6a6;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 3;
}
.modal-search__form__input {
    background: #d7d7d7;
    color: #495057;
    padding: 10px 30px;
}
/* Breadcrumb */
.breadcrumb--custom {
    padding: 0 5px;
    margin: 0;
    background: transparent;
}
.breadcrumb--custom li {
    padding: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}
.breadcrumb--custom .breadcrumb-item a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.breadcrumb--custom .active {
    color: rgb(17,75,99);
    font-weight: bold;
}
