/* =================================   
======== TABLE OF CONTENTS ========
01. Defaul
02. General
03. Menu
04. Footer
05. Wrapper
	05.1 Sidebar
		5.1.1 Sidebar Start
		5.1.2 Sidebar Box
		5.1.3 Sidebar Fanpage
	05.2 Content
		5.2.1 Content Banner
		5.2.2 Content Link
		5.2.3 Content Daily
		5.2.4 Main Slide
		5.2.5 Detail
mb - mobile
Popup Login
 =================================   */


/* ==== Begin: 01. Defaul ==== */

@font-face {
    font-family: hanzel;
    src: url(../font/Hanzel\ Bold.ttf);
    font-family: Arial, Helvetica, sans-serif;
}
/* @font-face {
    font-family: justice;
    src: url(../justice.otf);
    font-family: Arial, Helvetica, sans-serif;
} */

body {
	padding: 0;
	text-align: center;
	font-family: arial;
	position: relative;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	background: url(../images/bg_home.jpg) no-repeat center top #232a44;
    background-size: contain;
	color: #fff;
    overflow-x: hidden;
	font-size: 12px;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #0b0404;
	text-decoration-line: unset;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
	display: inline;
}
audio {
	display: none;
}
i, svg {
	margin: 0 10px;
}
table, th, td, th {
	vertical-align: middle !important;
}
section{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
}
.clear {
	clear: both;
}
.container {
	padding: unset !important;
	/* width: 1100px; */
	height: 100%;
	margin: auto;
}
.container::before, .container::after {
	content: "";
	display: table-cell;
}

#mask {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.overflow-hidden {
	overflow: hidden !important;
}
a:hover {
	-webkit-text-decoration-line: unset;
	text-decoration-line: unset;
}
.img_hv img:last-child {
	display: none;
}
.img_hv:hover img:first-child {
	display: none;
}
.img_hv:hover img:last-child {
	display: inline-block;
}
.float-left{
	float: left
}
.float-right{
	float: right
}
.content-scroll::-webkit-scrollbar {
    width: 12px;
}
 
.content-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.content-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn-hover{
	outline: unset;
	border: unset;
}
/* ==== End: Defaul ==== */

/* ==== Begin: 02. Garenal ==== */
.ban {
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	padding-top: 15%;
	opacity: 0;
	transition: 0.5s linear;
}
.ban:hover {
	transition: 0.5s linear;
	opacity: 1;
}
.ban img {
	cursor: pointer;
}
.ban .content-ban {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.ban p {
	color: #fff;
}

.wrapper {
    transform: translateY(28vw);
	height: 100%;
	margin: 0 auto;
	z-index: 2;
}
.main-page{
	margin-bottom: 12%;
    display: flex;
    justify-content: center;
}
.mb{
	display: none;
}
.pc{
	display: block;
}
.pos-ab{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.middle{
    vertical-align: middle;
    display: initial;
}
.middle::before, .middle::after{
	content: "";
	display: table-cell;
}
.row:after, .row:before {
    display: table;
	content: " ";

}
.row:after {
    clear: both;
}
/* Logo */
.logo {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
	z-index: 5;
	animation: showLogo 1s ease-in-out forwards;
    width: 11%;
}
/* slogan */
.slogan{
    animation: showTitle 1s ease-in-out forwards;
    text-align: left;
    position: absolute;
    left: 30%;
    top: 260px; 
    transform: translate(-50%, 0%);
    width: 44%;
    z-index: 5;
}
.slogan-detail{
    animation: showTitle 1s ease-in-out forwards;
    text-align: left;
    position: absolute;
    left: 33%;
    top: 260px; 
    transform: translate(-50%, 0%);
    width: 44%;
}
.slogan .effect-slogan{
	animation: ani_up 5s linear infinite;

}
.slogan .effect-slogan img{
	width: 100%;
}
.seemore a,
.seemore{
	color: #3fc970;
}
.content-news-body .seemore {
    text-align: right;
}
.seemore:hover a,
.seemore:hover{
	color: #df4c2f;
}
/* ==== End: Garenal ==== */
/* ==== Begin: 03. Menu ==== */
.menu{
	/* position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; */
}
/* Menu PC */
.menu .menu-pc{
    background: url(../images/menu.png) no-repeat center center;
    border: none;
    min-height: 0;
    height: 40px;
    width: 1190px;
    margin: auto;
}
.menu .menu-pc ul{
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.menu .menu-pc ul li:first-child{
	/* margin-left: 3%; */
}
.menu .menu-pc ul li{
	margin: 0.75%;
}
.menu .menu-pc ul li.middle-child{
	margin: 6%
}
.menu .menu-pc ul li a{
	/* font-family: hanzel; */
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}
/* Menu Mobile */
.menu .menu-mb{
	background-color: #0b1224;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
}
#toolbar{
    height: 44px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 99999999;
}
#toolbar .logo-mobile {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 40px;
    margin: 4px auto 0;
    position: relative;
}
#toolbar .open-left{
    position: relative;
    width: 25px;
    height: 20px;
    margin: 16px 10px;
    float: left;
}
#toolbar .open-right{
    margin: 10px;
    width: 20px;
}
#toolbar span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: #000;
  background-color: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: .4s ease-in-out;
}
#toolbar span:nth-child(1) {
  top: 0;
}
#toolbar span:nth-child(2) {
  top: 9px;
}
#toolbar span:nth-child(3) {
  top: 18px;
}
    
#toolbar .open-right{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
#toolbar i, svg{
    width: 16px;
    height: 19px;
    margin: 13px 13px 0 0;
    color: #fff;
}
#menu-left--mb {
    left: -1000%;
}
#menu-right--mb {
    right: -1000%;
}

#menu-left--mb, #menu-right--mb {
    z-index: 999999999;
    width: 265px;
    max-width: 265px;
    height: 100%;
    padding-left: 0;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    /* overflow-y: auto;
    overflow-x: hidden; */
}
.menu-right-top{
    height: 44px;
    background: #383838;
}
.menu-right-close{
    display: block;
    height: 44px;
    width: 44px;
    position: absolute;
    float: right;
    top: 0;
    left: 0;
}
#menu-left, #menu-right i,svg{
    width: 16px;
    height: 19px;
    display: block;
    margin: 13px auto 0;
    color: #909090;
}
.menu-left-close{
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    float: right;
    top: 10px;
    right: -15%;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 100%;
}
.menu-right-close{
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    float: right;
    top: 10px;
    left: -15%;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 100%;
}
.menu-left-close i, .menu-left-close svg{
    display: block;
    margin: 10px auto 0;
    color: #909090;
}     
#menu-left, #menu-right .menu-left-top{
    background: #383838;
    padding: 6px 2px;
}
#menu-left .menu-left-close{
    display: block;
    height: 44px;
    width: 44px;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
}
.menu-left-close i,svg{
    width: 16px;
    height: 19px;
    display: block;
    margin: 10px auto 0;
    color: #909090;
}
    
.menu-left-close h4 {
    color: #fff;
    background: #383838;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
    font-size: .8rem;
    font-weight: 600;
}
.menu-left-logo, .menu-right-logo{
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px!important;
    height: 45px;
    margin: 15px auto!important;
    position: relative;
}
ul.menu-left-list, ul.menu-right-list{
    text-align: left;
    margin: unset;
    width: 100%;
}
ul.menu-left-list li, ul.menu-right-list li{
    display: block;
    border-top: 1px solid #909090;
    color: #ddd;
    font-size: 16px;
    text-transform: capitalize;
    background-color: transparent;
    padding: 15px 35px !important;}
ul.menu-left-list li::after, ul.menu-right-list li::after {
    content: '›';
    position: absolute;
    right: 15px;
    width: 6px;
    height: 10px;
    background-position: 89px 299px;
}
ul.menu-left-list a, ul.menu-right-list a{
    color: #fff;
}
/* ==== End: Menu ==== */
/* ==== Begin: 04. Footer ==== */
.footer{
    background: url(../images/footer.png) no-repeat center bottom;
    background-size: 100%;
    width: 100%;
    height: 29vw;
    padding: 19vw 0 0vw;
    color: #2a1613;
    z-index: 0;
    transform: translateY(16vw);
    font-size: 1.05vw;
}
.footer p img{
    display: block;
    max-width: 20%;
    margin: auto;
    margin-top: 0;
}
.footer > div a img{
    margin-right: 24px;
    width: 80%;
}


.footer .d-flex--cs{
    justify-content: center;
    align-items: center;
    align-self:center;
}
/* ==== End: Footer ==== */
/* ==== Begin: 05. Wrapper ==== */
/* 05.1 Sidebar */
.sidebar{
	width: 280px;
    max-width: 25%;
}
/* 5.1.1 Sidebar Start */

.sidebar-start{
	cursor: pointer;
    transform: translateY(12px);
}
/* 5.1.2 Sidebar Box */
.sidebar .box-list{
    padding: 14px;
}
.sidebar .sidebar-box{
	background: url(../images/s-bg.png) no-repeat center bottom;
	background-size: cover;
	padding: 0 0 30px;
}
.sidebar .first-box div{
	width: 50%;
	cursor: pointer;
}
.sidebar .login-box{
    text-align: left;
    padding: 0 0px 0 8px;
}
.sidebar .login-box p{
	color: #bc392b;
}
.sidebar .login-box .box .float-left{
	width: 170px;
	
}
.sidebar .login-box .box .float-left input{
	background-color: #3a0000;
	border: #ce940c 1px solid;
	height: 30px;
	margin: 0 0 5px 0 ;
	padding: 0 8px;
	color: #fff;
}
.sidebar .login-box .box .float-right{
	width: 80px;
	background: transparent;
	outline: unset;
	border: unset;
	cursor: pointer;
}
.sidebar .box-list ul{
	width: 100%;
}
.sidebar .box-list ul li{
	width: 100%;
	display: block;
	cursor: pointer;
    margin-bottom: 12px;
}

/* Server */
.box-server {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.box-server-title{
    margin-top: 18px;
}
.box-server .box-server-title h3{
    color: #fff;
    font-size: 1.25em;
    margin: 0 0 10px 0;
}
.box-server .box-server-big{
    background: url(../images/bg_server_big.png) no-repeat top center;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}
.left {
    float: left;
}
.box-server ul {
    list-style: none;
    margin-top: 15px;
}
.box-server ul li {
    margin-bottom: 10px;
    width: 124px;
    height: 40px;
    background: url(../images/bg_server.png) no-repeat;
    text-align: center;
    float: left;
    margin-left: 10px;
    background-size: contain;
}
.box-server ul li :hover{
    filter: brightness(1.4);
}
.box-server ul li a {
    border: none;
    display: block;
    color: #f5ee9a;
    text-decoration: none;
    cursor: pointer;
    line-height: 38px;
    font-weight: bold;
    font-size: 15px;
}
.server-list .server-slide {
    background: #212121;
    border: 1px solid #000000;
    margin: 10px 0;
}
.server-list .server-slide {
    position: relative;
    background-position: -182px -195px;
    width: 100%;
    height: 30px;
    padding: 0 35px 0 28px;
    overflow: hidden;
}
.server-list .server-slide .slide-btn.prev {
    left: -4px;
}
.server-list .server-slide .slide-btn.next {
    right: -4px;
}
.server-list .server-slide .slide-btn {
    position: absolute;
    top: 0;
    z-index: 2;
    /* background: #e9a513; */
    float: left;
    width: 34px;
    height: 34px;
    /* border: 1px solid #0c4d54; */

}

.server-list .server-slide ul li {
    position: relative;
    float: left;
    border-right: 1px solid #000000;
}
.server-list .server-slide ul li.active a {
    color: #e9a513;
}

.server-list .server-slide ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    color: #b9936e;
    font-size: 13px;
    text-decoration: none !important;
    outline: 0 !important;
}
/* End: Server */

/* 5.1.3 Sidebar Fanpage */
.sidebar-fanpage{
	background: url(../images/s-fanpage.png) no-repeat center bottom;
	background-size: cover;
	padding: 68px 0 0;
	height: 222px;
}
/* 05.2 Content */
/* 5.2.1 Content Banner */
.content{
    width: 801px;
	/* height: 500px; */
	margin-left: 1%;
	margin-top: 120px;
	position: relative;
}
.content-banner{
	position: relative;
	text-align: center;
}
.content-banner .slide-banner{
    background: url(../images/bg-slide.png) no-repeat top center;
    /* width: 100%;
    height: 100%; */
    width: 893px;
    height: 298px;
    background-size: 100%;
}
.content-banner .container-banner{
	z-index: 2;
    position: absolute;
    left: 0;
}
.content-banner .slide-banner .slick-dots{
    display: block;
    position: absolute;
    bottom: 8%;
    right: 21%;
    cursor: pointer;
}
.content-banner .slide-banner .slick-dots li{
	margin: 0 5px;
}
.content-banner .slide-banner .slick-dots  button{
    background: #fff;
    outline: unset;
    border: unset;
    padding: 5px 8px;
}
.content-banner .slide-banner .slick-dots .slick-active button{
    background: #ff9101;
    outline: unset;
    border: unset;
	padding: 5px 8px;
	color: #fff;
}
.content-banner .slide-banner .slick-slide img {
    display: block;
    width: 74%;
    margin: auto;
    margin-left: 7%;
    margin-top: 1%;
}
.content-banner .slide-banner .slick-prev {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translate(0, -50%);
    color: transparent;
    background: transparent;
    outline: transparent;
    border: transparent;
    z-index: 5;
}
.content-banner .slide-banner .slick-next {
    position: absolute;
    right: 19%;
    top: 50%;
    transform: translate(0, -50%);
    color: transparent;
    background: transparent;
    outline: transparent;
    border: transparent;
}

/* 5.2.2 Content Link */
/* 5.2.3 Content Daily */
.content-daily .daily-right{
	width: calc(100% - 280px);
	transform: translateY(15px);
}
.content-daily .daily-left{

}
.content-daily .menu-tab{
	position: absolute;
    right: 132px;
	text-align: center;
}
.content-daily .menu-tab li a{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}


.content-daily .menu-tab .active a,
.content-daily .menu-tab .active:hover a{
    color: #ff9101;
}
.content-daily .menu-tab li:hover a{
	color: #ff9101;
}
.content-daily .menu-tab li{
	margin: 0 8px;
}

.content-daily ul li.active img:first-child{
	display: none;
}
.content-daily ul li.active img:last-child{
	display: inline-block;
}
.menu-plus{
    position: absolute;
    right: 100px;
    top: 66px;
    background: #fff;
    padding: 0px 4px;
    border-radius: 1px;
    border: 1px solid #989898;
  
    font-weight: 900;
    line-height: 15px;
    cursor: pointer;
}
.menu-plus a{
    color: #989898;
}
.menu-plus:hover{
    background: #3fc970;
    color: #fff;
    border: 1px solid #fff;
}
.menu-plus a:hover{
    color: #fff
}
.content-daily .daily-detail{
    background: url(../images/bg-daily.png) no-repeat center center;
    background-size: contain;
    width: 801px;
    height: 402px;
    padding: 66px 58px 45px 90px;
    margin: auto;
    position: relative;
    text-align: left;
}
.content-daily .content-detail{
	margin-left: 20px;
	color: #000;
}
.content-daily .content-detail .title{
	color: #df4c2f;
	margin-bottom:2px;
	margin-top: 0px;
}

.content-daily .content-detail{
	margin-left: 20px;
	margin-top: 20px;
	color: #000;
}
.content-daily .content-detail{
	margin-left: 20px;
	color: #000;
}
.content-daily .content-detail .content-detail--cs{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 18px;
}
.content-daily .content-detail .content-detail--img{
    margin-right: 12px;
}
.content-daily .content-detail .content-detail--cs img{
    width: 132px
}
.daily-content-text a{
    border-bottom: 1px dotted #000;
    line-height: 26px;
    display: flex;
    margin-top: 6px;
    padding-bottom: 6px;
    position: relative;
}
.daily-content-text span{
	color: #5f8d1e;
    position: absolute;
    right: 0;
}
.content-daily .content-tab .tab{
	display: none;
}
.content-daily .daily-detail .tab.active {
    display: block;
}
.content-daily .daily-detail .tab .daily-img,
.content-daily .daily-detail .tab .daily-img img {
    width: 214px;
    height: 294px;
	overflow: hidden;
}
.content-detail .daily-content-text p {
    float: left;
    width: calc(100% - 40%);
    text-align: left;
	margin: 0;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.content-detail .daily-content-text p:hover{
	color:red;
}

.daily-content--label{
    background-color: #df4c2f;
    padding: 0px 6px;
    border-radius: 4px;
    color: #fff;
    margin-right: 4px;
}
/* 5.2.4 Main Slide */
.content .main-slide img {
    display: block;
	margin: auto;
}
.content .main-slide{
	position: relative;
}
.content .main-slide button{
	z-index: 1;
	background: transparent;
	color: transparent;
	border: transparent;
	outline: unset;
}
.content .main-slide .slick-prev{
    position: absolute;
    left: 0;
    top: 42%;
    transform: translate(0, -50%);
}
.content .main-slide .slick-prev::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/p2-btn-prev.png) top center no-repeat;
    width: 5vw;
    height: 5vw;
    background-size: contain;
    cursor: pointer;
}
.content .main-slide .slick-next{
    position: absolute;
    right: 8%;
    top: 42%;
    transform: translate(0, -50%);
}
.content .main-slide .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/p2-btn-next.png) top center no-repeat;
    width: 5vw;
    height: 5vw;
    background-size: contain;
    cursor: pointer;
}
.content .main-slide .f-slide .f-slide1,
.content .main-slide .f-slide .f-slide2,
.content .main-slide .f-slide .f-slide3{
	background: url(../images/slide.png) no-repeat center bottom;
    /* background-size: contain; */
	color: #000;
}
.content .main-slide .f-slide .f-slide1 .row,
.content .main-slide .f-slide .f-slide2 .row,
.content .main-slide .f-slide .f-slide3 .row{
    padding: 20px 70px 40px 70px;
}
.content .main-slide .slide-skill ul li{
	display: inline-block;
	margin: 14px 10px;;
}
.content .main-slide .slide-desc{
	text-align: left;
}
.content .main-slide .slide-desc h1{
	color: #4e291c;
	text-transform: uppercase;
}
.d-flex--cs{
    display: flex;
}
.f-slide--cs{
    margin-top: 5%;
    margin-left: 15px;
}
.f-slide--cs img {
    width: 270px;
}
.slide-skill ul li img {
    width: 50px;
}
.content .main-slide .slide-desc{
	text-align: left;
}
.content .main-slide .slide-desc h1{
	color: #4e291c;
	text-transform: uppercase;
}
.d-flex--cs{
    display: flex;
}
.content-banner .slide-banner .slick-prev {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translate(0, -50%);
    color: transparent;
    background: transparent;
    outline: transparent;
    border: transparent;
    z-index: 5;
}
.content-banner .slide-banner .slick-next {
    position: absolute;
    right: 19%;
    top: 50%;
    transform: translate(0, -50%);
    color: transparent;
    background: transparent;
    outline: transparent;
    border: transparent;
}
.content-banner .slide-banner .slick-prev::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/news-prev.png) top center no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    cursor: pointer;
}
.content-banner .slide-banner  .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/news-next.png) top center no-repeat;
    width: 36px;
    height: 36px;
    background-size: contain;
    cursor: pointer;
}
/* 5.2.5 Detail */
.pagination {
    text-align: center;
    margin-top: 50px;
}
.pagination a {
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    background-color: #696969;
    color: white;
}
.pagination a.active {
    background-color: #980000;
    color: white;
}
.page-detail{
    position: relative;
    background: url(../images/block_detail1.png) no-repeat center top 0px ;
    background-size: 100%;
    padding: 4% 2% 2% 2%;
    width: 800px;
    color: #fff;
    z-index: 1;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
}
.page-detail:after {
    content: '';
    position: absolute;
    bottom: -64px;
    left: 0px;
    background: url(../images/block_detail3.png) no-repeat center bottom;
    background-size: 100%;
    width: 735px;
    height: 100px;
    margin-left: 33px;
    z-index: -1;
}
.content-detail-news  {
	padding: 0 20px;
}
.content-detail-news img{ 
	margin: 20px 0px;
}
.news-more .news-more-title {
    background: -webkit-gradient(linear,  left top,  right top,  from(#f18800),  to(#e9a513));
    background: linear-gradient(to right,  #f18800,  #e9a513);
    border: 1px solid #eeecec;
    font-weight: 700;
    padding: 1% 2%;
    text-transform: uppercase;
    color: #2f0202;
    border-radius: 4px;
}

.news-more .news-more-content {
    padding: 2% 3% 0;
}
.news-more .news-more-content ul li {
    position: relative;
	display: block;
	margin: 15px 0;
}
.news-more .news-more-content ul li a {
    color: #ae3502;
}
.news-more .news-more-content ul li a:hover {
    color: #d3602f;
}
.news-more .news-more-content ul li::before {
    position: absolute;
    left: -13px;
    top: 0;
    content: "»";
    float: left;
    color: #ae3502;
}
.page-detail .title{
    position: absolute;
    top: -3%;
    left: 28%;
    font-size: 1.5rem;
    color: #fff;
}
.page-detail .news-more{
	margin-top: 30px;
}

/* news */
.content-news {
    padding: 0 32px;
    padding-right: 30px;
    background: url(../images/block_detail2.png) repeat center top;
    width: 703px;
    margin: auto;
    margin-top: -20px;
    margin-left: 34px;
    font-size: 16px;
}
.page-detail .content-detail-news p,
.page-detail .content-detail-news a{
    color: #000;
}
.txt-centercs{
    text-align: center;
}
.page-detail .content-detail-news h4{
    color: #98281b;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
sub{
    color: #ce9300;
    font-size: 12px;
    font-weight: 400;
}
.related-news{
    text-align: left;
}
.ralated-new--headline{
    background-color: #791948;
    color: #fff;
    width: 100%;
    padding: 4px 0px 4px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}
.related-news ul li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
    padding-right: 8px;
    height: 32px;
    border-bottom: 1px dotted #791948;
    color: #791948;
}
.related-news ul li{
    position: relative;
}
.related-news ul li::before{
content:"";
position: absolute;
left: 0;
top: 50%;
transform: translate(0 , -50%);
background: url(../images/icon-list.png) no-repeat;
width: 7px;
height: 7px;
background-size: cover;
}
.content-news .content-news-body{
    text-align: left;
    margin-top: 50px;
}
.content-news .content-news-body ul li {
    /*float: left;*/
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #baad94;
    text-align: left;
	display: block;
}
.content-news .content-news-body ul li .pic {
    float: left;
	width: 220px;
	max-height: 135px;
    overflow: hidden;
}
.content-news .content-news-body ul li .detail {
    min-height: 122px;
    margin-left: 240px;
}
.content-news .content-news-body ul li .detail h3 {
    text-transform: capitalize;
    margin: unset;
    line-height: .85rem;
}
.content-news .content-news-body ul li .date {
    margin: 7px 0;
    color: #666;
    font-style: italic;
    font-size: 12px;
}
.content-news .content-news-body ul li .desc {
    max-height: 60px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    font-size: 14px;
}
.event-box-title {
    width: 83%;
    margin: 5% auto 0;
}
.event-box-title ul {
    background-color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5% 0;
}
.event-box-title ul li {
    background: url(../images/box-title.png) center center;
    transition: background-color .3s;
}
.event-box-title ul li.active, .event-box-title ul li:hover {
    /* background-color: #cc4429; */
    background: url(../images/box-title-active.png) center center;
    color: #000;
}
.event-box-title ul li a {
    color: #fff;
    font-size: 1.25em;
}
.event-box-title ul li {
    display: inline-flex;
    color: #fff;
    width: 19.75%;
    padding: 12px 0;
    background-color: #071226;
    justify-content: center;
    align-items: center;
    height: 42px;
}
/* Server + Nap the */
.page-detail02{
    background: url(../images/bg-detail-sever.png) no-repeat center bottom;
    background-size: cover;
    color: #000;
    overflow-x: hidden;
    font-size: 12px;
    width: 801px;
    height: 653px;
    text-align: left;
    padding: 70px 94px;
    /* margin-top: -23%; */
}
.page-detail02 .title {
    position: absolute;
    top: -3%;
    left: 28%;
    font-size: 1.5rem;
    color: #fff;
}
/* Nap the / Card */
.box-card-content{
    padding: 0 32px;
    padding-right: 30px;
    background: url(../images/block_detail2.png) repeat center top;
    width: 703px;
    margin: auto;
    margin-left: 34px;
    font-size: 16px;
	color:black;
}
 .box-card-content .card-top {
    text-align: center;
    margin: 30px;
}
 .box-card-content .card-top ul {
    display: inline-block;
}
.box-card-content .card-top ul .card-napxu, 
.box-card-content .card-top ul .card-doixu {
    margin-bottom: 15px;
}
.box-card-content .card-top ul .card-napxu a, 
.box-card-content .card-top ul .card-doixu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    background: #57585a;
    padding: 15px 50px;
    margin-right: 10px;
    border-radius: 8px;
    cursor: pointer;
}
.box-card-content .card-top ul .card-napxu a:hover, 
.box-card-content .card-top ul .card-doixu a:hover {
    background: #f18800;
}
.box-card-content .card-top ul .card-napxu a svg, 
.box-card-content .card-top ul .card-napxu a i, 
.box-card-content .card-top ul .card-doixu a svg, 
.box-card-content .card-top ul .card-doixu a i {
    margin-right: 10px;
}
.box-card-content .card-top ul .card-napxu.active a svg, 
.box-card-content .card-top ul .card-napxu.active a i, 
.box-card-content .card-top ul .card-doixu.active a svg, 
.box-card-content .card-top ul .card-doixu.active a i {
    color: #2f0202;
}
.box-card-content .card-top ul .card-napxu.active a, 
.box-card-content .card-top ul .card-doixu.active a {
    background: #e9a513;
    color: #2f0202;
    font-weight: 600;
}
.box-card-content .card-top-tab .tab {
    display: none;
}
.box-card-content .card-top-tab .tab.active {
    display: block;
}
.box-card-content .card-top-tab .card-loaithe ul {
    width: 100%}
.box-card-content .card-top-tab .card-loaithe ul li {
    max-width: 16%;
    display: inline-block;
    border: 1px solid #dee2e6;
}
.box-card-content .card-top-tab .card-loaithe ul li.active{
	border:2px solid red;
}
.box-card-content .card-top-tab .card-loaithe ul li:hover {
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    transform: translateY(-2px);
    transition: .3s linear;
}

.box-card-content .card-top-tab .card-loaithe ul li img {
    max-width: 100%}
.box-card-content .card-top-tab .card-text {
    overflow: hidden;
    margin: 20px 0;
}
.box-card-content .card-top-tab .card-text > h3 {
    position: relative;
    display: table;
    font-size: 16px;
    font-weight: bold;
    color: #2f0202!important;   
    margin: 0;
    line-height: 1.8;
}
.box-card-content .card-top-tab .card-text h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50vw;
    height: 3px;
    background-color: #2f0202;
}
.box-card-content .tab .card-info .btn-quit{
    color: #ec1c2c;
}
.box-card-content .tab .card-info a{
    color: #3c6592;
}
.box-card-content .tab .card-info a:hover{
    color: #102e4e;
}
.box-card-content .card-top-tab .tab form{
    padding: 0 50px;
}
.box-card-content .card-top-tab .tab h3{
    color: #ec1c2c;
    font-size: 1.5em;
}
.box-card-content .card-top-tab .tab form table{
    width: 100%;
}
.box-card-content .card-top-tab .tab form input,
.box-card-content .card-top-tab .tab form select{
    margin: 10px 10px 0;
}

.box-card-content .btn-defaul {
    cursor: pointer;
    background: #e9a513;
    color: #2f0202;
    font-weight: 600;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: 600;
    border: unset;
    outline: unset;
}

.box-card-content .btn-cardpage {
    cursor: pointer;
    background: #e9a513;
    color: #2f0202;
    font-weight: 600;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: 600;
    border: unset;
    outline: unset;
}
.box-card-content .btn-defaul:hover{
    background: #3c6592;
}
.box-card-content .btn-cardpage:hover{
    background: #3c6592;
}
.tab-loaithe{
	/*overflow-y: scroll;*/
    /*height: 370px;*/
}
.tab-loaithe::-webkit-scrollbar {
    width: 4px;
}
 
.tab-loaithe::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.tab-loaithe::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
/* Cap Nhat Thong Tin */
.event-box-content .account-menu {
    background-color: #eee;
    float: left;
    width: 30%;
}
.event-box-content .account-content {
    float: left;
    width: 68%;
    margin-left: 2%;
}
.content .event-container .event-box-content{
    padding: 20px;
}
.content .event-container .event-box-content .account-menu{
    background-color: #eee;
    float: left;
    width: 30%;
}
.content .event-container .event-box-content .account-content{
    float: left;
    width: 68%;
    margin-left: 2%;
}
.account-content .btn-default {
    color: #2f0202;
    background-color: #e9a513!important;
    border-color: #ccc;
    font-weight: 600;
}

.account-content .btn-default:hover {
    background-color: #f18800!important;
}
.account-menu .menu-item a {
    display: block;
    text-decoration: none;
    padding: 7% 5%;
    color: #000;
}
.account-menu .menu-item+.menu-item {
    border-top: 1px solid #e2e2e2;
}
.account-menu .menu-item a:hover, 
.account-menu .menu-item.active a {
    background-color:  #e9a513;
    color: #2f0202;
}
.account-menu .menu-item a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-right: 10px;
}
.account-menu .menu-item a p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    width: calc(100% - 40px);
}
.account-menu .menu-item a p small {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.account-content .table-bordered thead tr th {
    background-color: #e9a513;
    color: #2f0202;
    text-align: center;
    border-color: #e2e2e2 !important;
    vertical-align: middle;
}
.account-content label.float-left{
	width: 25%;
}
.account-content div.float-left{
	width: 75%;
}
.account-content div.float-left input{
	width: 100%;
	padding: 8px 14px;
}
.account-content .form-horizontal > .row{
	margin: 10px 25px 10px 0;
}
.account-content .form-horizontal > .row:last-child{
	text-align: center;
}
.account-content .btn-default {
    color: #2f0202;
    background-color: #e9a513!important;
    border-color: #ccc;
	font-weight: 600;
	cursor: pointer;
}
.account-content .btn-default:hover {
    background-color: #f18800!important;
}
.table-responsive{
	max-height: 610px;
	overflow-y: scroll;
}

/* Page Server */
.page-server .title-server{
	background-color: #c64240;
    color: #fff;
	padding: 4px 25px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	text-align: center;
	width: 210px;
	height: 30px;;
	margin: 3% auto;
	font-size: 1.05rem;
}
.page-server .content-server-new{
	width:100%;	
	background: #c1c1c1;
	margin: auto;
	height: auto;
    border-radius: 6px;
}
.page-server .content-server-new ul{
	width: 100%;
	margin: auto;
	padding: 30px 0px;
	text-align: center;
}
.page-server .content-server-new ul li{
    background: url(../images/bg-srm.png);
    padding: 20px 80px;
    width: 261px;
    height: 57px;
    background-size: cover;
}
.page-server .content-server-new ul li:hover{
    cursor: pointer;
    filter: brightness(1.4);
}
.page-server .content-server-new ul li a{
	font-size: 1.05rem;
	/* font-weight: bold; */
    color: #f5ee9a;
}
.page-server .server-hot{
	width: 100%;
    margin: auto;
}
.page-server .server-hot .server-slide ul li{
    width: 100px;
    text-align: center;
}
.page-server .server-hot .box-server ul li{
	/* width: 30%;
	margin-left: 15px;
	background: #f38900;
    border: 2px solid #000; */
    background: url(../images/bg-srm.png);
    background-size: cover;
    width: 124px;
    height: 40px;
    width: 30%;
    margin-left: 15px;
}
.content-server-hot .server-list .server-slide .slide-btn{
    top: -2px;
    z-index: 2;
    width: 36px;
    height: 36px;
}
/* ==== End: Wrapper ==== */

/* ==== Begin: Popup Defaul ==== */
.popup-defaul {
	background: url(../images/popup-defaul.png) no-repeat center center;
    background-size: 100%;
    width: 512px;
    height: 413px;
    position: fixed;
    text-align: center;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    padding: 69px 46px 50px 44px;
    z-index: 999999;
  }
  .popup-defaul .content-popup h1{
	font-size: 2.5em;
	color: #df4c2f;
  }
	.popup-defaul .content-popup p{
	font-size: 1.5em;
	color: #000;
  }
  .popup-defaul .close-popup{
	position: absolute;
    top: -10%;
    right: -10%;
    height: 60px;
    width: 60px;
    cursor: pointer;
  }
/* ==== End: Popup Defaul ==== */
/* Video trailer */
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 99999;
    display: none;
  }
  .video-game {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    background: #c1c1c1 repeat left top;
    width: 100%;
    max-width: 80%;
    padding: .5%;
    color: #d3d3d3;
  }
  .video-game .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 101;
    cursor: pointer;
    width: 5%;
  }
  .close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 4vw;
  width: 0.45vw;
  background-color: #fff;
  border-radius: 0.5vw;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.login-box-info{
    text-align: center;
    padding: 0 0px 0 8px;
    margin-top: 18px;
    font-size: 14px;
}
.login-box-info a{
    color: #2f89e9;
}

.login-box-info a:hover{
    color: #ce940c;
}
.login-box-info a.btn-exit:hover{
    color: #f60202;
}
.pop-wating-open {
    position: fixed;
    text-align: center;
    z-index: 99999;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
}
.pop-wating-open img{
	width:80%;
}

.pop-wating-open .wating-open-close img {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 42px;
}


.title-detail {
    background: url(https://hoachianhhung.vn/style/assets/images/bg-title.png) no-repeat center top;
    position: absolute;
    left: 50%;
    margin-top: -80px;
    width: 424px;
    height: 112px;
    padding: 1.5% 9%;
    transform: translate(-50%, 0);
    font-size: 45px;
    font-family: fb;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    color: white;
}

/* update */
.card-top-tab{
    padding: 0 12px;
}
.tigianap{
    text-align: left;
}
.tigianap table.table{
    width: 100%;
    font-size: 14.5px;
} 
.tigianap table tbody > tr:first-child{
    background-color: antiquewhite;
    font-size: 18px;
    text-align: center;
    padding: 4px 0px;
    height: 30px;
    font-weight: 700;
}
.tigianap table tbody td{
    padding: 8px 0;
	border: 1px solid black;
	padding-left: 10px;
}
.box-card-content .card-top-tab .tab h3 {
    margin-top: 0;
}
.box-card-content .card-top-tab .tab form{
    text-align: left;
}
.box-card-content .card-top-tab .tab form input, .box-card-content .card-top-tab .tab form select {
    margin: 10px 10px 0;
    padding: 8px 4px;
    width: 100%;
    border-radius: 4px;
}
.box-card-content .card-top-tab .card-text h5{
    margin:  0;
}
/* update */
.event-box-content{
    padding: 0 32px;
    padding-right: 30px;
    background: url(../images/block_detail2.png) repeat center top;
    width: 703px;
    height: 380px;
    margin: auto;
    margin-left: 34px;
    font-size: 16px;
    color: black;
}
.page-detail .title {
    position: relative;
    top: 0%;
    left: 0;
    margin-bottom: 32px;
    font-size: 1.5rem;
    color: #ec1c2c;
    font-weight: 700;
}

.account-menu .menu-item a {
    display: block;
    text-decoration: none;
    padding: 12px 8px;
    color: #000;
}
.account-menu .menu-item a p small {
    font-size: 12px;
}
.account-menu .menu-item a p {
    font-size: 14px;
}
.account-content form.form-horizontal{
    text-align: left;
    margin-left: 12px;
}
.account-content form.form-horizontal > .form-group{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.account-content form.form-horizontal > .form-group p{
    margin: 0;
}
.event-box-content {
margin-left: 20px;
}

.account-content form.form-horizontal > .form-group {
margin: 16px 0;
}
.account-content form.form-horizontal > .form-group label.control-label{
width: 170px;
}
.account-content form.form-horizontal > .form-group input{
width: 80%;
padding: 8px 20px;
margin: 8px 0;
box-sizing: border-box;
}
.account-content form.form-horizontal > .form-group > div a{
display: block;
}

.content-daily .menu-tab li {
    margin: 0 4px;
    padding: 6px;
}
.content-daily .menu-tab li,
.content-daily .menu-tab li:hover {
    background: #b10f03;
    color: #fff;
    border-radius: 4px;
}
.content-daily .menu-tab li a{
    color: #fff;
}

/* =========== Begin: menu right =========== */
.top {
  position: fixed;
  right: 3%;
  bottom: 2%;
  z-index: 22;
  max-width: 10%;
  width: 6%;
  z-index: 98;
  -webkit-animation-name: Mousex;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Mouse;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
.top:hover{
  cursor: pointer;
  filter: brightness(1.6);
  transform: scale(1.05);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}
.hide-mr{
  position: fixed;
  right: 11.25%;
  top: 45%;
  transform: translate(0, -50%);
  /* background: #1d7b25; */
  width: 30px;
  height: 60px;
  z-index: 9999;
  cursor: pointer;
}
.show-mr{
  position: fixed;
  right: 0%;
  top: 50%;
  transform: translate(0, -50%);
  /* background: #1d7b25; */
  width: 30px;
  height: 60px;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.menu-right {
  position: fixed;
  right: 0%;
  top: 48%;
  transform: translate(0, -50%);
  /* top: 2.5vw; */
  z-index: 900;
  width: 13%;
}
.menu-right .mr-aside{
  background: url(../images/mr-bg.png) no-repeat center bottom;
  background-size: 100%;
  max-width: 100%;
  z-index: 100;
  position: relative;
  padding-top: 36%;
  padding-bottom: 58%;
  padding-left: 14%;
  /* display: none; */
}

.login-name{
  position: relative;
  margin: 4% 0% 2% 9%;
}
.login-name p{
  text-align: center;
  margin: unset;
  font-size: 16px;
  white-space: nowrap;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.login-name p a:hover{
  color: #b80012;
  cursor: pointer;
}
.mr-taigame{
  max-width: 81%;
  margin: 0% 0% 4% 4%;
}
.mr-taigame:hover{
  filter: brightness(1.2);
  cursor: pointer;
}
.mr-taigame img{
  width: 100%;
}
.main-ctas{
  max-width: 80%;
  margin: 0% 6% 0% 4%;
}
.main-ctas ul li{
  margin-bottom: 4%;
}
.main-ctas ul li:hover{
  filter: brightness(1.3);
  transform: scale(.90);
  transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;

}

.mr-info {
  font-size: 11px;
  background: url(../images/mr-dndk.png);
  margin: 4% auto;
  max-width: 80%;
  margin: 0% 6% 4% 4%;
  padding: 6% 1% 6% 1%;
}
.mr-info a:hover{
  color: #ff0000;
}
.mr-info a,
.mr-info span{
  color: #fff;
  font-size: 0.79vw;
  font-style: italic;
}
.mr-giftcd{
  z-index: -3;
  transform: translate(-0.5vw, -0.25vw);
  width: 100%;
}
.mr-giftcd img{
  width: 90%;
  margin-bottom: 0.75vw;
}
.mr-giftcd img:hover{
  filter: brightness(1.2);
  cursor: pointer;
  transition:transform .15s cubic-bezier(.96,-.07,.44,1.43),
  opacity .15s 60ms ease;
  transform: scale(1.05);
}
.main-ctas ul li {
    margin-bottom: 4%;
	display: block;
}
/* =========== End: menu right =========== */

.popup-ds--button button {
    background: #3980ca;
    border-radius: 2px;
    padding: 4px 6px;
    cursor: pointer;
    color: #fff;
    margin: 8px 0;
}
.popup-ds--button button:hover{
  background: #d13634;
}


.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
    background-color: #575555;
    opacity: .7 !important;
}
.jconfirm-box{
	box-shadow:none !important;
}


.jconfirm.jconfirm-light .jconfirm-box {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: url(../images/popup-01.png) top center no-repeat;
    height: 525px;
    width: 794px;
    transform: scale(0.65);
        font-size: 22px;
    padding: 105px 160px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    color: #000;
    font-size: 28px!important;
    font-weight: 700;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:nth-child(1) {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5ee9a!important;
    background: url(../images/button-blue.png) no-repeat center center;
    width: auto;
    height: auto;
    background-size: cover;
    padding: 16px 36px;
	width: 131px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:nth-child(2) {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5ee9a!important;
    background: url(../images/button-red.png) no-repeat center center;
    width: auto;
    height: auto;
    background-size: cover;
   padding: 16px 40px;
   width: 131px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:nth-child(2):hover{
    background: url(../images/button-red.png) no-repeat center center!important;
	transform: scale(1.4);
	filter: brightness(1.3);
    transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
	background-size: cover!important;
    padding: 16px 40px;
	width: 131px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:nth-child(1):hover{
    background: url(../images/button-blue.png) no-repeat center center!important;
filter: brightness(1.3);
    transform: scale(1.4);
    transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
	background-size: cover!important;
    padding: 16px 36px;
	width: 131px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: auto;
    color: #000;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:nth-child(1),
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:nth-child(2){
    transform: scale(1.4);
    margin: 0 16px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #f5ee9a!important;
    background: url(../images/button-red.png) no-repeat center center;
    width: auto;
    height: auto;
    background-size: cover;
    padding: 16px 46px;
}
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{
    background: url(../images/button-red.png) no-repeat center center!important;
transform: scale(1.4);
    transform: scale(.90);
    transition: transform .15s cubic-bezier(.96,-.07,.44,1.43), opacity .15s 60ms ease;
}

.mb-ucbrowser {
    position: fixed;
    bottom: 20%;
    left: -1%;
    z-index: 6;
    max-width: 10%;
    animation: showMenuLeft 2s ease-in-out forwards;
}

.mb-lichmomaychu {
    position: fixed;
    bottom: 45%;
    left: -1%;
    z-index: 6;
    max-width: 10%;
    animation: showMenuLeft 2s ease-in-out forwards;
}

.guide-app-fix {
    width: 100%;
    height: 200px;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    background: url(../images/banner-cashfish.png) no-repeat center bottom;
}
