<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vue {
    min-width: 1170px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/font_Awesome/fontawesome-webfont.eot");
    src: url("../fonts/font_Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/font_Awesome/fontawesome-webfont.woff2") format("woff2"), 
        url("../fonts/font_Awesome/fontawesome-webfont.woff") format("woff"), 
        url("../fonts/font_Awesome/fontawesome-webfont.ttf") format("truetype"), 
        url("../fonts/font_Awesome/fontawesome-webfont.svg#Awesome") 
        format("svg");
    font-weight: normal;
    font-style: normal; 

    font-family: 'mf';
    src: url("../fonts/kalatexatext-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal; 
}

body {
	min-width: 1170px;
	font-family: inherit;
	font-size: 16px;
	line-height: normal;
	padding-top: 0 !important;
}

.container {
	/* min-width: 1170px;  */
}
a {
	text-decoration: none !important;
	outline: 0 !important; 
}
input::-moz-focus-inner {
	border: 0 !important; 
}

ul {margin-bottom: 0;list-style: none}
.mobile-none { display: block; }
.mobile { display: none !important; }

/*header*/
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:0;
    transition: 0.3s;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    background: #d41833;
}
.topmenu{
	width: 100%;
	float: left;
	background: #ec0224;
    z-index: 9;
    
}
.mainlogo{
	display: block;
    margin: 0 auto;
    position: absolute;
    top: -35px;
    left: 0;
}
.mainlogo img{
	width: 80px; 
}
.mainmenu {
	list-style: none;
	float: right;
}
.mainmenu &gt; li {
	float: left;
	padding: 12px 7px!important; 
}
.mainmenu &gt; li.active a {
	color: #ffa6b3;
}
.mainmenu &gt; li:last-child {
	padding-right: 0; 
}
.mainmenu &gt; li &gt; a {
	font-family: inherit;
	font-size: 17px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 0.7px; 
}
.mainmenu &gt; li &gt; a &gt; i{
    margin-right: 0;
	font-size: 14px;
}
.mainmenu &gt; li.dropdown {
	margin-top: 0; 
}
.mainmenu &gt; li.dropdown .btn-default {
	background: none;
	border: none;
	color: #415464;
}
.mainmenu &gt; li.dropdown .btn {
	font-family: inherit;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #8aa4c1;
	box-shadow: none;
	vertical-align: top;
	padding: 0; 
}
.mainmenu &gt; li.dropdown .btn i{
	margin-right: 8px;
	font-size: 16px;
}
.mainmenu &gt; li.dropdown .btn:focus {
	outline: none;
}
.mainmenu &gt; li.dropdown.open &gt; .dropdown-toggle.btn-default:focus, .mainmenu &gt; li.dropdown.open &gt; .dropdown-toggle.btn-default:hover {
	color: white;
	background: none;
	border: none; 
}
.mainmenu &gt; li.dropdown .dropdown-menu {
	min-width: 130px;
	top: 73px;
	left: -13%;
	background-color: #0b2f57;
	border: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
	padding: 0; 
}
.mainmenu &gt; li.dropdown .dropdown-menu li {
	border-bottom: 1px solid #d9e0e2; 
}
.mainmenu &gt; li.dropdown .dropdown-menu li:last-child {
	border-bottom: none; 
}
.mainmenu &gt; li.dropdown .dropdown-menu li a {

	font-size: 15px;
	font-weight: normal;
	color: #768693;
	text-align: center;
	padding: 10px 15px; 
}
.mainmenu &gt; li.dropdown .dropdown-menu li a:hover {
	background: #d9e0e2;
	color: #253746;
	transition: ease 0.3s; 
}
.menu-signin {
	list-style: none;
	float: right;
	margin-bottom: 0px;
}
.menu-signin &gt; li {
	float: left;
	padding: 6px 7px; 
	margin-top: 0px;
}
.menu-signin &gt; li#email-noti-pc{
    padding: 11px 15px;
    background-color: #08386b;
}
.menu-signin &gt; li#email-noti-pc i{
    font-size: 18px;
    padding: 0;
}
.menu-signin &gt; li#email-noti-pc span {
    position: absolute;
    top: 3%;
    right: 5%;
    margin: 0 4px 0 0;
}
.menu-signin &gt; li#login-index{
        height: 44px;
    line-height: 32px;
}
.menu-signin &gt; li:hover {
	transition: ease 0.5s;
	background-color: #d41833 !important; 
}
.menu-signin &gt; li.cart {
	background-color: cornflowerblue; 
}

.menu-signin &gt; li.cart a {
	color: white !important;
}
.menu-signin &gt; li.signin {

	padding-right: 0;
	cursor: pointer; 

}
.menu-signin &gt; li.signin a:after {

	content: '|';
	padding-left: 15px; 
}
.menu-signin &gt; li.signin a:hover:after {
	color: #bf272d; 
}
.menu-signin &gt; li.register {
	padding-right: 15px;
}
.menu-signin &gt; li &gt; a {
	    font-family: inherit;
    font-size: 14px;
    letter-spacing: 0.4px !important;
    line-height: 22px;
    color: white !important;
}
.menu-signin &gt; li &gt; a i {
	font-size: 17px;
	padding-right: 6px;
}
.menu-signin &gt; li.dropdown {
	margin-top: 0px; 
}
.menu-signin &gt; li.dropdown .btn-default {

	background: none;
	border: none;
	color: #415464; 
}
.menu-signin &gt; li.dropdown .btn {
	font-family: inherit;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #ffffff;
	box-shadow: none;
	vertical-align: middle;
	padding: 0; 
}
.menu-signin &gt; li.dropdown .btn a{
    font-family: inherit;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
    box-shadow: none;
    vertical-align: middle;
    padding: 0;
}
.menu-signin &gt; li.dropdown .btn i {
	padding-right: 7px; 
}
.menu-signin &gt; li.dropdown .btn:focus {
	outline: none;
}
.menu-signin &gt; li.dropdown.open &gt; .dropdown-toggle.btn-default:focus, .menu-signin &gt; li.dropdown.open &gt; .dropdown-toggle.btn-default:hover {
	color: white;
	background: none;
	border: none;
}
.menu-signin &gt; li.dropdown .dropdown-menu {
	background-color: #f5f7f8;
	border: 1px solid #d9e0e2;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
	left: 0;
	padding: 0; }
.menu-signin &gt; li.dropdown .dropdown-menu li {
	border-bottom: 1px solid #d9e0e2; 
}
.menu-signin &gt; li.dropdown .dropdown-menu li:last-child {
	border-bottom: none; 
}
.menu-signin &gt; li.dropdown .dropdown-menu li a {
	font-size: 15px;
	font-weight: normal;
	color: #768693;
	padding: 10px 15px; 
}
.menu-signin &gt; li.dropdown .dropdown-menu li a i {
	padding-right: 6px;
}
.menu-signin &gt; li.dropdown .dropdown-menu li a:hover {
	background: #d9e0e2;
	color: #253746;
	transition: ease 0.3s;
}

/*mobile-topmenu*/
.navbar {
    min-height: 40px;
	border: none; 
}
.navbar.navbar-default {
	width: 100%;
	display: none;
	border: none;
	margin-bottom: 0;
	background: none;
	background-repeat: no-repeat;
	border-radius: 0;
	box-shadow: none; 
}
.navbar.navbar-default .navbar-toggle {
	float: right;
	border: 1px solid #98a4af;
	border-radius: 4px;
	padding: 7px;
	margin: 12px 15px 0 12px; 
}
.navbar.navbar-default .navbar-toggle.open {
	height: 45px; 
}
.navbar.navbar-default .navbar-toggle .icon-bar {
	width: 18px;
	background-color: #98a4af; 
}
.navbar.navbar-default .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px; 
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #98a4af; 
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #253746; 
}
.navbar-default .navbar-collapse {
	border: none; 
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0; 
}
.navbar-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:0;
    transition: 0.3s;
    position: fixed;
    display: flex;
    z-index: 8;
    background: #b40604;
	height:50px;
	background-image: linear-gradient(to bottom, #a20505, #ab0202, #b00707, #bc0404, #c80909)
}

.navbar-brand {
	padding: 17px 15px 0 15px;
	float: left; 
}
.navbar-brand img {
	width: auto;
	height: 22px;
}
.nav.navbar-nav {
	margin: 0;
	background: none; 
}
.nav.navbar-nav &gt; li {
	width: 100%;
	float: left;
	margin: 0;
	background-color: #f5f7f8;
	border-bottom: 1px solid #d9e0e2; 
}
.nav.navbar-nav &gt; li:last-child {
	border-bottom: 2px solid #a4bcc4; 
}
.nav.navbar-nav &gt; li &gt; a {
	font-size: 16px;
	color: #768693;
	letter-spacing: 0.3px;
	padding: 11px 25px; 
}
.nav.navbar-nav &gt; li &gt; a:hover {
	color: #415464;
}
.nav.navbar-nav &gt; li &gt; a i {
	color: #3673b6;
	padding-right: 6px;
}
.nav.navbar-nav &gt; li &gt; a i.fa-user, .nav.navbar-nav &gt; li &gt; a i.fa-sign-out, .nav.navbar-nav &gt; li &gt; a i.fa-lock, .nav.navbar-nav &gt; li &gt; a i.fa-btc {
	color: #bf272d; 
}
.nav.navbar-nav &gt; li.dropdown#Mmenu &gt; .dropdown-menu {
	border-radius: 0;
	padding: 0;
}
.nav.navbar-nav &gt; li.dropdown#Mmenu &gt; .dropdown-menu &gt; li {
	background-color: #f5f7f8;
	padding: 12px 15px 12px 35px;
	border-bottom: 1px solid #d9e0e2; 
}
.nav.navbar-nav &gt; li.dropdown#Mmenu &gt; .dropdown-menu &gt; li:last-child {
	border-bottom: none; 
}
.nav.navbar-nav &gt; li.dropdown#Mmenu &gt; .dropdown-menu &gt; li:hover a {
	color: #415464; 
}
.nav.navbar-nav &gt; li.dropdown#Mmenu &gt; .dropdown-menu &gt; li &gt; a {
	font-size: 16px;
	color: #768693;
	padding: 0; 
}
.nav.navbar-nav &gt; li.dropdown#Mmenu &gt; .dropdown-menu &gt; li &gt; a:before {
	font-family: 'FontAwesome';
	content: "\f192";
	font-size: 15px;
	color: #a4bcc4;
	padding-right: 8px; 
}


.btn-menu .col-xs-4, .btn-menu .col-xs-2{
    padding-left: 0;
    padding-right: 0;
}
.btn-menu img{
    width: 100%;
}

.fix-menu .col-xs-4, .fix-menu .col-xs-2{
    padding-left: 0;
    padding-right: 0;
}

.login-bg{
    width: 100%;
    float: left;
    background-image: linear-gradient(to bottom, #a20505, #ab0202, #b00707, #bc0404, #c80909);
}
.login-bg .regis-form .col-form-label{
    color: #fff;
}
.login-title{
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    line-height: 32px;
    margin: 30px 0 0 0;
    /*background-image: linear-gradient(to right bottom, #02204e, #002f73, #003e9a, #004ec2, #125deb); */
}

.btn-menu {
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    text-align: center;
    padding-right: 0;
    line-height: 37px;
    padding: 10px 0 10px 0;
    background-color: #000000;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
}
.btn-pad .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}


.top-menu{
    margin-top: 30px;
}
.top-menu .col-xs-6{
    padding-left: 5px;
    padding-right: 5px;
}
.btn-menu-main{
    width: 100%;
    height: auto;
    float: left;
    font-size: 20px;
    text-align: center;
    padding-right: 0;
    line-height: 37px;
    padding: 10px 0 10px 0;
    background-image: linear-gradient(to bottom, #24018A, #411FA8, #582BDC, #6D3BFF, #0450a4);
    color: #fff;
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
}

.menu-top{
	width: 100%;
	float: left;
	text-align: center;
}
.menu-mobile-new{
    
}
.menu-mobile-new li{
    float: left;
    height: 50px;
}
.menu-mobile-new li a{
    line-height: 2.92;
}
.menu-mobile-new li.home-width{
    width: 15%;
    background-color: #dc3545;
}
.menu-mobile-new li.profile-width{
    width: 70%;
}

.chit-right{
    width: 100%;
    float: right;
}



.menu-mobile-new li.call-width{
    width: 15%;
}
.menu-mobile-new li.call-width .or-color-bg{
    background-color:#ff9c00;
    height: 50px;
}
.menu-mobile-new li.call-width .green-color-bg{
    background-color: #39b54a;
    height: 50px;
}

.button-fb-blue{
    height:50px;
    color:#fff;
    background-color: #dc3545;
    text-align: center;
}




.home-width i{
    margin-right: 0 !important;
}
.user-style{
        width: 50px;
    float: left;
    background: #dc3545;
    height: 50px;
    text-align: center;
}
.user-style i{
    margin-right: 0 !important;
}
.menu-top a{
	font-size: 16px;
	color: #fff !important;
	line-height: 46px;
	padding: 0 3px;
}
.menu-top a i{	margin-right: 5px;}
.menu-top a img{width: 20px;
    padding: 0px 0 8px 0;}
.menu-top #orange-bg{
	height: 50px;
	padding: 0px;
	line-height: 0 !important;
	background-color: #ff9c00;
}
.menu-top #green-bg{
	height: 50px;
	padding: 0px;
	line-height: 0 !important;
	background-color: #39b54a;
}
.menu-top #blue-bg{
	height: auto;
	padding: 0px;
	line-height: 0 !important;
	background-color: #c90b09;
}
#email-noti{
    padding: 0;
    background-color: #c90b09;
}
#email-noti span{
   position: absolute;
    top: 5px;
    left: 33px;
    font-size: 12px;
    background-color: red;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 2px 5px;
    

}
#email-noti-pc span {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 12px;
    background-color: red;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 2px 5px;
    line-height: normal;
}
.menu-top #home-color{
	height: auto;
	padding: 0px;
	line-height: 0 !important;
	background-color: #b40604;
}
.menu-top #logout-color{
	height: auto;
	padding: 0px;
	line-height: 0 !important;
	background-color: #b40604;
}
.menu-top #logout-color i{
	text-align: center;
    /* display: block; */
    margin: 0 auto;
    /* line-height: 0; */
    color: orange;
}
.menu-fix-mobile{
	width: 100%;
	position: fixed;
	display: block;
	z-index: 99;
	left: 0;
	margin: 0;
	top: 0;
}
.btn-contact {
	width: 100%;
	position: fixed;
	display: block;
	z-index: 99;
	left: 0;
	margin: 0;
	top: 43px;
}
.btn-contact .col-sm-6 {	padding-left: 0;	padding-right: 0;}
.btn-contact #blue-color {
	width: 30%;
	float: left;
	padding: 8px 0px;
	color: white;
	font-size: 15px;
	background-color: #0f73ee;
	text-align: center;
}
.btn-contact #red-color {
	width: 30%;
	float: left;
	padding: 8px 0px;
	color: white;
	font-size: 15px;
	background-color: #bf272d ;
	text-align: center;
}
.btn-contact #green-color {
	width: 40%;
	float: left;
	padding: 8px 0px;
	color: white;
	font-size: 15px;
	background-color: #2c963b;
	text-align: center;
}

/*header user*/
.header-user {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	background: #ec0224;
	background-color: #ec0224;
    padding: 6px 0;
}
.header-user-mobile{
	width: 100%;
	float: left;
	background-color: #ec0224;
}
.header-user .row .col-sm-7{
	padding: 10px 0;
}
.header-user .row .col-sm-5{
	/*background:#bf272d;*/
	padding: 10px 0;
}
.header-user .dropdown.set {
	padding-top: 5px;
	margin-left: 30px; 
}
.header-user .button-login .fa-bars {
	color: white; 
}
.dropdown.set#login {
	float: right;
}
.mainmenu.user{
    float: left;
}
.mainmenu.user li {
    padding: 5px 0;
    margin: 0 29px 0 0;
}
.mainmenu.user li:first-child, .mainmenu.user li:nth-child(3) {
    margin-right: 17px;
}
.mainmenu.user li a {
    line-height: 24px; 
}
.mainmenu.user li a::before{

}
.mainmenu.user li a.active {
    color: #bf272d !important;
}
.mainmenu.user li a img {
    width: auto;
    height: 20px;
}
.mainmenu.user li.userLogo {
    padding: 0; 
}
.mainmenu.user li.userLogo a img {
    width: auto;
    height: 40px; 
}
.header-user .dropdown.set {
    padding-top: 5px;
    margin-left: 30px;
}
.button-login {
    float: right;
    cursor: pointer;
}
.img-circle.small {
    width: 40px;
    height: 40px;
}
.button-login .img-circle {
    float: left;
    margin-right: 12px;
}
.img-circle {
    float: left;
    border: 1px solid #fff !important;
}
.header-user .button-login .fa-bars {
    color: #00a1e0;
}
.dropdown.set i {
    font-size: 15px;
    padding-right: 6px;
}
.button-login .fa-bars {
    float: left;
    font-size: 28px !important;
    line-height: 40px;
    color: #56a2cf;
}
.dropdown.set#login .dropdown-menu {
    left: auto;
    right: 0;
    padding: 4px 0;
    margin-top: 3px;
}
.dropdown.set .dropdown-menu {
    min-width: 125px;
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin-top: 0;
}
.dropdown.set .dropdown-menu li {
    width: 100%;
    margin: 0;
}
.dropdown.set .dropdown-menu li a {
    font-size: 13px;
    color: #415464;
    padding: 7px 13px;
}
.dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown.set i {
    font-size: 15px;
    padding-right: 6px;
}



/*banner*/
.flexslider {
	width: 100%;
	background: none !important;
	border: none !important;
	border-radius: 0;
	margin: 0 !important;
	overflow: hidden;
}
.flex-direction-nav a:before {
	color: #D43733;
	text-shadow: none !important; 
}
.banner {
	width: 100%;
	float: left;
	position: relative;
	z-index: 7; 
    top: 160px;
}
.banner .flex-control-nav {
	display: none; 
}
.banner .flex-direction-nav a.flex-prev:before {
	padding-left: 15px; 
}
.banner .flex-direction-nav a.flex-next:before {
	padding-right: 15px; 
}
.slide-navOutside {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 75px; 
}
.slide-navOutside .flexslider {
	overflow: visible; 
}
.slide-navOutside .flex-control-nav {
	display: none; 
}
.slide-navOutside .flex-direction-nav a {
	width: 35px;
	height: 35px;
	opacity: 1; 
}


.type-huy {
	text-align: center;
	color: whitesmoke;
	padding: 10px 0;
	line-height: 26px;
	margin: 0;
	background-color: #b40604;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
   
    
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
 /* background-image: linear-gradient(to right bottom, #02204e, #002f73, #003e9a, #004ec2, #125deb);
	background-image: linear-gradient(to bottom, #0b2f57, #07376a, #03407d, #014890, #0450a4);*/
}
.type-huy#text-left{
	padding-left: 15px;
	text-align: left;
}
.time-play{
	/*border: 2px solid #009fff;*/
	box-shadow: 0 2px 4px rgba(0,0,0,.08);
	border-top: 0 !important;
	background: white;
	border-radius: 5px 5px 0px 0px;
}
.time-play h4{
	background: #e8edf3;
	margin: 0;
	padding: 20px;
	text-align: center;
}
.time-play#blue h4{
	background: #009fff;
}

.reviewBody {
    border: 1px solid #e4eaec !important;
    border-radius: .215rem !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.05) !important;
   
}

.header-green.review{
	background-image: none !important;
	background-color: #ec0224!important;
    border-radius: 5px 5px 0px 0px;
}
.open-play{
    font-family: inherit;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #ffffff !important;
	background: #00A1EA;
	line-height: 46px;
	display: inline-block;
	padding: 5px 0;
}
.open-play span{
	font-size: 23px;
    margin-left: 10px;
}
.open-play:hover{
	color: #ffffff;
	background: #0389da;
}
/*.countdown-part {
	width: 100%;
	float: left;
	background-color: white;
	border-radius: 0 0 5px 5px;
	padding: 10px 15px;
	margin: 0 auto;
    display: inline-flex;
}
.countdownBox {
	float: left;
	color: #253746;
}
.countdownBox .timer {
	width: 58px;
	float: left;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 0 14px;
	position: relative;
}
.countdownBox .timer:first-child {
	width: 43px;
	padding-left: 0;
}
.countdownBox .timer .counter-text {
	font-size: 12px;
	line-height: 16px;
}
.countdownBox .timer:after {
	content: ':';
	font-family: "Ubuntu-Medium";
	font-size: 30px;
	line-height: 26px;
	color: #a4bcc4;
	position: absolute;
	top: 0;
	right: -4px;
}
.countdownBox span{
	text-align: center;
    margin: 0 45px;
    display: inherit;
    padding: 0;
}*/
.img-width{
	width: 100%;
	margin-bottom: 35px;
}
.mb-100{
	margin-bottom: 100px;
}

.btn-right{
	list-style: none;
	margin: 0 auto;
}
.btn-right li{
	width: 100%;
	float: left;
	/*background-image: linear-gradient(to left, #0b2f57, #07376a, #03407d, #014890, #0450a4);*/
	text-align: center;
	/*line-height: 55px;*/
	font-size: 28px;
	/*margin-bottom: 15px;
	padding: 23px 10px;*/

}
.btn-right li a{
	color: white;
}
.btn-right li a img{
	height: 180px;
}
.type-area{
	width: 100%;
	float: left;
	padding: 100px 0 100px 0;
    position: relative;
    margin: 120px 0 0 0;
}
.gray-bg{
	width: 100%;
	float: left;
	padding: 100px 0 100px 0;
	background: #f2f2f2;
}
.head-type {
	width: 100%;
	float: left;
	background: #ec0224;
	position: relative;
	margin: 0;
	color: white;
	padding: 10px 15px;
	line-height: 32px;
	border-radius: 5px 5px 0px 0px;
}

.date-red{
	width: 125px;
	float: right;
	background: #bf272d;
	color: white;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	line-height: 32px;
}
.show-huy{
	list-style: none;

}
.show-huy li{
	width: 33.33%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
    /* color: #9a9a9a; */
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 2;
    color: #37474f;
    margin-top: 10px;
}
.show-huy li span{
	font-size: 20px;
	color: #0b2f57;
}
.huyScrollBox {
	width: 100%;
	height: 100%;
	/*height: 1025px;*/
	float: left;
	color: #000000;
	margin: 25px 0; 
	margin-left: 0;
}
.huy-list {
	width: 100%;
	float: left; 
	list-style: none;
	padding: 25px;
	background-color: white;
}
.huy-list li {
	width: 100%;
	float: left;
	border-left: 3px solid #bf272d;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	background-color: white;

}
.huy-list li h3 {
	font-family: inherit;
	font-size: 17px;
	line-height: 23px;
	color: #000000;
	letter-spacing: 0.5px;

	line-height: 50px;
	font-weight: normal;
	box-shadow: none;
	vertical-align: middle;
	padding: 0;
}
.huy-list li h3 span{
	font-family: inherit;
	font-size: 17px;
	line-height: 23px;
	color: #3673b6;
	letter-spacing: 0.5px;
	margin: 15px auto 15px 35px;
}

/*scroll*/
.mCustomScrollbar {
	height: 1025px;
	float: left;
	border: 1px solid white;
	border-top: none; 
}
.mCSB_inside &gt; .mCSB_container {
	margin-right: 15px; 
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.2);
}
.showBlue-light{
	width: 100%;
	float: left;
	background: #e8edf3;
}
.showBlue-light h4{
	text-align: center;
	border-bottom: 2px solid #3673b6;
	padding-bottom: 10px;
	font-family: inherit;
	font-size: 15px;
}
.showBlue-light p{
	text-align: center;
}
.center{
	margin: 0 auto;
	display: table;
}

/*video*/
.Video-index .row{
	margin-bottom: 15px;
}
.Video-index .col-sm-6:first-child{
	padding-right: 0;
}
.Video-index .col-sm-6:last-child{
	padding-left: 0;
}
.clip-vdo {
	width: 100%;
	margin: 0 auto;
	/*display: table;*/
	float: left;

}
.clip-vdo video {
	/*width: 650px;
	height: 366px;*/
	width: 100%;
	height: auto;

}
.clip-vdo video{
	width: 100%;
	height: auto;
	border-bottom: 3px solid #55abed;
}
.clip-vdo-title{
	width: 100%;
	text-align: center;
	background: white;
	margin-top: -7px;
}
.clip-vdo-title h4{
	line-height: 32px;
	margin: 0;
	padding: 0 15px;
	font-size: 16px;
}
.clip-vdo-time{
	width: 100%;
	text-align: center;
	background: #3673b6;
	margin-top: 0;
	line-height: 42px;
	color: white;
}
.clip-vdo-time#smalltime{
   /* border: 1px solid #3673b6;
    background: no-repeat;*/
    background-color: aliceblue;

    color: #3673b6;
    line-height: 30px;
    font-size: 15px;
    margin-top: 10px;
}
.clip-vdo-date{
	width: 100%;
	text-align: center;
	background: #bf272d;
	margin-top: 0;
	line-height: 42px;
	color: white;
}
.clip-vdo-date#smalldate{
   /* border: 1px solid #bf272d;
    background: none;*/
    background-color: whitesmoke;
    color: #bf272d;
    line-height: 32px;
    font-size: 15px;
}
.vdo-all {
    border: 1px solid #e4eaec !important;
    border-radius: .215rem !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.05) !important;
}
.vdo-height video{
	height: 640px;
}
.warn{
	width: 100%;
	float: left;
	border: 2px solid #bf272d;
	margin: 30px auto;

}
.warn .warn-content{
	padding: 20px;
}
.warn-title{
	font-size: 25px;
	text-align: center;
	color: white;
	margin: 0;
	line-height: 52px;
	background: #bf272d;
}
.register-bg{
	width: 100%;
	float: left;
	background: #e8edf3;
	padding: 25px 95px 25px 25px;
   
}
.regis-form{
	width: 100%;
	float: left;
}
.regis-form .form-group{
	padding-top: 7px;
	margin-bottom: 0;
	/*text-align: right;*/
}
.regis-form .form-control{
	width: 100%;
	height: 42px;
	float: left;
	background: white;
	border: 0;
	border-radius: 0;
}
.bank .form-control{
    width: 100%;
	height: 42px;
	float: left;
	background: white;
	border: 1px solid #f2f2f2;
	border-radius: 0;
}
.regis-form .col-form-label{
	font-family: inherit;
	font-size: 14px;
	color: #333333;
}
.regis-form .form-control option img{
	width: 40px;
}
.form-control.date{
	width: 32%;
	margin-right: 8px;
}
.form-control.date:last-child{
	margin-right: 0;
}
.condition{
	width: 100%;
	float: left;
	padding: 10px 40px 40px 40px;
	background: #2388ed;
	margin-bottom: 45px;
}
.condition-content{
	width: 100%;
	float: left;
	padding: 10px 20px 20px 20px;
	background: white;
}
.radio-custom input[type=radio] {
	z-index: 1;
	width: 20px;
	height: 20px;
	cursor: pointer;
	/*opacity: 0;*/
	background: white !important;
	 border: 1px solid #ffffff !important;
}
.form-control.white-bg{
	background: #ffffff;	
}
.edit-page{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.btn-regis{
    background: #bf272d;
    border: 0;
}
.btn-regis a{
    color: white;
}
.btn-regis:hover{
    background: #a02025;
    transition: all ease 0.4s;
}
.btn-cancle{
    background: #000000;
    color: white;
    border: 0;
}
.btn-cancle:hover{
    background: #a02025;
    transition: all ease 0.4s;
    color: white;
}


/*recommend-page*/
.recommend-page{
	width: 100%;
	float: left;
}

.recommend-page .showBlue-light{
	font-family: Roboto,sans-serif;
	padding: 15px 25px;
	font-size: 15px;
}
.recommend-page .showBlue-light:first-child{
	margin-top: 30px;
}
.recommend-page .showBlue-light:last-child{
	margin-bottom: 30px;
}
.recommend-page .showBlue-light p{
	text-align: left;
	line-height: 29px;
	letter-spacing: 0.1px;
}
.recommend-page .showBlue-light h4 {
	text-align: left;
	font-size: 21px;
	color: #3673b6;
	border-bottom: 0;
}
.recommend-page .showBlue-light h5{
	text-align: left;
	font-size: 17px;
	margin-bottom: 25px;
	line-height: inherit;
}
.recommend-page .showBlue-light ul{
	margin: 0 auto;
}
.recommend-page .showBlue-light ul li{
	float: left;
}
.recommend-page .showBlue-light ul li::before{
	content: '\f101';
	font-family: 'FontAwesome';
	margin-right: 8px;
	color: #009fff;
	font-size: 18px;
}

.play-list-page{
	width: 100%;
	float: left;
	padding: 100px 0;
}
.play-list-page .row{
	margin: 25px auto;
}
.time-play.play-list h4{
	/*border-top: 2px solid #009fff;*/
	padding: 20px 0;
	font-family: Roboto,sans-serif;
}
.time-play#close{
	/*border: 2px solid #bf272d !important;*/

}
.time-play#close h4{
	border-top: 0;
	padding: 20px 0px;
}
#open-play-red{
	background: #bf272d;
}
#show-play-list{
	/*max-width: 1170px;*/
    width: 100%;
    float: none;
    display: block; 
    margin: 30px auto;
	padding: 0;
}
#show-play-list .time-play{
	margin-bottom: 30px;
}
.play-list-page .countdown-part{
	padding: 0;
	margin: 0 auto;
	display: -webkit-box;
}
.play-list-page.pt-30{
	padding-top: 30px !important;
}
.t-head{
	font-size: 18px;
}
.page-profile .nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover {
		color: #bf272d;
	}
.page-profile .nav-tabs {
	border-bottom: 1px solid #ddd;
	display: table;
	margin: 30px auto 0 auto;

}
.page-profile .nav-tabs&gt;li&gt;a{
	color: #0b2f57;
	line-height: 36px;
	font-size: 20px;
	margin-right: 5px;
	background:#e8edf3;
}
.page-profile .nav-tabs&gt;li&gt;a&gt;i{
	margin-right: 8px;

}

/*countdown*/
.countdown-timer-wrapper {
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 20px;
	max-width: 300px;
	margin: 0 auto;
	font-family: Roboto,sans-serif;
}
.countdown-timer-wrapper h5 {
	font-family: Roboto,sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-align: center;
	padding-top: 10px;
	text-shadow: none;
}
.countdown-timer-wrapper .timer {
  padding: 15px 0px;
  text-align: center;
  padding-top: 15px;
}
.countdown-timer-wrapper .timer .timer-wrapper {
	display: inline-block;
	width: 60px;
	height: 50px;
}
.countdown-timer-wrapper .timer .timer-wrapper .time {
	font-size: 18px;
	color: #666666;
}
.countdown-timer-wrapper .timer .timer-wrapper .text {
  font-size: 18px;
  color: #666666;
}

.countdown-part {
    padding: 0;
    margin: 0 auto;
    display: inline-flex;
}
.countdownBox {
	padding: 0;
    margin: 12px auto;
    display: grid;
	color: #000000; 
	font-family: Roboto,sans-serif;
    font-size: 20px;
    line-height: 40px;
}
.countdownBox .countdown-minutes {
    color: white; 
}
.countdownBox .timer {
	width: 58px;
	float: left;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 0 14px;
	position: relative; 
}
.countdownBox .timer:after {
      content: ':';
      font-family: "Ubuntu-Medium";
      font-size: 30px;
      line-height: 26px;
      color: #a4bcc4;
      position: absolute;
      top: 0;
      right: -4px; }
.countdownBox .timer:first-child {
      width: 43px;
      padding-left: 0; }
.countdownBox .timer:last-child {
      width: 43px;
      padding-right: 0; }
.countdownBox .timer:last-child:after {
    display: none; }
.countdownBox .timer .countdown {
      font-family: inherit;
      font-size: 26px;
      line-height: 26px; }
.countdownBox .timer .counter-text {
      font-size: 12px;
      line-height: 16px; }

.payment-title {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #f2f2f2;
    font-size: 19px;
    text-align: center;
    border-bottom: 2px solid #253b80;
    color: #000000;
}
.payment-title .row {
    padding: 10px 0;
}
.payment-table {
    width: 100%;
    float: left;
    text-align: center;
    /* border-bottom: 1px dashed #ebebeb; */
    background-color: white;
}
.payment-table .row {
    border-bottom: 1px dashed #29abe2;
    border-top: none;
    padding: 10px 0;
}



.table-thead{
	width: 100%;
	height: 50px;
	float: left;
	background-color: #cfe1ef;
	border: 1px solid #ebebeb;
	border-radius: 8px 8px 0 0;
	font-family: inherit;
	font-size: 16px;
	text-align: left;
	line-height: 50px;
	padding: 0 16px;
	
}
#head-blue{
	color: white;
	background: #dc3546;
}
#head-blue-platten{
	color: white;
	background: #dc3546;
}
.tbody{
	width: 100%;
	float: left;
	border: 1px solid #ebebeb;
	border-top: none;
	overflow: hidden;
	text-align: left;
	background-color: white;
    padding: 0 12px;
}
.tbody span{
	color: #757272;
}
.tbody .row{
	margin: 10px 0;
	border-bottom: 1px dashed #c3c0c0;
	padding-bottom: 10px;
}
.tbody .row:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.showBlue-light{
	width: 100%;
	float: left;
	background: #e8edf3;
}
.showBlue-light h4{
	text-align: center;
	border-bottom: 2px solid #3673b6;
	padding-bottom: 10px;
	font-family: inherit;
	font-size: 15px;
}
.showBlue-light p{
	text-align: center;
}


/*my account*/
.BlueBG {
    width: 100%;
    float: left;
    /* background-color: #f1f8fa; */
    padding:30px 0 0 0; 
}
.BlueBG .navbar-menu {
    margin: 0 0 30px 0; 
}
.BlueBG#course {
    padding: 30px 0; 
}
.BlueBG#honor {
    padding-top: 40px;
}

.BlueBG#user{
	position: relative;
        top: 0px;
	left: 0;
}

.inbox-menutab {
    margin: 0 auto; 
}
.inbox-menutab li {
    width: 135px;
    float: left;
    font-size: 18px;
    line-height: 50px;
    color: #073e63;
    margin: 0 25px;
    cursor: pointer;
    position: relative;
}
.inbox-menutab li.active {
    color: #00a1e0; 
}
.inbox-tabDetail {
    width: 100%;
    float: left;
    overflow: hidden; 
}
.inbox-tabDetail &gt; li {
    width: 100%;
    /*min-height: 500px;*/
    float: left;
    padding: 30px 0 35px 0;
    display: none; 
}
.inbox-tabDetail &gt; li:first-child {
    display: block; 
}


.search {
    width: 100%;
    float: left;
    position: relative;
}
.search input {
    width: 100%;
    height: 50px;
    float: left;
    background-color: white;
    border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    color: #415464;
    padding: 0 5px 0 38px;
    margin-bottom: 30px;
}
.search:before {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 20px;
    color: #a4bcc4;
    position: absolute;
    top: 14px;
    left: 10px;
}
.search.wButton {
    padding-top: 52px; .
}
.search.wButton input {
    width: 89%;
    height: 36px;
    border: 1px solid #d9e0e2;
    border-right: none;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    padding-left: 15px; 
}
.search.wButton a {
    width: 11%;
    height: 36px;
    float: left;
    border: 1px solid #d9e0e2;
    border-left: none;
    border-radius: 0 18px 18px 0;
    text-align: center;
    padding-right: 5px;
    display: inline; 
}
.search.wButton a i {
    font-size: 18px;
    line-height: 34px;
    color: #00a1e0; }
.search.wButton:before {
    display: none; 
}

.sum-tbody {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
}
.sum-tbody .panel-group .panel {
    border-top: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none; 
}
.sum-tbody .panel-group .panel.panel-default.unread .panel-heading {
    background-color: #bf272d; 
}
.sum-tbody .panel-group {
    margin-bottom: 0;
}
.sum-tbody .panel-group .panel.panel-default .panel-heading .row .col-sm-9 {
    font-family: inherit;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-top: 2px; 
}
.sum-tbody .panel-group .panel.panel-default .panel-heading .row .col-sm-2 .post-date {
    color: #fff;
    line-height: 26px;
    padding-right: 0; 
}
.sum-tbody .panel-group .panel.panel-default .panel-heading .moreinfo:before {
    font-family: 'FontAwesome';
    content: "\f138";
    font-size: 24px;
    line-height: 26px;
    color: #ffffff; 
}
.sum-tbody .panel-group .panel.panel-default .panel-collapse .panel-body {
    min-height: 250px;
    /*background: url(../images/user/pdfBG.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 25px 25px 25px; 
}
.sum-tbody .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content {
    margin-bottom: 25px; 
}
.sum-tbody .panel-group .panel.panel-default .panel-collapse .panel-body .txt-content p {
    margin-bottom: 10px; 
}
.sum-tbody .panel-group .panel.panel-default .panel-heading.active .moreinfo:before {
    font-family: 'FontAwesome';
    content: "\f13a"; 
}
	
/*play*/
.play-list-page{
    width: 100%;
    float: left;
    padding: 100px 0;
    padding: 150px 0 0 0;
}
.play-list-page .row{
    margin: 25px auto;
}
.time-play.play-list h4{
   /* border-top: 2px solid #009fff;*/
    padding: 20px 0;
}
.time-play#close{
 /*   border: 2px solid #bf272d;*/
}
.time-play#close h4{
    border-top: 0;
 }
#open-play-red{
    background: #bf272d;
}

.lotto{
list-style: none;
float: none;
margin: 0 auto;
display: table;
}
.lotto li{
width: 30%;
float: left;
margin-right: 5px;
}
.btn-lotto{
	font-family: Roboto,sans-serif;
cursor: pointer;
padding: 0px;
width: 100%;
height: 52px;
line-height: 52px;
text-align: center;
margin-bottom: 5px;
border-radius: 2px;
font-size: 20px;
border: none;
background: #e8edf3;
color: #3b5898;
}
.btn-lotto.active {
background-color: #dc3545;
color: #fff;
}

.content-lotto-play{

}
.content-lotto-play .group-keyboard{
position: relative;
width: 100%;
height: auto;
}
.group-keyboard .box-show-number h3{
font-family: inherit;
font-size: 20px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: center;
color: #000000;
padding: 0px 0px 8px 0px;
}
.content-lotto-play .group-keyboard .lists {
height: 70px;
width: 100%;
text-align: center;
}
.content-lotto-play .group-keyboard .lists div{
height: 70px;
width: auto;
display: inline-block;
position: relative;
}
.content-lotto-play .group-keyboard .lists div .number{
font-family: inherit;
float: left;
display: block;
width: 48px;
height: 50px;
margin: 0px 2px;
font-size: 35px;
font-weight: normal;
text-align: center;
line-height: 50px;
background-color: rgba(0, 0, 0, 0.2);
color: #3b5898;
border-radius: 2px;
background-color: rgba(229, 229, 229, 0.2);
border: solid 1px #3b5898;
position: relative;
}
.box-keyboard {
width: 100%;
padding: 16px 0px 0px 0px;
}
.box-keyboard .group {
width: 100%;
}
.box-keyboard .group button {
/*font-family: inherit;*/
cursor: pointer;
display: block;
float: left;
width: calc(25% - 5px + 0.8px);
margin: 0px 4px 4px 0px;
height: 40px;
font-weight: normal;
line-height: 36px;
text-align: center;
-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
background-color: #ffffff;
border: solid 1px #cccccc;
font-size: 24px;
text-align: center;
color: #666666;
border-radius: 4px;
}
.box-keyboard .group button.delete {
    background-color: #ba2929;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
    border: 0 none;
    margin: 0px 0px 4px 3.5px;
    position: relative;
    padding: 0;
    color: white;
    font-family: inherit;
    font-size: 18px;
}
.box-keyboard .group button.delete i{
font-size: 22px;

}
.box-keyboard .group button.warning {
    border: 0 none;
    margin: 0px 0px 4px 3.5px;
    position: relative;
    padding: 0px;
    color: wh;
    background-color: #ffc107;
    border-color: #ffc107;
    font-family: inherit;
    font-size: 16px;
}
.box-keyboard .group button.btn-cancel {
    margin: 0px 0px 4px 3.5px;
    text-align: center;
    color: #a52323;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    border: solid 1px #a52323;
    position: relative;
    padding: 0px;
    font-family: inherit;
    font-size: 16px;
}
.box-keyboard .group {
width: 100%;
}
.fa-backspace:before {
font-family: 'FontAwesome';
content: "\f55a";
}
.box-keyboard .group button.delete i {
    font-family: 'FontAwesome';
color: #fff;
}


.margin-top-bot{
    margin: 30px 0 30px 0;
}
.sum-tbody#depost .panel-group .panel.panel-default.unread{
	/*margin-bottom: 30px;*/
}
.sum-tbody#depost .panel-group .panel.panel-default.unread .panel-heading {
    background-color: green;
    text-align: center;
    font-family: inherit;
    font-size: 19px;
    line-height: 37px;
    /*padding: 12px;*/
	
}

.sum-tbody#depost .panel-group .panel.panel-default.unread .panel-heading button{
    width: 100%;
    border: none;
    background-color: green;
    color: #fff;
	height: 60px;
}
.sum-tbody#withdraw .panel-group .panel.panel-default.unread .panel-heading button{
    width: 100%;
    border: none;
    background-color: #bf272d !important;
    color: #fff;
	height: 60px;
}
.sum-tbody#depost .panel-group .panel.panel-default.unread .panel-heading a{
    color: #fff;
}
.sum-tbody#depost .panel-group .panel.panel-default .panel-collapse .panel-body {
    min-height: auto;
    padding: 25px 15px; 
}
.sum-tbody#depost .panel-group .panel.panel-default .panel-collapse .panel-body button{
   /* margin-top: 20px; */
}
.sum-tbody#withdraw .panel-group .panel.panel-default.unread .panel-heading {
    background-color: #bf272d !important; 
    color: white;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-top: 2px;
}
.sum-tbody#withdraw .panel-group .panel.panel-default.unread .panel-heading {
    background-color: green;
    text-align: center;
    font-family: inherit;
    font-size: 19px;
    line-height: 37px;
    padding: 0;
}
.sum-tbody#withdraw .panel-group .panel.panel-default.unread .panel-heading a{
    color: #fff;
}
.sum-tbody#withdraw .panel-group .panel.panel-default .panel-collapse .panel-body {
    min-height: auto;
    padding: 25px; 
}
.sum-tbody#withdraw .panel-group .panel.panel-default .panel-collapse .panel-body button{
    /*margin-top: 20px;*/ 
}
.sum-tbody .panel-group .panel.panel-default .panel-heading .row .col-sm-2 .post-date {
    color: #fff;
    line-height: 26px;
    padding-right: 0; 
}
.sum-tbody .panel-group .panel.panel-default .panel-heading .moreinfo:before {
    font-family: 'FontAwesome';
    content: "\f138";
    font-size: 24px;
    line-height: 26px;
    color: #ffffff; 
}
.sum-tbody .panel-group .panel.panel-default .panel-heading.active .moreinfo:before {
    font-family: 'FontAwesome';
    content: "\f13a"; 
}
.depos-warn{
    list-style: none;
    background: #d9edf7;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 12px;
}
.depos-warn li{
    width: 100%;
    float: left;
    color: #31708f;
    line-height: 26px;
    margin-bottom: 8px;
}
.withdraw-warn{
    list-style: none;
    background: #fcf8e3 ;
    color: #8a6d3b;
    width: 100%;
    float: left;
    padding: 10px;
    margin-bottom: 12px;
}
.withdraw-warn li{
    width: 100%;
    float: left;
    line-height: 26px;
    margin-bottom: 8px;
}
.pin{
    width: 100%;
    float: left;
    color: #bf272d;
    margin-top: 15px;
}
.pin#txt-center{
    text-align: center;
}
.time-area{
    width: 100%;
    float: left;
    background: #f1f8fa;
    padding: 20px;
}
 .bank{
    width: 100%;
    float: left;
    margin: 15px auto;
}
.bank img{
    float: left;
    width: 30px;
    display: block;
    margin-right: 8px;
}
.bank .col-sm-3{
    font-family: inherit;
    font-size: 14px;
    color: #333333;
    text-align: right;
}
.bank span{
    font-family: inherit;
    font-size: 14px;
    color: #333333;
    line-height: 2;
}
/*footer*/
footer{
    width: 100%;
    float: left;
    padding: 35px;
    background: #ec0224;
    position: relative;
}
.footer-txt{
    color: white;
}
.footer-txt h4{
    color: #8aa4c1;
}
.social{

    list-style: none;
}
.social li{
    float: left;
    width: 40px;
    height: 40px;
    background: #14273c;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 5px;
}
.social li a{
    color: #8aa4c1;
}
.form-group{
    margin-bottom: 25px;
}
.form-label{

}
.form-control{
    width: 100%;
    height: 42px;
    float: left;
    background: #ffffff;
    border:0;
    border-radius: 0;
    color: #8aa4c1;
}
.form-control#footer{
    width: 45%;
    background: #011327;
    border: 1px solid #8aa4c1;
}
.form-control.focus, .form-control:focus {
    border-color: #3e8ef7;
    box-shadow: none;
}
.input-group-text{
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 39px;
    color: #8aa4c1;
    border: 1px solid #8aa4c1;
    border-right: 0;
}
.border-left-none{
    border-left: 0;
}
.btn-subscribe{
    border-radius: 0;
    background: #8aa4c1;
    border: 0;
    height: 42px;
}

.titleH3{
    color: #ffffff;
    text-transform: uppercase;
}
.footer-menu{
    list-style: none;
    margin: 0 auto;
}
.footer-menu li{
    width: 100%;
}
.footer-menu li a{
    font-size: 15px;
    text-transform: uppercase;
    color: #8aa4c1;
}
.footer-menu li a::before{
    font-family: 'FontAwesome';
    content: '\f101';
    color: #8aa4c1;
    margin-right: 10px;
}
.footer-menu li a:hover{
    transition: ease 0.3s;
    color: #bf272d;
}
.contact-info{
    width: 100%;
    float: none;
    color: white;
    letter-spacing: 0.5px;
    list-style: none;
	
}
.contact-info &gt; li {
    width: 100%;
    float: left;
    margin-bottom: 7px;
    color: #8aa4c1;
}
.contact-info &gt; li span{
    color: #f2f2f2;
}
.contact-info &gt; li i {
    font-size: 15px;
    padding-right: 10px;
}
.copyright{
    width: 100%;
    float: left;
    background: #000d1b;
}
.copyright p{
    color: #f2f2f2;
    margin-bottom: 0;
    font-size: 15px;
    padding: 12px 35px;
}
.mainmenu-user-mobile-bg{
	width: 100%;
	float: left;
	background-color: #b40604;
	margin: 0 0 20px 0;
}
.mainmenu-user-mobile{
    display: table;
    margin: 0 auto;
    float: left;
    
}
.mainmenu-user-mobile li{
    width: 135px;
    float: left;
    text-align: center;
    /*background: #082f5a;*/
    height: 42px;
    line-height: 42px;
    margin:3px 2px; 
    background: linear-gradient(to bottom, #c90a0a 0%, #c90a0a 70%);
    border: 1px solid #ad0a18;
    border-radius: 3px;

}
.mainmenu-user-mobile li.bor-none{
    border: 0;
    background: none;
}
.mainmenu-user-mobile li.bor-none i{
    font-size: 11px;
}
.mainmenu-user-mobile li a{
    width: 100%;
    color: white;
    font-size: 14px;
}
.mainmenu-user-mobile li a i{
    font-size: 12px;
}
.bg-red li{
    background: #bf272d !important;
}

.money-filter{
	margin: 0 auto;
}
.money-filter li{
	width: 135px;
    float: left;
    text-align: center;
    background: #082f5a;
    height: 42px;
    line-height: 42px;
    margin: 5px;
}
.money-filter li a{
	color: white;
}
.money-filter#filter-moblie{
	
}
.btn-play-huay{
	width: 35%;
    float:right;
    text-align: center;
    background: #2470c4;
    height: 39px;
    line-height: 38px;
     margin: 5px; 
    border-radius: 3px;
    color: white;
}
.model-0 {
    position: fixed;
    right: 0;
    top: 80%;
    margin-top: -150px;
    z-index: 99;
}
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    background: black;
    position: relative;
    transition: ease-in-out 0.5s;
}
.model-0 a:hover {
    padding-left: 20px;
    width: 80px;
}
.model-0 li .i-line {
    background-color: #00c300;
}
.model-0 li .i-call {
    background-color: #ffc72a;
}

.btnStylecolor{
    background-color: #ffffff ;
    color: #000;
    border: 1px solid #337ab7;
}
.btnStylecolor:hover {
    transition: all ease 0.3s;
    background-color: #337ab7 !important;
    color: #fff;
    border: 1px solid #337ab7;
}

.purpleColor{
    background-color: #7251e4;
    border: 1px solid #7251e4;
}



.spin-awards{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.spin{
    position: relative;
    left: 23.33%;
    width: 50%;
    font-size: 22px;
    background: linear-gradient(to bottom, #053471 0%, #0e519e 70%);
    border: 1px solid #8aa4c1;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    display: block;
    margin: 20px 0 0 0;
    float: left;
}
.spin-text {
    text-align: center;
    font-size:16px;
}
.pic-spin{
        width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -61%;
    right: 19%;
}
.pic-spin.left{
    display: block;
    position: absolute;
    top: -60%;
    left: 0;
}
.pic-spin.left img{
    width: 180px;
    margin-top: 33px;
}
.pic-spin img{
    width: 110px;
    display: block;
    margin:20px auto;
}
.num-spin{
   position: absolute;
    width: 60px;
    height: 60px;
    top: 59%;
    left: 29%;
    margin: 0 0 0 0;
    padding: 7px;
    text-align: center;
}
.num-spin span{
    font-size: 28px;
    color: #bf272d;
    font-weight: 600;
}
#transaction-app{
    margin-top: 30px;
}

/*awards*/
.container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.full-width-image{
    position: relative;
    background-image: url('../images/awards/banner/bg-1200x800px.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
      /*width: 100vw;*/
    height: 100vh;
}
.vertical-center {
    display: flex;
    align-items: center;
    height:auto;
  width:100%;
}

.blue-tag{
    position: absolute;
    top: 0;
    left: 6%;
    margin: 35% -78% 0 35%;
}
.blue-tag img{    width: 74%;}
.text-awards img{
    width: 63%;
    margin: 24px auto 0 auto;
    display: block;

}
.pink-tag{
    margin: 28% 0px 0px -100px;
    position: absolute;
    top: 18%;
    left: -23%;
}
.pink-tag img {
    width: 79%;
}

.cat-center {
    position: relative;
    top: 0;
    margin: -10% 0 0 0;
    z-index: 0;
}

.show-box-cr{
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}
.show-box-cr h2{
    letter-spacing: 0.3px;

}
.show-box-cr span{
    color: #f5f5f5;
}
.show-box-cr#yellow{
    border: 1px solid #fdc937;
    background-color: #fffbef;
    color: #000000;
}
.show-box-cr#yellow span{
    color: #000000;
}
.show-box-cr#blue{
    /*border: 1px solid #fdc937;*/
    color: #fff;
    background: rgb(0,30,148);
background: -webkit-gradient(linear, left top, right top, from(rgba(0,30,148,1)), color-stop(85%, rgba(0,66,212,1)));
background: linear-gradient(90deg, rgba(0,30,148,1) 0%, rgba(0,66,212,1) 85%);

}
.show-box-cr#pink{
    color: #fff;
    background: rgb(157,0,77);
    background: -webkit-gradient(linear, left top, right top, from(rgba(157,0,77,1)), color-stop(85%, rgba(206,0,77,1)));
    background: linear-gradient(to right, rgba(157,0,77,1) 0%, rgba(206,0,77,1) 85%);
}

.border-dashed{
    border: 1px dashed #fff;
    border-radius: 4px;
    padding: 10px
}

.popup-awards-card{
    margin-bottom: 30px;
}
.popup-awards-card .card img{
    width: 100%;
}


/*modal*/
.modal-body#popup-awards-stlye{
    padding: 0 !important;
}
.modal-body#popup-awards-stlye img{
    width: 100%;
}
.close#close-pop-img{
        float: right;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-awards{
    position: absolute;
    bottom: 12%;
    left: 34%;
    margin: 0px 0px 0 0;
    padding: 12px 60px 12px 60px;
    width: auto;
    height: auto;
    background-color: #f2f2f2;
    font-size: 21px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    color: #9f0000;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    text-align: center;
}
.btn-awards#gold{
    background: rgb(250,204,34);
    background: linear-gradient(184deg, rgba(250,204,34,1) 0%, rgba(85,0,14,1) 85%);


}
.btn-awards#silver{
    background: rgb(121,121,121);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(121,121,121,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(91%, rgba(194,194,194,1)), to(rgba(121,121,121,1)));
    background: linear-gradient(0deg, rgba(121,121,121,1) 0%, rgba(255,255,255,1) 45%, rgba(194,194,194,1) 91%, rgba(121,121,121,1) 100%);

}
.btn-awards#brow{
    background: rgb(239,146,79);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239,146,79,1)), color-stop(26%, rgba(255,206,145,1)), color-stop(30%, rgba(255,206,145,1)), color-stop(98%, rgba(199,70,18,1)), to(rgba(255,207,138,1)));
    background: linear-gradient(180deg, rgba(239,146,79,1) 0%, rgba(255,206,145,1) 26%, rgba(255,206,145,1) 30%, rgba(199,70,18,1) 98%, rgba(255,207,138,1) 100%);

}
.btn-awards#rose{
    background: rgb(219,118,123);
background: -webkit-gradient(linear, left bottom, left top, from(rgba(219,118,123,1)), color-stop(71%, rgba(243,210,212,1)), color-stop(99%, rgba(254,250,250,1)), color-stop(100%, rgba(243,210,212,1)), to(rgba(243,210,212,1)));
background: linear-gradient(0deg, rgba(219,118,123,1) 0%, rgba(243,210,212,1) 71%, rgba(254,250,250,1) 99%, rgba(243,210,212,1) 100%, rgba(243,210,212,1) 100%);

}

.number-red{
    width: 280px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 49%;
    margin: 17% 0 0 -23%;
    text-align: center;
    font-size: 51px;
    padding: 24px 20px;
    letter-spacing: 0.8px;
}
.number-red#text-red{
   color: #9f0000;
}
.number-red#text-green{
   color: #005c00;
}
.number-red#text-purple{
   color: #8b0085;
}
.number-red#text-blue{
   color: #0000a2;
}

.h3Style-topic{
    margin-top: 94px;
}
.affiliate-content{
    width: 100%;
    
}
.affiliate-content .nav-tabs{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.affiliate-content .nav-tabs&gt;li {
   width: 25%;
    text-align: center;
    background-color: #970706;
    border-radius: 3px 3px 0 0;
}
.affiliate-content .nav-tabs&gt;li&gt;a{
    color: #fff;
       margin-right: 0;
}

.affiliate-content .nav-tabs&gt;li.active&gt;a{
    background-color: #c90a0a;
    color: #fff;
    border: 1px solid #c90a0a !important;
        margin-right: 0;
}
.affiliate-content .nav-tabs&gt;li&gt;a:hover{
    background-color: #c90a0a;
    color: #fff;
    border: 1px solid #c90a0a !important;
}
.affiliate-content .nav-tabs&gt;li&gt;a:focus{
        background-color: #c90a0a;
    color: #fff;
    border: 1px solid #c90a0a !important;
}
.affiliate-content .nav-tabs {
     border-bottom: 0; 
}


.tab-content{
    
}
.tab-content .list-num-card{
    margin: 10px auto;
    width: 100%;
    float: left;
}
.tab-content .list-num-card li{
    float: left;
    width: 33.33%;
    background-color: #e2717029;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
    color: #c90a0a;
    border: 1px solid rgb(255 255 255 / 50%);
    line-height: 1.6;
}
.tab-content .list-num-card li h6{
    font-size: 15px;
    margin-bottom: 4px;    
}
.tab-content .list-num-card li span{
    font-size: 1.7rem;
    color: #000;
}

.card#promote .card-header{
        margin: 0;
    background-color: #b00504;
    color: #fff;
}

.btn-menusub-game {
	list-style: none;
	margin-top: 10px;
}
.btn-menusub-game li {
	float: left;
   	width: 16.66%;
   	text-align: center;
   	border: 2px solid rgb(255 255 255 / 50%);
}
.btn-menusub-game li a{
  font-size: 17px;
    color: #d41833;
    letter-spacing: 0.5px;
    background: rgb(255 255 255 / 70%);
    border: 1px solid #e0006d69;
    box-shadow: 0px 0px 5px -2px;
    padding: 8px 8px;
    width: 100%;
    float: left;
    border-radius: 5px;
}
.btn-menusub-game li a:hover{
      background: rgb(255 255 255 / 100%);
}
.btn-menusub-game li a i{
    display: block;
    margin: 0 0 5px 0;
    font-size: 26px;
}
.btn-menusub-game li a img{
    display: block;
    margin: 0px auto 5px auto;
    width: 35px;
}               

.depos-style{
    padding: 26px;
    /* border: 1px solid #d0e0ec; */
    border: 1px solid #3c763d94;
    box-shadow: 0px 0px 5px -2px;
    background: #fff;
    color: green;
    font-size: 18px !important;
}
.with-style{
    padding: 26px;
    border: 1px solid #bf272d91;
    box-shadow: 0px 0px 5px -2px;
    background: #fff;
    color: darkred;
    font-size: 18px !important;
}

.btn-game-style{
    display: block;
    margin: 35px auto ;
}
.btn-game-style li{
    float: left;
    width: 25%;
    padding: 0 4px;
}
.btn-game-style li a{
    width: 100%;
        padding: 13px 12px !important;
    font-size: 16px;
    color: #0b2f57;
    background-color: rgb(255 255 255 / 15%);
    border-color: #00a1e0;
    box-shadow: none;
}
.btn-game-style li a:active, .btn-game-style li a:focus,.btn-game-style li a:hover{
   
    background-color: #cef1ff;
    border-color: #00a1e0;
    box-shadow: none;
}
 .btn-game-style li a.active{
    color: #337ab7;
    background-color: #cef1ff;
    border-color: #00a1e0;
    box-shadow: none;
}

.space-top-menu{    position: relative;    top: 144px;}
.menu-edit-new1{display: table;margin: 0 auto;}
.menu-edit-new1 li{float: left;padding: 3px}
.menu-edit-new1 li a{font-size: 16px;padding: 8px;color: #ffffff;text-align: center;border-radius: 3px;    padding: 8px 20px;
    display: block;}
.menu-edit-new1 li a.slot-color{
    background-color: #fff;
    color: lightseagreen;
    border: 1px solid lightseagreen;
}
.menu-edit-new1 li a.casino-color{
    background-color: #fff;
    color:goldenrod;
    border: 1px solid goldenrod;
    
}
.menu-edit-new1 li a.sport-color{
    background-color: #fff;
    color:#ff9900;
    border: 1px solid #ff9900;
    
}
.menu-edit-new1 li a.coin-color{
    background-color: #fff;
    color:#0d4be4;
    border: 1px solid #0d4be4;
    
}
.menu-edit-new1 li a.huay-color{
    background-color: #fff;
    color:#f2353c;
    border: 1px solid #f2353c;
}
.menu-edit-new1 li a.list-color{
    background-color: #fff;
    color:cornflowerblue;
    border: 1px solid cornflowerblue;
}
.menu-edit-new1 li a.depos-color{
    background-color: #fff;
    color: #05a85c;
    border: 1px solid #05a85c;
}
.menu-edit-new1 li a.with-color{
    background-color: #fff;
    color: #aa5100;
    border: 1px solid #aa5100;
}
.menu-edit-new1 li a:hover,.menu-edit-new1 li a:focus,.menu-edit-new1 li a:active{
    background-color: #0b2f57;
    color: #fff;
    transition: all ease 0.3s;
    border: 1px solid #0b2f57;
}    






@media only screen and (min-width: 320px) and (max-width: 667px) {
    .space-top-menu {
        top: 73px;
    }
    .menu-edit-new1{display: inline-block;}
    .menu-edit-new1 li{float: left;    width: 25%;}
    .menu-edit-new1 li a{width:100%;display: block; padding: 8px 8px;    margin-bottom: 2px;    font-size: 14px;}
    .menu-edit-new1 li a i {display: block;}

    .btn-game-style li {
        width: 50%;
    }

    .btn-menusub-game {
    	margin-top: 25px;	
    }

    .btn-menusub-game li {
        float: left;
    	width: 33.33%;
    	text-align: center;
    }

    .btn-menusub-game li a {
        font-size: 14px;
      
    }
    
    .pic-spin.left img {    
        width: 149px;
        margin-top: 56px;
        /* margin-left: 0; */
        padding-left: 16px;
    }
    
    .spin-text.right {        text-align: right;        font-size: 17px;        padding-right: 19px;    }
    
    
    
    
    #email-noti-pc span{
        top: 7px;    right: 7px;
    }
    .h3Style-topic {
        margin-top: 0;
    }
    .affiliate-content .nav-tabs&gt;li&gt;a {
        font-size: 15px;
    }
    .affiliate-content .nav-tabs&gt;li.active&gt;a {
        font-size: 15px;
    }
    .full-width-image{
        height: auto;
    }
    .blue-tag {
        position: absolute;
    top: -30px;
    left: -12px;
    margin: 0;
    }
    .blue-tag img {
        width: 58%;
        margin: 0 0 0 0;
    }
    
    .cat-center img{
        width: 100%;
    }
    .text-awards img {
            width: 91%;
    margin: 20px auto 9px auto;
    display: block;
    }
    .pink-tag {
        z-index: 1;
        margin: 0 0 0 0;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 0 0;
    }
    .pink-tag img {
          width: 65%;
        margin: 0;
        position: relative;
        right: -135px;
        margin: 0px 0 0 0%;
    }
    .number-red {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        top: 62%;
        left: 0%;
        margin: 0 auto;
        text-align: center;
        font-size: 36px;
        padding: 0;
        letter-spacing: 0.8px;
        font-weight: 600;
    }
    .btn-awards {
       position: absolute;
        bottom: 10%;
        left: 20%;
        margin: 0px -50% 0 0;
        padding: 0 0;
        width: 218px !important;
        height: auto;
        background-color: #f2f2f2;
        font-size: 22px;
        border-radius: 4px;
        letter-spacing: 0.3px;
        color: #9f0000;
        text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
        text-align: center;
        line-height: 43px;
    }
    .popup-awards-card .card{
        margin-bottom: 15px;
    }
    .popup-awards-card .card a{
        width: 100%;
        height: 233.25px;
        overflow: hidden;
    }
    .spin-awards{
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .spin{    left: 0;    width: 100%;}
    .spin-text { text-align: left;    font-size: 16px;}
    .pic-spin{
        top:-52%;
        right: 0;
    }
   /* .pic-spin img{   
        width: 88px;
    }*/

    .num-spin{
       position: absolute;
        width: 41px;
        height: auto;
        top: 52%;
        left: 30%;
        margin: 0 auto;
        display: block;
        padding: 0 4px;
        text-align: center;
      /*  background: rgb(255 255 255 / 61%);*/
        border-radius: 2px;
    }
    .num-spin span{
        font-size: 28px;
        color: #bf272d;
        font-weight: 600;
    }

/* * Animated CSS button * Copyright Alexander Bodin 2019-09-07 * * Useage: .class {
    @import button($button-size, $hue, $sat);
}

*/ .animated-button {
    background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
    opacity: 0.2;
}

.animated-button span {
    position: absolute;
}

.animated-button span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button1 {
    background: linear-gradient(-30deg, #B31722 50%, #BA1825 50%)
    padding: 0px 6px;
    margin: 0;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 13px !important;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
    opacity: 0.2;

}

.animated-button1 span {
    position: absolute;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#CE1A28));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #CE1A28);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#B12028));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #B12028);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#CE1A28));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #CE1A28);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#CE1A28));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #CE1A28);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

    
    
    
    
.animated-button2 {
    background: linear-gradient(-30deg, #002e69 50%, #002855 50%);
    padding: 0;
    margin: 0px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7e6d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
/*

.animated-button2::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad9985;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}
*/

.animated-button2:hover::before {
    opacity: 0.2;
}

.animated-button2 span {
    position: absolute;
}

.animated-button2 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button2 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button2 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button2 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

    
    
.animated-button3 {
    background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button3::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #adad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button3:hover::before {
    opacity: 0.2;
}

.animated-button3 span {
    position: absolute;
}

.animated-button3 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button3 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button3 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button3 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button4 {
    background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button4::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #99ad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button4:hover::before {
    opacity: 0.2;
}

.animated-button4 span {
    position: absolute;
}

.animated-button4 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button4 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button4 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button4 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button5 {
    background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button5::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad85;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button5:hover::before {
    opacity: 0.2;
}

.animated-button5 span {
    position: absolute;
}

.animated-button5 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button5 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button5 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button6 {
    background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7e6;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button6::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85ad99;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button6:hover::before {
    opacity: 0.2;
}

.animated-button6 span {
    position: absolute;
}

.animated-button6 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button6 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button6 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button6 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button7 {
    background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button7::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #85adad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button7:hover::before {
    opacity: 0.2;
}

.animated-button7 span {
    position: absolute;
}

.animated-button7 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button7 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button7 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button7 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button8 {
    background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e6f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button8::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8599ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button8:hover::before {
    opacity: 0.2;
}

.animated-button8 span {
    position: absolute;
}

.animated-button8 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button8 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button8 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button8 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button9 {
    background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button9::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #8585ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button9:hover::before {
    opacity: 0.2;
}

.animated-button9 span {
    position: absolute;
}

.animated-button9 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button9 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button9 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button9 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button10 {
    background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button10::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #9985ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button10:hover::before {
    opacity: 0.2;
}

.animated-button10 span {
    position: absolute;
}

.animated-button10 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button10 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button10 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button10 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button11 {
    background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button11::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad85ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button11:hover::before {
    opacity: 0.2;
}

.animated-button11 span {
    position: absolute;
}

.animated-button11 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button11 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button11 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button11 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button12 {
    background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4e6;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button12::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8599;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button12:hover::before {
    opacity: 0.2;
}

.animated-button12 span {
    position: absolute;
}

.animated-button12 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button12 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button12 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button12 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
    .BlueBG#user {
        top: -18px !important;
    }
    .play-list-page{
        padding: 0;
    }
    .btnStylecolor {
        width: 32.33%;
    }
    .btnStylecolor.btn-half.orange-bg{
       background-color: #f0ad4e;
    }
    .btnStylecolor.btn-half{
        width: 48.73%;
        float: left;
        margin: 0 2px;
    }
	footer {
        position: fixed;
        bottom: 0;
        padding: 0;
    }
    .menu-footer {
        list-style: none;
        display: table;
        margin: 0 auto;
    }
    .menu-footer li {
        width: 97px !important;
        padding: 23px 0px;
        float: left;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .menu-footer li a {
        font-size: 18px;
        color: #fff;
        display: block;
    }
    .menu-footer li a:hover{
        color: #ff9c00;
    }
    .menu-footer li.blueColor{
        background-color: #0f73ee;
    }
    .menu-footer li.redColor{
        background-color: #bf272d;
    }
    
    footer .col-sm-3{
        width: 25%;
        padding: 15px 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
    }
    footer .col-sm-3 a{
        color: #fff;
    }
    footer .col-sm-3#blueColor{
        background-color: #0f73ee;
    }
    footer .col-sm-3#redColor{
        background-color: #bf272d;
    }
    
  body {
    width: 100%;
    min-width: 0 !important; }

  .container {
    min-width: 0; }

  .mobile-none {
    display: none; }

  .mobile {
    display: block !important; } 
    .banner{
        top: 0;
    }
    .m-tb{
       margin: 30px 0;
    }
	.titleH3{
		text-align: left;
	}
	.type-area {
		padding: 15px 0 15px 0;
        margin: 0;
	}
	.time-play {
		margin-bottom: 30px;
	}
	.gray-bg{
		padding: 30px 0 30px 0;
	}
	.mb-100 {
		 margin-bottom: 0px; 
	}
	.huyScrollBox{
		margin-left: 0px !important;
		margin-bottom: 60px !important;
	}
	.huy-list{
		padding: 10px !important;
	}
	.huy-list li h3 span {
		margin: 15px auto 15px 20px !important;
	}
	.Video-index .col-sm-6:first-child {
		padding-right: 15px !important;
	}
	.Video-index .col-sm-6:last-child {
		padding-left: 15px !important;
	}
	
	.register-bg{
		padding: 0;
	}
	.regis-form .col-form-label{
		float: left;
	}
	.form-control.date {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.condition {
		padding: 10px 15px;
	}
	.page-profile .panel-body{
		padding: 0;
	}
	.play-list-page {
		padding:  0 !important;
	}
	.countdown-part{
		padding: 8px 0 !important;
	}
	.countdownBox span {
		margin: 0 45px !important;
	}
	#show-play-list{
		margin: 0;
	}
	.play-list-page .row{
		margin: 0;
	}

	.visible-xs {
		display: block!important;
	}
	.history-tbody .panel-group .panel.panel-default .panel-heading .row .col-xs-7 {
    padding-left: 0;
}
	.history-tbody .panel-group .panel.panel-default .panel-heading .row .col-xs-5 {
    padding-left: 0;
}
	.history-tbody {
		border-top: 1px solid #ebebeb;
		border-radius: 10px;
		font-size: 14px;
		text-align: left;
	}
	.history-tbody .panel-group .panel.panel-default:first-child .panel-heading {
		border-top: none;
	}
	.history-tbody .panel-group .panel.panel-default .panel-heading .row {
    line-height: 30px;
}
	.history-tbody .panel-group .panel.panel-default .panel-heading .row {
    padding: 0 15px;
}
	.history-tbody .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 5px 15px 15px 15px;
}
	.history-tbody .panel-group .panel.panel-default .panel-heading a {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    position: relative;
    right: auto;
}
	.history-tbody .panel-group .panel.panel-default .panel-heading a:before {
		content: "\f103";
		color: #c2c2c2;
	}
	.vdo-height iframe{
		height: auto;
	}
    .header-user .button-login{
        float: none;
    cursor: pointer;
    display: table;
    margin: 0 auto;
    }
    .header-user .button-login .fa-bars{
        display: none;
    }
    .review-popup .modal-content .modal-body {
        padding: 15px !important;
    }
    /*footer {
		padding: 15px !important;
	}*/
    .clip-vdo video{
        height: auto;
    }
    .tbody{
       border-radius: 0 0 8px 8px;
    }
    .tbody .col-xs-5{
       font-family: inherit;
        color: #00a1e0;
    }
    .tbody .row{
        margin: 10px 10px;
    }
    .sum-tbody#depost .panel-group .panel.panel-default .panel-collapse .panel-body {
        padding: 15px 0;
    }
    .time-area{
        padding: 10px;
    }
    .edit-page{
        padding: 20px 0;
    }
    .condition{
        margin-bottom: 20px;
    }
    .regis-form{
        margin-bottom: 20px;
    }
    .sum-tbody .panel-group .panel.panel-default .panel-collapse .panel-body{
        padding: 15px;
    }
    .sum-tbody .panel-group .panel.panel-default.unread .panel-heading{
        text-align: center;
    }
    .box-keyboard .group button.warning{
        font-size: 14px;
        line-height: 14px;
    }
    .box-keyboard .group button.delete, .box-keyboard .group button.btn-cancel{
        font-size: 14px;
    }
    
    .txt-action#pos-01 img{
        width: 100% !important;
        margin: -70px 0 0 -130px !important;
    }
    .txt-action#pos-02 img {
        width: 100% !important;
        top: 50% !important;
        left: 0 !important;
        margin: 0 !important;
    }
    .txt-action#pos-03 img {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        margin: 0 0 0 0 !important;
    }
    .txt-action#pos-04 img {
        width: 100% !important;
        top: -48px !important;
        left: 0 !important;
    }
    .txt-action#pos-05 img {
        width: 100% !important;
        left: 0 !important;
        top: -32px !important;
        margin: 0 !important;
    }
    .img-left img{
        width: 100%;
    }
     .img-right img {
        display: none !important;
    }
    .img-ball img {
        width: 100% !important;
        top: -50px !important;
        left: 0 !important;
    }
    
    
    .pos-head{
        position: relative;
        top: 0%;
        margin-top: 78px;
        margin-bottom: 10px;
    }
    
    .inbox-menutab li {
        width: 47% !important;
		height: 50px;
        float: left;
        font-size: 15px;
        /*line-height: 50px;*/
        color: #073e63;
        cursor: pointer;
        position: relative;
        margin: 2px;
        background: #fff;
        text-align: center;
    }
    .btn-view-play {
        width: 100%;
        float: left;
        font-family: inherit;
        text-align: center;
        color: #fff;
        background-color: #3cb9a7;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
    }
    
    
    .popup .modal-content .modal-header, .review-mobile .modal-content .modal-header {
        width: 100%;
        float: left;
        border-bottom: 1px dashed #ffb5ab;
        text-align: left;
        padding: 12px 15px 10px 15px;
        position: relative;
        margin: 0;
    }
    .popup .modal-content, .review-mobile .modal-content {
        width: 100%;
        float: left;
    }
    .popup .modal-content .modal-body, .review-mobile .modal-content .modal-body {
        width: 100%;
        float: left;
        /*padding: 15px;*/
    }
   /* .veiw-list-head{
        width: 100%;
        float: left;
    }
    .veiw-list-body{
        
    }*/
	.veiw-list p{
		margin-bottom: 0;
	}
    .veiw-list-table{
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .veiw-list-table .veiw-list td{
        width: 50%;
        border: 1px solid #ccc;
        padding: 8px 5px;
    }
    .style-bg-01{
        background-color: #39b54a;
        color: white;
    }
    .mCustomScrollbar {
      height: 410px;
      float: left;
      border: 1px solid white;
      border-top: none; }

    .mCSB_inside &gt; .mCSB_container {
      margin-right: 15px !important; 
    }

    .mCSB_scrollTools .mCSB_draggerRail {
      background-color: rgba(0, 0, 0, 0.2); }
    
    .mainmenu-user-mobile{       display: table;margin: 0 auto; }
    .mainmenu-user-mobile li{
        width: 48.62% !important;
        margin: 0px 0px 5px 0px;
    }
    .mainmenu-user-mobile li.frient{
        width: 48.62%  !important;
        margin-bottom: 0px;
    }
    .inbox-menutab{
        display: table;
    }
	
	.btn-menu-01 {
		margin: 0 0 25px 0;
    	display: block;
	}
	.btn-menu-01 li {
		width:31%;
		float: left;
		margin: 3px;
		text-align: center;
		/*background-color: #270246;*/
		border-radius: 3px;
		padding: 5px 3px;

		border: 2px solid #EEE8AA;
	}
	.btn-menu-01 li a {
		color: white;
	}
	.btn-menu-01 li a i {
		display: block;
		margin: 0 auto;
	}
	.btn-menu-01 li a img{
		display: block;
		margin: 0 auto;
	}
	
	.money-filter#filter-moblie{
		display: block;
		margin: 0 0 15px 0;
	}
	.money-filter#filter-moblie li{
		float: left;
		width: 33%;
		margin: 0 0 15px 0;
	}
	.deposit-mobile-thead {
		width: 100%;
		height: 35px;
		float: left;
		background-color: #333333;
		/*border: 1px solid #ebebeb;*/
		border-radius: 5px 5px 0 0;
		font-size: 15px;
		text-align: center;
		color: white;
		padding: 0;
	}
	.deposit-mobile-thead img{
		width: 35px;
		display: inline-block;
	}
	.deposit-mobile-thead .col-xs-8 p{
		padding: 3px 0;
	}
	.deposit-mobile-thead .col-xs-4{
		background-color: #bf272d;
		padding: 4px 0;
		border-radius: 0 3px 0 0;
		
	}
	.deposit-mobile-tbody h4{
		font-size: 16px;
	}
	.deposit-mobile-tbody {
		width: 100%;
		float: left;
		/*border: 1px solid #ebebeb;*/
		border-top: none;
		overflow: hidden;
		text-align: center;
	}
	.withdraw-status{
		width: 100%;
		background-color: #c8c3c3;
		padding: 5px 10px;
	}
    .withdraw-status span{
        color: #135dbf;
    }
    
	.withdraw-status .row .col-xs-5{
		padding-right: 0;
	}
	.withdraw-status h4{
		font-size: 15px;
	}
	.withdraw-status{
		font-size: 14px;
        
	}
	.withdraw-name{
		width: 100%;
		background-color: #fff;
		padding: 5px 10px;
		text-align: left;
		font-size: 15px;
	}
	.withdraw-name p{
		margin-bottom: 0;
	}
	
	.sum-tbody#depost .panel-group .panel.panel-default.unread .panel-heading{
		    margin-top: 70px;

	}
	
}
@media only screen and (min-width: 360px) and (max-width: 780px) {
    .menu-edit-new1 li a{padding:6px; }
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
    
    .menu-edit-new1 li a{width:100%;display: block; padding: 6px;    margin-bottom: 2px;    font-size: 14px;}
    
    body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
     .btn-game-style li {
        width: 50%;
    }
    .cat-center {
        position: relative;
        top: 0;
        margin: -22% 0px 0 0;
        z-index: 0;
        left: -20px;
    }
    
    
    .spin-awards{        width: 100%;        position: relative;        margin-bottom: 30px;    }
    .spin{           left: 26px;        width: 83%;    }
    .spin-text {            text-align: center;        font-size: 17px;    }
    .pic-spin{
        top: -57%;
        right: 3%;
    }
    .pic-spin img{

    }
    .num-spin{
       position: absolute;
        width: 60px;
        height: 60px;
        top: 59%;
        left: 29%;
        margin: 0 0 0 0;
        padding: 7px;
        text-align: center;
    }
    .num-spin span{
        font-size: 28px;
        color: #bf272d;
        font-weight: 600;
    }

}

@media only screen and (min-width: 414px) and (max-width: 736px) {
    
	body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
    
     .btn-game-style li {
        width: 50%;
    }
    .spin-awards{
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .spin{
        left: 0;
        width: 86%;
    }
    .spin-text {
            text-align: center;
        font-size: 19px;
    }
    .pic-spin{
        top: -57%;
        right: 3%;
    }
    .pic-spin img{

    }
    .num-spin{
       position: absolute;
        width: 61px;
        height: 41px;
        top: 59%;
        left: 25%;
        margin: 0 0 0px 0;
        padding: 7px;
        text-align: center;
        background: none;
    }
    .num-spin span{
        font-size: 28px;
        color: #bf272d;
        font-weight: 600;
    }
    .showListContent .card-header#bgWhite{
        padding: 5px;
    }
    .showListContent .card-body#heightCustom h5{
            font-size: 16px !important;
    }
    .card-header span.flag-icon{
        width: 20px !important;
        height: 20px !important;
    }
     footer {
        padding: 0;
        background: none;
        text-align: center;
    }
    footer .col-sm-3 {
        width: 25%;
        padding: 15px 0 !important;
       
    }
    footer .col-sm-3 a {
        color: #fff !important;
    }
    footer .col-sm-3#blueColor {
        background-color: #0f73ee;
    }
    .padTop {
        padding-top:0px !important;
    }
}


/*@media only screen and (min-width: 768px){
    body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0 !important; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
    
    .showListContent .card-header#bgWhite{
        padding: 5px;
    }
    .showListContent .card-footer#playHuay, .showListContent .card-footer#playNone{
        margin-top:12px;
    }
    .showListContent .card-body#heightCustom h5{
            font-size: 16px !important;
    }
    .card-header span.flag-icon{
        width: 20px !important;
        height: 20px !important;
    }
    footer {
        padding: 0;
        background: none;
        text-align: center;
    }
    footer .col-sm-3 {
        width: 25%;
        padding: 15px 0 !important;
       
    }
    footer .col-sm-3 a {
        color: #fff !important;
    }
    footer .col-sm-3#blueColor {
        background-color: #0f73ee;
    }
    .padTop {
        padding-top:0px !important;
    }
        
}*/

@media only screen and (min-width: 1024px) and (max-width: 768px) {
	body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0 !important; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
     .btn-game-style li {
        width: 50%;
    }
    .mainmenu-user-mobile-bg {
        margin: 48px 0 30px 0;
    }
}

.h-menu {
    background-color: #ed1c25;
    border-radius: unset;
}</pre></body></html>